Class ImprovedFog

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

public class ImprovedFog extends Object
TurboTuTone.
  • Field Details

  • 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)
    • getNoiseTexture

      public static Texture getNoiseTexture()
    • update

      public static void update()
    • startRender

      public static boolean startRender(int int1, int int0)
    • 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()
    • getDrawer

      public static ImprovedFogDrawer getDrawer()
    • startFrame

      public static void startFrame(ImprovedFogDrawer improvedFogDrawer)
    • init

      public static void init()