Class FBORenderCell
java.lang.Object
zombie.iso.fboRenderChunk.FBORenderCell
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
static final PerformanceProfileProbe
static final PerformanceProfileProbe
final ArrayList
<IsoGridSquare> static final boolean
static final boolean
static final boolean
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final FBORenderCell
static final PerformanceProfileProbe
static IsoObject
final ArrayList
<IsoMannequin> static final PerformanceProfileProbe
static boolean
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
final ArrayList
<IsoGridSquare> final ArrayList
<IsoGridSquare> -
Method Summary
Modifier and TypeMethodDescriptionfloat
calculateWindowTargetAlpha
(int int1, IsoObject isoObject, IsoGridSquare isoGridSquare1, boolean boolean2) void
handleDelayedLoading
(IsoObject isoObject) boolean
isBlackedOutBuildingSquare
(IsoGridSquare isoGridSquare) void
renderAnimatedAttachments
(IsoObject isoObject) void
void
renderSeamFix1_Floor
(IsoObject isoObject, float float0, float float1, float float2, ColorInfo colorInfo, Consumer<TextureDraw> consumer) void
renderSeamFix1_Wall
(IsoObject isoObject, float float0, float float1, float float2, ColorInfo colorInfo, Consumer<TextureDraw> consumer) void
renderSeamFix2_Floor
(IsoObject isoObject, float float0, float float1, float float2, ColorInfo colorInfo, Consumer<TextureDraw> consumer) void
renderSeamFix2_Wall
(IsoObject isoObject, float float0, float float1, float float2, ColorInfo colorInfo, Consumer<TextureDraw> consumer) void
RenderTiles
(int int0, int int1) void
renderTranslucent
(IsoObject isoObject)
-
Field Details
-
instance
-
cell
-
WaterSquares
-
WaterAttachSquares
-
FishSplashSquares
-
mannequinList
-
bRenderAnimatedAttachments
public boolean bRenderAnimatedAttachments -
bRenderTranslucentOnly
public boolean bRenderTranslucentOnly -
bRenderDebugChunkState
public boolean bRenderDebugChunkState -
calculateRenderInfo
-
cutaways
-
fog
-
puddles
-
renderOneChunk
-
renderOneChunkLevel
-
renderOneChunkLevel2
-
translucentFloor
-
translucentNonFloor
-
updateLighting
-
water
-
tilesProbe
-
itemsProbe
-
movingObjectsProbe
-
shadowsProbe
-
visibilityProbe
-
translucentFloorObjectsProbe
-
translucentObjectsProbe
-
floorProbe
-
FIX_CORPSE_CLIPPING
public static final boolean FIX_CORPSE_CLIPPING- See Also:
-
FIX_ITEM_CLIPPING
public static final boolean FIX_ITEM_CLIPPING- See Also:
-
FIX_JUMBO_CLIPPING
public static final boolean FIX_JUMBO_CLIPPING- See Also:
-
OUTLINE_DOUBLEDOOR_FRAMES
public static boolean OUTLINE_DOUBLEDOOR_FRAMES -
lowestCutawayObject
-
-
Method Details
-
renderInternal
public void renderInternal() -
RenderTiles
public void RenderTiles(int int0, int int1) -
calculateWindowTargetAlpha
public float calculateWindowTargetAlpha(int int1, IsoObject isoObject, IsoGridSquare isoGridSquare1, boolean boolean2) -
renderTranslucent
-
renderAnimatedAttachments
-
handleDelayedLoading
-
renderSeamFix1_Floor
public void renderSeamFix1_Floor(IsoObject isoObject, float float0, float float1, float float2, ColorInfo colorInfo, Consumer<TextureDraw> consumer) -
renderSeamFix2_Floor
public void renderSeamFix2_Floor(IsoObject isoObject, float float0, float float1, float float2, ColorInfo colorInfo, Consumer<TextureDraw> consumer) -
renderSeamFix1_Wall
public void renderSeamFix1_Wall(IsoObject isoObject, float float0, float float1, float float2, ColorInfo colorInfo, Consumer<TextureDraw> consumer) -
renderSeamFix2_Wall
public void renderSeamFix2_Wall(IsoObject isoObject, float float0, float float1, float float2, ColorInfo colorInfo, Consumer<TextureDraw> consumer) -
isBlackedOutBuildingSquare
-