#include <OgreVertexIndexData.h>
Public Methods | |
IndexData () | |
~IndexData () | |
IndexData * | clone (bool copyData=true) const |
Clones this index data, potentially including replicating the index buffer. | |
Public Attributes | |
HardwareIndexBufferSharedPtr | indexBuffer |
pointer to the HardwareIndexBuffer to use, must be specified if useIndexes = true | |
size_t | indexStart |
index in the buffer to start from for this operation | |
size_t | indexCount |
The number of indexes to use from the buffer. | |
Protected Methods | |
IndexData (const IndexData &rhs) | |
Protected copy constructor, to prevent misuse. | |
IndexData & | operator= (const IndexData &rhs) |
Protected operator=, to prevent misuse. |
Definition at line 145 of file OgreVertexIndexData.h.
|
Protected copy constructor, to prevent misuse.
Definition at line 149 of file OgreVertexIndexData.h. |
|
Definition at line 489 of file OgreVertexIndexData.cpp. References indexCount, and indexStart. Referenced by clone(). |
|
Definition at line 496 of file OgreVertexIndexData.cpp. |
|
Clones this index data, potentially including replicating the index buffer.
Definition at line 500 of file OgreVertexIndexData.cpp. References Ogre::SharedPtr< HardwareIndexBuffer >::get(), indexBuffer, indexCount, IndexData(), and indexStart. Referenced by Ogre::Mesh::clone(). |
|
Protected operator=, to prevent misuse.
Definition at line 151 of file OgreVertexIndexData.h. |
|
|
|
index in the buffer to start from for this operation
Definition at line 159 of file OgreVertexIndexData.h. Referenced by Ogre::BillboardSet::_createBuffers(), Ogre::GLRenderSystem::_render(), Ogre::D3D9RenderSystem::_render(), Ogre::D3DRenderSystem::_render(), Ogre::ProgressiveMesh::bakeNewLOD(), clone(), Ogre::MeshManager::createPrefabPlane(), Ogre::Entity::EntityShadowRenderable::EntityShadowRenderable(), Ogre::ShadowCaster::generateShadowVolume(), Ogre::TerrainRenderable::generateTriListIndexes(), Ogre::TerrainRenderable::generateTriStripIndexes(), Ogre::BillboardSet::getRenderOperation(), IndexData(), Ogre::BorderPanelGuiElement::initialise(), Ogre::PatchMesh::load(), Ogre::MeshSerializerImpl::readSubMesh(), and Ogre::BspSceneManager::setWorldGeometry(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Sun Nov 28 19:50:14 2004