gramaziokohler / compas_xr

COMPAS XR streamlines extended reality workflows to ease the implementation of human-machine collaborative applications in architectural research and educational environments.
https://gramaziokohler.github.io/compas_xr/
MIT License
7 stars 0 forks source link

Minimal version of Stage/Scene/SceneGraph #4

Closed romanarust closed 1 year ago

romanarust commented 3 years ago

As a user, I need a class that contains layers, materials, lights, cameras, and geometry that is easily convertable to USD or GLTF.

This issue's scope is to build a minimal prototype of the scene graph that would eventually be upstreamed to compas core. Main idea to keep in focus is to build it light and not aim for feature completeness, but still keep in mind the desired long term structure we want to get to.

gonzalocasas commented 3 years ago

Maybe relevant here: https://pypi.org/project/usd-core

romanarust commented 1 year ago

Scene version already implemented