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
-
Method Details
-
getLightmap
Lightmap getLightmap()Returns the lightmap for this shape.- Returns:
- the lightmap
-