Class FBORenderCell

java.lang.Object
zombie.iso.fboRenderChunk.FBORenderCell

public final class FBORenderCell extends Object
  • Field Details

  • Method Details

    • renderInternal

      public void renderInternal()
    • RenderTiles

      public void RenderTiles(int minHeight, int maxHeight)
    • isTreeRenderedEveryFrame

      public boolean isTreeRenderedEveryFrame(IsoObject object)
    • isTranslucentTree

      public boolean isTranslucentTree(IsoObject object)
    • calculateWindowTargetAlpha

      public float calculateWindowTargetAlpha(int playerIndex, IsoObject object, IsoGridSquare oppositeSq, boolean bNorth)
    • renderFloor

      public void renderFloor(IsoGridSquare square)
    • renderFloor

      public void renderFloor(IsoObject object)
    • renderTranslucent

      public void renderTranslucent(IsoObject object)
    • renderAnimatedAttachments

      public void renderAnimatedAttachments(IsoObject object)
    • handleDelayedLoading

      public void handleDelayedLoading(IsoObject object)
    • renderSeamFix1_Floor

      public void renderSeamFix1_Floor(IsoObject object, float x, float y, float z, ColorInfo stCol, Consumer<TextureDraw> texdModifier)
    • renderSeamFix2_Floor

      public void renderSeamFix2_Floor(IsoObject object, float x, float y, float z, ColorInfo stCol, Consumer<TextureDraw> texdModifier)
    • renderSeamFix1_Wall

      public void renderSeamFix1_Wall(IsoObject object, float x, float y, float z, ColorInfo stCol, Consumer<TextureDraw> texdModifier)
    • renderSeamFix2_Wall

      public void renderSeamFix2_Wall(IsoObject object, float x, float y, float z, ColorInfo stCol, Consumer<TextureDraw> texdModifier)
    • shouldDarkenIndividualRooms

      public boolean shouldDarkenIndividualRooms()
    • isBlackedOutBuildingSquare

      public boolean isBlackedOutBuildingSquare(IsoGridSquare square)
    • getBlackedOutRoomFadeRatio

      public float getBlackedOutRoomFadeRatio(IsoGridSquare square)
    • Reset

      public void Reset()