Callisto function reference  5.2
SCALGroup Struct Reference

Structure to retrieve a group. More...

#include <callisto52Types.h>

Data Fields

bool colCapable
 
CAL_matrix4 matrix
 
char * name
 
int nrChildren
 
int nrObjects
 
bool visible [4]
 

Detailed Description

Structure to retrieve a group.

The structure used with CAL_GetGroup to retrieve group information.

Field Documentation

bool SCALGroup::colCapable

Is the group collision capable (is it in the collision checker)?

CAL_matrix4 SCALGroup::matrix

The current world matrix of the group.

char* SCALGroup::name

The name of the group.

int SCALGroup::nrChildren

The number of direct subgroups this group has.

int SCALGroup::nrObjects

The number of objects this group contains (not including the potential subgroups).

bool SCALGroup::visible[4]

The visibility settings for all of the 4 views.


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