XJRT Rendering Toolkit 1.0b06

org.autochthonous.graphics.rt
Interface Illuminated

All Superinterfaces:
java.lang.Cloneable, Traceable
All Known Implementing Classes:
Aggregate, BvTree, World

public interface Illuminated
extends Traceable


Method Summary
 AtmosphereDataList affectingAtmospheres(Hit hit)
          Return the atmospheres that affect the light coming back from the hit.
 LightDataList visibleLights(Hit hit)
           
 
Methods inherited from interface org.autochthonous.graphics.rt.Traceable
clone, intersections, isIntersected, isShadowing
 

Method Detail

visibleLights

public LightDataList visibleLights(Hit hit)

affectingAtmospheres

public AtmosphereDataList affectingAtmospheres(Hit hit)
Return the atmospheres that affect the light coming back from the hit.

Parameters:
hit - the hit of interest.
Returns:
a list of atmospheres that affect the light coming in.

XJRT Rendering Toolkit 1.0b06