#include <OgreStaticGeometry.h>
Public Types | |
typedef std::vector< GeometryBucket * > | 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 camSquaredDist) |
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. | |
Protected Types | |
typedef std::map< String, GeometryBucket * > | 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 |
Definition at line 245 of file OgreStaticGeometry.h.
|
Definition at line 263 of file OgreStaticGeometry.h. |
|
list of Geometry Buckets in this region
Definition at line 249 of file OgreStaticGeometry.h. |
|
Iterator over geometry.
Definition at line 284 of file OgreStaticGeometry.h. |
|
|
|
|
|
Add children to the render queue.
|
|
Assign geometry to this bucket.
|
|
Build.
|
|
Dump contents for diagnostics.
|
|
Get the current Technique.
Definition at line 288 of file OgreStaticGeometry.h. |
|
Get a packed string identifying the geometry format.
|
|
Get an iterator over the contained geometry.
|
|
Get the material for this bucket.
Definition at line 282 of file OgreStaticGeometry.h. |
|
Get the material name.
Definition at line 273 of file OgreStaticGeometry.h. |
|
Definition at line 271 of file OgreStaticGeometry.h. |
|
Definition at line 264 of file OgreStaticGeometry.h. |
|
list of Geometry Buckets in this region
Definition at line 261 of file OgreStaticGeometry.h. |
|
Pointer to material being used.
Definition at line 256 of file OgreStaticGeometry.h. |
|
Material being used.
Definition at line 254 of file OgreStaticGeometry.h. |
|
Pointer to parent LODBucket.
Definition at line 252 of file OgreStaticGeometry.h. |
|
Active technique.
Definition at line 258 of file OgreStaticGeometry.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Jun 11 10:50:58 2006