OGRE
1.9.0
|
Struct holding geometry optimised per SubMesh / LOD level, ready for copying to instances. More...
#include <OgreStaticGeometry.h>
Public Member Functions | |
OptimisedSubMeshGeometry () | |
~OptimisedSubMeshGeometry () | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
Public Attributes | |
IndexData * | indexData |
VertexData * | vertexData |
Struct holding geometry optimised per SubMesh / LOD level, ready for copying to instances.
Definition at line 136 of file OgreStaticGeometry.h.
Ogre::StaticGeometry::OptimisedSubMeshGeometry::OptimisedSubMeshGeometry | ( | ) |
Definition at line 139 of file OgreStaticGeometry.h.
Ogre::StaticGeometry::OptimisedSubMeshGeometry::~OptimisedSubMeshGeometry | ( | ) |
Definition at line 140 of file OgreStaticGeometry.h.
References OGRE_DELETE.
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
IndexData* Ogre::StaticGeometry::OptimisedSubMeshGeometry::indexData |
Definition at line 146 of file OgreStaticGeometry.h.
VertexData* Ogre::StaticGeometry::OptimisedSubMeshGeometry::vertexData |
Definition at line 145 of file OgreStaticGeometry.h.