#include <CloudCreatorWang.h>
List of all members.
Public Member Functions |
| | TraverseMesh () |
| virtual | ~TraverseMesh () |
| virtual void | apply (osg::Geode &geode) |
| virtual void | apply (osg::MatrixTransform &node) |
| virtual void | apply (osg::Billboard &node) |
|
std::vector< osg::BoundingBox > & | getBoundBox () |
Protected Attributes |
|
std::vector< osg::BoundingBox > | m_boundingBox |
|
osg::Matrix | m_transformMatrix |
Detailed Description
Class, which travese the mesh
Constructor & Destructor Documentation
| osgCloudyDay::TraverseMesh::TraverseMesh |
( |
| ) |
|
|
inline |
| virtual osgCloudyDay::TraverseMesh::~TraverseMesh |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| virtual void osgCloudyDay::TraverseMesh::apply |
( |
osg::Geode & |
geode | ) |
|
|
inlinevirtual |
apply, if node is geode
- Parameters:
-
| virtual void osgCloudyDay::TraverseMesh::apply |
( |
osg::MatrixTransform & |
node | ) |
|
|
inlinevirtual |
apply, if node is a matrix transformation
| virtual void osgCloudyDay::TraverseMesh::apply |
( |
osg::Billboard & |
node | ) |
|
|
inlinevirtual |
apply, if node is a billboard node
The documentation for this class was generated from the following file: