Changeset 5273
- Timestamp:
- May 2, 2008, 2:43:16 PM (17 years ago)
- Location:
- anuga_work/development/anugavis/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/anugavis/src/events.c
r5271 r5273 32 32 AnugaVis_DrawHeightQuantity(height); 33 33 SDL_GL_SwapBuffers(); 34 34 /* TODO: Add support for moving the camera. */ 35 35 while(SDL_PollEvent(&event)) 36 36 switch(event.type){ -
anuga_work/development/anugavis/src/height_quantity.c
r5272 r5273 147 147 glPushMatrix(); 148 148 /* glScalef(0, 0, height->scale); 149 glTranslatef(0, 0, height->offset); 149 glTranslatef(0, 0, height->offset);*/ 150 150 glColor3f(height->red, height->green, height->blue); 151 151 glCallList(height->displayLists);
Note: See TracChangeset
for help on using the changeset viewer.