-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpayload_use_primPath.usda
More file actions
54 lines (52 loc) · 1.39 KB
/
payload_use_primPath.usda
File metadata and controls
54 lines (52 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#usda 1.0
(
customLayerData = {
dictionary cameraSettings = {
dictionary Front = {
double3 position = (0, 0, 50000)
double radius = 500
}
dictionary Perspective = {
double3 position = (500, 500, 500)
double3 target = (-0.00000397803842133726, 0.000007956076785831101, -0.000003978038307650422)
}
dictionary Right = {
double3 position = (-50000, 0, 0)
double radius = 500
}
dictionary Top = {
double3 position = (0, 50000, 0)
double radius = 500
}
string boundCamera = "/OmniverseKit_Persp"
}
dictionary navmeshSettings = {
double agentHeight = 180
double agentRadius = 20
bool excludeRigidBodies = 1
uint64 ver = 1
double voxelCeiling = 460
}
dictionary omni_layer = {
dictionary muteness = {
}
}
dictionary renderSettings = {
}
}
defaultPrim = "World"
endTimeCode = 100
metersPerUnit = 0.01
startTimeCode = 0
timeCodesPerSecond = 60
upAxis = "Y"
)
def Xform "World"
{
def "refObjects" (
instanceable = false
prepend payload = @./refObjects.usda@</World/Group2>
)
{
}
}