Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
shkyera::Wireframe::Factory Class Reference

#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 ()
 

Member Enumeration Documentation

◆ Type

Enumerator
UNDEFINED 
CUBE 
CYLINDER 
SPHERE 

Member Function Documentation

◆ create()

Wireframe shkyera::Wireframe::Factory::create ( Type  type)
static

◆ createCube()

Wireframe shkyera::Wireframe::Factory::createCube ( )
staticprivate

◆ createCylinder()

Wireframe shkyera::Wireframe::Factory::createCylinder ( )
staticprivate

◆ createSphere()

Wireframe shkyera::Wireframe::Factory::createSphere ( )
staticprivate

The documentation for this class was generated from the following files: