Releases: Brakebein/node-three-gltf
Releases · Brakebein/node-three-gltf
v1.8.2
v1.8.1
v1.8.0
v1.7.0
v1.6.0
v1.5.0
Changes
- upgrade to [email protected], which is now the minimum required peer dependency version
v1.4.0
v1.3.1
v1.3.0
Changes
- use again
node-fetch
dependency instead of native Node.jsfetch
to support Node.js < 18.0.0
Fixes
- gltf models with animations: attribute types for custom attributes were not passed to DRACOLoader resulting in errors like
Cannot read properties of undefined (reading \'BYTES_PER_ELEMENT\')
v1.2.0
Changes
- removed
draco3dgltf
dependency due to issues with some draco-compressed gltf files - instead use of Worker and WASM for decoding draco-compressed geometry (results in faster decoding with WASM)
- replaced
jimp
withsharp
for loading images (removes some high vulnerability dependency issues ofjimp
)