Inheritance:
Public Methods
-
DirectionalSector()
-
DirectionalSector(const DirectionalSector& copy, const osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY)
-
DirectionalSector(const osg::Vec3& direction, float horizLobeAngle, float vertLobeAngle, float lobeRollAngle, float fadeAngle=0.0f)
-
META_Object (osgSim, DirectionalSector)(const osg::Vec3& direction)
-
const osg::Vec3& getDirection() const
-
void setHorizLobeAngle(float angle)
-
float getHorizLobeAngle() const
-
void setLobeRollAngle(float angle)
-
float getLobeRollAngle() const
-
void setVertLobeAngle(float angle)
-
float getVertLobeAngle() const
-
void setFadeAngle(float angle)
-
float getFadeAngle() const
-
virtual float operator() (const osg::Vec3& eyeLocal) const
-
void computeMatrix()
Protected Fields
-
osg::Vec3 _direction
-
float _rollAngle
-
osg::Matrix _local_to_LP
-
float _cosHorizAngle
-
float _cosVertAngle
-
float _cosHorizFadeAngle
-
float _cosVertFadeAngle
Protected Methods
-
virtual ~DirectionalSector()
Inherited from Sector:
Public Methods
-
virtual const char* libraryName() const
-
virtual const char* className() const
-
virtual bool isSameKindAs(const osg::Object* obj) const
Documentation
- DirectionalSector()
- DirectionalSector(const DirectionalSector& copy, const osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY)
- DirectionalSector(const osg::Vec3& direction, float horizLobeAngle, float vertLobeAngle, float lobeRollAngle, float fadeAngle=0.0f)
- META_Object (osgSim, DirectionalSector)(const osg::Vec3& direction)
- const osg::Vec3& getDirection() const
- void setHorizLobeAngle(float angle)
- float getHorizLobeAngle() const
- void setLobeRollAngle(float angle)
- float getLobeRollAngle() const
- void setVertLobeAngle(float angle)
- float getVertLobeAngle() const
- void setFadeAngle(float angle)
- float getFadeAngle() const
- virtual float operator() (const osg::Vec3& eyeLocal) const
- void computeMatrix()
- virtual ~DirectionalSector()
- osg::Vec3 _direction
- float _rollAngle
- osg::Matrix _local_to_LP
- float _cosHorizAngle
- float _cosVertAngle
- float _cosHorizFadeAngle
- float _cosVertFadeAngle
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.