#include <CloudCreateVolume.h>
List of all members.
Public Attributes |
std::vector< std::pair
< osg::Vec3, osg::Vec3 > > | m_aabb_boundbox |
Detailed Description
Helperclass to create a cloud which uses a controlmesh.
- Author:
- Michael Beham
Constructor & Destructor Documentation
| osgCloudyDay::CloudCreateVolume::CloudCreateVolume |
( |
void |
| ) |
|
| osgCloudyDay::CloudCreateVolume::~CloudCreateVolume |
( |
void |
| ) |
|
Member Function Documentation
| osg::Node * osgCloudyDay::CloudCreateVolume::LoadingVolume |
( |
std::string |
path | ) |
|
This method loads a mesh, which is used as control mesh.
- Parameters:
-
- Returns:
- mesh- node
| bool osgCloudyDay::CloudCreateVolume::PointInside |
( |
osg::Vec3 |
point | ) |
|
This method perform an in- out- test at a specific point.
- Parameters:
-
| point,which | should checked. |
- Returns:
- true if the point is inside the mesh. Otherwise false.
Member Data Documentation
| std::vector<std::pair<osg::Vec3, osg::Vec3> > osgCloudyDay::CloudCreateVolume::m_aabb_boundbox |
AABB-Boundingbox of the mesh
The documentation for this class was generated from the following files: