Callisto function reference  5.2
Options used for CAL_SetViewOptions

Macros

#define CAL_AUTONAVSPEED   (1<<19)
 
#define CAL_HIDECOMPASS   (1<<2)
 
#define CAL_HIDEGRID   (1<<4)
 
#define CAL_HIDEGROUNDPLANE   (1<<14)
 
#define CAL_HIDELABELS   (1<<18)
 
#define CAL_HIDESHADOWS   (1<<24)
 
#define CAL_HIDESTATUSTEXT   (1<<8)
 
#define CAL_LOCKKEYBOARDNAVIGATION   (1<<11)
 
#define CAL_LOCKNAVIGATION   (1<<9)
 
#define CAL_MANUALNAVSPEED   (1<<20)
 
#define CAL_ORTHOPROJECTION   (1<<22)
 
#define CAL_PERSPPROJECTION   (1<<21)
 
#define CAL_SHOWCOMPASS   (1<<1)
 
#define CAL_SHOWGRID   (1<<3)
 
#define CAL_SHOWGRIDONMOUSE   (1<<6)
 
#define CAL_SHOWGRIDPERMANENT   (1<<5)
 
#define CAL_SHOWGROUNDPLANE   (1<<13)
 
#define CAL_SHOWLABELS   (1<<17)
 
#define CAL_SHOWSHADOWS   (1<<23)
 
#define CAL_SHOWSTATUSTEXT   (1<<7)
 
#define CAL_SOLIDRENDER   (1<<16)
 
#define CAL_UNLOCKKEYBOARDNAVIGATION   (1<<12)
 
#define CAL_UNLOCKNAVIGATION   (1<<10)
 
#define CAL_WIREFRAMERENDER   (1<<15)
 

Detailed Description

Macro Definition Documentation

#define CAL_AUTONAVSPEED   (1<<19)

Use automatic navigation speed.

#define CAL_HIDECOMPASS   (1<<2)

Hide the navigation compass.

#define CAL_HIDEGRID   (1<<4)

Hide the grid.

#define CAL_HIDEGROUNDPLANE   (1<<14)

Hide the ground plane.

#define CAL_HIDELABELS   (1<<18)

Hide all object labels.

#define CAL_HIDESHADOWS   (1<<24)

Hide shadows.

#define CAL_HIDESTATUSTEXT   (1<<8)

Hide the position of the camera in the bottom right corner of the screen.

#define CAL_LOCKKEYBOARDNAVIGATION   (1<<11)

Disables keyboard response of Callisto navigation.

#define CAL_LOCKNAVIGATION   (1<<9)

Prevent the user from navigating using the mouse and/or keyboard.

#define CAL_MANUALNAVSPEED   (1<<20)

Use manual navigation speed.

#define CAL_ORTHOPROJECTION   (1<<22)

Use orthogonal projection.

#define CAL_PERSPPROJECTION   (1<<21)

Use perspective projection.

#define CAL_SHOWCOMPASS   (1<<1)

Show the navigation compass.

#define CAL_SHOWGRID   (1<<3)

Show the grid.

#define CAL_SHOWGRIDONMOUSE   (1<<6)

Show the grid only when mouse pressed (must be combined with CAL_SHOWGRID).

#define CAL_SHOWGRIDPERMANENT   (1<<5)

Show the grid permanent.

#define CAL_SHOWGROUNDPLANE   (1<<13)

Show the ground plane (can be used to receive shadows on the ground).

#define CAL_SHOWLABELS   (1<<17)

Show all object labels.

#define CAL_SHOWSHADOWS   (1<<23)

Show shadows.

#define CAL_SHOWSTATUSTEXT   (1<<7)

Show the position of the camera in the bottom right corner of the screen.

#define CAL_SOLIDRENDER   (1<<16)

Show all objects as solids.

#define CAL_UNLOCKKEYBOARDNAVIGATION   (1<<12)

Enables keyboard response of Callisto navigation.

#define CAL_UNLOCKNAVIGATION   (1<<10)

Allow the user to navigate.

#define CAL_WIREFRAMERENDER   (1<<15)

Show all objects as wire-frames (can be used for debugging).