#include "LeapUtilGL.h"
#include <GL/glu.h>
Go to the source code of this file.
|
void | LeapUtilGL::drawArrow (eAxis axis) |
| arrow is drawn with unlit colored lines. More...
|
|
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 More...
|
|
void | LeapUtilGL::drawGrid (ePlane plane, unsigned int horizSubDivs, unsigned int vertSubDivs) |
| grid is drawn with unlit colored lines. More...
|
|
void | LeapUtilGL::drawQuad (eStyle style, ePlane plane) |
| quad is double-sided. More...
|
|
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 More...
|
|
void | LeapUtilGL::drawSphere (eStyle style) |
|
void | LeapUtilGL::drawSphere (eStyle style, const Leap::Vector &vCenter, float fRadius) |
| additional sphere/cylinder drawing utilities More...
|
|