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.audioengines |
Provides abstract classes for creating Java 3D audio devices.
|
org.scijava.java3d.audioengines.javasound |
Provides a JavaSound-based implementation of a Java 3D audio device.
|
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 |
---|---|
PhysicalEnvironment |
View.getPhysicalEnvironment()
Returns a reference to the view model's PhysicalEnvironment object.
|
Modifier and Type | Method and Description |
---|---|
void |
View.setPhysicalEnvironment(PhysicalEnvironment physicalEnvironment)
Sets the view model's physical environment to the PhysicalEnvironment
object provided.
|
Constructor and Description |
---|
AudioEngine(PhysicalEnvironment physicalEnvironment)
Construct a new AudioEngine with the specified P.E.
|
AudioEngine3D(PhysicalEnvironment physicalEnvironment)
Construct a new AudioEngine with the specified PhysicalEnvironment.
|
AudioEngine3DL2(PhysicalEnvironment physicalEnvironment)
Construct a new AudioEngine3DL2 with the specified PhysicalEnvironment.
|
Constructor and Description |
---|
JavaSoundMixer(PhysicalEnvironment physicalEnvironment) |
Modifier and Type | Method and Description |
---|---|
PhysicalEnvironment |
Viewer.getPhysicalEnvironment()
Returns the PhysicalEnvironment 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.