Class FBORenderLevels
java.lang.Object
zombie.iso.fboRenderChunk.FBORenderLevels
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic boolean
int
int
int
final FBORenderSnow.ChunkLevel
final FBORenderSnow.ChunkLevel
final ArrayList
<IsoGridSquare> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
calculateInStencilRect
(int int0) static int
calculateMinLevel
(int int1) boolean
calculateOnScreen
(int int0) static int
calculateTextureHeightForLevels
(int int2, int int1, float float6) static int
calculateTextureWidthForLevels
(int int2, int int1, float float6) void
void
clearCachedSquares
(int int0) void
clearDelayedLoading
(int int0) void
clearDirty
(int int0, float float0) void
clearDirty
(int int0, long long0, float float0) static int
extraHeightForJumboTrees
(int int0, int int1) void
void
freeFBO
(FBORenderChunk fBORenderChunk) void
freeFBOsForLevel
(int int0) getCachedSquares_AnimatedAttachments
(int int0) getCachedSquares_Corpses
(int int0) getCachedSquares_Flies
(int int0) getCachedSquares_Items
(int int0) getCachedSquares_Puddles
(int int0) getCachedSquares_TranslucentFloor
(int int0) getCachedSquares_TranslucentNonFloor
(int int0) getChunk()
getFBOForLevel
(int int0, float float0) int
getMaxLevel
(int int0) int
getMinLevel
(int int0) getOrCreateFBOForLevel
(int int0, float float0) int
int
getRenderedSquaresCount
(int int0) static int
getTextureScale
(float float0) void
handleDelayedLoading
(IsoObject isoObject) void
invalidateAll
(long long0) void
invalidateLevel
(int int0, long long0) boolean
isDelayedLoading
(int int0) boolean
isDirty
(int int0, float float0) boolean
isDirty
(int int0, long long0, float float0) boolean
isOnScreen
(int int0) void
setOnScreen
(int int0, boolean boolean0) void
setRenderedSquaresCount
(int int1, int int0)
-
Field Details
-
bClearCachedSquares
public static boolean bClearCachedSquares -
m_treeSquares
-
m_snowLevelZero
-
m_snowLevelNotZero
-
m_adjacentChunkLoadedCounter
public int m_adjacentChunkLoadedCounter -
m_seamChunkE
-
m_seamChunkSE
-
m_seamChunkS
-
m_prevMinZ
public int m_prevMinZ -
m_prevMaxZ
public int m_prevMaxZ
-
-
Constructor Details
-
FBORenderLevels
-
-
Method Details
-
getPlayerIndex
public int getPlayerIndex() -
getChunk
-
calculateOnScreen
public boolean calculateOnScreen(int int0) -
calculateInStencilRect
public boolean calculateInStencilRect(int int0) -
setOnScreen
public void setOnScreen(int int0, boolean boolean0) -
isOnScreen
public boolean isOnScreen(int int0) -
getOrCreateFBOForLevel
-
getFBOForLevel
-
clearCachedSquares
public void clearCachedSquares(int int0) -
getCachedSquares_AnimatedAttachments
-
getCachedSquares_Corpses
-
getCachedSquares_Flies
-
getCachedSquares_Items
-
getCachedSquares_Puddles
-
getCachedSquares_TranslucentFloor
-
getCachedSquares_TranslucentNonFloor
-
setRenderedSquaresCount
public void setRenderedSquaresCount(int int1, int int0) -
getRenderedSquaresCount
public int getRenderedSquaresCount(int int0) -
getTextureScale
public static int getTextureScale(float float0) -
calculateMinLevel
public static int calculateMinLevel(int int1) -
getMinLevel
public int getMinLevel(int int0) -
getMaxLevel
public int getMaxLevel(int int0) -
invalidateLevel
public void invalidateLevel(int int0, long long0) -
invalidateAll
public void invalidateAll(long long0) -
isDirty
public boolean isDirty(int int0, float float0) -
isDirty
public boolean isDirty(int int0, long long0, float float0) -
clearDirty
public void clearDirty(int int0, float float0) -
clearDirty
public void clearDirty(int int0, long long0, float float0) -
freeChunk
public void freeChunk() -
freeFBO
-
freeFBOsForLevel
public void freeFBOsForLevel(int int0) -
handleDelayedLoading
-
isDelayedLoading
public boolean isDelayedLoading(int int0) -
clearDelayedLoading
public void clearDelayedLoading(int int0) -
clearCache
public void clearCache() -
calculateTextureWidthForLevels
public static int calculateTextureWidthForLevels(int int2, int int1, float float6) -
calculateTextureHeightForLevels
public static int calculateTextureHeightForLevels(int int2, int int1, float float6) -
extraHeightForJumboTrees
public static int extraHeightForJumboTrees(int int0, int int1)
-