mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
12 lines
153 B
Plaintext
12 lines
153 B
Plaintext
#usda 1.0
|
|
(
|
|
subLayers = [
|
|
@cube-000.usda@,
|
|
]
|
|
)
|
|
|
|
# this Prim wins against `hello` Prim in cube-000.usda
|
|
def Cube "hello" {
|
|
double size = 3.2
|
|
}
|