Class TileDepthTexture
java.lang.Object
zombie.tileDepth.TileDepthTexture
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
int
getIndex()
getName()
float
getPixel
(int int0, int int1) float[]
int
getRow()
int
getWidth()
int
index
(int int0, int int1) boolean
isEmpty()
void
reload()
void
replacePixels
(int int3, int int5, int int1, int int0, float float0, float float1) void
Reset()
void
save()
void
setMinPixel
(int int1, int int2, float float0) void
setPixel
(int int0, int int1, float float0) void
setPixels
(int int3, int int5, int int1, int int0, float float0) void
-
Constructor Details
-
TileDepthTexture
-
-
Method Details
-
getTileset
-
getIndex
public int getIndex() -
getColumn
public int getColumn() -
getRow
public int getRow() -
getName
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
isEmpty
public boolean isEmpty() -
getPixels
public float[] getPixels() -
setPixel
public void setPixel(int int0, int int1, float float0) -
getPixel
public float getPixel(int int0, int int1) -
setMinPixel
public void setMinPixel(int int1, int int2, float float0) -
setPixels
public void setPixels(int int3, int int5, int int1, int int0, float float0) -
replacePixels
public void replacePixels(int int3, int int5, int int1, int int0, float float0, float float1) -
index
public int index(int int0, int int1) -
save
-
fileExists
public boolean fileExists() -
getTexture
-
updateGPUTexture
public void updateGPUTexture() -
reload
-
Reset
public void Reset()
-