Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 81 and Version 82 of content/LevelHowTo


Ignore:
Timestamp:
Apr 15, 2017, 4:48:13 PM (7 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • content/LevelHowTo

    v81 v82  
    3232== What it's all about ==
    3333By describing a level via XML you actually '''add C++ objects''' to the level. Each tag starting with a capital letter refers to a class that contains a XMLPort function. In order to understand better what a certain tag is doing it is recommended to read the corresponding source files.
    34 Example: The <Light> tag shown before refers to the [http://www.orxonox.net/browser/code/trunk/src/orxonox/graphics/Light.h light class].
     34Example: The <Light> tag shown before refers to the [source:code/trunk/src/orxonox/graphics/Light.h light class].
    3535
    3636== First steps ==