Interface DDALightData
- All Known Implementing Classes:
AreaLightData,PointLightData
public interface DDALightData
Marks a light as Digital Differential Analyzer (DDA) enabled light. This allows the light to draw raymarched shadows.
- Since:
- 3.3.0
-
Method Summary
-
Method Details
-
isOcclusionEnabled
boolean isOcclusionEnabled()- Returns:
- Whether occlusion is enabled
-