|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.imp3d.gl20.GL20Resource de.grogra.imp3d.gl20.GL20ResourceShape de.grogra.imp3d.gl20.GL20ResourceShapeLineStrip
public class GL20ResourceShapeLineStrip
Field Summary |
---|
Constructor Summary | |
---|---|
GL20ResourceShapeLineStrip()
|
Method Summary | |
---|---|
void |
applyGeometry()
tell this GL20ResourceShape that it should apply the
geometry to the GL20GfxServer |
void |
destory()
destroy this GL20ResourceShapeLineStrip |
boolean |
isUpToDate()
check if this GL20ResourceShapeLineStrip is up to date |
void |
setColor(Vector4f color)
set the color of this line strip |
void |
setLineArray(LineArray lineArray)
set the LineArray that contains the line strip information |
void |
update()
update the state of this GL20ResourceShapeLineStrip |
Methods inherited from class de.grogra.imp3d.gl20.GL20ResourceShape |
---|
destroy, getShader, getShapeTransformationMatrix, getWorldTransformationMatrix, setShader, setShapeTransformationMatrix, setWorldTransformationMatrix |
Methods inherited from class de.grogra.imp3d.gl20.GL20Resource |
---|
getResourceClass, getResourceClassType, getResourceType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GL20ResourceShapeLineStrip()
Method Detail |
---|
public void applyGeometry()
GL20ResourceShape
that it should apply the
geometry to the GL20GfxServer
applyGeometry
in class GL20ResourceShape
public void destory()
GL20ResourceShapeLineStrip
GL20Resource
public boolean isUpToDate()
GL20ResourceShapeLineStrip
is up to date
isUpToDate
in class GL20ResourceShape
true
- this GL20ResourceShapeLineStrip
is up to dateGL20Resource
public final void setColor(Vector4f color)
color
- the color of this line strippublic final void setLineArray(LineArray lineArray)
LineArray
that contains the line strip information
lineArray
- the LineArray
public void update()
GL20ResourceShapeLineStrip
update
in class GL20ResourceShape
GL20Resource
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |