-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathduChe.wrl
63 lines (60 loc) · 1.11 KB
/
duChe.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
#VRML V2.0 utf8
DEF duChe Transform {
children [
DEF dayDuChe Transform {
translation 0 -7 0
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 0 0 0
}
}
geometry Box {
size 3 0.5 3
}
}
]
}
DEF tanTren Transform {
children [
Shape {
geometry Extrusion {
creaseAngle 0
crossSection [-1 2, 1 2,2 1,2 -1, 1 -2,-1 -2,-2 -1,-2 1,-1 2]
spine [0 4 0, 0 0.5 0, 0 0 0, 0 0.5 0, 0 4 0]
scale [0 0, 2.9 2.9, 3 3 2.8 2.8, 0 0]
solid FALSE
}
appearance Appearance {
material Material {
diffuseColor .54 .05 .25
specularColor .81 .77 .75
ambientIntensity .487
shininess .83
}
texture ImageTexture {
url ["Images/vaidu.jpg"]
}
}
}
]
}
DEF truDuChe Transform {
translation 0 -1.6 0
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 0 0 0
}
}
geometry Cylinder {
radius 0.2
height 11
}
}
]
}
]
}