|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.javagl.swogl.scene.CameraUtils
public class CameraUtils
A class containing utility methods for Camera
operations.
Method Summary | |
---|---|
static void |
adjustDistance(MutableCamera camera,
float height)
Adjust the distance between the eye point and the view point. |
static javax.vecmath.Matrix4f |
computeCameraMatrix(Camera camera)
Returns the matrix for the given camera. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void adjustDistance(MutableCamera camera, float height)
camera
- The cameraheight
- The height that should be visiblepublic static javax.vecmath.Matrix4f computeCameraMatrix(Camera camera)
camera
- The camera
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |