Interface IndirectLightData

All Superinterfaces:
InstancedLightData
All Known Implementing Classes:
PointLightData

public interface IndirectLightData extends InstancedLightData
A light that can be rendered with an implementation of InstancedLightRenderer.
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joml.Vector3dc
     
    float
     

    Methods inherited from interface foundry.veil.api.client.render.light.InstancedLightData

    store
  • Method Details

    • getPosition

      org.joml.Vector3dc getPosition()
      Returns:
      The position of this light
    • getRadius

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