Changeset 5012 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Aug 14, 2005, 4:18:25 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/camera.cc
r5010 r5012 192 192 void Camera::apply () 193 193 { 194 this->target->getParent()->debugDraw(0, 2, Vector(1,0,0));195 194 // switching to Projection Matrix 196 195 glMatrixMode (GL_PROJECTION); … … 215 214 // switching back to Modeling Matrix 216 215 glMatrixMode (GL_MODELVIEW); 216 this->target->getParent()->debugDraw(0, 2, Vector(1,0,0)); 217 217 } 218 218
Note: See TracChangeset
for help on using the changeset viewer.