Class PointLightsAttribute

java.lang.Object
com.badlogic.gdx.graphics.g3d.Attribute
com.badlogic.gdx.graphics.g3d.attributes.PointLightsAttribute
All Implemented Interfaces:
Comparable<Attribute>

public class PointLightsAttribute extends 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 Details

  • Constructor Details

    • PointLightsAttribute

      public PointLightsAttribute()
    • PointLightsAttribute

      public PointLightsAttribute(PointLightsAttribute copyFrom)
  • Method Details