Class IsoTree.TreeShader
java.lang.Object
zombie.iso.objects.IsoTree.TreeShader
- Enclosing class:
IsoTree
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetDepth(float chunkDepth, float zDepth) voidsetOutlineColor(float r, float g, float b, float a) voidsetStepSize(float stepSize, int texWidth, int texHeight) boolean
-
Field Details
-
instance
-
-
Constructor Details
-
TreeShader
public TreeShader()
-
-
Method Details
-
initShader
public void initShader() -
setOutlineColor
public void setOutlineColor(float r, float g, float b, float a) -
setStepSize
public void setStepSize(float stepSize, int texWidth, int texHeight) -
setDepth
public void setDepth(float chunkDepth, float zDepth) -
StartShader
public boolean StartShader()
-