I need to read 3dtiles file in my project , the 3dtiles is created by ContextCapture.
I can read the b3dm file out now ,get the gltf json content,and the bv_pos,bv_uv,bv_ind,and the other vector data.
I need project the point location to Geography Coordinate , the gltf json content contain a CESIUM_RTC value, project the CESIUM_RTC point to Geography Coordinate is in right place ,the other point add the CESIUM_RTC as translation, project to Geography Coordinate is in wrong place, it seems like there is a rotation in more than one way, Any one can help me to solve the problem,thanks!
the addition file is the gltf json file and the screenshot in cesium.
Hey, thanks for providing sample data! It sounds like you might need to apply Transforms.eastNorthUpToFixedFrame to your RTC center before applying it as an offset.
If that doesn’t work, can you provide a working code example so I can see exactly which points are getting the correct offset and which aren’t?