-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaxes.x3d
More file actions
69 lines (66 loc) · 1.8 KB
/
Copy pathaxes.x3d
File metadata and controls
69 lines (66 loc) · 1.8 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
66
67
68
69
<X3D>
<scene>
<group>
<transform translation='0 0.35 0'>
<shape>
<appearance>
<material diffuseColor='0 1 0'/>
</appearance>
<cylinder radius='0.05' height='0.7'/>
</shape>
</transform>
<transform translation='0 0.825 0'>
<shape>
<appearance>
<material diffuseColor='0 1 0'/>
</appearance>
<cone bottomRadius='0.1' height='0.35'/>
</shape>
</transform>
<!--
<shape>
<appearance>
<material diffuseColor='1 1 1'/>
</appearance>
<sphere radius='0.06'/>
</shape>
-->
<transform rotation='0 0 1 -1.57079632679490'>
<transform translation='0 0.35 0'>
<shape>
<appearance>
<material diffuseColor='1 0 0'/>
</appearance>
<cylinder radius='0.05' height='0.7'/>
</shape>
</transform>
<transform translation='0 0.825 0'>
<shape>
<appearance>
<material diffuseColor='1 0 0'/>
</appearance>
<cone bottomRadius='0.1' height='0.35'/>
</shape>
</transform>
</transform>
<transform rotation='1 0 0 1.57079632679490'>
<transform translation='0 0.35 0'>
<shape>
<appearance>
<material diffuseColor='0 0 1'/>
</appearance>
<cylinder radius='0.05' height='0.7'/>
</shape>
</transform>
<transform translation='0 0.825 0'>
<shape>
<appearance>
<material diffuseColor='0 0 1'/>
</appearance>
<cone bottomRadius='0.1' height='0.35'/>
</shape>
</transform>
</transform>
</group>
</scene>
</X3D>