bostongfx / TRAKO

MIT License
7 stars 4 forks source link

vertex units should be in meters #7

Open pieper opened 3 years ago

pieper commented 3 years ago

https://github.com/KhronosGroup/glTF/tree/master/specification/2.0

The units for all linear distances are meters.

Currently trako uses mm but we should use meters. We may have numerical issues if all the numbers are very small, so we should consider rescaling them for stability. May also be possible to fix them with a scaling transform.