A smoothing visitor for calculating smoothed normals for osg::GeoSet's which contains surface primitives
Inheritance:
Public Methods
-
OptimizeVisitor()
- default to traversing all children
-
void setImpostorThresholdRatio(const float ratio)
-
const float getImpostorThresholdRatio()
-
void reset()
- empty visitor, make it ready for next traversal
-
virtual void apply(osg::Node& node)
-
virtual void apply(osg::Group& node)
-
virtual void apply(osg::LOD& node)
-
virtual void apply(osg::Impostor& node)
-
void insertImpostors()
Protected Fields
-
LODList _lodList
-
float _impostorThresholdRatio
Protected Members
-
typedef std::vector< osg::LOD* > LODList GroupList _groupList
Documentation
A smoothing visitor for calculating smoothed normals for
osg::GeoSet's which contains surface primitives
- OptimizeVisitor()
- default to traversing all children
- void setImpostorThresholdRatio(const float ratio)
- const float getImpostorThresholdRatio()
- void reset()
- empty visitor, make it ready for next traversal
- virtual void apply(osg::Node& node)
- virtual void apply(osg::Group& node)
- virtual void apply(osg::LOD& node)
- virtual void apply(osg::Impostor& node)
- void insertImpostors()
- typedef std::vector< osg::LOD* > LODList GroupList _groupList
- LODList _lodList
- float _impostorThresholdRatio
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.