Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 8 and Version 9 of content/LevelHowTo


Ignore:
Timestamp:
Jan 28, 2007, 6:44:59 PM (17 years ago)
Author:
wenners
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • content/LevelHowTo

    v8 v9  
    5454
    5555Every 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]]
     60Example: Rotation around y by 90° -> <abs-dir>3.14, 0, 1, 0</abs-dir>
     61
    5662
    5763=== Example ===