Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Version 25 (modified by bensch, 18 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
  • 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