Chapter 3 — Advanced USD Concepts
One of the most powerful features of OpenUSD is its composition system. Scenes can be built from multiple layers that combine to form the final result. This allows different artists or tools to work on separate parts of the scene.
Example: Layer reference
#usda 1.0
(
subLayers = [
@environment.usda@,
@characters.usda@
]
)The final scene is composed from multiple layers.