3D Lingo Dictionary > C-D > depthBufferDepth |
![]() ![]() ![]() |
depthBufferDepth
Syntax
getRendererServices().depthBufferDepth
Description
3D rendererServices
property; indicates the precision of the hardware depth buffer of the user's system. The value is either 16 or 24, depending on the user's hardware settings.
Example
This statement shows that the depthBufferDepth
value of the user's video card is 16.
put getRendererServices().depthBufferDepth -- 16
See also
getRendererServices()
, getHardwareInfo()
, colorBufferDepth
![]() ![]() ![]() |