Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt.mappers
Class ConicalMap

java.lang.Object
  |
  +--org.bouncycastle.graphics.rt.mappers.ConicalMap
All Implemented Interfaces:
TextureMapper

public class ConicalMap
extends java.lang.Object
implements TextureMapper


Field Summary
static TextureMapper canonicalMap
           
 
Fields inherited from interface org.bouncycastle.graphics.rt.TextureMapper
S, T
 
Constructor Summary
ConicalMap()
           
ConicalMap(double r1, double r2)
           
 
Method Summary
 boolean getST(Tuple3f loc, float[] uv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

canonicalMap

public static TextureMapper canonicalMap
Constructor Detail

ConicalMap

public ConicalMap()

ConicalMap

public ConicalMap(double r1,
                  double r2)
Method Detail

getST

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

Bouncy Castle Rendering Toolkit 1.0