Interface IndirectLight<T extends PositionedLight<T>>

All Superinterfaces:
InstancedLight, PositionedLight<T>
All Known Implementing Classes:
PointLight

public interface IndirectLight<T extends PositionedLight<T>> extends PositionedLight<T>, InstancedLight
A light that can be rendered with an implementation of InstancedLightRenderer.
  • Method Details

    • getRadius

      float getRadius()
      Returns:
      The maximum distance the light can travel
    • setRadius

      T setRadius(float radius)
      Sets the maximum radius the light can influence.
      Parameters:
      radius - The maximum area of influence for the light