-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcactus.x3d
More file actions
57 lines (48 loc) · 1.88 KB
/
Copy pathcactus.x3d
File metadata and controls
57 lines (48 loc) · 1.88 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
54
55
56
57
<scene>
<Group DEF="CactusBlock">
<transform translation="0 0 0.4375" center="0 0 0">
<shape DEF="front">
<appearance>
<ImageTexture url="cactus_side.png"></ImageTexture>
</appearance>
<plane size="1 1"></plane>
</shape>
<transform translation="0 0.5 -0.4375" rotation="1 0 0 -1.57">
<shape DEF="top">
<appearance>
<ImageTexture url="cactus_top.png"></ImageTexture>
</appearance>
<plane size="1 1"></plane>
</shape>
</transform>
<transform translation="0 -0.5 -0.4375" rotation="1 0 0 1.57">
<shape DEF="bottom">
<appearance>
<ImageTexture url="cactus_bottom.png"></ImageTexture>
</appearance>
<plane size="1 1"></plane>
</shape>
</transform>
<transform translation="-0.4375 0 -0.4375" rotation="0 1 0 -1.57">
<shape USE="front">
</shape>
</transform>
<transform translation="0.4375 0 -0.4375" rotation="0 1 0 1.57">
<shape USE="front">
</shape>
</transform>
<transform translation="0 0 -0.875" rotation="0 1 0 3.14">
<shape USE="front">
</shape>
</transform>
</transform>
</Group>
<transform translation="0 1 0">
<group USE="CactusBlock">
</group>
</transform>
<transform translation="0 2 0">
<group USE="CactusBlock">
</group>
</transform>
</scene>