Changeset 5010 in orxonox.OLD for orxonox/trunk/src/world_entities/camera.cc
- Timestamp:
- Aug 14, 2005, 3:48:22 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/camera.cc
r5007 r5010 192 192 void Camera::apply () 193 193 { 194 this->target->getParent()->debugDraw(0, 2 );194 this->target->getParent()->debugDraw(0, 2, Vector(1,0,0)); 195 195 // switching to Projection Matrix 196 196 glMatrixMode (GL_PROJECTION);
Note: See TracChangeset
for help on using the changeset viewer.