This is the complete list of members for SceneObjectFactory, including all inherited members.
CreateCube(const std::string &name="Cube", float size=1.0f) | SceneObjectFactory | static |
CreateCylinder(const std::string &name="Cylinder", float radiusTop=0.5f, float radiusBottom=0.5f, float height=1.0f, int radialSegments=32, int heightSegments=1) | SceneObjectFactory | static |
CreateFromMesh(std::shared_ptr< Mesh > mesh, const std::string &name="CustomMesh") | SceneObjectFactory | static |
CreatePlane(const std::string &name="Plane", float width=1.0f, float height=1.0f, int widthSegments=1, int heightSegments=1) | SceneObjectFactory | static |
CreateSphere(const std::string &name="Sphere", float radius=0.5f, int widthSegments=32, int heightSegments=16) | SceneObjectFactory | static |
CreateTriangle(const std::string &name="Triangle", float size=1.0f) | SceneObjectFactory | static |
LoadAllFromFile(const std::string &filepath) | SceneObjectFactory | static |
LoadFromFile(const std::string &filepath, const std::string &name="") | SceneObjectFactory | static |