Package | Description |
---|---|
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 |
---|---|
ConfigContainer |
ConfiguredUniverse.getConfigContainer()
Returns a container holding all the objects defined by the
configuration file used to create the ConfiguredUniverse.
|
Constructor and Description |
---|
ConfiguredUniverse(ConfigContainer userConfig)
Retrieves view-side scenegraph components from the given container to
create a universe with one Locale, one or more ViewingPlatforms, and at
least one Viewer object.
|
ConfiguredUniverse(ConfigContainer userConfig,
LocaleFactory localeFactory,
HiResCoord origin)
Retrieves view-side scenegraph components from the given container to
create a universe with one Locale created from the specified
LocaleFactory and origin, one or more ViewingPlatforms, and at least
one Viewer object.
|
Copyright © 2016–2022 SciJava. All rights reserved.