Callisto function reference  5.2
SCALElevationGrid Struct Reference

Structure to retrieve a triangle mesh. More...

#include <callisto52Types.h>

Data Fields

int groupID
 
CAL_scalarheights
 
CAL_matrix4 matrix
 
int xDim
 
CAL_scalar xStep
 
int zDim
 
CAL_scalar zStep
 

Detailed Description

Structure to retrieve a triangle mesh.

A structure used with CAL_GetObject to retrieve information about a group of triangles.

Field Documentation

int SCALElevationGrid::groupID

The ID of the group the object is in.

CAL_scalar* SCALElevationGrid::heights

The height parameters. The number of elemets is (xDim+1)*(zDim+1).

CAL_matrix4 SCALElevationGrid::matrix

The current world matrix of the object.

int SCALElevationGrid::xDim

The number of x coordinates.

CAL_scalar SCALElevationGrid::xStep

The stepsize along the x-axis.

int SCALElevationGrid::zDim

The number of z coordinates.

CAL_scalar SCALElevationGrid::zStep

The stepsize along the z-axis.


The documentation for this struct was generated from the following file: