VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDiGuyOsgGraphicsState.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #include <vrvDiGuy/vrvDiGuy.h>
11 
12 #include <diguyGraphicsState.h>
13 #include <osg/StateSet>
14 
18 {
19 
20 public:
22  DtDiGuyOsgGraphicsState(void* internal_data);
23 
25  virtual ~DtDiGuyOsgGraphicsState();
26 
28  virtual void build();
29 
31  virtual void unbuild();
32 
34  osg::StateSet* stateSet() { return myStateSet.get(); }
35 
36 protected:
37  osg::ref_ptr<osg::StateSet> myStateSet;
38 };
39 
40 
44 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)