Interface InstancedLightData

All Known Subinterfaces:
IndirectLightData
All Known Implementing Classes:
AreaLightData, PointLightData

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

    Modifier and Type
    Method
    Description
    void
    store(ByteBuffer buffer)
    Stores the data of this light into the specified buffer.
  • Method Details

    • store

      void store(ByteBuffer buffer)
      Stores the data of this light into the specified buffer.
      Parameters:
      buffer - The buffer to fill