![]() |
Castor3D 0.12.0
Multiplatform 3D engine
|
#include <Cube.hpp>


Public Member Functions | |
| C3D_API | Cube () |
| Constructor. More... | |
Public Member Functions inherited from castor3d::MeshGenerator | |
| 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 Public Member Functions inherited from castor3d::MeshGenerator | |
| static MeshGeneratorSPtr | create () |
| Creation function, used by Factory. More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Cube const &c) |
| C3D_API castor3d::Cube::Cube | ( | ) |
Constructor.
|
static |
Creation function, used by Factory.
|
friend |