Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

Commit 500f92e

Browse files
committed
Updated complex scene file
1 parent 2d8cf41 commit 500f92e

File tree

1 file changed

+30
-5
lines changed

1 file changed

+30
-5
lines changed

test.sc.complex

+30-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
@player
2+
#1
3+
&ViewMover
4+
5+
&GLView
6+
>x=0.0f
7+
>y=33.0f
8+
>z=614.897f
9+
>ry=180.0f
10+
111
@planet1
212
#3
313
&GLIcoSphere
@@ -6,6 +16,9 @@
616
>z=3000.0f
717
>scale=1000.0f
818

19+
&PhysicsMover
20+
>ry=0.675f
21+
922
@planet2
1023
#4
1124
&GLIcoSphere
@@ -14,6 +27,9 @@
1427
>z=6000.0f
1528
>scale=2000.0f
1629

30+
&PhysicsMover
31+
>ry=0.2f
32+
1733
@planet3
1834
#5
1935
&GLIcoSphere
@@ -22,6 +38,9 @@
2238
>z=8000.0f
2339
>scale=1500.0f
2440

41+
&PhysicsMover
42+
>ry=0.5f
43+
2544
@mars
2645
#6
2746
&GLCubeSphere
@@ -32,21 +51,27 @@
3251
>texture_name=marss
3352
>subdivision_levels=5i
3453
>shader=cubespheres
35-
>rotation_speed=0.01f
3654
>cull_face=backs
3755

56+
&PhysicsMover
57+
>ry=0.1f
58+
3859
@ship
3960
#7
4061
&GLMesh
4162
>scale=0.5f
42-
>x=3000.0f
43-
>meshFile=trillek_dev_ship_2_clonk2u.objs
63+
>x=3800.0f
64+
>meshFile=dev_ship_clonk2u.objs
4465
>cullface=nones
4566

67+
&PhysicsMover
68+
>f=100.0f
69+
>ry=0.75f
70+
4671
@stars
4772
#8
4873
&GLCubeSphere
49-
>scale=10.0f
74+
>scale=1.0f
5075
>texture_name=starss
5176
>subdivision_levels=1i
5277
>shader=skyboxs
@@ -274,7 +299,7 @@
274299
&GLMesh
275300
>scale=781.25f
276301
>x=0.0f
277-
>y=20.827f
302+
>y=16.72437f
278303
>z=626.628f
279304
>meshFile=console.objs
280305
>cullface=backs

0 commit comments

Comments
 (0)