|
||||||||
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.GL20ResourceShapeBox
public class GL20ResourceShapeBox
Field Summary |
---|
Constructor Summary | |
---|---|
GL20ResourceShapeBox()
|
Method Summary | |
---|---|
void |
applyGeometry()
tell this GL20ResourceShape that it should apply the
geometry to the GL20GfxServer |
void |
destroy()
destroy this GL20ResourceShapeBox |
float |
getHalfLength()
get the half length of this GL20ResourceShapeBox |
float |
getHalfWidth()
get the half width of this GL20ResourceShapeBox |
float |
getHeight()
get the height of this GL20ResourceShapeBox |
boolean |
isUpToDate()
check if this GL20ResourceShapeBox is up to date. |
void |
setHalfLength(float halfLength)
set the half length of this GL20ResourceShapeBox |
void |
setHalfWidth(float halfWidth)
set the half width of this GL20ResourceShapeBox |
void |
setHeight(float height)
set the height of this GL20ResourceShapeBox |
void |
update()
update this GL20ResourceShapeBox is up to date. |
Methods inherited from class de.grogra.imp3d.gl20.GL20ResourceShape |
---|
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 GL20ResourceShapeBox()
Method Detail |
---|
public void applyGeometry()
GL20ResourceShape
that it should apply the
geometry to the GL20GfxServer
applyGeometry
in class GL20ResourceShape
public void destroy()
GL20ResourceShapeBox
destroy
in class GL20ResourceShape
GL20Resource
public final float getHalfLength()
GL20ResourceShapeBox
public final float getHalfWidth()
GL20ResourceShapeBox
public final float getHeight()
GL20ResourceShapeBox
public boolean isUpToDate()
GL20ResourceShapeBox
is up to date.
isUpToDate
in class GL20ResourceShape
true
- this GL20ResourceShapeBox
is up to dateGL20Resource
public final void setHalfLength(float halfLength)
GL20ResourceShapeBox
halfLength
- the half lengthpublic final void setHalfWidth(float halfWidth)
GL20ResourceShapeBox
halfWidth
- the half widthpublic final void setHeight(float height)
GL20ResourceShapeBox
height
- the heightpublic void update()
GL20ResourceShapeBox
is up to date.
update
in class GL20ResourceShape
GL20Resource
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |