Releases: vpenades/SharpGLTF
Releases · vpenades/SharpGLTF
1.0.3
What's Changed
- Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/SharpGLTF.Core by @dependabot in #249
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- Fixed normal renormalization being triggered unnecesarily
- Small API improvements to skinning and animations
- Fixed MaterialBuilder's conversion to glTF not copying the IOR value
- Testing: Switched to new Khronos Model Samples repository
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Bump System.Text.Json from 8.0.3 to 8.0.4 in /src/SharpGLTF.Core by @dependabot in #242
- Expose correct morph target cast, fixes #239
New Contributors
- @dependabot made their first contribution in #242
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- fixbug: save mtl file StreamWriter has no close by @jackletter in #227
- add 3d tiles metadata noData and default support by @bertt in #218
New Contributors
- @jackletter made their first contribution in #227
Full Changelog: 1.0.0-alpha0031...1.0.0
1.0.0-alpha0031
What's Changed
- Add instancing extras unit test by @bertt in #200
- add cesium ext_mesh_features by @bertt in #199
- Add GitHub action by @bertt in #203
- fix tests on mac by @bertt in #204
- add Cesium ext_instance_features by @bertt in #201
- add trimming attribute to custom vertex with feature id by @bertt in #211
- Add cesium ext structural metadata by @bertt in #206
- Add arbitrary file extension by @gentilinigm in #214
- Several changes for 3D Tiles api by @bertt in #213
New Contributors
- @gentilinigm made their first contribution in #214
Full Changelog: 1.0.0-alpha0030...1.0.0-alpha0031
1.0.0-alpha0030
SharpGLTF.Core 1.0.0-alpha0030
SharpGLTF.Runtime 1.0.0-alpha0030
SharpGLTF.Toolkit 1.0.0-alpha0030
What's Changed
- Extracted Runtime namespace from Core to its own nuget package.
- Fixed AOT compilation issues.
Full Changelog: 1.0.0-alpha0029...1.0.0-alpha0030
1.0.0-alpha0029
SharpGLTF.Core 1.0.0-alpha0029
SharpGLTF.Toolkit 1.0.0-alpha0029
What's Changed
- Upgraded System.Text.Json version from 5.0.2 to 6.0.7
- Feature/cesium primitive outline by @bertt in #175
- Fixed reading from Android Resource Stream
Full Changelog: 1.0.0-alpha0028...1.0.0-alpha0029
1.0.0-alpha0028
SharpGLTF.Core 1.0.0-alpha0028
SharpGLTF.Toolkit 1.0.0-alpha0028
What's Changed
- Optimized file generation in WavefrontWriter. by @MeltyPlayer in #167
- Set _StaticBufferBuilder capacity via constructor when merging buffers to optimize memory allocations. by @MeltyPlayer in #166
New Contributors
- @MeltyPlayer made their first contribution in #167
Full Changelog: 1.0.0-alpha0027...1.0.0-alpha0028
1.0.0-alpha0027
SharpGLTF.Core 1.0.0-alpha0027
SharpGLTF.Toolkit 1.0.0-alpha0027
What's Changed
- Added personal tests by @ptasev in #142
- Added mesh to test to cover additional use-cases. by @ptasev in #144
- Added KHR_materials_iridescence extension.
- Added KHR_EMissiveStrength extension.
- general bugfixes...
Full Changelog: 1.0.0-alpha0026...1.0.0-alpha0027
1.0.0-alpha0026
added small tolerance to IBM check