Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 8, 2005, 1:45:12 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/convention: new functions for the Test-Material, only works in the second level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/convention/src/world_entities/test_mat.h

    r3756 r3759  
    3131
    3232  void enable();
     33  void changeIllum();
     34  void raiseAmbient();
     35  void raiseShiny();
     36  void randColor();
     37  void enableTexture();
     38
    3339
    3440  virtual void draw();
     
    4046 
    4147  bool enabled;
    42 
     48  int illum;
     49  float ambient;
     50  float shiny;
    4351};
    4452
Note: See TracChangeset for help on using the changeset viewer.