| Package | Description |
|---|---|
| org.jogamp.java3d | |
| org.jogamp.java3d.utils.universe |
| Modifier and Type | Method and Description |
|---|---|
PhysicalBody |
View.getPhysicalBody()
Returns a reference to the view model's PhysicalBody object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
View.setPhysicalBody(PhysicalBody physicalBody)
Sets the view model's physical body to the PhysicalBody object provided.
|
| Modifier and Type | Method and Description |
|---|---|
PhysicalBody |
Viewer.getPhysicalBody()
Returns the PhysicalBody object associated with the Viewer object.
|
| Constructor and Description |
|---|
Viewer(Canvas3D[] userCanvases,
PhysicalBody userBody,
PhysicalEnvironment userEnvironment,
boolean setVisible)
Creates a viewer object.
|