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

Update dev app dependencies #671

Closed corybarr closed 7 months ago

corybarr commented 7 months ago

We wanted to have these extensions available in the dev app:

The Script Editor is a dependency of omni.app.dev, so is already included.

Basis Curves was added.

Material Graph is left optional. "Optional dependencies are not enabled unless they are a non-optional dependency of some other extension which is enabled, or if they are enabled explicitly (using API, settings, CLI etc)." (source). --enable omni.kit.window.material_graph could be added as an arg to launch.*.json if wanted.