-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy_box.wrl
70 lines (65 loc) · 1.51 KB
/
my_box.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
#VRML V2.0 utf8
#Created with V-Realm Builder v2.0
#Integrated Data Systems Inc.
#www.ids-net.com
Viewpoint {
position 0 0 15
description "Far View"
}
Viewpoint {
orientation 0 1 0 1.5708
position 15 0 0
description "Far View 2"
}
Viewpoint {
orientation -1 0 0 1.5708
position 0 15 0
description "Top View"
}
DEF Plane Transform {
scale 1 1 1
children [
Transform {
children Shape {
appearance Appearance {
material Material {
diffuseColor 1.0 0.0 0.0
}
}
geometry Box { size 8.0 0.5 0.5 }
}
}
Transform {
children Shape {
appearance Appearance {
material Material {
diffuseColor 0.0 1.0 0.0
}
}
geometry Box { size 0.5 8.0 0.5 }
}
}
Transform {
children Shape {
appearance Appearance {
material Material {
diffuseColor 0.0 0.0 1.0
}
}
geometry Box { size 0.5 0.5 8.0 }
}
}
]
}
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 ]
}