-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworld.wrl
90 lines (74 loc) · 1.73 KB
/
world.wrl
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Background {
groundAngle [ 0.9, 1.5, 1.57 ]
groundColor [ 0 0.8 0,
0.174249 0.82 0.187362,
0.467223 0.82 0.445801,
0.621997 0.67 0.600279 ]
skyAngle [ 0.1, 1.2, 1.57 ]
skyColor [ 0.76238 0.8 0.1427,
0.277798 0.219779 0.7,
0.222549 0.390234 0.7,
0.60094 0.662637 0.69 ]
}
Transform {
rotation 1 0 0 1.5708
children [
DEF BaseRotation Transform {
rotation 0 0 1 0
children [
Transform {
children [
DEF StickRotation Transform {
translation 0 0.7 -0.8
children [
DEF StickRotation Transform {
translation 0 0.9 0
rotation 0 0 1 1.5708
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 0.653061 0.506122 0.8
}
}
geometry Cylinder {
height 6
radius 0.08
}
}
Transform {
translation 0 -3 0
children Shape {
appearance Appearance {
material Material {
diffuseColor 0.750242 0.541855 0.8
}
}
geometry Sphere {
radius 0.2
}
}
}
Transform {
translation 0 3 0
children Shape {
appearance Appearance {
material Material {
diffuseColor 0.685714 0.571429 0.8
}
}
geometry Sphere {
radius 0.2
}
}
}
]
}
]
}
]
}
]
}
]
}