|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgestalt.shape.AbstractShape
gestalt.candidates.quad.JoglQuads
@Deprecated public class JoglQuads
| Constructor Summary | |
|---|---|
JoglQuads()
Deprecated. |
|
JoglQuads(Vector3f[] thePoints,
Vector2f[] theTextureCoordinates,
Vector3f theNormal)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
draw(GLContext theRenderContext)
Deprecated. this method is used to draw the drawable, when the context is ready. |
Color[] |
getColors()
Deprecated. |
Vector3f |
getNormal()
Deprecated. |
Vector3f[] |
getPoints()
Deprecated. |
float[] |
getSortData()
Deprecated. returns the position of the shape as an array. |
float |
getSortValue()
Deprecated. returns the last sort value. |
Vector2f[] |
getTextureCoordinates()
Deprecated. |
boolean |
isSortable()
Deprecated. returns whether the this shape is transparent. |
void |
setColorsRef(Color[] theColors)
Deprecated. |
void |
setDrawType(int theOpenGlDrawType)
Deprecated. |
void |
setSortValue(float theSortValue)
Deprecated. caches the current sort value. |
| Methods inherited from class gestalt.shape.AbstractShape |
|---|
add, getTransformMode, isActive, material, position, position, position, position, rotation, rotation, scale, scale, scale, setActive, setChildContainer, setMaterialRef, setPositionRef, setRotationRef, setScaleRef, setTransformMode, setTransformRef, transform |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JoglQuads(Vector3f[] thePoints,
Vector2f[] theTextureCoordinates,
Vector3f theNormal)
public JoglQuads()
| Method Detail |
|---|
public Vector2f[] getTextureCoordinates()
public Vector3f[] getPoints()
public Vector3f getNormal()
public Color[] getColors()
public void setColorsRef(Color[] theColors)
public void setDrawType(int theOpenGlDrawType)
public void draw(GLContext theRenderContext)
Drawable
theRenderContext - GLContextpublic float getSortValue()
Drawable
getSortValue in interface DrawablegetSortValue in class AbstractShapepublic float[] getSortData()
getSortData in interface DrawablegetSortData in class AbstractShapepublic void setSortValue(float theSortValue)
Drawable
setSortValue in interface DrawablesetSortValue in class AbstractShapetheSortValue - floatpublic boolean isSortable()
AbstractShape
isSortable in interface DrawableisSortable in class AbstractShape
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||