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 |
---|---|
VirtualUniverse |
Locale.getVirtualUniverse()
Retrieves the virtual universe within which this Locale object
is contained.
|
Constructor and Description |
---|
Locale(VirtualUniverse universe)
Constructs and initializes a new high resolution Locale object
located at (0, 0, 0).
|
Locale(VirtualUniverse universe,
HiResCoord hiRes)
Constructs and initializes a new high resolution Locale object
at the location specified by the HiResCoord argument.
|
Locale(VirtualUniverse universe,
int[] x,
int[] y,
int[] z)
Constructs and initializes a new high resolution Locale object
from the parameters provided.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfiguredUniverse
This utility class creates all the necessary objects on the view side of
the scene graph.
|
class |
SimpleUniverse
This class sets up a minimal user environment to quickly and easily
get a Java 3D program up and running.
|
Modifier and Type | Method and Description |
---|---|
Locale |
LocaleFactory.createLocale(VirtualUniverse universe)
Creates a new Locale object at (0, 0, 0) in the specified universe.
|
Locale |
LocaleFactory.createLocale(VirtualUniverse universe,
HiResCoord hiRes)
Creates a new Locale object at the specified high resolution
coordinate in the specified universe.
|
Copyright © 2016–2022 SciJava. All rights reserved.