Package org.lwjglx.util.glu
Class Quadric
java.lang.Object
org.lwjglx.util.glu.Quadric
- Direct Known Subclasses:
Cylinder
,Disk
,PartialDisk
,Sphere
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
protected int
protected int
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected float
cos
(float float1) int
int
int
boolean
protected void
normal3f
(float float1, float float2, float float3) void
setDrawStyle
(int int1) void
setNormals
(int int1) void
setOrientation
(int int1) void
setTextureFlag
(boolean boolean1) protected float
sin
(float float1) protected void
TXTR_COORD
(float float1, float float2)
-
Field Details
-
drawStyle
protected int drawStyle -
orientation
protected int orientation -
textureFlag
protected boolean textureFlag -
normals
protected int normals
-
-
Constructor Details
-
Quadric
public Quadric()
-
-
Method Details
-
normal3f
protected void normal3f(float float1, float float2, float float3) -
setDrawStyle
public void setDrawStyle(int int1) -
setNormals
public void setNormals(int int1) -
setOrientation
public void setOrientation(int int1) -
setTextureFlag
public void setTextureFlag(boolean boolean1) -
getDrawStyle
public int getDrawStyle() -
getNormals
public int getNormals() -
getOrientation
public int getOrientation() -
getTextureFlag
public boolean getTextureFlag() -
TXTR_COORD
protected void TXTR_COORD(float float1, float float2) -
sin
protected float sin(float float1) -
cos
protected float cos(float float1)
-