Interface | Description |
---|---|
Application |
The
Application interface represents the minimum exposed
capabilities of a concrete jME3 application. |
SettingsDialog.SelectionListener |
Class | Description |
---|---|
AndroidHarness |
AndroidHarness wraps a jme application object and runs it on
Android |
AndroidHarnessFragment | |
AppletHarness | |
AppTask<V> |
AppTask is used in AppTaskQueue to manage tasks that have
yet to be accomplished. |
BasicProfiler |
An AppProfiler implementation that collects two
per-frame application-wide timings for update versus
render and uses it to create a bar chart style Mesh.
|
BasicProfilerState |
Provides a basic profiling visualization that shows
per-frame application-wide timings for update and
rendering.
|
ChaseCameraAppState |
This class is a camera controller that allow the camera to follow a target
Spatial.
|
DebugKeysAppState |
Registers a few keys that will dump debug information
to the console.
|
DefaultAndroidProfiler |
An AppProfiler implementation that integrates the
per-frame application-wide timings for update versus
render into the Android systrace utility.
|
DetailedProfiler |
Created by Nehon on 25/01/2017.
|
DetailedProfiler.StatLine | |
DetailedProfilerState |
Created by Nehon on 25/01/2017.
|
FlyCamAppState |
Manages a FlyByCamera.
|
LegacyApplication |
The
LegacyApplication class represents an instance of a
real-time 3D rendering jME application. |
ResetStatsState |
Resets (clearFrame()) the render's stats object every frame
during AppState.render().
|
SettingsDialog |
SettingsDialog displays a Swing dialog box to interactively
configure the AppSettings of a desktop application before
start() is invoked. |
SimpleApplication |
SimpleApplication is the base class for all jME3 Applications. |
StatsAppState |
Displays stats in SimpleApplication's GUI node or
using the node and font parameters provided.
|
StatsView |
The
StatsView provides a heads-up display (HUD) of various
statistics of rendering. |
VRApplication | Deprecated
use
VRAppState instead. |
VRAppState |
A JMonkey app state dedicated to Virtual Reality.
|
VRConstants |
Some constants dedicated to the VR module.
|
VREnvironment |
Enum | Description |
---|---|
LostFocusBehavior |
Defines the behavior of an application when it is not in focus or minimized.
|
VRApplication.PreconfigParameter |
VR application configuration parameters.
|