XJRT Rendering Toolkit 1.0b06

org.autochthonous.graphics.rt
Interface NormalCalculator

All Known Implementing Classes:
Algebraic, Blobby, Patch, Polygon, PunchedSphere, Ring, Sphere, SuperQuadric, Torus

public interface NormalCalculator


Method Summary
 void getN(Hit hd, Vector3f n)
          set the normal for this hit point (object space) in hd the value is returned in n
 

Method Detail

getN

public void getN(Hit hd,
                 Vector3f n)
set the normal for this hit point (object space) in hd the value is returned in n


XJRT Rendering Toolkit 1.0b06