| #usda 1.0 |
| ( |
| customLayerData = { |
| dictionary cameraSettings = { |
| dictionary Front = { |
| double3 position = (5, 0, 0) |
| double radius = 5 |
| } |
| dictionary Perspective = { |
| double3 position = (-1.7163748558139653, 0.33703629167309035, 1.9315245923504556) |
| double3 target = (0.08660096662871886, -0.05890634649366783, 0.4318584625988995) |
| } |
| dictionary Right = { |
| double3 position = (0, -5, 0) |
| double radius = 5 |
| } |
| dictionary Top = { |
| double3 position = (0, 0, 5) |
| double radius = 5 |
| } |
| string boundCamera = "/OmniverseKit_Persp" |
| } |
| dictionary omni_layer = { |
| string authoring_layer = "./Aligned.usda" |
| } |
| dictionary renderSettings = { |
| } |
| } |
| defaultPrim = "World" |
| metersPerUnit = 1 |
| upAxis = "Z" |
| ) |
|
|
| def Xform "World" |
| { |
| quatf xformOp:orient = (1, 0, 0, 0) |
| uniform token[] xformOpOrder = ["xformOp:orient"] |
|
|
| def Xform "entity" ( |
| prepend payload = @./Aligned.usd@ |
| ) |
| { |
| quatf xformOp:orient = (1, 0, 0, 0) |
| uniform token[] xformOpOrder = ["xformOp:orient"] |
| } |
|
|
| def Xform "lowpoly" |
| { |
| uniform token[] xformOpOrder = [] |
|
|
| def Cube "bbox" |
| { |
| double size = 1 |
| token visibility = "invisible" |
| quatf xformOp:orient = (1, 0, 0, 0) |
| float3 xformOp:scale = (1.1671121, 1.1459255, 0.77627444) |
| double3 xformOp:translate = (0, 0, 0.39136394811087444) |
| uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:orient", "xformOp:scale"] |
| } |
| } |
| } |
|
|
|
|