- Timestamp:
- Feb 1, 2006, 4:01:44 PM (19 years ago)
- Location:
- branches/avi_play/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/world_entities/movie_entity.cc
r6731 r6951 145 145 glBindTexture(GL_TEXTURE_2D, media_container->getFrameTexture(counter)); 146 146 147 glColor3f(1.0, 1.0, 1.0); 147 glDisable(GL_BLEND); 148 glColor4f(1.0, 1.0, 1.0, 1.0f); 148 149 149 150 glBegin(GL_QUADS); -
branches/avi_play/src/world_entities/space_ships/hover.cc
r6882 r6951 235 235 Playable::tick(dt); 236 236 237 this->debugNode(); 237 238 // spaceship controlled movement 238 239 this->movement(dt);
Note: See TracChangeset
for help on using the changeset viewer.