Changeset 6513 in orxonox.OLD for branches/avi_play/src/world_entities
- Timestamp:
- Jan 17, 2006, 10:35:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/world_entities/movie_entity.cc
r6508 r6513 135 135 glRotatef(axis, 0.0f, 1.0f, 0.0f); 136 136 //PRINTF(0)("axis: %f\n", axis); 137 138 glPushAttrib(GL_ENABLE_BIT); 139 glDisable(GL_LIGHTING); 140 137 141 this->material->select(); 138 142 glBindTexture(GL_TEXTURE_2D, media_container->getFrameTexture(counter)); … … 145 149 glEnd(); 146 150 151 glPopAttrib(); 152 147 153 glPopMatrix(); 148 154
Note: See TracChangeset
for help on using the changeset viewer.