Ignore:
Timestamp:
Apr 2, 2013, 8:31:43 PM (12 years ago)
Author:
ldelgass
Message:

Remove Nv prefix from shader classes now that they are in nv namespace.

File:
1 edited

Legend:

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

    r3611 r3612  
    11/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
    22/*
    3  * ----------------------------------------------------------------------
    4  * NvLIC.h: line integral convolution class
    5  *
    6  * ======================================================================
    7  *  AUTHOR:  Insoo Woo <iwoo@purdue.edu, Wei Qiao <qiaow@purdue.edu>
    8  *           Purdue Rendering and Perceptualization Lab (PURPL)
    9  *
    103 *  Copyright (c) 2004-2013  HUBzero Foundation, LLC
    114 *
    12  *  See the file "license.terms" for information on usage and
    13  *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    14  * ======================================================================
     5 *  Authors:
     6 *    Wei Qiao <qiaow@purdue.edu>
    157 */
    168#include <stdlib.h>
     
    2214
    2315#include "LIC.h"
    24 #include "NvShader.h"
     16#include "Shader.h"
    2517#include "Trace.h"
    2618
     
    111103    glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, fboOrig);
    112104
    113     _renderVelShader = new NvShader();
     105    _renderVelShader = new Shader();
    114106    _renderVelShader->loadFragmentProgram("render_vel.cg", "main");
    115107
Note: See TracChangeset for help on using the changeset viewer.