kick
|
Static Public Member Functions | |
static std::shared_ptr< MeshData > | createPointData () |
static std::shared_ptr< MeshData > | createTriangleData () |
static std::shared_ptr< MeshData > | createDiscData (unsigned short slices=20) |
static std::shared_ptr< MeshData > | createPlaneData () |
static std::shared_ptr< MeshData > | createUVSphereData (unsigned short slices=64, unsigned short stacks=32, float radius=1.0f) |
static std::shared_ptr< MeshData > | createCubeData (float length=1.0f) |
Definition at line 15 of file mesh_factory.h.