Changes between Version 8 and Version 9 of content/LevelHowTo
- Timestamp:
- Jan 28, 2007, 6:44:59 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/LevelHowTo
v8 v9 54 54 55 55 Every tag has to be closed and stuff which is written in a tag is related to that tag. If open a tag <name> you have to be sure you open it at the right place. In the !WorldDataFile tag the name tag is refering to the name of the level and in the !SpaceShip tag for example it refers to the name of that space ship. So be careful where to put your tags and when you have to close them. 56 57 === Important to know === 58 * '''Coordiane system:''' The y axis looks up not z! 59 * '''Rotation:''' The rotation is described by a Quaternion. Quaternion(rotation, Vector(x,y,z)).[[br]] 60 Example: Rotation around y by 90° -> <abs-dir>3.14, 0, 1, 0</abs-dir> 61 56 62 57 63 === Example ===