Package | Description |
---|---|
org.scijava.java3d.utils.universe |
Provides utility classes for setting up the Java 3D universe,
including the viewing configuration.
|
Modifier and Type | Field and Description |
---|---|
protected Viewer[] |
SimpleUniverse.viewer
Viewer reference needed to create the "view" portion
of the scene graph.
|
Modifier and Type | Method and Description |
---|---|
Viewer |
SimpleUniverse.getViewer()
Returns the Viewer object associated with this scene graph.
|
Viewer |
ConfiguredUniverse.getViewer(int index)
Returns the Viewer object specified by the given index.
|
Viewer[] |
ViewingPlatform.getViewers()
Returns the Viewers attached to this ViewingPlatform
|
Viewer[] |
ConfiguredUniverse.getViewers()
Returns all of the Viewer objects associated with this scene graph.
|
Constructor and Description |
---|
ConfiguredUniverse(ViewingPlatform viewingPlatform,
Viewer viewer)
Equivalent to
SimpleUniverse(ViewingPlatform, Viewer) . |
ConfiguredUniverse(ViewingPlatform viewingPlatform,
Viewer viewer,
LocaleFactory localeFactory)
Equivalent to
SimpleUniverse(ViewingPlatform, Viewer,
LocalFactory) . |
SimpleUniverse(ViewingPlatform viewingPlatform,
Viewer viewer)
Creates the "view" side of the scene graph.
|
SimpleUniverse(ViewingPlatform viewingPlatform,
Viewer viewer,
LocaleFactory localeFactory)
Creates the "view" side of the scene graph.
|
Copyright © 2016–2022 SciJava. All rights reserved.