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...
List of all members.
Detailed Description
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.
Member Enumeration Documentation
- Enumerator:
USE_SHAPE_DEFAULTS |
|
USE_TARGET_NUM_FACES |
|
Constructor & Destructor Documentation
osg::TessellationHints::TessellationHints |
( |
|
) |
[inline] |
osg::TessellationHints::TessellationHints |
( |
const TessellationHints & |
tess, |
|
|
const CopyOp & |
copyop = CopyOp::SHALLOW_COPY | |
|
) |
| | [inline] |
osg::TessellationHints::~TessellationHints |
( |
|
) |
[inline, protected] |
Member Function Documentation
bool osg::TessellationHints::getCreateBackFace |
( |
|
) |
const [inline] |
bool osg::TessellationHints::getCreateBody |
( |
|
) |
const [inline] |
bool osg::TessellationHints::getCreateBottom |
( |
|
) |
const [inline] |
bool osg::TessellationHints::getCreateFrontFace |
( |
|
) |
const [inline] |
bool osg::TessellationHints::getCreateNormals |
( |
|
) |
const [inline] |
bool osg::TessellationHints::getCreateTextureCoords |
( |
|
) |
const [inline] |
bool osg::TessellationHints::getCreateTop |
( |
|
) |
const [inline] |
float osg::TessellationHints::getDetailRatio |
( |
|
) |
const [inline] |
unsigned int osg::TessellationHints::getTargetNumFaces |
( |
|
) |
const [inline] |
void osg::TessellationHints::setCreateBackFace |
( |
bool |
on |
) |
[inline] |
void osg::TessellationHints::setCreateBody |
( |
bool |
on |
) |
[inline] |
void osg::TessellationHints::setCreateBottom |
( |
bool |
on |
) |
[inline] |
void osg::TessellationHints::setCreateFrontFace |
( |
bool |
on |
) |
[inline] |
void osg::TessellationHints::setCreateNormals |
( |
bool |
on |
) |
[inline] |
void osg::TessellationHints::setCreateTextureCoords |
( |
bool |
on |
) |
[inline] |
void osg::TessellationHints::setCreateTop |
( |
bool |
on |
) |
[inline] |
void osg::TessellationHints::setDetailRatio |
( |
float |
ratio |
) |
[inline] |
void osg::TessellationHints::setTargetNumFaces |
( |
unsigned int |
target |
) |
[inline] |
void osg::TessellationHints::setTessellationMode |
( |
TessellationMode |
mode |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: