#include <llbox.h>
Public Member Functions | |
void | prerender () |
void | cleanupGL () |
void | renderface (S32 which_face) |
void | render () |
U32 | getTriangleCount () |
Protected Attributes | |
F32 | mVertex [8][3] |
U32 | mTriangleCount |
Definition at line 37 of file llbox.h.
void LLBox::cleanupGL | ( | ) |
U32 LLBox::getTriangleCount | ( | ) | [inline] |
void LLBox::prerender | ( | ) |
Definition at line 42 of file llbox.cpp.
References mTriangleCount, mVertex, and size.
Referenced by LLViewerWindow::initGLDefaults().
void LLBox::render | ( | ) |
Definition at line 96 of file llbox.cpp.
References renderface().
Referenced by LLViewerJointShape::drawShape(), LLManipScale::renderAxisHandle(), LLManipScale::renderBoxHandle(), and LLManipScale::renderEdges().
U32 LLBox::mTriangleCount [protected] |
F32 LLBox::mVertex[8][3] [protected] |