|
Hymn to Beauty
C++ 3D Engine
|
An isocahedron used as proxy light geometry. More...
#include <Isocahedron.hpp>
Public Member Functions | |
| Isocahedron (LowLevelRenderer *lowLevelRenderer) | |
| Create new isocahedron. More... | |
| ~Isocahedron () | |
| Destructor. More... | |
| const VertexDescription * | GetVertexDescription () const |
| Get the isocahedron's vertex description. More... | |
| GeometryBinding * | GetGeometryBinding () |
| Get the geometry binding. More... | |
| uint16_t | GetIndexCount () const |
| Get the number of indices in the geometry. More... | |
| float | GetError () const |
| Get the error when compared to a sphere. More... | |
An isocahedron used as proxy light geometry.
|
explicit |
| Video::Isocahedron::~Isocahedron | ( | ) |
Destructor.
| float Video::Isocahedron::GetError | ( | ) | const |
Get the error when compared to a sphere.
| GeometryBinding * Video::Isocahedron::GetGeometryBinding | ( | ) |
Get the geometry binding.
| uint16_t Video::Isocahedron::GetIndexCount | ( | ) | const |
Get the number of indices in the geometry.
| const VertexDescription * Video::Isocahedron::GetVertexDescription | ( | ) | const |
Get the isocahedron's vertex description.