XJRT Rendering Toolkit 1.0b06

org.autochthonous.graphics.rt
Interface TextureMapper

All Known Implementing Classes:
ConicalMap, CylindricalMap, DiskMap, IndexedMesh, PlanarMap, Polygon, SphericalMap, ToroidalMap

public interface TextureMapper


Field Summary
static int S
           
static int T
           
 
Method Summary
 boolean getST(Tuple3f loc, float[] uv)
           
 

Field Detail

S

public static final int S
See Also:
Constant Field Values

T

public static final int T
See Also:
Constant Field Values
Method Detail

getST

public boolean getST(Tuple3f loc,
                     float[] uv)

XJRT Rendering Toolkit 1.0b06