CesiumGS / cesium-omniverse

Bringing the 3D geospatial ecosystem to Omniverse
https://cesium.com/platform/cesium-for-omniverse/
Apache License 2.0
51 stars 7 forks source link

Should globe anchors be affected by parent transforms? #716

Open lilleyse opened 2 months ago

lilleyse commented 2 months ago

Currently globe anchors are not affected by parent transforms. The world transform is baked into the globe anchor's transform at creation time and parent transforms are explicitly ignored. See OmniGlobeAnchor::initialize.

This was done intentionally to simplify things, but it might be better if globe reacted to scene graph changes.