Skip to content

glTFast 6.2.0

Compare
Choose a tag to compare
@atteneder atteneder released this 29 Jan 15:51
· 0 commits to main since this release

Added

  • Deprecated soft-dependency packages are detected and a warning with upgrade instructions is shown in the console.

Changed

Fixed

  • Compiler error when Newtonsoft JSON package was not installed.
  • All Draco vertex attributes are assigned by identifier instead of type. As a result, tangents are now decoded properly instead of recalculated.
  • Compilation error when scripting define GLTFAST_BUILTIN_SHADER_GRAPH is set.
  • GltfImport.IsTextureYFlipped returns correct result for non-KTX textures.