source:
trunk/packages/vizservers/nanovis/RenderContext.cpp
@
2720
Last change on this file since 2720 was 2096, checked in by ldelgass, 14 years ago | |
---|---|
|
|
File size: 188 bytes |
Line | |
---|---|
1 | #include "RenderContext.h" |
2 | |
3 | namespace graphics { |
4 | |
5 | RenderContext::RenderContext() |
6 | : _cullMode(NO_CULL), _fillMode(FILL), _shadingModel(SMOOTH) |
7 | { |
8 | } |
9 | |
10 | RenderContext::~RenderContext() |
11 | { |
12 | } |
13 | |
14 | }; |
15 |
Note: See TracBrowser
for help on using the repository browser.