favSetDepthcue

AVVIEWER Subroutine: Enables or disables depth cueing.

Module: USE AVVIEWER

Syntax

favSetDepthcue (hv, onoroff, status)

hv
A handle that references an instance of Array Viewer created by favStartViewer.

onoroff
An input argument of type INTEGER(4). If set to TRUE, depth cueing is enabled; if set to FALSE, it is disabled.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

Remarks

When enabled, depth cueing fades out more distant parts of the graph to provide an enhanced perception of depth. Depthcue has no effect unless the GraphType property is HeightField.

See Also

favGetDepthcue, favGetGraphType