| #usda 1.0 | |
| ( | |
| customLayerData = { | |
| dictionary cameraSettings = { | |
| dictionary Front = { | |
| double3 position = (500, 0, 0) | |
| double radius = 500 | |
| } | |
| dictionary Perspective = { | |
| double3 position = (500, 500, 500) | |
| double3 target = (-0.000003978038705554354, -0.000003978038478180679, 0.000007956076956361358) | |
| } | |
| dictionary Right = { | |
| double3 position = (0, -500, 0) | |
| double radius = 500 | |
| } | |
| dictionary Top = { | |
| double3 position = (0, 0, 500) | |
| double radius = 500 | |
| } | |
| string boundCamera = "/OmniverseKit_Persp" | |
| } | |
| dictionary omni_layer = { | |
| string authoring_layer = "./physics_organic.usda" | |
| } | |
| } | |
| defaultPrim = "Organic" | |
| metersPerUnit = 1 | |
| upAxis = "Z" | |
| ) | |
| def Material "Organic" ( | |
| prepend apiSchemas = ["PhysicsMaterialAPI"] | |
| ) | |
| { | |
| float physics:density = 2800 | |
| float physics:dynamicFriction = 0.9 | |
| float physics:restitution = 0.001 | |
| float physics:staticFriction = 5 | |
| } | |