Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Version 22 (modified by patrick, 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
    • GenList (list.h)
    • ResourceManager (resource_manager.h)
    • EventHandler - the event-handling system of orxonox (lib/event)
  • Rendering
    • AnimationPlayer (animation_player.h, animation.h and derived classes)
    • MD2Model? (the md2 model class and functions: md2Model.cc, md2Model.h, abstract_model.h)
    • Render2D? (lib/graphics/render_2d)
    • PhysicsEngine (lib/physics)
    • ParticleEngine (lib/particle)
    • SoundEngine (sound_engine.h)
  • loading
    • IniParser (an ini-file-parser ini_parser.h)
    • LoadParam (a fully featured loading engine load_param.h)
  • miscelaneous