Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 59 and Version 60 of content/LevelHowTo


Ignore:
Timestamp:
Sep 8, 2015, 4:46:16 PM (9 years ago)
Author:
fvultier
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • content/LevelHowTo

    v59 v60  
    111111A level depends on its models. All finished models are stored in __../data_extern/models__. If you want to view most models in the '''Gallery''' level.
    112112At the moment we have several asteroids, spaceships, a satellite, two different space stations and some smaller models.
     113For test purposes you can use simple models like the cube or the sphere:
     114{{{
     115#!xml
     116<Model mesh="cube.mesh" position="0,0,0" scale=10 />
     117<Model mesh="sphere.mesh" position="100,0,0" scale3d="10,20,20" />
     118}}}
     119The attribute "scale" scales the model uniforly in all directions. By using the attribute "scale3d" you can define different scaling factors for the x-, y- and z-directions.
    113120
    114121== Spawnpoints ==