Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.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.

Bouncy Castle Rendering Toolkit 1.0