gltf_loader 0.0.7
gltf_loader: ^0.0.7 copied to clipboard
Pure dart glTF 2.0 Specification loader utility with dynamic asset loading
0.0.7 #
- refactor source code
- populate README.md
0.0.6 #
- fix loadImage() index check
0.0.5 #
- expose public getters for GLTF.runtimeImages and GLTF.runtimeBuffers
0.0.4 #
- fix documentation format issues
- added package topics
- fix Scene.dart incorrect name
0.0.3 #
- 2.0 glTF spec conformant.
- on demand loading assets (buffers and images)
- implemented extensions:
- KHR_animation_pointer,
- KHR_lights_punctual,
- KHR_materials_specular,
- KHR_materials_ior,
- KHR_texture_transform,
- EXT_texture_webp
0.0.2 #
- dart format covention
0.0.1 #
- Initial release of glTF 2.0 spec. loader.