-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.yaml
39 lines (33 loc) · 1.24 KB
/
test.yaml
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
baseUSDFile: built/GMApallet.usda
outPrefix: xtest
Operations:
middle-strut:
path: /Root/GMA_Pallet/part3_02
translate: (0,0,Uniform(-0.2,0.2)) # (Uniform(-1,1), Uniform(-1, 1), Uniform(-1, 1))
rotate: Choice([(0,0,0), (0,0,Uniform(-5,5))])
scale: (1,Uniform(0.95,1.05),Uniform(0.95,1.05))
color: (0.35, 0.85, 0.35)
left-strut:
path: /Root/GMA_Pallet/part3
translate: (0,0,Uniform(-0.2,0.2))
rotate: Choice([(0,0,0), (0,0,Uniform(-5,5))])
scale: (1,Uniform(0.95,1.05),Uniform(0.95,1.05))
color: (0.35, 0.85, 0.35)
right-strut:
path: /Root/GMA_Pallet/part3_01
translate: (0,0,Uniform(-0.2,0.2))
rotate: Choice([(0,0,0), (0,0,Uniform(-5,5))])
scale: (1,Uniform(0.95,1.05),Uniform(0.95,1.05))
color: (0.35, 0.85, 0.35)
front-top:
path: /Root/GMA_Pallet/part2
translate: (0,Uniform(-0.2,0.2),Uniform(-0.2,0.2))
rotate: Choice([(0,0,0), (0,0,Uniform(-5,5))])
scale: (1,Uniform(0.95,1.05),Uniform(0.95,1.05))
color: (0.85, 0.35, 0.35)
front-bottom:
path: /Root/GMA_Pallet/part2_02
translate: (0,Uniform(-0.2,0.2),Uniform(-0.2,0.2))
rotate: Choice([(0,0,0), (0,0,Uniform(-5,5))])
scale: (1,Uniform(0.95,1.05),Uniform(0.95,1.05))
color: (0.85, 0.35, 0.35)