Class PointLightsAttribute
java.lang.Object
com.badlogic.gdx.graphics.g3d.Attribute
com.badlogic.gdx.graphics.g3d.attributes.PointLightsAttribute
- All Implemented Interfaces:
Comparable<Attribute>
An
Attribute
which can be used to send an Array
of PointLight
instances to the Shader
. The
lights are stored by reference, the copy()
or PointLightsAttribute(PointLightsAttribute)
method will not
create new lights.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.badlogic.gdx.graphics.g3d.Attribute
equals, equals, getAttributeAlias, getAttributeType, register, toString
-
Field Details
-
Alias
- See Also:
-
Type
public static final long Type -
lights
-
-
Constructor Details
-
PointLightsAttribute
public PointLightsAttribute() -
PointLightsAttribute
-
-
Method Details