OpenSceneGraph
3.0.1
|
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.
More...
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.
osg::TessellationHints::TessellationHints | ( | ) | [inline] |
osg::TessellationHints::TessellationHints | ( | const TessellationHints & | tess, |
const CopyOp & | copyop = CopyOp::SHALLOW_COPY |
||
) | [inline] |
osg::TessellationHints::~TessellationHints | ( | ) | [inline, protected] |
bool osg::TessellationHints::getCreateBackFace | ( | ) | const [inline] |
References _createBackFace.
bool osg::TessellationHints::getCreateBody | ( | ) | const [inline] |
References _createBody.
bool osg::TessellationHints::getCreateBottom | ( | ) | const [inline] |
References _createBottom.
bool osg::TessellationHints::getCreateFrontFace | ( | ) | const [inline] |
References _createFrontFace.
bool osg::TessellationHints::getCreateNormals | ( | ) | const [inline] |
References _createNormals.
bool osg::TessellationHints::getCreateTextureCoords | ( | ) | const [inline] |
References _createTextureCoords.
bool osg::TessellationHints::getCreateTop | ( | ) | const [inline] |
References _createTop.
float osg::TessellationHints::getDetailRatio | ( | ) | const [inline] |
References _detailRatio.
unsigned int osg::TessellationHints::getTargetNumFaces | ( | ) | const [inline] |
References _targetNumFaces.
TessellationMode osg::TessellationHints::getTessellationMode | ( | ) | const [inline] |
References _TessellationMode.
osg::TessellationHints::META_Object | ( | osg | , |
TessellationHints | |||
) |
void osg::TessellationHints::setCreateBackFace | ( | bool | on | ) | [inline] |
References _createBackFace.
void osg::TessellationHints::setCreateBody | ( | bool | on | ) | [inline] |
References _createBody.
void osg::TessellationHints::setCreateBottom | ( | bool | on | ) | [inline] |
References _createBottom.
void osg::TessellationHints::setCreateFrontFace | ( | bool | on | ) | [inline] |
References _createFrontFace.
void osg::TessellationHints::setCreateNormals | ( | bool | on | ) | [inline] |
References _createNormals.
void osg::TessellationHints::setCreateTextureCoords | ( | bool | on | ) | [inline] |
References _createTextureCoords.
void osg::TessellationHints::setCreateTop | ( | bool | on | ) | [inline] |
References _createTop.
void osg::TessellationHints::setDetailRatio | ( | float | ratio | ) | [inline] |
References _detailRatio.
void osg::TessellationHints::setTargetNumFaces | ( | unsigned int | target | ) | [inline] |
References _targetNumFaces.
void osg::TessellationHints::setTessellationMode | ( | TessellationMode | mode | ) | [inline] |
References _TessellationMode.
bool osg::TessellationHints::_createBackFace [protected] |
Referenced by setCreateBackFace(), and getCreateBackFace().
bool osg::TessellationHints::_createBody [protected] |
Referenced by setCreateBody(), and getCreateBody().
bool osg::TessellationHints::_createBottom [protected] |
Referenced by setCreateBottom(), and getCreateBottom().
bool osg::TessellationHints::_createFrontFace [protected] |
Referenced by setCreateFrontFace(), and getCreateFrontFace().
bool osg::TessellationHints::_createNormals [protected] |
Referenced by setCreateNormals(), and getCreateNormals().
bool osg::TessellationHints::_createTextureCoords [protected] |
Referenced by setCreateTextureCoords(), and getCreateTextureCoords().
bool osg::TessellationHints::_createTop [protected] |
Referenced by setCreateTop(), and getCreateTop().
float osg::TessellationHints::_detailRatio [protected] |
Referenced by setDetailRatio(), and getDetailRatio().
unsigned int osg::TessellationHints::_targetNumFaces [protected] |
Referenced by setTargetNumFaces(), and getTargetNumFaces().
Referenced by setTessellationMode(), and getTessellationMode().
![]() | Generated at Mon Oct 3 2011 12:39:44 for the OpenSceneGraph by doxygen 1.7.5. |