Changeset 8056 in orxonox.OLD for branches/atmospheric_engine/src/lib
- Timestamp:
- Jun 1, 2006, 1:18:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/cloud_effect.cc
r8054 r8056 103 103 */ 104 104 105 glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);105 // glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); 106 106 107 107 this->material->setDiffuseMap("maps/lightning_bolt.png"); … … 109 109 110 110 glPushMatrix(); 111 glEnable(GL_TEXTURE_2D);111 // glEnable(GL_TEXTURE_2D); 112 112 113 glBindTexture(GL_TEXTURE_2D, texID[0]); 113 // glBindTexture(GL_TEXTURE_2D, texID[0]); 114 PRINTF(0)("Draw tralala\n"); 114 115 115 116 // FIXME : Bind this to the sky - how do I do this?
Note: See TracChangeset
for help on using the changeset viewer.