Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
oe::render::Debug Member List

This is the complete list of members for oe::render::Debug, including all inherited members.

aabb(const oe::scene::AABB &bbox, const glm::vec3 &color=glm::vec3(1.0))oe::render::Debugstatic
arrow(const glm::vec3 &start, const glm::vec3 &end, const float &size=1.0f, const glm::vec3 &color=glm::vec3(1.0)) (defined in oe::render::Debug)oe::render::Debugstatic
axis(const float &length=1.0f, const float &arrow_size=0.1f)oe::render::Debugstatic
box(const glm::vec3 &min, const glm::vec3 &max, const glm::vec3 &color=glm::vec3(1.0))oe::render::Debugstatic
cone(const glm::vec3 &start, const glm::vec3 &end, const float &baseAngle=1.0f, const float &apexAngle=0.0f, const glm::vec3 &color=glm::vec3(1.0)) (defined in oe::render::Debug)oe::render::Debugstatic
core::Device (defined in oe::render::Debug)oe::render::Debugfriend
flush()oe::render::Debug
frustum(const oe::scene::Camera &camera, const glm::vec3 &color=glm::vec3(1.0))oe::render::Debugstatic
getInstance() (defined in oe::render::Debug)oe::render::Debuginlinestatic
line(const glm::vec3 &start, const glm::vec3 &end, const glm::vec3 &color=glm::vec3(1.0))oe::render::Debugstatic
point(const glm::vec3 &position, const float &size=10.0f, const glm::vec3 &color=glm::vec3(1.0))oe::render::Debugstatic
render(oe::scene::Camera &camera, const bool flush=true)oe::render::Debug
sphere(const glm::vec3 &center, const float &radius, const glm::vec3 &color=glm::vec3(1.0))oe::render::Debugstatic
tbn(const glm::vec3 &origin, const glm::vec3 &tangent, const glm::vec3 &bitangent, const glm::vec3 &normal, const float &length=1.0)oe::render::Debugstatic
transform(const glm::mat4 &model, const float &length=1.0f, const float &arrow_size=0.1f)oe::render::Debugstatic