CubeTwister 2.0alpha141 2011-10-13

idx3d
Class idx3d_TextureProjector

java.lang.Object
  extended by idx3d.idx3d_TextureProjector

public class idx3d_TextureProjector
extends java.lang.Object

Version:
3.2 2003-12-21 Werner Randelshofer: Moved responsibility for texture location from class idx3d_Vertex to this class. Dependency note: This change also requires changes in idx3d_Vertex, idx3d_Triangle, idx3d_TextureProjector, idx3d_Object, idx3d_Rasterizer.

Constructor Summary
idx3d_TextureProjector()
           
 
Method Summary
static void projectCylindric(idx3d_Object obj)
           
static void projectFrontal(idx3d_Object obj)
           
static void projectTop(idx3d_Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

idx3d_TextureProjector

public idx3d_TextureProjector()
Method Detail

projectFrontal

public static final void projectFrontal(idx3d_Object obj)

projectTop

public static final void projectTop(idx3d_Object obj)

projectCylindric

public static final void projectCylindric(idx3d_Object obj)

(c) Werner Randelshofer.
All rights reserved.