org.scilab.forge.scirenderer.depthtest
Interface DepthTestManager

All Known Implementing Classes:
JoGLDepthBufferManager

public interface DepthTestManager

Interface for the depth test manager.

Author:
Pierre Lando

Field Summary
static boolean DEFAULT_AUTO_CLEAR_DEPTH_BUFFER_STATUS
          The default auto clear depth buffer status.
 
Method Summary
 boolean isAutoClearDepthBufferEnable()
          Return the auto clear depth buffer status.
 void setAutoClearDepthBufferEnable(boolean status)
          Set the auto clear depth buffer status.
 

Field Detail

DEFAULT_AUTO_CLEAR_DEPTH_BUFFER_STATUS

static final boolean DEFAULT_AUTO_CLEAR_DEPTH_BUFFER_STATUS
The default auto clear depth buffer status.

See Also:
Constant Field Values
Method Detail

isAutoClearDepthBufferEnable

boolean isAutoClearDepthBufferEnable()
Return the auto clear depth buffer status. If the auto clear depth buffer is enable, the depth buffer will be clear before all call to the canvas main drawer.

Returns:
the auto clear depth buffer status.

setAutoClearDepthBufferEnable

void setAutoClearDepthBufferEnable(boolean status)
Set the auto clear depth buffer status.

Parameters:
status - the new auto clear depth buffer status.