Changeset 3759 in orxonox.OLD for orxonox/branches/convention/src/world_entities/test_mat.h
- Timestamp:
- Apr 8, 2005, 1:45:12 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/convention/src/world_entities/test_mat.h
r3756 r3759 31 31 32 32 void enable(); 33 void changeIllum(); 34 void raiseAmbient(); 35 void raiseShiny(); 36 void randColor(); 37 void enableTexture(); 38 33 39 34 40 virtual void draw(); … … 40 46 41 47 bool enabled; 42 48 int illum; 49 float ambient; 50 float shiny; 43 51 }; 44 52
Note: See TracChangeset
for help on using the changeset viewer.