|
openscenegraph
|
Public Types | |
| enum | TessellationMode { USE_SHAPE_DEFAULTS, USE_TARGET_NUM_FACES } |
Public Types inherited from osg::Object | |
| enum | DataVariance { DYNAMIC, STATIC, UNSPECIFIED } |
Protected Member Functions | |
| ~TessellationHints () | |
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 |
Protected Attributes | |
| TessellationMode | _TessellationMode |
| float | _detailRatio |
| unsigned int | _targetNumFaces |
| bool | _createFrontFace |
| bool | _createBackFace |
| bool | _createNormals |
| bool | _createTextureCoords |
| bool | _createTop |
| bool | _createBody |
| bool | _createBottom |
Protected Attributes inherited from osg::Object | |
| std::string | _name |
| DataVariance | _dataVariance |
| osg::UserDataContainer * | _userDataContainer |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
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 () |
Describe several hints that can be passed to a Tessellator (like the one used by ShapeDrawable) as a mean to try to influence the way it works.
|
inline |
|
inline |
|
inlineprotected |
|
inline |
References _createBackFace.
|
inline |
References _createBody.
|
inline |
References _createBottom.
|
inline |
References _createFrontFace.
|
inline |
References _createNormals.
|
inline |
References _createTextureCoords.
|
inline |
References _createTop.
|
inline |
References _detailRatio.
|
inline |
References _targetNumFaces.
|
inline |
References _TessellationMode.
| osg::TessellationHints::META_Object | ( | osg | , |
| TessellationHints | |||
| ) |
|
inline |
References _createBackFace.
|
inline |
References _createBody.
|
inline |
References _createBottom.
|
inline |
References _createFrontFace.
|
inline |
References _createNormals.
|
inline |
References _createTextureCoords.
|
inline |
References _createTop.
|
inline |
References _detailRatio.
|
inline |
References _targetNumFaces.
|
inline |
References _TessellationMode.
|
protected |
Referenced by getCreateBackFace(), and setCreateBackFace().
|
protected |
Referenced by getCreateBody(), and setCreateBody().
|
protected |
Referenced by getCreateBottom(), and setCreateBottom().
|
protected |
Referenced by getCreateFrontFace(), and setCreateFrontFace().
|
protected |
Referenced by getCreateNormals(), and setCreateNormals().
|
protected |
Referenced by getCreateTextureCoords(), and setCreateTextureCoords().
|
protected |
Referenced by getCreateTop(), and setCreateTop().
|
protected |
Referenced by getDetailRatio(), and setDetailRatio().
|
protected |
Referenced by getTargetNumFaces(), and setTargetNumFaces().
|
protected |
Referenced by getTessellationMode(), and setTessellationMode().
1.8.1.2