XJRT Rendering Toolkit 1.0b06

org.autochthonous.graphics.rt
Interface ColorCalculator

All Known Implementing Classes:
Renderable

public interface ColorCalculator


Method Summary
 void getColor(Hit hd, Color3f color)
          set the color for this hit point in hd.
 

Method Detail

getColor

public void getColor(Hit hd,
                     Color3f color)
set the color for this hit point in hd.


XJRT Rendering Toolkit 1.0b06