OpenSceneGraph
3.2.0
|
Public Member Functions | |
virtual void | setVertexArray (unsigned int, const Vec2 *) |
virtual void | setVertexArray (unsigned int, const Vec3 *) |
virtual void | setVertexArray (unsigned int, const Vec4 *) |
virtual void | setVertexArray (unsigned int, const Vec2d *) |
virtual void | setVertexArray (unsigned int, const Vec3d *) |
virtual void | setVertexArray (unsigned int, const Vec4d *) |
virtual void | begin (GLenum mode) |
virtual void | vertex (unsigned int vert) |
virtual void | end () |
virtual void | drawArrays (GLenum mode, GLint first, GLsizei count) |
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) |
![]() | |
virtual | ~PrimitiveIndexFunctor () |
Public Attributes | |
GLenum | _modeCache |
std::vector< GLuint > | _indexCache |
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
References osg::TriangleIndexFunctor< T >::_indexCache, and osg::TriangleIndexFunctor< T >::_modeCache.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
Referenced by osg::TriangleIndexFunctor< T >::end().
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
|
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.
References osg::TriangleIndexFunctor< T >::_indexCache.
std::vector<GLuint> osg::TriangleIndexFunctor< T >::_indexCache |
GLenum osg::TriangleIndexFunctor< T >::_modeCache |
Referenced by osg::TriangleIndexFunctor< T >::begin(), and osg::TriangleIndexFunctor< T >::end().
![]() | Generated at Mon Sep 9 2013 06:15:08 for the OpenSceneGraph by doxygen 1.8.4. |