Package | Description |
---|---|
com.sun.j3d.utils.universe | |
javax.media.j3d |
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.
|
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.
|