Package zombie.iso.objects
Class IsoTree.TreeShader
java.lang.Object
zombie.iso.objects.IsoTree.TreeShader
- Enclosing class:
- IsoTree
public static class IsoTree.TreeShader
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static IsoTree.TreeShader
instance
-
Constructor Summary
Constructors Constructor Description TreeShader()
-
Method Summary
Modifier and Type Method Description void
initShader()
void
setOutlineColor(float float1, float float2, float float3, float float4)
void
setStepSize(float float1, int int1, int int2)
boolean
StartShader()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
Constructor Details
-
TreeShader
public TreeShader()
-
-
Method Details
-
initShader
public void initShader() -
setOutlineColor
public void setOutlineColor(float float1, float float2, float float3, float float4) -
setStepSize
public void setStepSize(float float1, int int1, int int2) -
StartShader
public boolean StartShader()
-