qmuntal / gltf

Go library for encoding glTF 2.0 files
https://www.khronos.org/gltf/
BSD 2-Clause "Simplified" License
241 stars 32 forks source link

Use float64 for all json numeric properties #76

Closed qmuntal closed 7 months ago

qmuntal commented 7 months ago

Using float64 for json properties yields better accuracy while having a negligible file size impact, as the json chunk is a tiny fraction of the binary buffer.

Closes #73.