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