Ignore:
Timestamp:
Mar 12, 2012, 10:31:30 AM (13 years ago)
Author:
ldelgass
Message:

Cleanups, no functional changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/HeightMap.cpp

    r2827 r2844  
    77#include <fcntl.h>
    88#include <stdlib.h>
     9
    910#include <GL/glew.h>
    1011#include <GL/gl.h>
     12
    1113#include "Grid.h"
    1214#include "HeightMap.h"
     
    532534    glTranslatef(0.0, 0.0, -10.0);
    533535
    534     // put camera rotation and traslation
     536    // put camera rotation and translation
    535537    //glScalef(1 / _scale.x, 1 / _scale.y , 1 / _scale.z);
    536538
     
    647649    glPopAttrib();
    648650}
    649 
Note: See TracChangeset for help on using the changeset viewer.