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 Summary
Methods inherited from interface foundry.veil.api.client.render.light.InstancedLight
store
Methods inherited from interface foundry.veil.api.client.render.light.PositionedLight
getPosition, setPosition, setPosition
-
Method Details
-
getRadius
float getRadius()- Returns:
- The maximum distance the light can travel
-
setRadius
Sets the maximum radius the light can influence.- Parameters:
radius
- The maximum area of influence for the light
-