Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5499


Ignore:
Timestamp:
May 11, 2009, 3:43:45 PM (15 years ago)
Author:
FelixSchulthess
Message:

new ship

Location:
data/media
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/empty_level.oxw

    r5433 r5499  
    55<?lua
    66  include("levels/spaceshiptemplates.oxw")
     7  include("levels/spaceshiptemplates_pirate.oxw")
    78?>
    89
     
    1213>
    1314  <Scene
    14     ambientlight = "0.5, 0.5, 0.5"
     15    ambientlight = "0.8, 0.8, 0.8"
    1516    skybox       = "Orxonox/Starbox"
    1617  >
    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 />
    2020  </Scene>
    2121</Level>
  • data/media/materials/scripts/Example.material

    r5313 r5499  
    337337                        {
    338338                                texture flare.tga
     339                        }
     340                }
     341        }
     342}
     343material 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
    339356                        }
    340357                }
Note: See TracChangeset for help on using the changeset viewer.