| 
    Mondschein Engine
    0.3.0
    
   | 
 
This class represents a scenegraph. More...
#include <scenegraph.h>
Public Member Functions | |
| virtual void | set_scenegraph_attribs (const scenegraph_attribs_t &_sg) | 
| Set the scenegraph.  More... | |
| virtual scenegraph_attribs_t | get_scenegraph_attribs () const | 
| Get the scenegraph.  More... | |
This class represents a scenegraph.
The Scenegraph class implements a BGL graph that defines the structure of a given set of scene nodes.
Definition at line 36 of file scenegraph.h.
      
  | 
  virtual | 
Get the scenegraph.
Definition at line 58 of file scenegraph.cpp.
      
  | 
  virtual | 
Set the scenegraph.
| _sg | the scenegraph properties | 
Definition at line 52 of file scenegraph.cpp.
 1.8.3.1