mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
21 lines
304 B
Plaintext
21 lines
304 B
Plaintext
#usda 1.0
|
|
(
|
|
defaultPrim = "Marble"
|
|
)
|
|
|
|
def Xform "Marble" (
|
|
kind = "component"
|
|
)
|
|
{
|
|
def Sphere "marble_geom"
|
|
{
|
|
rel material:binding = </Marble/GlassMaterial>
|
|
color3f[] primvars:displayColor = [ (0, 1, 0) ]
|
|
}
|
|
|
|
def Material "GlassMaterial"
|
|
{
|
|
# Interface inputs, shading networks, etc.
|
|
}
|
|
}
|