A MaterialBucket is a collection of smaller buckets with the same Material (and implicitly the same LOD). More...
#include <OgreStaticGeometry.h>
Public Types | |
typedef vector< GeometryBucket * > ::type | GeometryBucketList |
list of Geometry Buckets in this region | |
typedef VectorIterator < GeometryBucketList > | GeometryIterator |
Iterator over geometry. | |
Public Member Functions | |
MaterialBucket (LODBucket *parent, const String &materialName) | |
virtual | ~MaterialBucket () |
LODBucket * | getParent (void) |
const String & | getMaterialName (void) const |
Get the material name. | |
void | assign (QueuedGeometry *qsm) |
Assign geometry to this bucket. | |
void | build (bool stencilShadows) |
Build. | |
void | addRenderables (RenderQueue *queue, uint8 group, Real lodValue) |
Add children to the render queue. | |
const MaterialPtr & | getMaterial (void) const |
Get the material for this bucket. | |
GeometryIterator | getGeometryIterator (void) |
Get an iterator over the contained geometry. | |
Technique * | getCurrentTechnique (void) const |
Get the current Technique. | |
void | dump (std::ofstream &of) const |
Dump contents for diagnostics. | |
void | visitRenderables (Renderable::Visitor *visitor, bool debugRenderables) |
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 * | operator new (size_t sz, void *ptr) |
placement operator new | |
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) |
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 *) |
Protected Types | |
typedef map< String, GeometryBucket * >::type | CurrentGeometryMap |
Protected Member Functions | |
String | getGeometryFormatString (SubMeshLodGeometryLink *geom) |
Get a packed string identifying the geometry format. | |
Protected Attributes | |
LODBucket * | mParent |
Pointer to parent LODBucket. | |
String | mMaterialName |
Material being used. | |
MaterialPtr | mMaterial |
Pointer to material being used. | |
Technique * | mTechnique |
Active technique. | |
GeometryBucketList | mGeometryBucketList |
list of Geometry Buckets in this region | |
CurrentGeometryMap | mCurrentGeometryMap |
A MaterialBucket is a collection of smaller buckets with the same Material (and implicitly the same LOD).
Definition at line 254 of file OgreStaticGeometry.h.
typedef map<String, GeometryBucket*>::type Ogre::StaticGeometry::MaterialBucket::CurrentGeometryMap [protected] |
Definition at line 272 of file OgreStaticGeometry.h.
list of Geometry Buckets in this region
Definition at line 258 of file OgreStaticGeometry.h.
Iterator over geometry.
Definition at line 293 of file OgreStaticGeometry.h.
Ogre::StaticGeometry::MaterialBucket::MaterialBucket | ( | LODBucket * | parent, | |
const String & | materialName | |||
) |
virtual Ogre::StaticGeometry::MaterialBucket::~MaterialBucket | ( | ) | [virtual] |
void Ogre::StaticGeometry::MaterialBucket::addRenderables | ( | RenderQueue * | queue, | |
uint8 | group, | |||
Real | lodValue | |||
) |
Add children to the render queue.
void Ogre::StaticGeometry::MaterialBucket::assign | ( | QueuedGeometry * | qsm | ) |
Assign geometry to this bucket.
void Ogre::StaticGeometry::MaterialBucket::build | ( | bool | stencilShadows | ) |
Build.
void Ogre::StaticGeometry::MaterialBucket::dump | ( | std::ofstream & | of | ) | const |
Dump contents for diagnostics.
Technique* Ogre::StaticGeometry::MaterialBucket::getCurrentTechnique | ( | void | ) | const |
Get the current Technique.
Definition at line 297 of file OgreStaticGeometry.h.
String Ogre::StaticGeometry::MaterialBucket::getGeometryFormatString | ( | SubMeshLodGeometryLink * | geom | ) | [protected] |
Get a packed string identifying the geometry format.
GeometryIterator Ogre::StaticGeometry::MaterialBucket::getGeometryIterator | ( | void | ) |
Get an iterator over the contained geometry.
const MaterialPtr& Ogre::StaticGeometry::MaterialBucket::getMaterial | ( | void | ) | const |
Get the material for this bucket.
Definition at line 291 of file OgreStaticGeometry.h.
const String& Ogre::StaticGeometry::MaterialBucket::getMaterialName | ( | void | ) | const |
Get the material name.
Definition at line 282 of file OgreStaticGeometry.h.
LODBucket* Ogre::StaticGeometry::MaterialBucket::getParent | ( | void | ) |
Definition at line 280 of file OgreStaticGeometry.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr, | |
const char * | , | |||
int | , | |||
const char * | ||||
) | [inherited] |
Definition at line 107 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr, | |
void * | ||||
) | [inherited] |
Definition at line 101 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr | ) | [inherited] |
Definition at line 95 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete[] | ( | void * | ptr, | |
const char * | , | |||
int | , | |||
const char * | ||||
) | [inherited] |
Definition at line 118 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete[] | ( | void * | ptr | ) | [inherited] |
Definition at line 112 of file OgreMemoryAllocatedObject.h.
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz, | |
void * | ptr | |||
) | [inherited] |
placement operator new
Definition at line 78 of file OgreMemoryAllocatedObject.h.
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz | ) | [inherited] |
Definition at line 72 of file OgreMemoryAllocatedObject.h.
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz, | |
const char * | file, | |||
int | line, | |||
const char * | func | |||
) | [inherited] |
operator new, with debug line info
Definition at line 67 of file OgreMemoryAllocatedObject.h.
void* Ogre::AllocatedObject< Alloc >::operator new[] | ( | size_t | sz | ) | [inherited] |
Definition at line 90 of file OgreMemoryAllocatedObject.h.
void* Ogre::AllocatedObject< Alloc >::operator new[] | ( | size_t | sz, | |
const char * | file, | |||
int | line, | |||
const char * | func | |||
) | [inherited] |
array operator new, with debug line info
Definition at line 85 of file OgreMemoryAllocatedObject.h.
void Ogre::StaticGeometry::MaterialBucket::visitRenderables | ( | Renderable::Visitor * | visitor, | |
bool | debugRenderables | |||
) |
Definition at line 273 of file OgreStaticGeometry.h.
list of Geometry Buckets in this region
Definition at line 270 of file OgreStaticGeometry.h.
Pointer to material being used.
Definition at line 265 of file OgreStaticGeometry.h.
Material being used.
Definition at line 263 of file OgreStaticGeometry.h.
LODBucket* Ogre::StaticGeometry::MaterialBucket::mParent [protected] |
Pointer to parent LODBucket.
Definition at line 261 of file OgreStaticGeometry.h.
Active technique.
Definition at line 267 of file OgreStaticGeometry.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:40:47 2012