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

Last change on this file since 2277 was 2096, checked in by ldelgass, 14 years ago

Normalize line endings, set eol-style to native on *.cpp, *.h files

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