XJRT Rendering Toolkit 1.0b06

org.autochthonous.graphics.rt.mappers
Class ToroidalMap

java.lang.Object
  extended byorg.autochthonous.graphics.rt.mappers.ToroidalMap
All Implemented Interfaces:
TextureMapper

public class ToroidalMap
extends java.lang.Object
implements TextureMapper


Field Summary
 
Fields inherited from interface org.autochthonous.graphics.rt.TextureMapper
S, T
 
Constructor Summary
ToroidalMap(double ringR, double pipeR)
           
 
Method Summary
 boolean getST(Tuple3f l, float[] uv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToroidalMap

public ToroidalMap(double ringR,
                   double pipeR)
Method Detail

getST

public boolean getST(Tuple3f l,
                     float[] uv)
Specified by:
getST in interface TextureMapper

XJRT Rendering Toolkit 1.0b06