gltf-pipeline
Advanced tools
Changelog
0.1.0-alpha5 - 2016-11-02
MergeDuplicateProperties
for stages merging duplicate glTF properties, like materials and shaders. #152
mergeDuplicateAccessors
is now a part of this stage.RemoveUnusedProperties
stage names are changed from removeUnusedXXX
to removeXXX
. MergeDuplicateProperties
conforms to this naming convention.quantizedAttributes
has an optional normalized
flag to use the glTF 1.0.1 accessor.normalized
for a higher precision decode matrix. #165Pipeline.processJSON
and Pipeline.processFile
. #180-f
flag and for removing normals with -r
. #173_3DTILESDIFFUSE
semantic is added to the model's technique when optimizeForCesium
is true. #174Changelog
0.1.0-alpha4 - 2016-08-25
cacheOptimization
no longer crashes on primitives without indices. #154index.js
#153
OptimizationStats
is removed from removeUnused
stages.gltfPipeline.js
is now named Pipeline.js
.bakeAmbientOcclusion.js
now directly exports the bakeAmbientOcclusion
function.bakeAmbientOcclusion
now takes a glTF asset as its first parameter to match the function signature of other stages.removeUnused
stages have been consolidated to RemoveUnusedProperties
to clean up the global scope.readBufferComponentType
and writeBufferComponentType
have been renamed to readBufferComponent
and writeBufferComponent
respectively.