|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use View | |
---|---|
de.javagl.swogl | The core classes of Swogl. |
de.javagl.swogl.scene | Basic classes for viewing a scene in a SwoglApplication |
Uses of View in de.javagl.swogl |
---|
Methods in de.javagl.swogl that return View | |
---|---|
View |
SwoglApplication.getView()
Returns the view configuration of this application. |
Methods in de.javagl.swogl with parameters of type View | |
---|---|
static Ray |
PickingUtils.computePickingRay(Camera camera,
View view,
int x,
int y)
Compute a picking Ray from the given screen coordinates
based on the given Camera and View . |
Constructors in de.javagl.swogl with parameters of type View | |
---|---|
DefaultPickingRayComputer(Camera camera,
View view)
Creates a new picking ray computer that computes the picking ray based on the given camera and view. |
Uses of View in de.javagl.swogl.scene |
---|
Classes in de.javagl.swogl.scene that implement View | |
---|---|
class |
DefaultView
Default implementation of a View |
Methods in de.javagl.swogl.scene with parameters of type View | |
---|---|
static javax.vecmath.Matrix4f |
ViewUtils.computeProjectionMatrix(float fovYdeg,
View view)
Returns the projection matrix for the given parameters |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |