public class SpotLight extends PointLight
| Modifier and Type | Field and Description |
|---|---|
protected float |
cutoff |
attenuation, rangecolor, intensity, shadowInfoshaderdestroy, engine, name, NAME_UNTITLED_ENTITY, parent| Constructor and Description |
|---|
SpotLight(Color color,
float intensity,
Attenuation attenuation,
float cutoff) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
float |
getCutoff() |
Vector3f |
getDirection() |
int |
hashCode() |
void |
setCutoff(float cutoff) |
String |
toString() |
getAttenuation, getRange, setAttenuation, setRangegetColor, getIntensity, getShadowInfo, setColor, setIntensity, setShadowInfogetShader, removed, setEngine, setShaderattached, boxed, destroy, destroy, getEngine, getName, getParent, getTransform, isDestroy, render, setDestroy, setName, setParent, shouldBeDestroyed, updatepublic SpotLight(Color color, float intensity, Attenuation attenuation, float cutoff)
public Vector3f getDirection()
@Generated(value="lombok") public boolean equals(Object o)
equals in class PointLight@Generated(value="lombok") protected boolean canEqual(Object other)
canEqual in class PointLight@Generated(value="lombok") public int hashCode()
hashCode in class PointLight@Generated(value="lombok") public float getCutoff()
@Generated(value="lombok") public void setCutoff(float cutoff)
@Generated(value="lombok") public String toString()
toString in class PointLightCopyright © 2015. All rights reserved.