Changeset 5499
- Timestamp:
- May 11, 2009, 3:43:45 PM (16 years ago)
- Location:
- data/media
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/empty_level.oxw
r5433 r5499 5 5 <?lua 6 6 include("levels/spaceshiptemplates.oxw") 7 include("levels/spaceshiptemplates_pirate.oxw") 7 8 ?> 8 9 … … 12 13 > 13 14 <Scene 14 ambientlight = "0. 5, 0.5, 0.5"15 ambientlight = "0.8, 0.8, 0.8" 15 16 skybox = "Orxonox/Starbox" 16 17 > 17 <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff /> 18 <Model position="0,0,-9000" scale=1000 mesh="planet.mesh" rotationaxis="0,0,1" rotationrate="0.1"/> 19 <Model position="0,0, 9000" scale=1000 mesh="planet.mesh" rotationaxis="0,0,1" rotationrate="0.1"/> 18 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> 19 <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshippirate /> 20 20 </Scene> 21 21 </Level> -
data/media/materials/scripts/Example.material
r5313 r5499 337 337 { 338 338 texture flare.tga 339 } 340 } 341 } 342 } 343 material Examples/FlareZwei 344 { 345 technique 346 { 347 pass 348 { 349 lighting off 350 scene_blend add 351 depth_write off 352 353 texture_unit 354 { 355 texture flare2.tga 339 356 } 340 357 }
Note: See TracChangeset
for help on using the changeset viewer.