public class Environment extends Attributes
Modifier and Type | Field and Description |
---|---|
Array<DirectionalLight> |
directionalLights |
Array<PointLight> |
pointLights |
ShadowMap |
shadowMap
Deprecated.
Experimental, likely to change, do not use!
|
attributes, mask, sorted
Constructor and Description |
---|
Environment() |
Modifier and Type | Method and Description |
---|---|
Environment |
add(Array<BaseLight> lights) |
Environment |
add(BaseLight... lights) |
Environment |
add(BaseLight light) |
void |
clear()
Removes all attributes
|
Environment |
remove(Array<BaseLight> lights) |
Environment |
remove(BaseLight... lights) |
Environment |
remove(BaseLight light) |
compare, equals, get, get, get, getMask, has, hashCode, indexOf, iterator, remove, same, same, set, set, set, set, set, set, size, sort
public ShadowMap shadowMap
public final Array<DirectionalLight> directionalLights
public final Array<PointLight> pointLights
public Environment add(BaseLight... lights)
public Environment add(Array<BaseLight> lights)
public Environment add(BaseLight light)
public Environment remove(BaseLight... lights)
public Environment remove(Array<BaseLight> lights)
public Environment remove(BaseLight light)
public void clear()
Attributes
clear
in class Attributes