Version 29 (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 morhttps://neptun.studentenrabatt.ch/shop/account_history_info.php?order_id=64687e information.
- Framework
- Debug Output? - (debug.h)
- Lists and Stacks? - (list.h)
- Resource Manager? - (resource_manager.h)
- Event Handler? - the event-handling system of orxonox (lib/event)
- Network Manager? - The network interface for the orxonox framework
- Colision Detection? - The Collision Cluster, that generates Collision Events
- Rendering
- Render 2D? - (lib/graphics/render_2d)
- MD2 Model? - (the md2 model class and functions: md2Model.cc, md2Model.h, abstract_model.h)
- Text Engine? - (text_engine)
- Particle Engine? - (lib/particle)
- Sound Engine? - (sound_engine.h)
- Animation Player? - (animation_player.h, animation.h and derived classes)
- Physics Engine? - (lib/physics)
- Loading
- INI Parser? - (an ini-file-parser ini_parser.h)
- Load Parameter? - (a fully featured loading engine load_param.h)
- GUI and other Interfaces
- Shell? - an Interface to the debug.h
- Miscelaneous
- Weapon? shoot and load support