|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGLOOP.GLObjekt
GLOOP.GLKugel
public class GLKugel
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 | |
---|---|
GLKugel(double pX,
double pY,
double pZ,
double pRadius)
Erstellt an der Stelle (pX, pY, pZ) eine Kugel mit dem Radius pRadius. |
|
GLKugel(double pX,
double pY,
double pZ,
double pRadius,
GLTextur pT)
Erstellt an der Stelle (pX, pY, pZ) eine Kugel mit dem Radius pRadius. |
|
GLKugel(double pX,
double pY,
double pZ,
double pRadius,
String pTextur)
Erstellt an der Stelle (pX, pY, pZ) eine Kugel mit dem Radius pRadius. |
|
GLKugel(GLVektor pPosition,
double pRadius)
Erstellt an der Stelle pPosition eine Kugel mit dem Radius pRadius. |
|
GLKugel(GLVektor pPosition,
double pRadius,
GLTextur pTextur)
Erstellt an der Stelle pPosition eine Kugel mit dem Radius pRadius. |
|
GLKugel(GLVektor pPosition,
double pRadius,
String pTextur)
Erstellt an der Stelle pPosition eine Kugel mit dem Radius pRadius. |
Method Summary | |
---|---|
void |
setzeQualitaet(int pQ)
Setzt die Darstellungsqualitaet des Objekts. |
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, 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 GLKugel(double pX, double pY, double pZ, double pRadius)
public GLKugel(double pX, double pY, double pZ, double pRadius, GLTextur pT)
public GLKugel(double pX, double pY, double pZ, double pRadius, String pTextur)
public GLKugel(GLVektor pPosition, double pRadius)
public GLKugel(GLVektor pPosition, double pRadius, GLTextur pTextur)
public GLKugel(GLVektor pPosition, double pRadius, String pTextur)
Method Detail |
---|
public void setzeQualitaet(int pQ)
setzeQualitaet
in class GLObjekt
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 |