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.

Constructor Index

 o SimpleCamera()

Method Index

 o defaultView(NodeInstance)
Set the viewpoint to a view that makes INST visible and occuping a standard percentage of the field of view.
 o getLocalToWorldMatrix(Matrix4)
 o getProjection()
 o getWorldToLocalMatrix(Matrix4)
 o setProjection(Projection)
 o toString()

Constructors

 o SimpleCamera
  public SimpleCamera()

Methods

 o setProjection
  public synchronized void setProjection(Projection projection)
Overrides:
setProjection in class Camera
 o getProjection
  public synchronized Projection getProjection()
Overrides:
getProjection in class Camera
 o getWorldToLocalMatrix
  public synchronized void getWorldToLocalMatrix(Matrix4 mat)
Overrides:
getWorldToLocalMatrix in class Camera
 o getLocalToWorldMatrix
  public synchronized void getLocalToWorldMatrix(Matrix4 mat)
Overrides:
getLocalToWorldMatrix in class Camera
 o 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.
 o toString
  public String toString()
Overrides:
toString in class DNXInstancedObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index