nytimes / three-loader-3dtiles

This is a Three.js loader module for handling OGC 3D Tiles, created by Cesium. It currently supports the two main formats, Batched 3D Model (b3dm) - based on glTF Point cloud.
Other
439 stars 62 forks source link

Why do I add the resetTransform attribute to display the model? #166

Closed bbhxwl closed 1 month ago

bbhxwl commented 1 month ago

Why do I add the resetTransform attribute to display the model?

Avnerus commented 1 month ago

The resetTransform attribute is used in cases you want to bring a model to the (0, 0, 0) origin without considering its coordinates. It will automatically detect the transformation and invert it. Closing this issue for now, but feel free to reopen.