|
openscenegraph
|
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) |
Public Member Functions inherited from osg::PrimitiveIndexFunctor | |
| virtual | ~PrimitiveIndexFunctor () |
Public Attributes | |
| GLenum | _modeCache |
| std::vector< GLuint > | _indexCache |
|
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.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
| std::vector<GLuint> osg::TriangleIndexFunctor< T >::_indexCache |
| GLenum osg::TriangleIndexFunctor< T >::_modeCache |
1.8.11