igeo.gui
Class IGLQuadStrip

java.lang.Object
  extended by igeo.gui.IGLElement
      extended by igeo.gui.IGLQuadStrip

public class IGLQuadStrip
extends IGLElement

Objectified OpenGL quad strip drawing process.

Version:
0.7.0.0;
Author:
Satoru Sugihara

Field Summary
 
Fields inherited from class igeo.gui.IGLElement
normal, pts, tmpNormal, tmpPts
 
Constructor Summary
IGLQuadStrip()
           
IGLQuadStrip(int size)
           
 
Method Summary
 void draw(javax.media.opengl.GL gl)
           
 
Methods inherited from class igeo.gui.IGLElement
addPoint, addPoint, drawPoints, finalizePoint, getNum, num, setNormal, setNormal, setNormalNum, setPoint, setPoint, setPointNum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGLQuadStrip

public IGLQuadStrip()

IGLQuadStrip

public IGLQuadStrip(int size)
Method Detail

draw

public void draw(javax.media.opengl.GL gl)
Specified by:
draw in class IGLElement