mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
[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)
16 lines
175 B
Plaintext
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
|
|
}
|