Class ModelInstance.EffectLight
java.lang.Object
zombie.core.skinnedmodel.model.ModelInstance.EffectLight
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
set
(float _x, float _y, float _z, float _r, float _g, float _b, int _radius) void
set
(IsoLightSource isoLightSource)
-
Field Details
-
x
public float x -
y
public float y -
z
public float z -
r
public float r -
g
public float g -
b
public float b -
radius
public int radius
-
-
Constructor Details
-
EffectLight
public EffectLight()
-
-
Method Details
-
set
public void set(float _x, float _y, float _z, float _r, float _g, float _b, int _radius) -
clear
public void clear() -
set
-