Skip to content

Releases: KhronosGroup/glTF-Asset-Generator

v0.6.1

08 Apr 21:41
9f5bfc8
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Changes

  • Code Style and Contributing documentation.
  • Updated to .Net Core 2.2
  • Split the Output folder into Positive and Negative Tests.
  • Models are now tagged as loadable or not.
  • glTF-Validator support.
  • Setup launch configurations for generating screenshots and running the validator.
  • Added extensionsRequired to Material_SpecularGlossiness and moved the fallback test to Compatibility.
  • Removed texture coords from models that don't have a texture.
  • Removed unused material from Mesh_PrimitiveVertexColor.
  • Removed Animation_Skin_03
  • New Tests:
    • Primitive Restart models.
    • Animation_Node model with asymmetric tangents for cubic spline.

v0.6.0

14 Nov 20:25
768254f
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Changes

  • Mesh_Primitives is now a single model (The other models were not working as described and/or not needed)
  • Mesh_PrimitiveMode Points and Lines positions are now asymmetrical
  • Material_AlphaMask_04 now has a correct sample image
  • Instancing support added
  • Camera positions in the manifest can now be set on a per-model basis
  • New Tests:
    • Animation_Node
    • Animation_NodeMisc
    • Animation_Skin
    • Animation_SkinType

v0.5.0

22 Mar 21:09
8169494
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Changes

  • Manifest files added listing glTF models
  • View models live (when viewed on GitHub)
  • Preview screenshots added to README files
  • Material_Alpha now split into Material_AlphaBlend and Material_AlphaMask
  • Mesh_Indices renamed as Mesh_PrimitiveMode
  • Primitive_Attribute separate vertex color models to Mesh_PrimitiveVertexColor
  • Mesh_Primitive models updated
  • New Tests:
    • Buffer_Interleaved
    • Material_DoubleSided
    • Material_Mixed
    • Node_Attribute
    • Node_NegativeScale

v0.4.0

14 Dec 01:01
320b8c7
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changes

  • Corrected values for min/max for position
  • Corrected tangent vectors
  • New tests:
    • Mesh_Indices
    • Mesh_Primitives
    • Mesh_PrimitivesUV
    • Compatibility
  • New models added for Material_SpecularGlossiness

v0.3.1

01 Nov 20:43
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Changes

  • Corrected values for normalized unsigned byte and normalized unsigned short in Primitive Attribute models
  • Restored note about normalized byte and short in Primitive Attribute README
  • Changed models to +z forward

v0.3.0

18 Oct 23:33
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Changes

  • New tests for Specular Glossiness

v0.2.0

10 Oct 01:02
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changes

  • New tests with improved folder structure
    • Material
    • Material_Alpha
    • Material_MetallicRoughness
    • Primitive_Attribute
    • Texture_Sampler
  • New and improved textures
  • Improvements to the generated README

v0.1.0

14 Sep 18:24
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This release has support for generating Material and Sampler glTF assets.