Hierarchical Edge Bundle 1.0
|
#include <RenderPrimitives.h>
Public Member Functions | |
RenderPrimitives (void) | |
~RenderPrimitives (void) | |
Static Public Member Functions | |
static void | Initialize (void) |
static void | Deinitialize () |
static void | DrawSphere () |
static void | DrawCircle () |
static void | DrawCube () |
static void | DrawRectangle () |
static void | DrawQuad () |
static void | DrawBillboard () |
This class draws some primitives object. It uses the displaylists
RenderPrimitives::RenderPrimitives | ( | void | ) |
Standardconstructor
RenderPrimitives::~RenderPrimitives | ( | void | ) |
Standarddeconstructor
void RenderPrimitives::Deinitialize | ( | ) | [static] |
This method delets all display lists
void RenderPrimitives::DrawBillboard | ( | ) | [static] |
This method draws a billboard
void RenderPrimitives::DrawCircle | ( | ) | [static] |
This method draws a circle.
void RenderPrimitives::DrawCube | ( | ) | [static] |
This method draws a cube.
void RenderPrimitives::DrawQuad | ( | ) | [static] |
This method draws a quad.
void RenderPrimitives::DrawRectangle | ( | ) | [static] |
This method draws a rectangle
void RenderPrimitives::DrawSphere | ( | ) | [static] |
This method draws a spheres
void RenderPrimitives::Initialize | ( | void | ) | [static] |
This method creates all display lists for drawing the primitives.