Changes between Version 59 and Version 60 of content/LevelHowTo
- Timestamp:
- Sep 8, 2015, 4:46:16 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/LevelHowTo
v59 v60 111 111 A 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. 112 112 At the moment we have several asteroids, spaceships, a satellite, two different space stations and some smaller models. 113 For 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 }}} 119 The 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. 113 120 114 121 == Spawnpoints ==