Files
tinyusdz/tests/usda/kind-prim-meta-000.usda
Syoyo Fujita e65b3a06de [Ascii] Fix parsing timeSample attribute identifier
[USDC] Fix memory layout of quaternion type. Crate(Binary) uses [x, y, z, w] ordering for quat type.
Support more stage meta and prim meta.
Fix stage meta and prim meta pprint.
Add more usdc unit test files(converted from .usda)
2022-09-11 21:56:47 +09:00

16 lines
175 B
Plaintext

#usda 1.0
(
metersPerUnit = 1
upAxis = "Y"
defaultPrim = "hello"
)
def Cone "hello"
(
kind = "component"
)
{
uniform token axis = "X"
double height = 1.2
}