-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re order reality kit content package
- Loading branch information
Showing
9 changed files
with
20 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 0 additions & 48 deletions
48
...ges/RealityKitContent/Sources/RealityKitContent/RealityKitContent.rkassets/Immersive.usda
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,2 @@ | ||
#usda 1.0 | ||
( | ||
defaultPrim = "Root" | ||
metersPerUnit = 1 | ||
upAxis = "Y" | ||
) | ||
|
||
def Xform "Root" | ||
{ | ||
reorder nameChildren = ["Sphere_Left", "Sphere_Right", "_PlainMaterial"] | ||
def Sphere "Sphere_Right" ( | ||
active = true | ||
prepend apiSchemas = ["MaterialBindingAPI"] | ||
) | ||
{ | ||
rel material:binding = </Root/_PlainMaterial/Material> ( | ||
bindMaterialAs = "weakerThanDescendants" | ||
) | ||
double radius = 0.1 | ||
quatf xformOp:orient = (1, 0, 0, 0) | ||
float3 xformOp:scale = (1, 1, 1) | ||
float3 xformOp:translate = (0.5, 1.5, -1.5) | ||
uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:orient", "xformOp:scale"] | ||
} | ||
|
||
def Sphere "Sphere_Left" ( | ||
active = true | ||
prepend apiSchemas = ["MaterialBindingAPI"] | ||
) | ||
{ | ||
rel material:binding = </Root/_PlainMaterial/Material> ( | ||
bindMaterialAs = "weakerThanDescendants" | ||
) | ||
double radius = 0.1 | ||
quatf xformOp:orient = (1, 0, 0, 0) | ||
float3 xformOp:scale = (1, 1, 1) | ||
float3 xformOp:translate = (-0.5, 1.5, -1.5) | ||
uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:orient", "xformOp:scale"] | ||
} | ||
|
||
def "_PlainMaterial" ( | ||
active = true | ||
prepend references = @_PlainMaterial.usda@ | ||
) | ||
{ | ||
float3 xformOp:scale = (1, 1, 1) | ||
uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:orient", "xformOp:scale"] | ||
} | ||
} | ||
|
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+34.5 MB
...es/RealityKitContent/Sources/RealityKitContent/RealityKitContent.rkassets/Models/Sun.usdz
Binary file not shown.
59 changes: 0 additions & 59 deletions
59
Packages/RealityKitContent/Sources/RealityKitContent/RealityKitContent.rkassets/Scene.usda
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
...KitContent/Sources/RealityKitContent/RealityKitContent.rkassets/Scenes/PanoramaVideo.usda
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
...s/RealityKitContent/Sources/RealityKitContent/RealityKitContent.rkassets/TargetPlane.usda
This file was deleted.
Oops, something went wrong.