Voltray Engine Docs
Loading...
Searching...
No Matches
SceneObjectFactory Member List

This is the complete list of members for SceneObjectFactory, including all inherited members.

CreateCube(const std::string &name="Cube", float size=1.0f)SceneObjectFactorystatic
CreateCylinder(const std::string &name="Cylinder", float radiusTop=0.5f, float radiusBottom=0.5f, float height=1.0f, int radialSegments=32, int heightSegments=1)SceneObjectFactorystatic
CreateFromMesh(std::shared_ptr< Mesh > mesh, const std::string &name="CustomMesh")SceneObjectFactorystatic
CreatePlane(const std::string &name="Plane", float width=1.0f, float height=1.0f, int widthSegments=1, int heightSegments=1)SceneObjectFactorystatic
CreateSphere(const std::string &name="Sphere", float radius=0.5f, int widthSegments=32, int heightSegments=16)SceneObjectFactorystatic
CreateTriangle(const std::string &name="Triangle", float size=1.0f)SceneObjectFactorystatic
LoadAllFromFile(const std::string &filepath)SceneObjectFactorystatic
LoadFromFile(const std::string &filepath, const std::string &name="")SceneObjectFactorystatic