MeshManager Member List
This is the complete list of members for MeshManager, including all inherited members.
AddMesh(Mesh *mesh)MeshManager
CreateBox(const std::string &name, const math::Vector3 &sides, const math::Vector2d &uvCoords)MeshManager
CreateCamera(const std::string &name, float scale)MeshManager
CreateCone(const std::string &name, float radius, float height, int rings, int segments)MeshManager
CreateCylinder(const std::string &name, float radius, float height, int rings, int segments)MeshManager
CreatePlane(const std::string &name, const math::Plane &plane, const math::Vector2d &segments, const math::Vector2d &uvTile) (defined in MeshManager)MeshManager
CreatePlane(const std::string &name, const math::Vector3 &normal, double d, const math::Vector2d &size, const math::Vector2d &segments, const math::Vector2d &uvTile) (defined in MeshManager)MeshManager
CreateSphere(const std::string &name, float radius, int rings, int segments)MeshManager
CreateTube(const std::string &name, float innerRadius, float outterRadius, float height, int rings, int segments)MeshManager
GenSphericalTexCoord(const Mesh *mesh, math::Vector3 center)MeshManager
GetMesh(const std::string &name) const MeshManager
GetMeshAABB(const Mesh *mesh, math::Vector3 &center, math::Vector3 &min_xyz, math::Vector3 &max_xyz)MeshManager
HasMesh(const std::string &name) const MeshManager
Instance()SingletonT< T > [inline, static]
IsValidFilename(const std::string &filename)MeshManager
Load(const std::string &filename)MeshManager
SetMeshCenter(const Mesh *mesh, math::Vector3 center)MeshManager
SingletonT()SingletonT< T > [inline, protected]
~SingletonT()SingletonT< T > [inline, protected, virtual]