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 | Class and Description |
---|---|
class |
ExponentialFog
The ExponentialFog leaf node extends the Fog leaf node by adding a
fog density that is used as the exponent of the fog equation.
|
class |
LinearFog
The LinearFog leaf node defines fog distance parameters for
linear fog.
|
Modifier and Type | Method and Description |
---|---|
Fog |
GraphicsContext3D.getFog()
Retrieves the current Fog leaf node object.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsContext3D.setFog(Fog fog)
Sets the current Fog to the specified Fog
leaf node object.
|
Modifier and Type | Method and Description |
---|---|
Fog[] |
SceneBase.getFogNodes()
This method returns an array of all Fog nodes defined in the
file.
|
Fog[] |
Scene.getFogNodes()
This method returns an array of all Fog nodes defined in the
file.
|
Modifier and Type | Method and Description |
---|---|
void |
SceneBase.addFogNode(Fog fog)
Adds the given Fog node to the list of fog nodes.
|
Copyright © 2016–2022 SciJava. All rights reserved.