Basic Shape Creation and Rendering  2.0
Tools to create and render common shapes like blocks, cylinders, cones, and spheres
Classes | Typedefs
BasicShapeRenderer.h File Reference
#include <string>
#include "BasicShape.h"
#include "ShaderIF.h"

Go to the source code of this file.

Classes

class  BasicShapeRenderer
 

Typedefs

typedef void(* FacePrepFcn) (void *caller, int faceIndex)
 

Detailed Description

Class definition for a basic renderer for general BasicShape instances

See also
BasicShape