CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.67k stars 302 forks source link

Unlock cesium npm package from 1.84.0 #269

Closed lilleyse closed 2 years ago

lilleyse commented 2 years ago

A recent change in CesiumJS 1.85.0 caused obj2gltf to break in Node 16. The cesium package is temporarily locked to 1.84.0. Once CesiumJS 1.86.0 is released the version number can be changed to ^1.86.0 and a new version of obj2gltf should be published.

See https://github.com/CesiumGS/obj2gltf/issues/266 for more background.

lilleyse commented 2 years ago

Related issue in 3d-tiles-validator: https://github.com/CesiumGS/3d-tiles-validator/issues/215

lilleyse commented 2 years ago

Also related: https://github.com/CesiumGS/gltf-pipeline/issues/603