com.brackeen.javagamebook.graphics3D
Class FastTexturedPolygonRenderer.Method3

java.lang.Object
  extended bycom.brackeen.javagamebook.graphics3D.FastTexturedPolygonRenderer.ScanRenderer
      extended bycom.brackeen.javagamebook.graphics3D.FastTexturedPolygonRenderer.Method3
Enclosing class:
FastTexturedPolygonRenderer

public class FastTexturedPolygonRenderer.Method3
extends FastTexturedPolygonRenderer.ScanRenderer


Constructor Summary
FastTexturedPolygonRenderer.Method3()
           
 
Method Summary
 void render(int offset, int left, int right)
           
 
Methods inherited from class com.brackeen.javagamebook.graphics3D.FastTexturedPolygonRenderer.ScanRenderer
setTexture
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastTexturedPolygonRenderer.Method3

public FastTexturedPolygonRenderer.Method3()
Method Detail

render

public void render(int offset,
                   int left,
                   int right)
Specified by:
render in class FastTexturedPolygonRenderer.ScanRenderer