|
||||||||
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.GL20ResourceShapeParallelogram
public class GL20ResourceShapeParallelogram
Field Summary |
---|
Constructor Summary | |
---|---|
GL20ResourceShapeParallelogram()
|
Method Summary | |
---|---|
void |
applyGeometry()
tell this GL20ResourceShape that it should apply the
geometry to the GL20GfxServer |
void |
destroy()
destroy this GL20ResourceShapeParallelogram |
float |
getAxis()
get the axis of this GL20ResourceShapeParallelogram |
float |
getScaleU()
get the u scale of this GL20ResourceShapeParallelogram |
float |
getScaleV()
get the v scale of this GL20ResourceShapeParallelogram |
Vector3f |
getSecondAxis()
get the second axis of this GL20ResourceShapeParallelogram |
boolean |
isUpToDate()
check if this GL20ResourceShapeParallelogram is up to date. |
void |
setAxis(float axis)
set the axis of this GL20ResourceShapeParallelogram |
void |
setScaleU(float scaleU)
set the u scale of this GL20ResourceShapeParallelogram |
void |
setScaleV(float scaleV)
set the v scale of this GL20ResourceShapeParallelogram |
void |
setSecondAxis(Vector3f secondAxis)
set the second axis of this GL20ResourceShapeParallelogram |
void |
update()
update the state of this GL20ResourceShapeParallelogram |
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 GL20ResourceShapeParallelogram()
Method Detail |
---|
public void applyGeometry()
GL20ResourceShape
that it should apply the
geometry to the GL20GfxServer
applyGeometry
in class GL20ResourceShape
public void destroy()
GL20ResourceShapeParallelogram
destroy
in class GL20ResourceShape
GL20Resource
public final float getAxis()
GL20ResourceShapeParallelogram
public final float getScaleU()
GL20ResourceShapeParallelogram
public final float getScaleV()
GL20ResourceShapeParallelogram
public final Vector3f getSecondAxis()
GL20ResourceShapeParallelogram
public boolean isUpToDate()
GL20ResourceShapeParallelogram
is up to date.
isUpToDate
in class GL20ResourceShape
true
- this GL20ResourceShapeParallelogram
is up to date.GL20Resource
public final void setAxis(float axis)
GL20ResourceShapeParallelogram
axis
- the axispublic final void setScaleU(float scaleU)
GL20ResourceShapeParallelogram
scaleU
- the u scalepublic final void setScaleV(float scaleV)
GL20ResourceShapeParallelogram
scaleV
- the v scalepublic final void setSecondAxis(Vector3f secondAxis)
GL20ResourceShapeParallelogram
secondAxis
- the second axispublic void update()
GL20ResourceShapeParallelogram
update
in class GL20ResourceShape
GL20Resource
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |