Package zombie.iso
Class IsoCell.PerPlayerRender
java.lang.Object
zombie.iso.IsoCell.PerPlayerRender
- Enclosing class:
- IsoCell
public static final class IsoCell.PerPlayerRender
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean[][]FlattenGrassEtcIsoGridStackGridStacksintmaxXintmaxYintminXintminYshort[][][]StencilValuesboolean[][]VisiCulledFlagsboolean[][][]VisiOccludedFlags -
Constructor Summary
Constructors Constructor Description PerPlayerRender() -
Method Summary
Modifier and Type Method Description voidsetSize(int int1, int int2)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
GridStacks
-
VisiOccludedFlags
public boolean[][][] VisiOccludedFlags -
VisiCulledFlags
public boolean[][] VisiCulledFlags -
StencilValues
public short[][][] StencilValues -
FlattenGrassEtc
public boolean[][] FlattenGrassEtc -
minX
public int minX -
minY
public int minY -
maxX
public int maxX -
maxY
public int maxY
-
-
Constructor Details
-
PerPlayerRender
public PerPlayerRender()
-
-
Method Details
-
setSize
public void setSize(int int1, int int2)
-