Ogre Procedural  0.3.0 unstable
Procedural Geometry & Textures for Ogre3D
Procedural::TorusGenerator Member List

This is the complete list of members for Procedural::TorusGenerator, including all inherited members.

addPoint(TriangleBuffer &buffer, const Ogre::Vector3 &position, const Ogre::Vector3 &normal, const Ogre::Vector2 &uv) constProcedural::MeshGenerator< TorusGenerator >protected
addToTriangleBuffer(TriangleBuffer &buffer) constProcedural::TorusGeneratorvirtual
buildTriangleBuffer() constProcedural::MeshGenerator< TorusGenerator >
mEnableNormalsProcedural::MeshGenerator< TorusGenerator >protected
MeshGenerator()Procedural::MeshGenerator< TorusGenerator >
mNumTexCoordSetProcedural::MeshGenerator< TorusGenerator >protected
mOrientationProcedural::MeshGenerator< TorusGenerator >protected
mPositionProcedural::MeshGenerator< TorusGenerator >protected
mScaleProcedural::MeshGenerator< TorusGenerator >protected
mSwitchUVProcedural::MeshGenerator< TorusGenerator >protected
mTransformProcedural::MeshGenerator< TorusGenerator >protected
mUTileProcedural::MeshGenerator< TorusGenerator >protected
mUVOriginProcedural::MeshGenerator< TorusGenerator >protected
mVTileProcedural::MeshGenerator< TorusGenerator >protected
realizeMesh(const std::string &name="", const Ogre::String &group="General")Procedural::MeshGenerator< TorusGenerator >
resetTransforms()Procedural::MeshGenerator< TorusGenerator >
setEnableNormals(bool enableNormals)Procedural::MeshGenerator< TorusGenerator >
setNumSegCircle(unsigned int numSegCircle)Procedural::TorusGenerator
setNumSegSection(unsigned int numSegSection)Procedural::TorusGenerator
setNumTexCoordSet(unsigned char numTexCoordSet)Procedural::MeshGenerator< TorusGenerator >
setOrientation(const Ogre::Quaternion &orientation)Procedural::MeshGenerator< TorusGenerator >
setPosition(const Ogre::Vector3 &position)Procedural::MeshGenerator< TorusGenerator >
setPosition(Ogre::Real x, Ogre::Real y, Ogre::Real z)Procedural::MeshGenerator< TorusGenerator >
setRadius(Ogre::Real radius)Procedural::TorusGenerator
setScale(const Ogre::Vector3 &scale)Procedural::MeshGenerator< TorusGenerator >
setScale(Ogre::Real scale)Procedural::MeshGenerator< TorusGenerator >
setScale(Ogre::Real x, Ogre::Real y, Ogre::Real z)Procedural::MeshGenerator< TorusGenerator >
setSectionRadius(Ogre::Real sectionRadius)Procedural::TorusGenerator
setSwitchUV(bool switchUV)Procedural::MeshGenerator< TorusGenerator >
setTextureRectangle(const Ogre::RealRect &textureRectangle)Procedural::MeshGenerator< TorusGenerator >
setUTile(Ogre::Real uTile)Procedural::MeshGenerator< TorusGenerator >
setVTile(Ogre::Real vTile)Procedural::MeshGenerator< TorusGenerator >
TorusGenerator(Ogre::Real radius=1.f, Ogre::Real sectionRadius=.2f, unsigned int numSegSection=16, unsigned int numSegCircle=16)Procedural::TorusGenerator