Interface | Description |
---|---|
ICameraListener |
This is an interface for classes that need to listen to particular camera
events.
|
IMeshSelectionListener |
This interface provides a listener to be notified when the current selection
in a jME3-based MeshApplication has changed.
|
Class | Description |
---|---|
AbstractApplication |
This class provides a basic version of a jME3 SimpleApplication that should
be extended to provide 3D views inside an ICE editor or view.
|
AbstractMeshController |
This class provides a basic controller for a component of a mesh.
|
AbstractMeshView |
This class provides a basic view for a component of a mesh. |
AddMode |
This
MeshAppStateMode allows the user to add additional polygons to
the MeshAppState 's MeshComponent by clicking on the grid. |
CustomChaseCamera |
This class extends the default jME3
ChaseCamera to provide additional
functionality:1) Can reset the zoom to a default distance. 2) Notifies ICameraListener s when the zoom changes. |
EdgeController |
This class provides a controller for Edge instances, and it creates an
EdgeView for an Edge.
|
EdgeView |
This class provides a basic view for an Edge, i.e., a line on the grid.
|
EditMode |
This
MeshAppStateMode allows the user to select available vertices
and modify them by dragging them or deleting them. |
MeshAppState |
This jME3-based
AppState provides a 3D view of a
MeshComponent . |
MeshAppStateMode |
This provides a base class for custom
AppState s designed for
manipulating the scene in a MeshAppState . |
MeshAppStateModeFactory |
This class provides all available
MeshAppStateMode s for a
MeshAppState . |
MeshSelectionManager |
This class manages a selection of polygons, edges, and vertices for a
MeshComponent.
|
MeshUpdateHandler |
This class handles queuing
MeshComponent updates for a
MeshAppState . |
VertexController |
This class provides a controller for Vertex instances, and it creates a
VertexView for a Vertex.
|
VertexView |
This class provides a basic view for a Vertex, i.e., a single sphere on the grid. |
Enum | Description |
---|---|
MeshAppStateModeFactory.Mode |
An enumeration for all available MeshApplicationModes.
|
StateType |
This enumeration provides a list of possible states for Geometries displayed
in a jME3 scene.
|