vrdDepthTestChunk

class vrdDepthTestChunk

(Inherits vrdMaterialChunk)

This class represents a depth test chunk.

class DepthFunc
Never
Less
Equal
LEqual
Greater
NotEqual
GEqual
Always

Functions

vrdDepthTestChunk.getDepthFunc()

Returns the depth comparison function.

Returns:The depth function.
Return type:vrdDepthTestChunk.DepthFunc
vrdDepthTestChunk.setDepthFunc(depthFunc)

Sets the depth comparison function.

Parameters:depthFunc (vrdDepthTestChunk.DepthFunc) – The depth function