Package | Description |
---|---|
org.scijava.java3d |
Provides the core set of classes for the
3D graphics API for the Java platform; click here for more information,
including explanatory material that was formerly found in the guide.
|
org.scijava.java3d.utils.universe |
Provides utility classes for setting up the Java 3D universe,
including the viewing configuration.
|
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.
|
Copyright © 2016–2022 SciJava. All rights reserved.