Functions | |
CLmodel * | cluModelGenerateNormals (CLmodel *model) |
CLmodel * | cluModelRemoveUnusedVertices (CLmodel *model) |
GLfloat | cluModelWidth (CLmodel *model) |
GLfloat | cluModelHeight (CLmodel *model) |
GLfloat | cluModelDepth (CLmodel *model) |
CLvertex * | cluModelLocalOrigin (CLvertex *v, const CLmodel *model) |
CLmodel * | cluModelCentre (CLmodel *model) |
CLmodel * | cluModelSetOrigin (CLmodel *model, const CLvertex *v) |
CLmodel * | cluModelScale (CLmodel *model, GLfloat scale) |
CLmodel * | cluModelScaleUnitCube (CLmodel *model) |
CLmodel * | cluModelResize (CLmodel *model, GLfloat sx, GLfloat sy, GLfloat sz) |
CLmodel * | cluModelMergeMeshes (CLmodel *model) |
Takes a model with many meshes and merges it together into a model with one mesh and many primitive sets. | |
CLcolour * | cluColourGeneratePalette (unsigned int red_separation, unsigned int green_separation, unsigned int blue_separation) |
Generates an array of CLcolour (somewhat) evenly distrubuted throughout the colour spectrum. |
|
Definition at line 22 of file clucolour.c. References cluSetColour(). |