Interface InstancedLight
- All Known Implementing Classes:
PointLight
public interface InstancedLight
-
Method Summary
Modifier and TypeMethodDescriptionvoidstore(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
-