Changeset 5564
- Timestamp:
- May 27, 2009, 2:37:38 PM (15 years ago)
- Location:
- data/media
- Files:
-
- 7 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/presentation09.oxw
r5563 r5564 18 18 19 19 20 <SpawnPoint position="<?lua print(math.sin(1.5) *40000) ?>,<?lua print(math.cos(1.5) *40000) ?>,<?lua print(500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 21 20 <SpawnPoint position="<?lua print(math.sin(1.5) *20000) ?>,<?lua print(math.cos(1.5) *20000) ?>,<?lua print(500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 22 21 23 22 <?lua … … 25 24 for i = 1, max, 1 26 25 do 27 x = math.sin(i/max*6)* 4000028 y = math.cos(i/max*6)* 4000026 x = math.sin(i/max*6)*20000 27 y = math.cos(i/max*6)*20000 29 28 z = i*100 30 29 ?> … … 47 46 ?> 48 47 <?lua end ?> 49 <Planet position="0,0,0" scale=10000 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="1,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f /> 48 49 <Planet position="0,0,0" scale=5000 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="1,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f /> 50 <ParticleEmitter pitch=90 position="0,0,0" source="Orxonox/RingDust" /> 50 51 51 52 </Scene> -
data/media/materials/scripts/OrxonoxSky.material
r5354 r5564 11 11 { 12 12 cubic_texture skypanoramagen1.jpg separateUV 13 tex_address_mode clamp 14 } 15 } 16 } 17 } 18 19 material Orxonox/skypanoramagen2 20 { 21 technique 22 { 23 pass 24 { 25 lighting off 26 depth_write off 27 28 texture_unit 29 { 30 cubic_texture skypanoramagen2.jpg separateUV 13 31 tex_address_mode clamp 14 32 }
Note: See TracChangeset
for help on using the changeset viewer.