openscenegraph
|
Public Types | |
enum | TessellationMode { USE_SHAPE_DEFAULTS, USE_TARGET_NUM_FACES } |
![]() | |
enum | DataVariance { DYNAMIC, STATIC, UNSPECIFIED } |
Protected Member Functions | |
~TessellationHints () | |
![]() | |
virtual | ~Object () |
![]() | |
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 |
![]() | |
std::string | _name |
DataVariance | _dataVariance |
osg::UserDataContainer * | _userDataContainer |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
![]() | |
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().