Class dnx.lr.app.Viewer
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.app.Viewer
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.lr.app.Viewer
- public class Viewer
- extends DNXObject
A Viewer translates mouse and keyboard input into camera motions.
-
Viewer()
-
-
getNexus()
-
-
process(View, Event, boolean)
-
-
processView3DEvent(View3D, Event, float, float, boolean)
-
-
setNexus(Nexus)
-
Viewer
public Viewer()
getNexus
public Nexus getNexus()
setNexus
public void setNexus(Nexus nexus)
process
public boolean process(View view,
Event e,
boolean forSensors)
processView3DEvent
protected abstract boolean processView3DEvent(View3D view,
Event e,
float x,
float y,
boolean forSensors)
All Packages Class Hierarchy This Package Previous Next Index