Changeset 3590 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Mar 17, 2005, 1:06:51 PM (20 years ago)
- Location:
- orxonox/trunk/src/world_entities
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/player.cc
r3586 r3590 15 15 co-programmer: Christian Meyer 16 16 */ 17 18 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_PLAYER 17 19 18 20 #include "player.h" -
orxonox/trunk/src/world_entities/primitive.cc
r3589 r3590 41 41 this->material->setDiffuseMap("../data/pictures/load_screen.jpg"); 42 42 this->material->setIllum(3); 43 this->material->set Ambient(1, 1, 1);43 this->material->setSpecular(1, 1, 1); 44 44 } 45 45 -
orxonox/trunk/src/world_entities/skysphere.cc
r3586 r3590 24 24 */ 25 25 26 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY 27 26 28 #include "material.h" 27 29 #include "skysphere.h" … … 29 31 #include "vector.h" 30 32 #include "world_entity.h" 31 32 33 33 34 using namespace std;
Note: See TracChangeset
for help on using the changeset viewer.