- Timestamp:
- Aug 14, 2005, 4:18:25 AM (19 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/p_node.cc
r5011 r5012 704 704 705 705 glPopMatrix(); 706 glEnable(GL_LIGHTING); 706 707 if (depth >= 2 || depth == 0) 707 708 { … … 720 721 delete iterator; 721 722 } 722 glEnable(GL_LIGHTING);723 723 } 724 724 -
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.