Class IsoTree.TreeShader
java.lang.Object
zombie.iso.objects.IsoTree.TreeShader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setDepth
(float float0, float float1) void
setOutlineColor
(float r, float g, float b, float a) void
setStepSize
(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 float0, float float1) -
StartShader
public boolean StartShader()
-