Package zombie.iso.weather.fx
Class WeatherFxMask
java.lang.Object
zombie.iso.weather.fx.WeatherFxMask
public class WeatherFxMask
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
BIT_CHARS
static int
BIT_FLOOR
static int
BIT_IS_CUT
static int
BIT_OBJECTS
static int
BIT_WALL_SE
static int
BIT_WALLN
static int
BIT_WALLW
static float
CLOUD_MASK_MIN_VAL
static boolean
DIAMOND_ITER_DONE
boolean
enabled
int
flags
static IsoSprite
floorSprite
IsoGridSquare
gs
static boolean
hasMaskToDraw
static boolean
MASKING_ENABLED
static WeatherFxMask[]
masks
static IsoSprite
wallNSprite
static IsoSprite
wallNWSprite
static IsoSprite
wallSESprite
static IsoSprite
wallWSprite
int
x
int
y
int
z
-
Constructor Summary
Constructors Constructor Description WeatherFxMask()
-
Method Summary
Modifier and Type Method Description static void
addMaskLocation(IsoGridSquare square, int var1x, int var2x, int var3x)
static boolean
checkFbos()
static void
destroy()
static TextureFBO
getFboMask()
static TextureFBO
getFboParticles()
static void
init()
static void
initMask()
boolean
isLoc(int var1x, int var2x, int var3x)
static void
renderFxMask(int int1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
floorSprite
-
wallNSprite
-
wallWSprite
-
wallNWSprite
-
wallSESprite
-
CLOUD_MASK_MIN_VAL
public static final float CLOUD_MASK_MIN_VAL- See Also:
- Constant Field Values
-
hasMaskToDraw
public static boolean hasMaskToDraw -
BIT_FLOOR
public static final int BIT_FLOOR- See Also:
- Constant Field Values
-
BIT_WALLN
public static final int BIT_WALLN- See Also:
- Constant Field Values
-
BIT_WALLW
public static final int BIT_WALLW- See Also:
- Constant Field Values
-
BIT_IS_CUT
public static final int BIT_IS_CUT- See Also:
- Constant Field Values
-
BIT_CHARS
public static final int BIT_CHARS- See Also:
- Constant Field Values
-
BIT_OBJECTS
public static final int BIT_OBJECTS- See Also:
- Constant Field Values
-
BIT_WALL_SE
public static final int BIT_WALL_SE- See Also:
- Constant Field Values
-
DIAMOND_ITER_DONE
public static boolean DIAMOND_ITER_DONE -
x
public int x -
y
public int y -
z
public int z -
flags
public int flags -
gs
-
enabled
public boolean enabled -
masks
-
MASKING_ENABLED
public static boolean MASKING_ENABLED
-
-
Constructor Details
-
WeatherFxMask
public WeatherFxMask()
-
-
Method Details
-
getFboMask
-
getFboParticles
-
init
public static void init() throws java.lang.Exception- Throws:
java.lang.Exception
-
checkFbos
public static boolean checkFbos() -
destroy
public static void destroy() -
initMask
public static void initMask() -
isLoc
public boolean isLoc(int var1x, int var2x, int var3x) -
addMaskLocation
-
renderFxMask
public static void renderFxMask(int int1)
-