public class Disk extends Quadric
drawStyle, normals, orientation, textureFlag
Constructor and Description |
---|
Disk()
Constructor for Disk.
|
Modifier and Type | Method and Description |
---|---|
void |
draw(float innerRadius,
float outerRadius,
int slices,
int loops)
renders a disk on the z = 0 plane.
|
cos, getDrawStyle, getNormals, getOrientation, getTextureFlag, normal3f, setDrawStyle, setNormals, setOrientation, setTextureFlag, sin, TXTR_COORD
public void draw(float innerRadius, float outerRadius, int slices, int loops)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.