Closed peppsac closed 6 years ago
Since we're removing the glTFUpAxis propert
To make myself clear: I'm removing it because it's not supported anymore in the spec (cf https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification#gltf).
can you add in the export_tileset documentation that we expect mesh geometries to be Y-up?
Yes good idea.
Or change the parse so that it can flip the coordinates, or even change the SQL query so it does the Y to Z transform.
I believe you meant to write Z->Y transform?
To make myself clear: I'm removing it because it's not supported anymore in the spec (cf https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification#gltf).
Yes, I fully agree with the intent of this PR. We should also check one of these days if any other aspect of the spec changed when AGI pushed the definitive 1.0 spec in august.
I believe you meant to write Z->Y transform?
Indeed, my bad.
@Jeremy-Gaillard do you think you can fix the sql query to perform the transformation? I'm not at ease with this part of the code yet :)
I'll take a look at it tomorrow or at the begining of next week.
Done!
Thanks @Jeremy-Gaillard!
2 commits to adapt the code to 3dtiles 1.0 specification.
Fixes #30