OpenSceneGraph
3.4.0
|
Geometry class contaning deprecated features. More...
Geometry class contaning deprecated features.
Users should only use deprecated_osg::Geometry when absolutely necessary for keeping things compiling, it is recommended that you should migrate your code to work just with osg::Geometry as existing deprecated_osg::Geometry will be removed in future release.
Same values as Array::Binding.
Reimplemented from osg::Geometry.
deprecated_osg::Geometry::Geometry | ( | ) | [inline] |
Reimplemented from osg::Geometry.
deprecated_osg::Geometry::Geometry | ( | const Geometry & | geometry, |
const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
) | [inline] |
Reimplemented from osg::Geometry.
const osg::IndexArray* deprecated_osg::Geometry::getColorIndices | ( | ) | const |
Reimplemented from osg::Geometry.
const osg::IndexArray* deprecated_osg::Geometry::getFogCoordIndices | ( | ) | const |
deprecated, use array->get*Binding(..).
Reimplemented from osg::Geometry.
const osg::IndexArray* deprecated_osg::Geometry::getNormalIndices | ( | ) | const |
Reimplemented from osg::Geometry.
const osg::IndexArray* deprecated_osg::Geometry::getSecondaryColorIndices | ( | ) | const |
const osg::IndexArray* deprecated_osg::Geometry::getTexCoordIndices | ( | unsigned int | unit | ) | const |
AttributeBinding deprecated_osg::Geometry::getVertexAttribBinding | ( | unsigned int | index | ) | const |
Reimplemented from osg::Geometry.
const osg::IndexArray* deprecated_osg::Geometry::getVertexAttribIndices | ( | unsigned int | index | ) | const |
GLboolean deprecated_osg::Geometry::getVertexAttribNormalize | ( | unsigned int | index | ) | const |
deprecated, use array->get*Normalize(..).
Reimplemented from osg::Geometry.
const osg::IndexArray* deprecated_osg::Geometry::getVertexIndices | ( | ) | const |
Reimplemented from osg::Geometry.
void deprecated_osg::Geometry::setColorIndices | ( | osg::IndexArray * | array | ) |
Reimplemented from osg::Geometry.
void deprecated_osg::Geometry::setFogCoordIndices | ( | osg::IndexArray * | array | ) |
deprecated, use array->set*Binding(..).
Reimplemented from osg::Geometry.
void deprecated_osg::Geometry::setNormalIndices | ( | osg::IndexArray * | array | ) |
Reimplemented from osg::Geometry.
void deprecated_osg::Geometry::setSecondaryColorIndices | ( | osg::IndexArray * | array | ) |
void deprecated_osg::Geometry::setTexCoordIndices | ( | unsigned int | unit, |
osg::IndexArray * | array | ||
) |
void deprecated_osg::Geometry::setVertexAttribBinding | ( | unsigned int | index, |
AttributeBinding | ab | ||
) |
Reimplemented from osg::Geometry.
void deprecated_osg::Geometry::setVertexAttribIndices | ( | unsigned int | index, |
osg::IndexArray * | array | ||
) |
void deprecated_osg::Geometry::setVertexAttribNormalize | ( | unsigned int | index, |
GLboolean | norm | ||
) |
deprecated, use array->set*Normalize(..).
Reimplemented from osg::Geometry.
void deprecated_osg::Geometry::setVertexIndices | ( | osg::IndexArray * | array | ) |
![]() | Generated at Tue Dec 8 2015 00:16:40 for the OpenSceneGraph by doxygen 1.7.6.1. |