class PixelatorShaded extends Pixelator
Modifier and Type | Field | Description |
---|---|---|
private int[] |
bgRGB |
|
private int[] |
tmp |
|
private int |
zDepth |
|
(package private) int |
zShadePower |
|
private int |
zSlab |
Constructor | Description |
---|---|
PixelatorShaded(Graphics3D g) |
Modifier and Type | Method | Description |
---|---|---|
(package private) void |
addPixel(int offset,
int z,
int p) |
|
(package private) Pixelator |
set(int zSlab,
int zDepth,
int zShadePower) |
|
(package private) void |
showZBuffer() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addImagePixel, clearPixel, setBuf
private int[] bgRGB
private int[] tmp
private int zSlab
private int zDepth
int zShadePower
PixelatorShaded(Graphics3D g)
g
-