OpenSceneGraph
3.5.1
|
Public Member Functions | |
virtual void | setVertexArray (unsigned int, const osg::Vec2 *) |
virtual void | setVertexArray (unsigned int, const osg::Vec3 *) |
virtual void | setVertexArray (unsigned int, const osg::Vec4 *) |
virtual void | setVertexArray (unsigned int, const osg::Vec2d *) |
virtual void | setVertexArray (unsigned int, const osg::Vec3d *) |
virtual void | setVertexArray (unsigned int, const osg::Vec4d *) |
virtual void | begin (GLenum mode) |
virtual void | vertex (unsigned int vert) |
virtual void | end () |
virtual void | drawArrays (GLenum mode, GLint first, GLsizei count) |
template<typename I > | |
void | drawElements (GLenum mode, GLsizei count, const I *indices) |
virtual void | drawElements (GLenum mode, GLsizei count, const GLubyte *indices) |
virtual void | drawElements (GLenum mode, GLsizei count, const GLushort *indices) |
virtual void | drawElements (GLenum mode, GLsizei count, const GLuint *indices) |
Public Member Functions inherited from osg::PrimitiveIndexFunctor | |
virtual | ~PrimitiveIndexFunctor () |
void | useVertexCacheAsVertexArray () |
Public Attributes | |
GLenum | _modeCache |
std::vector< GLuint > | _indexCache |
std::vector< unsigned int > | _remap |
Public Attributes inherited from osg::PrimitiveIndexFunctor | |
std::vector< Vec3 > | _vertexCache |
bool | _treatVertexDataAsTemporary |
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inline |
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
std::vector<GLuint> TriangleLinePointIndexFunctor< T >::_indexCache |
GLenum TriangleLinePointIndexFunctor< T >::_modeCache |
std::vector<unsigned int> TriangleLinePointIndexFunctor< T >::_remap |
Generated at Wed Nov 11 2015 22:14:26 for the OpenSceneGraph by doxygen 1.8.10. |