Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6619 in orxonox.OLD for trunk/src/story_entities/game_world.cc


Ignore:
Timestamp:
Jan 19, 2006, 6:23:56 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: rendering without the ParticleEngine, so now we are FAST :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.cc

    r6512 r6619  
    4747#include "shell_command.h"
    4848
    49 #include "particle_engine.h"
    5049#include "graphics_engine.h"
    5150#include "event_handler.h"
     
    339338    this->dataTank->localCamera->tick(this->dtS);
    340339    AnimationPlayer::getInstance()->tick(this->dtS);
    341     ParticleEngine::getInstance()->tick(this->dtS);
    342340    PhysicsEngine::getInstance()->tick(this->dtS);
    343341
     
    414412  engine->draw(State::getObjectManager()->getObjectList(OM_GROUP_01));
    415413  engine->draw(State::getObjectManager()->getObjectList(OM_GROUP_01_PROJ));
    416   /* draws the particles */
    417   ParticleEngine::getInstance()->draw();
    418414
    419415  if( unlikely( this->showBV))
Note: See TracChangeset for help on using the changeset viewer.