Package zombie.core.textures
Class MultiTextureFBO2
java.lang.Object
zombie.core.textures.MultiTextureFBO2
-
Field Summary
Modifier and TypeFieldDescriptionfinal boolean[]
boolean
final float[]
final float[]
final float[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(int int1, int int2) void
destroy()
void
doZoomScroll
(int int1, int int2) getCurrent
(int int1) int
getHeight
(int int1) float
float
float
getNextZoom
(int int1, int int2) getTexture
(int int1) int
getWidth
(int int1) void
render()
void
setTargetZoom
(int int1, float float1) void
setZoomLevelsFromOption
(String string) boolean
test()
void
update()
-
Field Details
-
Current
-
FBOrendered
-
zoom
public final float[] zoom -
targetZoom
public final float[] targetZoom -
startZoom
public final float[] startZoom -
bAutoZoom
public final boolean[] bAutoZoom -
bZoomEnabled
public boolean bZoomEnabled
-
-
Constructor Details
-
MultiTextureFBO2
public MultiTextureFBO2()
-
-
Method Details
-
getWidth
public int getWidth(int int1) -
getHeight
public int getHeight(int int1) -
setTargetZoom
public void setTargetZoom(int int1, float float1) -
getDefaultZoomLevels
-
setZoomLevelsFromOption
-
destroy
public void destroy() -
create
- Throws:
Exception
-
update
public void update() -
render
public void render() -
getCurrent
-
getTexture
-
doZoomScroll
public void doZoomScroll(int int1, int int2) -
getNextZoom
public float getNextZoom(int int1, int int2) -
getMinZoom
public float getMinZoom() -
getMaxZoom
public float getMaxZoom() -
test
public boolean test()
-