source: trunk/packages/vizservers/nanovis/RenderContext.cpp @ 3464

Last change on this file since 3464 was 3463, checked in by ldelgass, 12 years ago

Begin process of renaming R2 library

  • Property svn:eol-style set to native
File size: 271 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2#include "RenderContext.h"
3
4using namespace nv::graphics;
5
6RenderContext::RenderContext() :
7    _cullMode(NO_CULL),
8    _fillMode(FILL),
9    _shadingModel(SMOOTH)
10{
11}
12
13RenderContext::~RenderContext()
14{
15}
16
Note: See TracBrowser for help on using the repository browser.