Interface IndirectLightData
- All Superinterfaces:
InstancedLightData
- All Known Implementing Classes:
PointLightData
A light that can be rendered with an implementation of
InstancedLightRenderer
.- Since:
- 2.0.0
-
Method Summary
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
-