Package | Description |
---|---|
org.eclipse.ice.client.widgets.mesh |
Modifier and Type | Class and Description |
---|---|
class |
AddMode
This
MeshAppStateMode allows the user to add additional polygons to
the MeshAppState 's MeshComponent by clicking on the grid. |
class |
EditMode
This
MeshAppStateMode allows the user to select available vertices
and modify them by dragging them or deleting them. |
class |
MeshAppStateMode
This provides a base class for custom
AppState s designed for
manipulating the scene in a MeshAppState . |
Modifier and Type | Method and Description |
---|---|
boolean |
CustomChaseCamera.addCameraListener(ICameraListener listener)
Registers the specified listener with the camera so that it will be
notified of camera events.
|
boolean |
CustomChaseCamera.removeCameraListener(ICameraListener listener)
Unregisters the specified listener from the camera so that it will no
longer be notified of camera events.
|