-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.xml
More file actions
43 lines (43 loc) · 1.45 KB
/
box.xml
File metadata and controls
43 lines (43 loc) · 1.45 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
<scene>
<group>
<lights>
<light type="POINT" posX="0" posY="10" posZ="0" ambX="0" ambY="0" ambZ="0" diffX="0" diffY="0" diffZ="0" />
</lights>
<group>
<translate time="10" >
<point X="-200" Y="0" Z="0" />
<point X="0" Y="-25" Z="400" />
<point X="960" Y="-50" Z="0" />
<point X="0" Y="-25" Z="-400" />
</translate>
<scale X="3" Y="3" Z="3"/>
<models>
<model file="teapot.3d" texture="Halley.png" ambR="1" ambG="1" ambB="1" diffR="1" diffG="1" diffZ="1" spR="1" spG="1" spB="1" />
</models>
</group>
<group>sol
<translate X="100" Y="0" Z="0"/>
<scale X="30" Y="30" Z="30"/>
<rotate time="5" axisX="1" axisY="0" axisZ="0"/>
<models>
<model file="box.3d" texture="cube.jpg" ambR="1" ambG="1" ambB="1" diffR="1" diffG="1" diffZ="1" spR="1" spG="1" spB="1" />
</models>
</group>
<group>sol
<translate X="0" Y="0" Z="-100"/>
<scale X="30" Y="30" Z="30"/>
<rotate time="5" axisX="0" axisY="1" axisZ="0"/>
<models>
<model file="box.3d" texture="cube.jpg" ambR="1" ambG="1" ambB="1" diffR="1" diffG="1" diffZ="1" spR="1" spG="1" spB="1" />
</models>
</group>
<group>sol
<translate X="-100" Y="0" Z="0"/>
<scale X="30" Y="30" Z="30"/>
<rotate time="5" axisX="0" axisY="0" axisZ="1"/>
<models>
<model file="box.3d" texture="cube.jpg" ambR="1" ambG="1" ambB="1" diffR="1" diffG="1" diffZ="1" spR="1" spG="1" spB="1" />
</models>
</group>
</group>
</scene>