mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
22 lines
218 B
Plaintext
22 lines
218 B
Plaintext
#usda 1.0
|
|
(
|
|
defaultPrim = "hello"
|
|
)
|
|
|
|
def Xform "hello"
|
|
{
|
|
def Scope "Mats"
|
|
{
|
|
def Material "Make"
|
|
{
|
|
}
|
|
|
|
def Material "CMake"
|
|
(
|
|
specializes = [</hello/Mats/Make>]
|
|
)
|
|
{
|
|
}
|
|
}
|
|
}
|