Drawable CullCallback for adding cluster culling to cull back facing drawables
Inheritance:
Public Methods
-
ClusterCullingCallback()
-
ClusterCullingCallback(const ClusterCullingCallback& ccc, const CopyOp& copyop)
-
ClusterCullingCallback(const osg::Vec3& controlPoint, const osg::Vec3& normal, float deviation)
-
ClusterCullingCallback(const osg::Drawable* drawable)
-
META_Object (osg, ClusterCullingCallback)(const osg::Drawable* drawable)
-
void set(const osg::Vec3& controlPoint, const osg::Vec3& normal, float deviation, float radius)
-
void setControlPoint(const osg::Vec3& controlPoint)
-
const osg::Vec3& getControlPoint() const
-
void setNormal(const osg::Vec3& normal)
-
const osg::Vec3& getNormal() const
-
void setRadius(float radius)
-
float getRadius() const
-
void setDeviation(float deviation)
-
float getDeviation() const
-
virtual bool cull(osg::NodeVisitor*, osg::Drawable*, osg::State*) const
Protected Fields
-
osg::Vec3 _controlPoint
-
osg::Vec3 _normal
-
float _radius
-
float _deviation
Protected Methods
-
virtual ~ClusterCullingCallback()
Documentation
Drawable CullCallback for adding cluster culling to cull back facing
drawables
- ClusterCullingCallback()
- ClusterCullingCallback(const ClusterCullingCallback& ccc, const CopyOp& copyop)
- ClusterCullingCallback(const osg::Vec3& controlPoint, const osg::Vec3& normal, float deviation)
- ClusterCullingCallback(const osg::Drawable* drawable)
- META_Object (osg, ClusterCullingCallback)(const osg::Drawable* drawable)
- void set(const osg::Vec3& controlPoint, const osg::Vec3& normal, float deviation, float radius)
- void setControlPoint(const osg::Vec3& controlPoint)
- const osg::Vec3& getControlPoint() const
- void setNormal(const osg::Vec3& normal)
- const osg::Vec3& getNormal() const
- void setRadius(float radius)
- float getRadius() const
- void setDeviation(float deviation)
- float getDeviation() const
- virtual bool cull(osg::NodeVisitor*, osg::Drawable*, osg::State*) const
- virtual ~ClusterCullingCallback()
- osg::Vec3 _controlPoint
- osg::Vec3 _normal
- float _radius
- float _deviation
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.