Callisto function reference
5.2
|
Structure to retrieve a triangle mesh. More...
#include <callisto52Types.h>
Data Fields | |
int | groupID |
CAL_matrix4 | matrix |
int | nrTriangles |
CAL_scalar * | points |
Structure to retrieve a triangle mesh.
A structure used with CAL_GetObject to retrieve information about a group of triangles.
int SCALTriangles::groupID |
The ID of the group the object is in.
CAL_matrix4 SCALTriangles::matrix |
The current world matrix of the object.
int SCALTriangles::nrTriangles |
The number of triangles in this object.
CAL_scalar* SCALTriangles::points |
The points of the triangles, 9 values for every triangle.