|
OGRE
1.9.0
|
Structure recording a queued submesh for the build. More...
#include <OgreInstancedGeometry.h>

Public Member Functions | |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz) |
| 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, 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 *ptr) |
| placement operator new | |
| void * | operator new[] (size_t sz) |
| 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 | |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info | |
Public Attributes | |
| SubMeshLodGeometryLinkList * | geometryLodList |
| Link to LOD list of geometry, potentially optimised. | |
| unsigned int | ID |
| String | materialName |
| Quaternion | orientation |
| Vector3 | position |
| Vector3 | scale |
| SubMesh * | submesh |
| AxisAlignedBox | worldBounds |
| Pre-transformed world AABB. | |
Structure recording a queued submesh for the build.
Definition at line 143 of file OgreInstancedGeometry.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
| SubMeshLodGeometryLinkList* Ogre::InstancedGeometry::QueuedSubMesh::geometryLodList |
Link to LOD list of geometry, potentially optimised.
Definition at line 147 of file OgreInstancedGeometry.h.
| unsigned int Ogre::InstancedGeometry::QueuedSubMesh::ID |
Definition at line 154 of file OgreInstancedGeometry.h.
| String Ogre::InstancedGeometry::QueuedSubMesh::materialName |
Definition at line 148 of file OgreInstancedGeometry.h.
| Quaternion Ogre::InstancedGeometry::QueuedSubMesh::orientation |
Definition at line 150 of file OgreInstancedGeometry.h.
| Vector3 Ogre::InstancedGeometry::QueuedSubMesh::position |
Definition at line 149 of file OgreInstancedGeometry.h.
| Vector3 Ogre::InstancedGeometry::QueuedSubMesh::scale |
Definition at line 151 of file OgreInstancedGeometry.h.
| SubMesh* Ogre::InstancedGeometry::QueuedSubMesh::submesh |
Definition at line 145 of file OgreInstancedGeometry.h.
| AxisAlignedBox Ogre::InstancedGeometry::QueuedSubMesh::worldBounds |
Pre-transformed world AABB.
Definition at line 153 of file OgreInstancedGeometry.h.
1.13.2