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.loaders |
Provides interfaces and abstract classes for writing Java 3D loaders.
|
Modifier and Type | Method and Description |
---|---|
Background |
GraphicsContext3D.getBackground()
Retrieves the current Background leaf node object.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsContext3D.setBackground(Background background)
Sets the current Background to the specified Background
leaf node object.
|
Modifier and Type | Method and Description |
---|---|
Background[] |
SceneBase.getBackgroundNodes()
This method returns an array of all Background nodes defined in the
file.
|
Background[] |
Scene.getBackgroundNodes()
This method returns an array of all Background nodes defined in the
file.
|
Modifier and Type | Method and Description |
---|---|
void |
SceneBase.addBackgroundNode(Background background)
Adds the given Background node to the list of backgrounds.
|
Copyright © 2016–2022 SciJava. All rights reserved.