Interface InstancedLight
- All Known Subinterfaces:
IndirectLight<T>
- All Known Implementing Classes:
AreaLight
,PointLight
public interface InstancedLight
A light that can be rendered with an implementation of
InstancedLightRenderer
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
store
(ByteBuffer buffer) Stores the data of this light into the specified buffer.
-
Method Details
-
store
Stores the data of this light into the specified buffer.- Parameters:
buffer
- The buffer to fill
-