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

Structure recording a queued submesh for the build. More...

#include <OgreInstancedGeometry.h>

+ Inheritance diagram for Ogre::InstancedGeometry::QueuedSubMesh:
+ Collaboration diagram for Ogre::InstancedGeometry::QueuedSubMesh:

Public Member Functions

void operator delete (void *ptr)
 
void operator delete (void *ptr, void *)
 
void operator delete (void *ptr, const char *, int, const char *)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, const char *, int, const char *)
 
void * operator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info More...
 
void * operator new (size_t sz)
 
void * operator new (size_t sz, void *ptr)
 placement operator new More...
 
void * operator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info More...
 
void * operator new[] (size_t sz)
 

Public Attributes

SubMeshLodGeometryLinkListgeometryLodList
 Link to LOD list of geometry, potentially optimised. More...
 
unsigned int ID
 
String materialName
 
Quaternion orientation
 
Vector3 position
 
Vector3 scale
 
SubMeshsubmesh
 
AxisAlignedBox worldBounds
 Pre-transformed world AABB. More...
 

Detailed Description

Structure recording a queued submesh for the build.

Definition at line 142 of file OgreInstancedGeometry.h.

Member Function Documentation

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

Definition at line 95 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
void *   
)
inlineinherited

Definition at line 101 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 107 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr)
inlineinherited

Definition at line 112 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 118 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

operator new, with debug line info

Definition at line 67 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz)
inlineinherited

Definition at line 72 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
void *  ptr 
)
inlineinherited

placement operator new

Definition at line 78 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

array operator new, with debug line info

Definition at line 85 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz)
inlineinherited

Definition at line 90 of file OgreMemoryAllocatedObject.h.

Member Data Documentation

SubMeshLodGeometryLinkList* Ogre::InstancedGeometry::QueuedSubMesh::geometryLodList

Link to LOD list of geometry, potentially optimised.

Definition at line 146 of file OgreInstancedGeometry.h.

unsigned int Ogre::InstancedGeometry::QueuedSubMesh::ID

Definition at line 153 of file OgreInstancedGeometry.h.

String Ogre::InstancedGeometry::QueuedSubMesh::materialName

Definition at line 147 of file OgreInstancedGeometry.h.

Quaternion Ogre::InstancedGeometry::QueuedSubMesh::orientation

Definition at line 149 of file OgreInstancedGeometry.h.

Vector3 Ogre::InstancedGeometry::QueuedSubMesh::position

Definition at line 148 of file OgreInstancedGeometry.h.

Vector3 Ogre::InstancedGeometry::QueuedSubMesh::scale

Definition at line 150 of file OgreInstancedGeometry.h.

SubMesh* Ogre::InstancedGeometry::QueuedSubMesh::submesh

Definition at line 144 of file OgreInstancedGeometry.h.

AxisAlignedBox Ogre::InstancedGeometry::QueuedSubMesh::worldBounds

Pre-transformed world AABB.

Definition at line 152 of file OgreInstancedGeometry.h.


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