Class MultiTextureFBO2
java.lang.Object
zombie.core.textures.MultiTextureFBO2
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean[]
boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(int xres, int yres) void
destroy()
void
doZoomScroll
(int playerIndex, int del) getCurrent
(int nPlayer) float
getDisplayZoom
(int int0) int
getHeight
(int playerIndex) float
float
float
getNextZoom
(int playerIndex, int del) float
getTargetZoom
(int int0) getTexture
(int nPlayer) int
getWidth
(int playerIndex) float
getZoom
(int int0) void
render()
void
setTargetZoom
(int playerIndex, float target) void
setZoom
(int int0, float float0) void
setZoomAndTargetZoom
(int int0, float float0) void
setZoomLevels
(Double... double0) void
setZoomLevelsFromOption
(String levels) boolean
test()
void
update()
-
Field Details
-
Current
-
FBOrendered
-
bAutoZoom
public final boolean[] bAutoZoom -
bZoomEnabled
public boolean bZoomEnabled
-
-
Constructor Details
-
MultiTextureFBO2
public MultiTextureFBO2()
-
-
Method Details
-
getWidth
public int getWidth(int playerIndex) -
getHeight
public int getHeight(int playerIndex) -
setZoom
public void setZoom(int int0, float float0) -
setZoomAndTargetZoom
public void setZoomAndTargetZoom(int int0, float float0) -
getZoom
public float getZoom(int int0) -
getTargetZoom
public float getTargetZoom(int int0) -
getDisplayZoom
public float getDisplayZoom(int int0) -
setTargetZoom
public void setTargetZoom(int playerIndex, float target) -
getDefaultZoomLevels
-
setZoomLevels
-
setZoomLevelsFromOption
-
destroy
public void destroy() -
create
-
update
public void update() -
render
public void render() -
getCurrent
-
getTexture
-
doZoomScroll
public void doZoomScroll(int playerIndex, int del) -
getNextZoom
public float getNextZoom(int playerIndex, int del) -
getMinZoom
public float getMinZoom() -
getMaxZoom
public float getMaxZoom() -
test
public boolean test()
-