source: nanovis/trunk/VolumeShader.cpp @ 5722

Last change on this file since 5722 was 3612, checked in by ldelgass, 11 years ago

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

  • Property svn:eol-style set to native
File size: 245 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2/*
3 * Copyright (c) 2004-2013  HUBzero Foundation, LLC
4 *
5 */
6#include "VolumeShader.h"
7
8using namespace nv;
9
10VolumeShader::VolumeShader()
11{
12}
13
14VolumeShader::~VolumeShader()
15{
16}
17
Note: See TracBrowser for help on using the repository browser.