Ignore:
Timestamp:
Mar 6, 2013, 8:39:42 AM (12 years ago)
Author:
ldelgass
Message:

Begin process of renaming R2 library

File:
1 edited

Legend:

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

    r3452 r3463  
    1111double HeightMap::valueMin = 0.0;
    1212double HeightMap::valueMax = 1.0;
     13
     14using namespace nv::graphics;
    1315
    1416HeightMap::HeightMap() :
     
    4547
    4648void
    47 HeightMap::render(graphics::RenderContext *renderContext)
     49HeightMap::render(RenderContext *renderContext)
    4850{
    4951    glPushAttrib(GL_ENABLE_BIT | GL_POLYGON_BIT | GL_LIGHTING_BIT);
    5052
    51     if (renderContext->getCullMode() == graphics::RenderContext::NO_CULL) {
     53    if (renderContext->getCullMode() == RenderContext::NO_CULL) {
    5254        glDisable(GL_CULL_FACE);
    5355    } else {
Note: See TracChangeset for help on using the changeset viewer.