Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2008, 8:13:43 PM (15 years ago)
Author:
landauf
Message:
  • Removed directional-light-hack from Scene
  • Many changes in Light, works in all game-modes (standalone, dedicated, server and client)
  • Fixed a bug which caused clients to not having shadows

There's still a big problem, bug I can't explain it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy2/src/orxonox/objects/Scene.h

    r2171 r2447  
    7575            void networkcallback_applyAmbientLight()
    7676                { this->setAmbientLight(this->ambientLight_); }
     77            void networkcallback_applyShadows()
     78                { this->setShadow(this->bShadows_); }
    7779
    7880            Ogre::SceneManager*    sceneManager_;
Note: See TracChangeset for help on using the changeset viewer.