quantizedAttributes
has an optionalnormalized
flag to use the glTF 1.0.1accessor.normalized
for a higher precision decode matrix.
cacheOptimization
no longer crashes on primitives without indices. #154- Public API is exposed via
index.js
#153- Documentation has been added for all exposed functions.
OptimizationStats
is removed fromremoveUnused
stages.gltfPipeline.js
is now namedPipeline.js
.bakeAmbientOcclusion.js
now directly exports thebakeAmbientOcclusion
function.bakeAmbientOcclusion
now takes a glTF asset as its first parameter to match the function signature of other stages.- All
removeUnused
stages have been consolidated toRemoveUnusedProperties
to clean up the global scope. readBufferComponentType
andwriteBufferComponentType
have been renamed toreadBufferComponent
andwriteBufferComponent
respectively.
- Converted the API to now use promises instead of callbacks. #135
- Fixed an issue causing some compressed accessors to not render. #148
- Fixed a quantization rounding issue. #147
- Initial release.