Package one.empty3.library
Class ZBufferImpl.ImageMap
- java.lang.Object
-
- one.empty3.library.ZBufferImpl.ImageMap
-
- Enclosing class:
- ZBufferImpl
public class ZBufferImpl.ImageMap extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ZBufferImpl.ImageMapElement
ime
-
Constructor Summary
Constructors Constructor Description ImageMap(int x, int y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dessine(Point3D x3d, java.awt.Color c)
void
dessine(Point3D p, ITexture texture)
int
getDimx()
int
getDimy()
ZBufferImpl.ImageMapElement
getIME()
void
reinit()
void
setIME(int x, int y)
void
testDeep(Point3D p)
boolean
testDeep(Point3D x3d, int c)
void
testDeep(Point3D pFinal, int colorAt, Representable n)
void
testDeep(Point3D p, java.awt.Color c)
boolean
testDeep(Point3D p, ITexture texture)
boolean
testDeep(Point3D p, ITexture texture, double u, double v, Representable representable)
void
testDeep(Point3D p, Point3D n, int c)
void
testDeep(Point3D pFinal, Point3D point3D, int colorAt, Representable n)
void
testDeep(Point3D p, Point3D n, java.awt.Color c)
-
-
-
Field Detail
-
ime
protected ZBufferImpl.ImageMapElement ime
-
-
Method Detail
-
dessine
public void dessine(Point3D x3d, java.awt.Color c)
-
getDimx
public int getDimx()
-
getDimy
public int getDimy()
-
getIME
public ZBufferImpl.ImageMapElement getIME()
-
reinit
public void reinit()
-
setIME
public void setIME(int x, int y)
-
testDeep
public boolean testDeep(Point3D x3d, int c)
-
testDeep
public boolean testDeep(Point3D p, ITexture texture, double u, double v, Representable representable)
-
testDeep
public void testDeep(Point3D p)
-
testDeep
public void testDeep(Point3D p, java.awt.Color c)
-
testDeep
public void testDeep(Point3D pFinal, Point3D point3D, int colorAt, Representable n)
-
testDeep
public void testDeep(Point3D pFinal, int colorAt, Representable n)
-
-