v0.5.3
Pre-release
Pre-release
Major Changes
- feat: Add new Primitives geometries: Cube, Line, Joint, Grid, and Axis.
- feat: supports animation (static mesh only) output for Gltf2Exporter by @emadurandal in #968
Minor Changes
- feat: add fromCopy[2|3|4] methods to Vector classes by @emadurandal in #980
- refactor: proceeding refactoring for supporting Custom Vertex Attributes system: #972
- chore/refactor: refactoring many codes
BREAKING CHANGES
- refactor!: make Gltf2Exporter non-singleton class by @emadurandal in #950
What's Changed (Details)
- fix: switch type annotation "Object" to "object" by @emadurandal in #948
- refactor: glTF by @emadurandal in #949
- refactor!: make Gltf2Exporter non-singleton class by @emadurandal in #950
- refactor: gltf2exporter by @emadurandal in #951
- feat: improve Result.ts by @emadurandal in #953
- refactor: gltf by @emadurandal in #952
- feat: Gltf2Exporter by @emadurandal in #954
- refactor: animation component by @emadurandal in #956
- feat: add WebGLConstants.ts by @emadurandal in #957
- chore: prettier XR codes by @emadurandal in #958
- refactor: geometry classes by @emadurandal in #959
- refactor: sphere by @emadurandal in #960
- refactor: Primitive.ts by @emadurandal in #961
- feat: custom vertex attributes by @emadurandal in #962
- refactor: Gltf2Exporter by @emadurandal in #963
- fix: remove "WebWorker" to build samples with no error by @emadurandal in #964
- refactor: Is.ts by @emadurandal in #965
- feat: add assertExist by @emadurandal in #966
- feat: gltf exporter by @emadurandal in #967
- test: update puppeteer by @emadurandal in #969
- feat: supports animation output for Gltf2Exporter by @emadurandal in #968
- refactor: vertex attributes by @emadurandal in #970
- refactor: custom vertex attributes by @emadurandal in #973
- refactor: RnPromise by @emadurandal in #869
- fix: gltf2 exporter by @emadurandal in #974
- feat: primitive axis by @emadurandal in #975
- chore: prettier all code by @emadurandal in #976
- feat: #977 grid primitive by @emadurandal in #978
- feat: Add Joint.ts by @emadurandal in #979
- feat: add fromCopy[2|3|4] methods to Vector classes by @emadurandal in #980
- feat: add Line primitive and expose Axis, Joint, Line primitives as API by @emadurandal in #981
- feat: add Primitive samples by @emadurandal in #982
Full Changelog: v0.5.2...v0.5.3