Class dnx.lr.SimpleCamera
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.SimpleCamera
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.util.DNXInstancedObject
|
+----dnx.lr.Camera
|
+----dnx.lr.SimpleCamera
- public class SimpleCamera
- extends Camera
A camera whose location and orientation is explicitly specified;
as opposed to a NodeCamera, which tracks a particular instance of a
ViewNode.
-
SimpleCamera()
-
-
defaultView(NodeInstance)
- Set the viewpoint to a view that makes INST visible and occuping
a standard percentage of the field of view.
-
getLocalToWorldMatrix(Matrix4)
-
-
getProjection()
-
-
getWorldToLocalMatrix(Matrix4)
-
-
setProjection(Projection)
-
-
toString()
-
SimpleCamera
public SimpleCamera()
setProjection
public synchronized void setProjection(Projection projection)
- Overrides:
- setProjection in class Camera
getProjection
public synchronized Projection getProjection()
- Overrides:
- getProjection in class Camera
getWorldToLocalMatrix
public synchronized void getWorldToLocalMatrix(Matrix4 mat)
- Overrides:
- getWorldToLocalMatrix in class Camera
getLocalToWorldMatrix
public synchronized void getLocalToWorldMatrix(Matrix4 mat)
- Overrides:
- getLocalToWorldMatrix in class Camera
defaultView
public final synchronized void defaultView(NodeInstance inst)
- Set the viewpoint to a view that makes INST visible and occuping
a standard percentage of the field of view.
toString
public String toString()
- Overrides:
- toString in class DNXInstancedObject
All Packages Class Hierarchy This Package Previous Next Index