public interface GLU
No javadoc documentation is provided but you can easily google up documentation that applies to the original GLU functions and it should aply here too.
Modifier and Type | Field and Description |
---|---|
static int |
GLU_SMOOTH |
Modifier and Type | Method and Description |
---|---|
void |
gluPerspective(GL gl,
float fovy,
float aspect,
float zNear,
float zFar) |
boolean |
gluProject(float x,
float y,
float z,
float[] model,
int moffs,
float[] proj,
int poffs,
int[] view,
int voffs,
float[] objs,
int ooffs) |
boolean |
gluUnProject(float winX,
float winY,
float winZ,
float[] model,
int model_offset,
float[] proj,
int proj_offset,
int[] view,
int view_offset,
float[] objPos,
int objPos_offset) |
static final int GLU_SMOOTH
boolean gluProject(float x, float y, float z, float[] model, int moffs, float[] proj, int poffs, int[] view, int voffs, float[] objs, int ooffs)
boolean gluUnProject(float winX, float winY, float winZ, float[] model, int model_offset, float[] proj, int proj_offset, int[] view, int view_offset, float[] objPos, int objPos_offset)
void gluPerspective(GL gl, float fovy, float aspect, float zNear, float zFar)