Version 27 (modified by bensch, 19 years ago) (diff) |
---|
Module Description
TracNav(TracNav/TOC)?
How to use certain modules in the Orxonox framework. This list is not complete, ask the programmers in named in the .cc files for more information.
- Framework
- DebugOutput (debug.h)
- GenList (list.h)
- ResourceManager (resource_manager.h)
- EventHandler - the event-handling system of orxonox (lib/event)
- Shell? - an Interface to the debug.h
- Rendering
- Render2D? (lib/graphics/render_2d)
- MD2Model? (the md2 model class and functions: md2Model.cc, md2Model.h, abstract_model.h)
- TextEngine (text_engine)
- ParticleEngine (lib/particle)
- SoundEngine (sound_engine.h)
- AnimationPlayer (animation_player.h, animation.h and derived classes)
- PhysicsEngine (lib/physics)
- Loading
- IniParser (an ini-file-parser ini_parser.h)
- LoadParam (a fully featured loading engine load_param.h)
- Miscelaneous
- Weapon? shoot and load support