I have been experimenting with importing 3d-tilesets into unity and have encountered the following:
1. A concise explanation of the problem you're experiencing.
My tileset.json does not contain any transforms, the only spatial information regarding the placement of the tiles is the RTC_CENTER in the feature Table of each b3dm.
Now, while the translation (using the rtc) of each tile seems correct (in relation to each other), rotation does not. (See image attached). Now I am wondering what am I missing? Do I have to take the curvature of the earth into account? e.g. do I have to transform using WSG84 or something?
2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.
--
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
I want to get a tileset into Unity and see how it performs.
4. The Cesium version you're using, your operating system and browser.
Win 10, Unity 2018.3
Thank you very much for your help,
Cheers,
Simon