Changeset 5273


Ignore:
Timestamp:
May 2, 2008, 2:43:16 PM (17 years ago)
Author:
jack
Message:

Added todo notes so I won't forget where I was up to.

Location:
anuga_work/development/anugavis/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/anugavis/src/events.c

    r5271 r5273  
    3232    AnugaVis_DrawHeightQuantity(height);
    3333  SDL_GL_SwapBuffers();
    34 
     34  /* TODO: Add support for moving the camera. */
    3535  while(SDL_PollEvent(&event))
    3636    switch(event.type){
  • anuga_work/development/anugavis/src/height_quantity.c

    r5272 r5273  
    147147  glPushMatrix();
    148148  /*  glScalef(0, 0, height->scale);
    149       glTranslatef(0, 0, height->offset); */
     149      glTranslatef(0, 0, height->offset);*/
    150150  glColor3f(height->red, height->green, height->blue);
    151151  glCallList(height->displayLists);
Note: See TracChangeset for help on using the changeset viewer.