Callisto function reference  5.2
Options used for CAL_SetCameraOptions

Macros

#define CAL_CAMLOOKATCYCLIC   (1<<3)
 
#define CAL_CAMLOOKATINTERPOLATION   (1<<9)
 
#define CAL_CAMLOOKATNONCYCLIC   (1<<4)
 
#define CAL_CAMNOLOOKATINTERPOLATION   (1<<10)
 
#define CAL_CAMNOPOSITIONINTERPOLATION   (1<<8)
 
#define CAL_CAMNOROLLINTERPOLATION   (1<<12)
 
#define CAL_CAMPOSITIONCYCLIC   (1<<1)
 
#define CAL_CAMPOSITIONINTERPOLATION   (1<<7)
 
#define CAL_CAMPOSITIONNONCYCLIC   (1<<2)
 
#define CAL_CAMROLLCYCLIC   (1<<5)
 
#define CAL_CAMROLLINTERPOLATION   (1<<11)
 
#define CAL_CAMROLLNONCYCLIC   (1<<6)
 

Detailed Description

Macro Definition Documentation

#define CAL_CAMLOOKATCYCLIC   (1<<3)

Repeats look at animation infinitely. Use with CAL_SetCameraOptions.

#define CAL_CAMLOOKATINTERPOLATION   (1<<9)

Interpolate camera look at animation. Use with CAL_SetCameraOptions.

#define CAL_CAMLOOKATNONCYCLIC   (1<<4)

Do not repeat look at animation. Use with CAL_SetCameraOptions.

#define CAL_CAMNOLOOKATINTERPOLATION   (1<<10)

Do not interpolate camera look at animation. Use with CAL_SetCameraOptions.

#define CAL_CAMNOPOSITIONINTERPOLATION   (1<<8)

Do not interpolate camera position animation. Use with CAL_SetCameraOptions.

#define CAL_CAMNOROLLINTERPOLATION   (1<<12)

Do not interpolate camera roll animation. Use with CAL_SetCameraOptions.

#define CAL_CAMPOSITIONCYCLIC   (1<<1)

Repeats position animation infinitely. Use with CAL_SetCameraOptions.

#define CAL_CAMPOSITIONINTERPOLATION   (1<<7)

Interpolate camera position animation. Use with CAL_SetCameraOptions.

#define CAL_CAMPOSITIONNONCYCLIC   (1<<2)

Do not repeat position animation. Use with CAL_SetCameraOptions.

#define CAL_CAMROLLCYCLIC   (1<<5)

Repeats roll animation infinitely. Use with CAL_SetCameraOptions.

#define CAL_CAMROLLINTERPOLATION   (1<<11)

Interpolate camera roll animation. Use with CAL_SetCameraOptions.

#define CAL_CAMROLLNONCYCLIC   (1<<6)

Do not repeat roll animation. Use with CAL_SetCameraOptions.