You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once instancing is supported in cesium-native (CesiumGS/cesium-native#458) we'll need a way to convert EXT_mesh_gpu_instancing to instanced USD/Fabric geometries.
See UsdGeomPointInstancer as a potential starting point. Not sure what the equivalent Fabric representation looks like.
The text was updated successfully, but these errors were encountered:
I saved the Fabric stage (fabric_stage.zip) and had a look at the Fabric representation. The instanced meshes have an _instancerPath attribute which points to a prim that has instanced positions, orientations, scales. With more reverse engineering we should be to replicate this in FabricGeometry.
How to save the Fabric stage:
Click the "Save Fabric Stage" button in the Cesium Power Tools window
Once instancing is supported in cesium-native (CesiumGS/cesium-native#458) we'll need a way to convert
EXT_mesh_gpu_instancing
to instanced USD/Fabric geometries.See UsdGeomPointInstancer as a potential starting point. Not sure what the equivalent Fabric representation looks like.
The text was updated successfully, but these errors were encountered: