forked from Zebreu/mist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shapes3.x3d
42 lines (42 loc) · 1.13 KB
/
shapes3.x3d
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
<Scene>
<Transform translation="3 4 -11">
<Shape DEF='plane'>
<Appearance>
<Material/>
</Appearance>
<Box size="6 0.5 6"/>
</Shape>
</Transform>
<Transform translation="1 8 -1">
<Shape DEF='cone'>
<Appearance>
<Material/>
</Appearance>
<Cone/>
</Shape>
</Transform>
<Transform translation="0 -11 1">
<Shape DEF='cylinder'>
<Appearance>
<Material/>
</Appearance>
<Cylinder/>
</Shape>
</Transform>
<Transform translation="-4 2 -4">
<Shape DEF='cube'>
<Appearance>
<Material/>
</Appearance>
<Box/>
</Shape>
</Transform>
<Transform translation="8 1 10">
<Shape DEF='sphere'>
<Appearance>
<Material/>
</Appearance>
<Sphere/>
</Shape>
</Transform>
</Scene>