| #usda 1.0 |
| ( |
| customLayerData = { |
| dictionary cameraSettings = { |
| dictionary Front = { |
| double3 position = (0, 0, 5) |
| double radius = 5 |
| } |
| dictionary Perspective = { |
| double3 position = (0.17709935048586126, -0.09769260078337404, 0.1760574887889383) |
| double3 target = (-3.715036728246801e-8, 7.500885970679327e-8, -4.1703773018264556e-8) |
| } |
| dictionary Right = { |
| double3 position = (-5, 0, 0) |
| double radius = 5 |
| } |
| dictionary Top = { |
| double3 position = (0, 5, 0) |
| double radius = 5 |
| } |
| string boundCamera = "/OmniverseKit_Persp" |
| } |
| dictionary metricsAssembler = { |
| dictionary "/cube/insertive_cube2" = { |
| } |
| int version = 1 |
| } |
| dictionary omni_layer = { |
| string authoring_layer = "./insertive_cube.usd" |
| } |
| dictionary renderSettings = { |
| } |
| } |
| defaultPrim = "cube" |
| doc = "A simple 4cm cube asset for IsaacLab / Omniverse" |
| metersPerUnit = 1 |
| ) |
|
|
| def Xform "cube" ( |
| prepend apiSchemas = ["PhysicsRigidBodyAPI", "PhysxRigidBodyAPI"] |
| ) |
| { |
| bool physics:kinematicEnabled = 0 |
| bool physics:rigidBodyEnabled = 1 |
|
|
| def Xform "visuals" |
| { |
| quatd xformOp:orient = (1, 0, 0, 0) |
| double3 xformOp:scale = (1, 1, 1) |
| double3 xformOp:translate = (0, 0, 0) |
| uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:orient", "xformOp:scale"] |
|
|
| def Scope "Looks" |
| { |
| def Material "PreviewSurfaceFace" |
| { |
| token outputs:surface.connect = </cube/visuals/Looks/PreviewSurfaceFace/Principled_BSDF.outputs:surface> |
| custom string userProperties:blender:data_name = "PreviewSurfaceFace" |
|
|
| def Shader "Principled_BSDF" |
| { |
| uniform token info:id = "UsdPreviewSurface" |
| float inputs:clearcoat = 0 |
| float inputs:clearcoatRoughness = 0.03 |
| color3f inputs:diffuseColor = (1, 0.001958993, 0.001958993) |
| float inputs:ior = 1.5 |
| float inputs:metallic = 0 |
| float inputs:opacity = 1 |
| float inputs:roughness = 0.5 |
| float inputs:specular = 0.5 |
| token outputs:surface |
| } |
| } |
|
|
| def Material "PreviewSurface" |
| { |
| token outputs:displacement.connect = </cube/visuals/Looks/PreviewSurface/Principled_BSDF.outputs:displacement> |
| token outputs:surface.connect = </cube/visuals/Looks/PreviewSurface/Principled_BSDF.outputs:surface> |
| custom string userProperties:blender:data_name = "PreviewSurface" |
|
|
| def Shader "Principled_BSDF" |
| { |
| uniform token info:id = "UsdPreviewSurface" |
| float inputs:clearcoat = 0 |
| float inputs:clearcoatRoughness = 0.01 |
| color3f inputs:diffuseColor = (0, 1, 0.19999999) |
| float inputs:displacement = 0 |
| color3f inputs:emissiveColor = (0, 0, 0) |
| float inputs:ior = 1.5 |
| float inputs:metallic = 0 |
| float inputs:opacity = 1 |
| float inputs:roughness = 0.5 |
| float inputs:specular = 0.5 |
| token outputs:displacement |
| token outputs:surface |
| } |
| } |
| } |
|
|
| def Xform "cube" |
| { |
| custom string userProperties:blender:object_name = "cube" |
|
|
| def Mesh "Mesh" ( |
| active = true |
| prepend apiSchemas = ["MaterialBindingAPI"] |
| ) |
| { |
| uniform bool doubleSided = 1 |
| float3[] extent = [(-0.02, -0.02, -0.02), (0.02, 0.02, 0.02)] |
| int[] faceVertexCounts = [4, 4, 4, 4, 4, 4] |
| int[] faceVertexIndices = [0, 3, 2, 1, 4, 5, 6, 7, 3, 7, 6, 2, 0, 1, 5, 4, 1, 2, 6, 5, 0, 4, 7, 3] |
| rel material:binding = </cube/insertive_cube2/_materials/PreviewSurface> |
| normal3f[] normals = [(0, 0, -1), (0, 0, -1), (0, 0, -1), (0, 0, -1), (0, 0, 1), (0, 0, 1), (0, 0, 1), (0, 0, 1), (0, 1, 0), (0, 1, 0), (0, 1, 0), (0, 1, 0), (0, -1, 0), (0, -1, 0), (0, -1, 0), (0, -1, 0), (1, 0, 0), (1, 0, 0), (1, 0, 0), (1, 0, 0), (-1, 0, 0), (-1, 0, 0), (-1, 0, 0), (-1, 0, 0)] ( |
| interpolation = "faceVarying" |
| ) |
| point3f[] points = [(-0.02, -0.02, -0.02), (0.02, -0.02, -0.02), (0.02, 0.02, -0.02), (-0.02, 0.02, -0.02), (-0.02, -0.02, 0.02), (0.02, -0.02, 0.02), (0.02, 0.02, 0.02), (-0.02, 0.02, 0.02)] |
| uniform token subdivisionScheme = "none" |
| uniform token subsetFamily:materialBind:familyType = "nonOverlapping" |
| custom string userProperties:blender:data_name = "Mesh" |
|
|
| def GeomSubset "PreviewSurface" ( |
| prepend apiSchemas = ["MaterialBindingAPI"] |
| ) |
| { |
| uniform token elementType = "face" |
| uniform token familyName = "materialBind" |
| int[] indices = [0, 2, 3, 4, 5] |
| rel material:binding = </cube/visuals/Looks/PreviewSurface> ( |
| bindMaterialAs = "weakerThanDescendants" |
| ) |
| } |
|
|
| def GeomSubset "PreviewSurfaceFace" ( |
| prepend apiSchemas = ["MaterialBindingAPI"] |
| ) |
| { |
| uniform token elementType = "face" |
| uniform token familyName = "materialBind" |
| int[] indices = [1] |
| rel material:binding = </cube/visuals/Looks/PreviewSurfaceFace> ( |
| bindMaterialAs = "weakerThanDescendants" |
| ) |
| } |
| } |
| } |
| } |
|
|
| def Xform "collisions" |
| { |
| quatd xformOp:orient = (1, 0, 0, 0) |
| double3 xformOp:scale = (1, 1, 1) |
| double3 xformOp:translate = (0, 0, 0) |
| uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:orient", "xformOp:scale"] |
|
|
| def Mesh "cube" ( |
| active = true |
| prepend apiSchemas = ["MaterialBindingAPI", "PhysicsCollisionAPI", "PhysxCollisionAPI", "PhysxConvexHullCollisionAPI", "PhysicsMeshCollisionAPI", "PhysxSDFMeshCollisionAPI"] |
| ) |
| { |
| float3[] extent = [(-0.02, -0.02, -0.02), (0.02, 0.02, 0.02)] |
| int[] faceVertexCounts = [4, 4, 4, 4, 4, 4] |
| int[] faceVertexIndices = [0, 3, 2, 1, 4, 5, 6, 7, 3, 7, 6, 2, 0, 1, 5, 4, 1, 2, 6, 5, 0, 4, 7, 3] |
| rel material:binding = </cube/PhysicsMaterial> ( |
| bindMaterialAs = "weakerThanDescendants" |
| ) |
| normal3f[] normals = [(0, 0, -1), (0, 0, -1), (0, 0, -1), (0, 0, -1), (0, 0, 1), (0, 0, 1), (0, 0, 1), (0, 0, 1), (0, 1, 0), (0, 1, 0), (0, 1, 0), (0, 1, 0), (0, -1, 0), (0, -1, 0), (0, -1, 0), (0, -1, 0), (1, 0, 0), (1, 0, 0), (1, 0, 0), (1, 0, 0), (-1, 0, 0), (-1, 0, 0), (-1, 0, 0), (-1, 0, 0)] ( |
| interpolation = "faceVarying" |
| ) |
| uniform token physics:approximation = "convexHull" |
| bool physics:collisionEnabled = 1 |
| point3f[] points = [(-0.02, -0.02, -0.02), (0.02, -0.02, -0.02), (0.02, 0.02, -0.02), (-0.02, 0.02, -0.02), (-0.02, -0.02, 0.02), (0.02, -0.02, 0.02), (0.02, 0.02, 0.02), (-0.02, 0.02, 0.02)] |
| uniform token subdivisionScheme = "none" |
| custom string userProperties:blender:data_name = "cube" |
| token visibility = "invisible" |
| float3 xformOp:rotateZYX = (0, 0, 0) |
| float3 xformOp:scale = (1, 1, 1) |
| double3 xformOp:translate = (0, 0, 0) |
| uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:rotateZYX", "xformOp:scale"] |
| } |
| } |
|
|
| def Material "PhysicsMaterial" ( |
| prepend apiSchemas = ["PhysicsMaterialAPI"] |
| ) |
| { |
| float physics:dynamicFriction = 0.5 |
| float physics:staticFriction = 0.5 |
| } |
| } |
|
|
| def "Render" ( |
| hide_in_stage_window = true |
| no_delete = true |
| ) |
| { |
| def "OmniverseKit" |
| { |
| def "HydraTextures" ( |
| hide_in_stage_window = true |
| no_delete = true |
| ) |
| { |
| def RenderProduct "omni_kit_widget_viewport_ViewportTexture_0" ( |
| prepend apiSchemas = ["OmniRtxSettingsCommonAdvancedAPI_1", "OmniRtxSettingsRtAdvancedAPI_1", "OmniRtxSettingsPtAdvancedAPI_1", "OmniRtxPostColorGradingAPI_1", "OmniRtxPostChromaticAberrationAPI_1", "OmniRtxPostBloomPhysicalAPI_1", "OmniRtxPostMatteObjectAPI_1", "OmniRtxPostCompositingAPI_1", "OmniRtxPostDofAPI_1", "OmniRtxPostMotionBlurAPI_1", "OmniRtxPostTvNoiseAPI_1", "OmniRtxPostTonemapIrayReinhardAPI_1", "OmniRtxPostDebugSettingsAPI_1", "OmniRtxDebugSettingsAPI_1"] |
| hide_in_stage_window = true |
| no_delete = true |
| ) |
| { |
| rel camera = </OmniverseKit_Persp> |
| token omni:rtx:background:source:texture:textureMode = "repeatMirrored" |
| token omni:rtx:background:source:type = "domeLight" |
| bool omni:rtx:dlss:frameGeneration = 0 |
| bool omni:rtx:material:db:nonVisualMaterialCSV:enabled = 0 |
| string omni:rtx:material:db:rtSensorNameToIdMap = "DefaultMaterial:0;AsphaltStandardMaterial:1;AsphaltWeatheredMaterial:2;VegetationGrassMaterial:3;WaterStandardMaterial:4;GlassStandardMaterial:5;FiberGlassMaterial:6;MetalAlloyMaterial:7;MetalAluminumMaterial:8;MetalAluminumOxidizedMaterial:9;PlasticStandardMaterial:10;RetroMarkingsMaterial:11;RetroSignMaterial:12;RubberStandardMaterial:13;SoilClayMaterial:14;ConcreteRoughMaterial:15;ConcreteSmoothMaterial:16;OakTreeBarkMaterial:17;FabricStandardMaterial:18;PlexiGlassStandardMaterial:19;MetalSilverMaterial:20" |
| bool omni:rtx:material:db:syncLoads = 1 |
| token omni:rtx:post:dlss:execMode = "performance" |
| bool omni:rtx:post:registeredCompositing:invertColorCorrection = 1 |
| bool omni:rtx:post:registeredCompositing:invertToneMap = 1 |
| bool omni:rtx:pt:lightcache:cached:dontResolveConflicts = 1 |
| int omni:rtx:pt:maxSamplesPerLaunch = 2073600 |
| int omni:rtx:pt:mgpu:maxPixelsPerRegionExponent = 12 |
| int omni:rtx:realtime:mgpu:tileCount = 2 |
| color3f omni:rtx:rt:ambientLight:color = (0.1, 0.1, 0.1) |
| bool omni:rtx:rt:demoire = 0 |
| bool omni:rtx:rt:ecoMode:enabled |
| bool omni:rtx:rt:lightcache:spatialCache:dontResolveConflicts = 1 |
| bool omni:rtx:scene:hydra:materialSyncLoads = 1 |
| bool omni:rtx:scene:hydra:mdlMaterialWarmup = 1 |
| uint omni:rtx:viewTile:limit = 4294967295 |
| rel orderedVars = </Render/Vars/LdrColor> |
| custom bool overrideClipRange = 0 |
| uniform int2 resolution = (1280, 720) |
| } |
| } |
| } |
|
|
| def RenderSettings "OmniverseGlobalRenderSettings" ( |
| prepend apiSchemas = ["OmniRtxSettingsGlobalRtAdvancedAPI_1", "OmniRtxSettingsGlobalPtAdvancedAPI_1"] |
| no_delete = true |
| ) |
| { |
| rel products = </Render/OmniverseKit/HydraTextures/omni_kit_widget_viewport_ViewportTexture_0> |
| } |
|
|
| def "Vars" |
| { |
| def RenderVar "LdrColor" ( |
| hide_in_stage_window = true |
| no_delete = true |
| ) |
| { |
| uniform string sourceName = "LdrColor" |
| } |
| } |
| } |
|
|
|
|