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 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