Package | Description |
---|---|
com.threed.jpct |
Modifier and Type | Method and Description |
---|---|
DepthBuffer |
Texture.getDepthBuffer()
Returns the depth buffer if one has been set or null otherwise.
|
Modifier and Type | Method and Description |
---|---|
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.
|