|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGLOOP.GLObjekt
GLOOP.GLPrismoid
public class GLPrismoid
GLOOP (Graphics Library for Object-Oriented Programming). Bitte aendern Sie diese Klasse / dieses Paket nicht, sondern teilen Sie dem Entwickler Ihre Vorschlaege mit.
Constructor Summary | |
---|---|
GLPrismoid(double pX,
double pY,
double pZ,
double pRadius1,
double pRadius2,
int pEckenzahl,
double pHoehe)
Erstellt einen Prismoiden entlang der Z-Achse. |
|
GLPrismoid(double pX,
double pY,
double pZ,
double pRadius1,
double pRadius2,
int pEckenzahl,
double pHoehe,
GLTextur pT)
Erstellt einen Prismoiden entlang der Z-Achse. |
|
GLPrismoid(double pX,
double pY,
double pZ,
double pRadius1,
double pRadius2,
int pEckenzahl,
double pHoehe,
String pT)
Erstellt einen Prismoiden entlang der Z-Achse. |
|
GLPrismoid(GLVektor pPosition,
double pRadius1,
double pRadius2,
int pEckenzahl,
double pHoehe)
|
|
GLPrismoid(GLVektor pPosition,
double pRadius1,
double pRadius2,
int pEckenzahl,
double pHoehe,
GLTextur pT)
|
|
GLPrismoid(GLVektor pPosition,
double pRadius1,
double pRadius2,
int pEckenzahl,
double pHoehe,
String pT)
|
Method Summary | |
---|---|
void |
setzeMantelglaettung(boolean pG)
Bietet die Moeglichkeit die Glaettung der Kanten zwischen den Mantelflaechen ein- bzw. auszuschalten. |
void |
zeichneObjekt(javax.media.opengl.GL2 gl,
javax.media.opengl.glu.GLU glu)
|
Methods inherited from class GLOOP.GLObjekt |
---|
drehe, drehe, drehe, dreheDich, dreheDich, dreheDich, gibPosition, gibTextur, gibX, gibY, gibZ, loesche, loescheDich, rotiere, rotiere, setzeDrehung, setzeFarbe, setzeGlanz, setzeMaterial, setzePosition, setzePosition, setzeQualitaet, setzeSelbstleuchten, setzeSichtbarkeit, setzeSkalierung, setzeSkalierung, setzeTextur, setzeTextur, skaliere, skaliere, verschiebe, verschiebe |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GLPrismoid(double pX, double pY, double pZ, double pRadius1, double pRadius2, int pEckenzahl, double pHoehe)
public GLPrismoid(double pX, double pY, double pZ, double pRadius1, double pRadius2, int pEckenzahl, double pHoehe, GLTextur pT)
public GLPrismoid(double pX, double pY, double pZ, double pRadius1, double pRadius2, int pEckenzahl, double pHoehe, String pT)
public GLPrismoid(GLVektor pPosition, double pRadius1, double pRadius2, int pEckenzahl, double pHoehe)
public GLPrismoid(GLVektor pPosition, double pRadius1, double pRadius2, int pEckenzahl, double pHoehe, GLTextur pT)
public GLPrismoid(GLVektor pPosition, double pRadius1, double pRadius2, int pEckenzahl, double pHoehe, String pT)
Method Detail |
---|
public void setzeMantelglaettung(boolean pG)
public void zeichneObjekt(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu)
zeichneObjekt
in class GLObjekt
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |