public class DepthBuffer
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DepthBuffer(int width,
int height)
Creates a new depth buffer.
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Returns the height.
|
int |
getWidth()
Returns the width.
|