#include <Mesh.hpp>
◆ Type
Enumerator |
---|
UNDEFINED | |
PLANE | |
CUBE | |
CUBEMAP | |
CYLINDER | |
CONE | |
SPHERE | |
◆ create()
Mesh shkyera::Mesh::Factory::create |
( |
Type |
type | ) |
|
|
static |
◆ createCone()
Mesh shkyera::Mesh::Factory::createCone |
( |
| ) |
|
|
staticprivate |
◆ createCube()
Mesh shkyera::Mesh::Factory::createCube |
( |
| ) |
|
|
staticprivate |
◆ createCubeMap()
Mesh shkyera::Mesh::Factory::createCubeMap |
( |
| ) |
|
|
staticprivate |
◆ createCylinder()
Mesh shkyera::Mesh::Factory::createCylinder |
( |
| ) |
|
|
staticprivate |
◆ createPlane()
Mesh shkyera::Mesh::Factory::createPlane |
( |
| ) |
|
|
staticprivate |
◆ createSphere()
Mesh shkyera::Mesh::Factory::createSphere |
( |
| ) |
|
|
staticprivate |
◆ createTorus()
Mesh shkyera::Mesh::Factory::createTorus |
( |
float |
innerRadius, |
|
|
float |
outerRadius, |
|
|
int |
radialSegments, |
|
|
int |
tubularSegments |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: