Package zombie.core.skinnedmodel.model
Class ModelInstance.FrameLightInfo
java.lang.Object
zombie.core.skinnedmodel.model.ModelInstance.FrameLightInfo
- Enclosing class:
- ModelInstance
public static final class ModelInstance.FrameLightInfo
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean
active
float
b
org.lwjgl.util.vector.Vector3f
currentColor
float
distSq
int
flags
boolean
foundThisFrame
float
g
int
id
float
r
int
radius
ModelInstance.FrameLightBlendStatus
Stage
org.lwjgl.util.vector.Vector3f
targetColor
int
x
int
y
int
z
-
Constructor Summary
Constructors Constructor Description FrameLightInfo()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Stage
-
id
public int id -
x
public int x -
y
public int y -
z
public int z -
distSq
public float distSq -
radius
public int radius -
r
public float r -
g
public float g -
b
public float b -
flags
public int flags -
currentColor
public final org.lwjgl.util.vector.Vector3f currentColor -
targetColor
public final org.lwjgl.util.vector.Vector3f targetColor -
active
public boolean active -
foundThisFrame
public boolean foundThisFrame
-
-
Constructor Details
-
FrameLightInfo
public FrameLightInfo()
-