Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3436 in orxonox.OLD for orxonox/trunk/src/world.cc


Ignore:
Timestamp:
Mar 1, 2005, 6:16:49 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: added new Class light, that handles lights (needed for Bump-mapping).
Because Light is very important in 3D, I have created this Class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world.cc

    r3433 r3436  
    2828#include "glmenu_imagescreen.h"
    2929#include "skysphere.h"
     30#include "light.h"
    3031
    3132using namespace std;
     
    171172void World::load()
    172173{
     174  light0 = new Light(Vector(10.0, 10.0, 19.0));
     175
    173176  //  BezierCurve* tmpCurve = new BezierCurve();
    174177  if(this->debugWorldNr != -1)
Note: See TracChangeset for help on using the changeset viewer.