Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt
Interface TextureMapper

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

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

T

public static final int T
Method Detail

getST

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

Bouncy Castle Rendering Toolkit 1.0