CesiumGS / cesium-omniverse

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

Allow globe anchors to be applied to prims with other xform ops #662

Closed lilleyse closed 7 months ago

lilleyse commented 7 months ago

Fixes https://github.com/CesiumGS/cesium-omniverse/issues/660

Allows globe anchors to be applied to prims with other xform ops like xformOp:rotateX:unitsResolve. The translate, rotate, and scale ops (if they exist) must still appear first.

Also includes a fix for a bug introduced in #661