public class Project extends Util
Constructor and Description |
---|
Project() |
Modifier and Type | Method and Description |
---|---|
static void |
gluLookAt(float eyex,
float eyey,
float eyez,
float centerx,
float centery,
float centerz,
float upx,
float upy,
float upz)
Method gluLookAt
|
static void |
gluPerspective(float fovy,
float aspect,
float zNear,
float zFar)
Method gluPerspective.
|
static void |
gluPickMatrix(float x,
float y,
float deltaX,
float deltaY,
java.nio.IntBuffer viewport)
Method gluPickMatrix
|
static boolean |
gluProject(float objx,
float objy,
float objz,
java.nio.FloatBuffer modelMatrix,
java.nio.FloatBuffer projMatrix,
java.nio.IntBuffer viewport,
java.nio.FloatBuffer win_pos)
Method gluProject
|
static boolean |
gluUnProject(float winx,
float winy,
float winz,
java.nio.FloatBuffer modelMatrix,
java.nio.FloatBuffer projMatrix,
java.nio.IntBuffer viewport,
java.nio.FloatBuffer obj_pos)
Method gluUnproject
|
bytesPerPixel, ceil, compPerPix, cross, glGetIntegerv, nearestPower, normalize
public static void gluPerspective(float fovy, float aspect, float zNear, float zFar)
fovy
- aspect
- zNear
- zFar
- public static void gluLookAt(float eyex, float eyey, float eyez, float centerx, float centery, float centerz, float upx, float upy, float upz)
eyex
- eyey
- eyez
- centerx
- centery
- centerz
- upx
- upy
- upz
- public static boolean gluProject(float objx, float objy, float objz, java.nio.FloatBuffer modelMatrix, java.nio.FloatBuffer projMatrix, java.nio.IntBuffer viewport, java.nio.FloatBuffer win_pos)
objx
- objy
- objz
- modelMatrix
- projMatrix
- viewport
- win_pos
- public static boolean gluUnProject(float winx, float winy, float winz, java.nio.FloatBuffer modelMatrix, java.nio.FloatBuffer projMatrix, java.nio.IntBuffer viewport, java.nio.FloatBuffer obj_pos)
winx
- winy
- winz
- modelMatrix
- projMatrix
- viewport
- obj_pos
- public static void gluPickMatrix(float x, float y, float deltaX, float deltaY, java.nio.IntBuffer viewport)
x
- y
- deltaX
- deltaY
- viewport
- Copyright © 2002-2009 lwjgl.org. All Rights Reserved.