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 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/ParticleAdvectionShader.h

    r3611 r3612  
    99#include <vrmath/Vector3f.h>
    1010
    11 #include "NvShader.h"
     11#include "Shader.h"
    1212
    1313namespace nv {
    1414
    15 class NvParticleAdvectionShader : public NvShader
     15class ParticleAdvectionShader : public Shader
    1616{
    1717public:
    18     NvParticleAdvectionShader();
     18    ParticleAdvectionShader();
    1919
    20     virtual ~NvParticleAdvectionShader();
     20    virtual ~ParticleAdvectionShader();
    2121
    2222    virtual void bind(unsigned int texID, unsigned int initPosTexID);
Note: See TracChangeset for help on using the changeset viewer.