Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 24, 2008, 2:48:43 AM (16 years ago)
Author:
landauf
Message:

many changes, can't remember everything, but these are the most important:

  • attaching entities to other entities works
  • displaying models, lights and shadows works
  • controlling a spectator works
  • removed an update hack in PositionableEntity because I've found a much better solution

and with "works" I mean: it works on client, server and standalone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/CameraHandler.cc

    r1755 r2006  
    4646    this->cam_ = GraphicsEngine::getInstance().getLevelSceneManager()->createCamera("Cam");
    4747    GraphicsEngine::getInstance().getViewport()->setCamera(this->cam_);
     48    this->cam_->setNearClipDistance(1);
    4849    //GraphicsEngine::getInstance().getRenderWindow()->addViewport(this->cam_, 2, 0.4, 0.4, 0.2, 0.2);
    4950    /*this->activeCamera_ = *ObjectList<Camera>::begin();
Note: See TracChangeset for help on using the changeset viewer.