|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutableCamera
Interface for a mutable Camera. All mutating methods will store
a copy of the given argument.
| Method Summary | |
|---|---|
void |
setEyePoint(javax.vecmath.Tuple3f point)
Set the eye point of the camera |
void |
setFovY(float degrees)
Set the field-of-view (FOV) of the camera (in y-direction) to the given angle (in degrees) |
void |
setUpVector(javax.vecmath.Tuple3f vector)
Set the up vector of the camera |
void |
setViewPoint(javax.vecmath.Tuple3f point)
Set the view point of the camera |
| Methods inherited from interface de.javagl.swogl.scene.Camera |
|---|
addCameraListener, getEyePoint, getFovY, getUpVector, getViewPoint, removeCameraListener |
| Method Detail |
|---|
void setEyePoint(javax.vecmath.Tuple3f point)
point - The eye point of the cameravoid setViewPoint(javax.vecmath.Tuple3f point)
point - The view point of the cameravoid setUpVector(javax.vecmath.Tuple3f vector)
vector - The up vector of the cameravoid setFovY(float degrees)
degrees - The FOV
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||