Changeset 10215 in orxonox.OLD for branches/camera/src/world_entities
- Timestamp:
- Jan 10, 2007, 3:05:10 PM (18 years ago)
- Location:
- branches/camera/src/world_entities
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camera/src/world_entities/Makefile.am
r10206 r10215 11 11 camera.cc \ 12 12 cameraman.cc \ 13 blackscreen.cc \14 13 playable.cc \ 15 14 player.cc \ … … 43 42 camera.h \ 44 43 cameraman.h \ 45 blackscreen.h \46 44 extendable.h \ 47 45 playable.h \ -
branches/camera/src/world_entities/WorldEntities.am
r9869 r10215 22 22 world_entities/character_attributes.cc \ 23 23 world_entities/test_entity.cc \ 24 world_entities/blackscreen.cc \ 24 25 world_entities/planet.cc \ 25 26 world_entities/bsp_entity.cc \ … … 125 126 character_attributes.h \ 126 127 test_entity.h \ 128 blackscreen.h \ 127 129 planet.h \ 128 130 bsp_entity.h \ -
branches/camera/src/world_entities/blackscreen.cc
r10212 r10215 24 24 #include "state.h" 25 25 #include "class_id_DEPRECATED.h" 26 26 #include <iostream.h> 27 27 ObjectListDefinition(blackscreen); 28 28 CREATE_FACTORY(blackscreen); … … 38 38 i=0; 39 39 state=1; 40 40 41 } 41 42 … … 50 51 if( root != NULL) 51 52 this->loadParams(root); 53 cout << "JUHU"; 52 54 } 53 55 … … 119 121 glEnd(); 120 122 121 glPopMatrix();122 glPopAttrib();123 // glPopMatrix(); 124 // glPopAttrib(); 123 125 } 124 126
Note: See TracChangeset
for help on using the changeset viewer.