Castor3D 0.16.0
Multiplatform 3D engine
|
#include <Cone.hpp>
Public Member Functions | |
C3D_API | Cone () |
Constructor. | |
Public Member Functions inherited from castor3d::MeshGenerator | |
C3D_API | MeshGenerator (castor::String const &meshType) |
Constructor. | |
virtual C3D_API | ~MeshGenerator () noexcept=default |
Destructor. | |
virtual C3D_API void | generate (Mesh &mesh, Parameters const ¶meters) |
Generates the mesh. | |
virtual C3D_API void | computeNormals (Mesh &mesh, bool reverted=false) |
Generates normals and tangents. | |
Static Public Member Functions | |
static C3D_API MeshGeneratorUPtr | create () |
Creation function, used by Factory. | |
Static Public Member Functions inherited from castor3d::MeshGenerator | |
static MeshGeneratorUPtr | create () |
Creation function, used by Factory. | |
C3D_API castor3d::Cone::Cone | ( | ) |
Constructor.
|
static |
Creation function, used by Factory.