OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::InstancedGeometry::SubMeshLodGeometryLink Struct Reference

Saved link between SubMesh at a LOD and vertex/index data May point to original or optimised geometry. More...

#include <OgreInstancedGeometry.h>

+ Collaboration diagram for Ogre::InstancedGeometry::SubMeshLodGeometryLink:

Public Attributes

IndexDataindexData
 
VertexDatavertexData
 

Detailed Description

Saved link between SubMesh at a LOD and vertex/index data May point to original or optimised geometry.

Definition at line 134 of file OgreInstancedGeometry.h.

Member Data Documentation

IndexData* Ogre::InstancedGeometry::SubMeshLodGeometryLink::indexData

Definition at line 137 of file OgreInstancedGeometry.h.

VertexData* Ogre::InstancedGeometry::SubMeshLodGeometryLink::vertexData

Definition at line 136 of file OgreInstancedGeometry.h.


The documentation for this struct was generated from the following file: