![]() |
Shkyera Engine
Easy to use, game engine for Python
|
#include <Wireframe.hpp>
Public Types | |
| enum class | Type { UNDEFINED = 0 , CUBE = 1 , CYLINDER = 2 , SPHERE = 3 } |
Static Public Member Functions | |
| static Wireframe | create (Type type) |
Static Private Member Functions | |
| static Wireframe | createCube () |
| static Wireframe | createCylinder () |
| static Wireframe | createSphere () |
|
staticprivate |
|
staticprivate |
|
staticprivate |