Class ImprovedFog

java.lang.Object
zombie.iso.weather.fog.ImprovedFog

public class ImprovedFog extends Object
TurboTuTone.
  • Constructor Details

    • ImprovedFog

      public ImprovedFog()
  • Method Details

    • getMinXOffset

      public static int getMinXOffset()
    • setMinXOffset

      public static void setMinXOffset(int minXOffset)
    • getMaxXOffset

      public static int getMaxXOffset()
    • setMaxXOffset

      public static void setMaxXOffset(int maxXOffset)
    • getMaxYOffset

      public static int getMaxYOffset()
    • setMaxYOffset

      public static void setMaxYOffset(int maxYOffset)
    • isRenderEndOnly

      public static boolean isRenderEndOnly()
    • setRenderEndOnly

      public static void setRenderEndOnly(boolean renderEndOnly)
    • getAlphaCircleAlpha

      public static float getAlphaCircleAlpha()
    • setAlphaCircleAlpha

      public static void setAlphaCircleAlpha(float alphaCircleAlpha)
    • getAlphaCircleRad

      public static float getAlphaCircleRad()
    • setAlphaCircleRad

      public static void setAlphaCircleRad(float alphaCircleRad)
    • isHighQuality

      public static boolean isHighQuality()
    • setHighQuality

      public static void setHighQuality(boolean highQuality)
    • isEnableEditing

      public static boolean isEnableEditing()
    • setEnableEditing

      public static void setEnableEditing(boolean enableEditing)
    • getTopAlphaHeight

      public static float getTopAlphaHeight()
    • setTopAlphaHeight

      public static void setTopAlphaHeight(float topAlphaHeight)
    • getBottomAlphaHeight

      public static float getBottomAlphaHeight()
    • setBottomAlphaHeight

      public static void setBottomAlphaHeight(float bottomAlphaHeight)
    • isDrawDebugColors

      public static boolean isDrawDebugColors()
    • setDrawDebugColors

      public static void setDrawDebugColors(boolean drawDebugColors)
    • getOctaves

      public static float getOctaves()
    • setOctaves

      public static void setOctaves(float octaves)
    • getColorR

      public static float getColorR()
    • setColorR

      public static void setColorR(float colorR)
    • getColorG

      public static float getColorG()
    • setColorG

      public static void setColorG(float colorG)
    • getColorB

      public static float getColorB()
    • setColorB

      public static void setColorB(float colorB)
    • getSecondLayerAlpha

      public static float getSecondLayerAlpha()
    • setSecondLayerAlpha

      public static void setSecondLayerAlpha(float secondLayerAlpha)
    • getScalingX

      public static float getScalingX()
    • setScalingX

      public static void setScalingX(float scalingX)
    • getScalingY

      public static float getScalingY()
    • setScalingY

      public static void setScalingY(float scalingY)
    • isRenderOnlyOneRow

      public static boolean isRenderOnlyOneRow()
    • setRenderOnlyOneRow

      public static void setRenderOnlyOneRow(boolean renderOnlyOneRow)
    • getBaseAlpha

      public static float getBaseAlpha()
    • setBaseAlpha

      public static void setBaseAlpha(float baseAlpha)
    • getRenderEveryXRow

      public static int getRenderEveryXRow()
    • setRenderEveryXRow

      public static void setRenderEveryXRow(int renderEveryXRow)
    • isRenderCurrentLayerOnly

      public static boolean isRenderCurrentLayerOnly()
    • setRenderCurrentLayerOnly

      public static void setRenderCurrentLayerOnly(boolean renderCurrentLayerOnly)
    • getRenderXRowsFromCenter

      public static int getRenderXRowsFromCenter()
    • setRenderXRowsFromCenter

      public static void setRenderXRowsFromCenter(int renderXRowsFromCenter)
    • update

      public static void update()
    • startRender

      public static void startRender(int nPlayer, int z)
    • renderRowsBehind

      public static void renderRowsBehind(IsoGridSquare squareMax)
    • endRender

      public static void endRender()
    • DrawSubTextureRGBA

      public static void DrawSubTextureRGBA(Texture tex, double subX, double subY, double subW, double subH, double x, double y, double w, double h, double r, double g, double b, double a)
    • updateKeys

      public static void updateKeys()
    • init

      public static void init()