Maven module :un.engine : engine-opengl :
Class :
un.engine.opengl.physic.GL2ShellPaintVisitor
Extends/Implements :
un.engine.opengl.operation.ShellVisitor
Subclasses : -
Variables : -
Functions :
GL2ShellPaintVisitor,
getGl,
setGl,
getMV,
setMV,
getP,
setP,
getColor,
setColor,
visit,
visit,
visit,
visit,
visit
public void
GL2ShellPaintVisitor (Shell shell, GL2 gl, Matrix MV, Matrix P)
public GL2
getGl ()
public void
setGl (GL2 gl)
public Matrix
getMV ()
public void
setMV (Matrix MV)
public Matrix
getP ()
public void
setP (Matrix P)
public Color
getColor ()
public void
setColor (Color color)
protected void
visit (Vertex vertex)
public void
visit ()
protected void
visit (Triangle candidate)
protected void
visit (Line candidate)
protected void
visit (Point candidate)
Loops on all geometry primitives and render them using the fixed pipeline GL2.
author Johann Sorel