|
OSG
3.4.0
|
#include <OccluderGeometry.h>


Public Types | |
| enum | DrawMode { GEOMETRY, STENCIL_TWO_PASS, STENCIL_TWO_SIDED } |
| typedef std::vector< osg::Vec3 > | Vec3List |
| typedef std::vector< GLuint > | UIntList |
Public Types inherited from osg::Drawable | |
| enum | AttributeTypes { VERTICES = 0, WEIGHTS = 1, NORMALS = 2, COLORS = 3, SECONDARY_COLORS = 4, FOG_COORDS = 5, ATTRIBUTE_6 = 6, ATTRIBUTE_7 = 7, TEXTURE_COORDS = 8, TEXTURE_COORDS_0 = TEXTURE_COORDS, TEXTURE_COORDS_1 = TEXTURE_COORDS_0+1, TEXTURE_COORDS_2 = TEXTURE_COORDS_0+2, TEXTURE_COORDS_3 = TEXTURE_COORDS_0+3, TEXTURE_COORDS_4 = TEXTURE_COORDS_0+4, TEXTURE_COORDS_5 = TEXTURE_COORDS_0+5, TEXTURE_COORDS_6 = TEXTURE_COORDS_0+6, TEXTURE_COORDS_7 = TEXTURE_COORDS_0+7 } |
| typedef unsigned int | AttributeType |
Public Types inherited from osg::Node | |
| typedef std::vector< Group * > | ParentList |
| typedef unsigned int | NodeMask |
| typedef std::vector< std::string > | DescriptionList |
Public Types inherited from osg::Object | |
| enum | DataVariance { DYNAMIC, STATIC, UNSPECIFIED } |
Protected Member Functions | |
| virtual | ~ShadowVolumeGeometry () |
Protected Member Functions inherited from osg::Drawable | |
| Drawable & | operator= (const Drawable &) |
| virtual | ~Drawable () |
| void | setBound (const BoundingBox &bb) const |
Protected Member Functions inherited from osg::Node | |
| virtual | ~Node () |
| void | addParent (osg::Group *parent) |
| void | removeParent (osg::Group *parent) |
| void | setNumChildrenRequiringUpdateTraversal (unsigned int num) |
| void | setNumChildrenRequiringEventTraversal (unsigned int num) |
| void | setNumChildrenWithCullingDisabled (unsigned int num) |
| void | setNumChildrenWithOccluderNodes (unsigned int num) |
Protected Member Functions inherited from osg::Object | |
| virtual | ~Object () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Drawable | |
| static GLuint | generateDisplayList (unsigned int contextID, unsigned int sizeHint=0) |
| static void | setMinimumNumberOfDisplayListsToRetainInCache (unsigned int minimum) |
| static unsigned int | getMinimumNumberOfDisplayListsToRetainInCache () |
| static void | deleteDisplayList (unsigned int contextID, GLuint globj, unsigned int sizeHint=0) |
| static void | flushAllDeletedDisplayLists (unsigned int contextID) |
| static void | discardAllDeletedDisplayLists (unsigned int contextID) |
| static void | flushDeletedDisplayLists (unsigned int contextID, double &availableTime) |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Static Public Attributes inherited from osg::Drawable | |
| static unsigned int | s_numberDrawablesReusedLastInLastFrame |
| static unsigned int | s_numberNewDrawablesInLastFrame |
| static unsigned int | s_numberDeletedDrawablesInLastFrame |
Protected Types inherited from osg::Drawable | |
| typedef osg::buffered_value < GLuint > | GLObjectList |
Definition at line 204 of file OccluderGeometry.h.
| typedef std::vector<GLuint> osgShadow::ShadowVolumeGeometry::UIntList |
Definition at line 228 of file OccluderGeometry.h.
| typedef std::vector<osg::Vec3> osgShadow::ShadowVolumeGeometry::Vec3List |
Definition at line 227 of file OccluderGeometry.h.
| Enumerator | |
|---|---|
| GEOMETRY | |
| STENCIL_TWO_PASS | |
| STENCIL_TWO_SIDED | |
Definition at line 217 of file OccluderGeometry.h.
| osgShadow::ShadowVolumeGeometry::ShadowVolumeGeometry | ( | ) |
| osgShadow::ShadowVolumeGeometry::ShadowVolumeGeometry | ( | const ShadowVolumeGeometry & | oc, |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
| ) |
|
inlineprotectedvirtual |
Definition at line 249 of file OccluderGeometry.h.
|
inlinevirtual |
return the name of the node's class type.
Reimplemented from osg::Node.
Definition at line 215 of file OccluderGeometry.h.
|
inlinevirtual |
return a clone of a node, with Object* return type.
Reimplemented from osg::Node.
Definition at line 212 of file OccluderGeometry.h.
|
inlinevirtual |
clone an object of the same type as the node.
Reimplemented from osg::Node.
Definition at line 211 of file OccluderGeometry.h.
|
virtual |
Compute the bounding box around occluder geometry.
Reimplemented from osg::Drawable.
|
virtual |
Render the occluder geometry.
Reimplemented from osg::Drawable.
|
inline |
Definition at line 225 of file OccluderGeometry.h.
|
inline |
Definition at line 235 of file OccluderGeometry.h.
|
inline |
Definition at line 236 of file OccluderGeometry.h.
|
inline |
Definition at line 231 of file OccluderGeometry.h.
|
inline |
Definition at line 232 of file OccluderGeometry.h.
|
inlinevirtual |
return true if this and obj are of the same kind of object.
Reimplemented from osg::Node.
Definition at line 213 of file OccluderGeometry.h.
|
inlinevirtual |
return the name of the node's library.
Reimplemented from osg::Node.
Definition at line 214 of file OccluderGeometry.h.
|
inline |
Definition at line 224 of file OccluderGeometry.h.
|
inline |
Definition at line 234 of file OccluderGeometry.h.
|
inline |
Definition at line 230 of file OccluderGeometry.h.
|
protected |
Definition at line 251 of file OccluderGeometry.h.
|
protected |
Definition at line 254 of file OccluderGeometry.h.
|
protected |
Definition at line 253 of file OccluderGeometry.h.
|
protected |
Definition at line 252 of file OccluderGeometry.h.
1.8.8