Go to the source code of this file.
Classes | |
class | LeapUtilGL::Quadric |
Namespaces | |
namespace | LeapUtilGL |
Functions | |
void | LeapUtilGL::drawArrow (eAxis axis) |
arrow is drawn with unlit colored lines. | |
void | LeapUtilGL::drawAxes () |
void | LeapUtilGL::drawBox (eStyle style) |
void | LeapUtilGL::drawCylinder (eStyle style, eAxis axis) |
void | LeapUtilGL::drawCylinder (eStyle style, const Vector &vBottom, const Vector &vTop, float fRadius) |
void | LeapUtilGL::drawDisk (eStyle style, ePlane plane) |
disk is double-side | |
void | LeapUtilGL::drawGrid (ePlane plane, unsigned int horizSubDivs, unsigned int vertSubDivs) |
grid is drawn with unlit colored lines. | |
void | LeapUtilGL::drawQuad (eStyle style, ePlane plane) |
quad is double-sided. | |
void | LeapUtilGL::drawSkeletonHand (const Leap::Hand &hand, const GLVector4fv &vBoneColor=GLVector4fv::One(), const GLVector4fv &vJointColor=GLVector4fv::One()) |
utility for drawing a skeleton API hand as seen in diagnostic visualizer | |
void | LeapUtilGL::drawSphere (eStyle style) |
void | LeapUtilGL::drawSphere (eStyle style, const Leap::Vector &vCenter, float fRadius) |
additional sphere/cylinder drawing utilities | |
Variables | |
static Quadric | LeapUtilGL::s_quadric |