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 IsoGridStack
GridStacks
short[][][]
StencilValues
boolean[][]
VisiCulledFlags
boolean[][][]
VisiOccludedFlags
-
Constructor Summary
Constructors Constructor Description PerPlayerRender()
-
Method Summary
Modifier and Type Method Description void
setSize(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
-
-
Constructor Details
-
PerPlayerRender
public PerPlayerRender()
-
-
Method Details
-
setSize
public void setSize(int int1, int int2)
-