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

Last change on this file since 1970 was 838, checked in by vrinside, 16 years ago

Put rendering modes such as toggling wireframe, toggling culling mode. For this, RenderContext? class is added

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.