com.azalient.api.draw
Interface OpenGLU
public interface OpenGLU
A (very limited) subset of the GLU interface
|
Method Summary |
void |
gluBuild2DMipmaps(int target,
int components,
int width,
int height,
int format,
int type,
ByteBuffer data)
|
void |
gluPickMatrix(double sx,
double sy,
double pickW,
double pickH,
IntBuffer pickport)
|
gluPickMatrix
void gluPickMatrix(double sx,
double sy,
double pickW,
double pickH,
IntBuffer pickport)
- See Also:
- www.opengl.org/sdk/docs/man/xhtml/gluPickMatrix.xml
gluBuild2DMipmaps
void gluBuild2DMipmaps(int target,
int components,
int width,
int height,
int format,
int type,
ByteBuffer data)
- See Also:
- www.opengl.org/sdk/docs/man/xhtml/gluBuild2DMipmaps.xml