-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcubeFrame.x3d
More file actions
65 lines (61 loc) · 2.16 KB
/
Copy pathcubeFrame.x3d
File metadata and controls
65 lines (61 loc) · 2.16 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
58
59
60
61
62
63
64
65
<X3D>
<scene>
<group>
<transform translation='-1 0 -1'>
<shape DEF='greenY'>
<appearance>
<material diffuseColor='0 1 0'/>
</appearance>
<cylinder radius='0.05' height='2'/>
</shape>
</transform>
<transform translation='1 0 -1'>
<shape USE='greenY'/>
</transform>
<transform translation='1 0 1'>
<shape USE='greenY'/>
</transform>
<transform translation='-1 0 1'>
<shape USE='greenY'/>
</transform>
<transform translation='0 -1 -1'>
<transform DEF='redX' rotation='0 0 1 1.570796'>
<shape>
<appearance>
<material diffuseColor='1 0 0'/>
</appearance>
<cylinder radius='0.05' height='2'/>
</shape>
</transform>
</transform>
<transform translation='0 1 -1'>
<transform USE='redX'/>
</transform>
<transform translation='0 1 1'>
<transform USE='redX'/>
</transform>
<transform translation='0 -1 1'>
<transform USE='redX'/>
</transform>
<transform translation='-1 -1 0'>
<transform DEF='blueZ' rotation='1 0 0 1.570796'>
<shape>
<appearance>
<material diffuseColor='0 0 1'/>
</appearance>
<cylinder radius='0.05' height='2'/>
</shape>
</transform>
</transform>
<transform translation='1 -1 0'>
<transform USE='blueZ'/>
</transform>
<transform translation='1 1 0'>
<transform USE='blueZ'/>
</transform>
<transform translation='-1 1 0'>
<transform USE='blueZ'/>
</transform>
</group>
</scene>
</X3D>