Interface LightmappedShape

All Known Implementing Classes:
LightmappedTriangle

public interface LightmappedShape
A shape carrying a Lightmap. The global illumination system detects this interface in its scene snapshot and samples GI per lightmap texel instead of per polygon.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the lightmap for this shape.
  • Method Details

    • getLightmap

      Lightmap getLightmap()
      Returns the lightmap for this shape.
      Returns:
      the lightmap