|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IGraphicObject
igeo.gui.IMeshGraphicGL
public class IMeshGraphicGL
Graphic subobject class to draw polygon mesh object by OpenGL.
Field Summary | |
---|---|
IVec[][] |
edgePts
|
IVec[][] |
faceNormal
|
IVec[][] |
facePts
|
IMeshI |
mesh
|
static float |
weight
|
Fields inherited from class igeo.IGraphicObject |
---|
color, defaultAlpha, defaultBlue, defaultGreen, defaultRed, parent, transparentModeAlpha, update, visible |
Constructor Summary | |
---|---|
IMeshGraphicGL(IMesh m)
|
|
IMeshGraphicGL(IMeshR m)
|
Method Summary | |
---|---|
void |
draw(IGraphics g)
|
void |
initMesh()
|
boolean |
isDrawable(IGraphicMode m)
|
Methods inherited from class igeo.IGraphicObject |
---|
getColor, getColor, getColor, getColor, getColor, getColor, getColor, getColor, getColor, getColor, getHSBColor, getHSBColor, hide, isVisible, parent, parent, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setHSBColor, setHSBColor, show, update, visible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static float weight
public IMeshI mesh
public IVec[][] facePts
public IVec[][] faceNormal
public IVec[][] edgePts
Constructor Detail |
---|
public IMeshGraphicGL(IMesh m)
public IMeshGraphicGL(IMeshR m)
Method Detail |
---|
public void initMesh()
public boolean isDrawable(IGraphicMode m)
isDrawable
in interface IGraphicI
isDrawable
in class IGraphicObject
public void draw(IGraphics g)
draw
in interface IGraphicI
draw
in class IGraphicObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |