Namespaces | |
shader | |
Classes | |
class | Cache |
A simple memoization object that eliminates repetitive computations. More... | |
class | ElementBufferObject |
class | Monitor |
class | PixelBufferObject |
class | Program |
class | Shader |
struct | SphericalCoordinate |
class | Texture |
struct | TransformStaticParameters |
class | Vector2 |
class | Window |
class | WindowManager |
Functions | |
void | checkGlError () |
Throws a std::runtime_error if the OpenGL error flag is set. More... | |
std::string | computeMethodName (const std::string &function, const std::string &prettyFunction) |
float * | generateLookupTable (const TransformStaticParameters &static_params, const SphericalCoordinate &min, const SphericalCoordinate &max, const Vector2< std::uint32_t > &size) |
Vector2< double > | transform (const TransformStaticParameters &static_params, const SphericalCoordinate &coord) |
Variables | |
const std::array< std::uint32_t, 6 > | GEOMETRY_INDICES |
const std::array< float, 20 > | GEOMETRY_VERTICES |
void quori_face::checkGlError | ( | ) |
std::string quori_face::computeMethodName | ( | const std::string & | function, |
const std::string & | prettyFunction | ||
) |
Definition at line 3 of file quori_face/trace.cpp.
float * quori_face::generateLookupTable | ( | const TransformStaticParameters & | static_params, |
const SphericalCoordinate & | min, | ||
const SphericalCoordinate & | max, | ||
const Vector2< std::uint32_t > & | size | ||
) |
Definition at line 198 of file transform.cpp.
Vector2< double > quori_face::transform | ( | const TransformStaticParameters & | static_params, |
const SphericalCoordinate & | coord | ||
) |
Definition at line 171 of file transform.cpp.
const std::array< std::uint32_t, 6 > quori_face::GEOMETRY_INDICES |
Definition at line 10 of file geometry.cpp.
const std::array< float, 20 > quori_face::GEOMETRY_VERTICES |
Definition at line 3 of file geometry.cpp.