mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
37 lines
610 B
Plaintext
37 lines
610 B
Plaintext
#usda 1.0
|
|
|
|
def Xform "Implicits" (
|
|
append variantSets = "shapeVariant"
|
|
)
|
|
{
|
|
# Prim meta in variant Stmt.
|
|
variantSet "shapeVariant" = {
|
|
|
|
"Capsule" ( active = true ) {
|
|
def Capsule "Pill"
|
|
{
|
|
}
|
|
}
|
|
"Cone" {
|
|
def Cone "PartyHat"
|
|
{
|
|
}
|
|
}
|
|
"Cube" {
|
|
def Cube "Box"
|
|
{
|
|
}
|
|
}
|
|
"Cylinder" {
|
|
def Cylinder "Tube"
|
|
{
|
|
}
|
|
}
|
|
"Sphere" {
|
|
def Sphere "Ball"
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|