Uses of Class
com.threed.jpct.DepthBuffer

Packages that use DepthBuffer
com.threed.jpct   
 

Uses of DepthBuffer in com.threed.jpct
 

Methods in com.threed.jpct that return DepthBuffer
 DepthBuffer Texture.getDepthBuffer()
           
 

Methods in com.threed.jpct with parameters of type DepthBuffer
 void Texture.setDepthBuffer(DepthBuffer depthBuffer)
          When used as a render target, jPCT-AE creates an internal depth buffer for this texture so that rendering into it works as expected.