Changes between Version 81 and Version 82 of content/LevelHowTo
- Timestamp:
- Apr 15, 2017, 4:48:13 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/LevelHowTo
v81 v82 32 32 == What it's all about == 33 33 By 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].34 Example: The <Light> tag shown before refers to the [source:code/trunk/src/orxonox/graphics/Light.h light class]. 35 35 36 36 == First steps ==