| java.lang.Object javax.media.j3d.IndexedObject javax.media.j3d.SceneGraphObjectRetained javax.media.j3d.NodeComponentRetained javax.media.j3d.DepthComponentRetained javax.media.j3d.DepthComponentIntRetained
DepthComponentIntRetained | class DepthComponentIntRetained extends DepthComponentRetained (Code) | | A 2D array of depth (Z) values in integer format. Values are in the
range [0,(2**N)-1], where N is the pixel depth of the Z buffer.
|
Method Summary | |
void | getDepthData(int[] depthData) Copies the depth data from this object to the specified array. | void | initialize(int width, int height) Constructs a new integer depth (z-buffer) component object with the
specified width and height. | final void | retrieveDepth(int[] buf, int wRead, int hRead) | void | setDepthData(int[] depthData) Copies the specified depth data to this object. |
getDepthData | void getDepthData(int[] depthData)(Code) | | Copies the depth data from this object to the specified array.
Parameters: depthData - array of ints that will receive a copy ofthe depth data |
initialize | void initialize(int width, int height)(Code) | | Constructs a new integer depth (z-buffer) component object with the
specified width and height.
Parameters: width - the width of the array of depth values Parameters: height - the height of the array of depth values |
retrieveDepth | final void retrieveDepth(int[] buf, int wRead, int hRead)(Code) | | retrieve depth data from input buffer
|
setDepthData | void setDepthData(int[] depthData)(Code) | | Copies the specified depth data to this object.
Parameters: depthData - array of ints containing the depth data |
Fields inherited from javax.media.j3d.IndexedObject | int[][] listIdx(Code)(Java Doc)
|
|
|