|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.brackeen.javagamebook.graphics3D.FastTexturedPolygonRenderer.ScanRenderer
The ScanRenderer class is an abstract inner class of FastTexturedPolygonRenderer that provides an interface for rendering a horizontal scan line.
Constructor Summary | |
FastTexturedPolygonRenderer.ScanRenderer()
|
Method Summary | |
abstract void |
render(int offset,
int left,
int right)
|
void |
setTexture(Texture texture)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FastTexturedPolygonRenderer.ScanRenderer()
Method Detail |
public void setTexture(Texture texture)
public abstract void render(int offset, int left, int right)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |