-
-
Subinterfaces of X3DFogObject in org.web3d.x3d.sai.EnvironmentalEffects
| Modifier and Type |
Interface |
Description |
interface |
Fog |
Fog simulates atmospheric effects by blending distant objects with fog color.
|
interface |
LocalFog |
LocalFog simulates atmospheric effects by blending distant objects with fog color.
|
Methods in org.web3d.x3d.sai.EnvironmentalEffects that return X3DFogObject
| Modifier and Type |
Method |
Description |
X3DFogObject |
X3DFogObject.setColor(float[] newValue) |
Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named color.
|
X3DFogObject |
X3DFogObject.setFogType(java.lang.String newValue) |
Accessor method to assign String enumeration value ("LINEAR" | "EXPONENTIAL") to inputOutput SFString field named fogType.
|
X3DFogObject |
X3DFogObject.setVisibilityRange(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named visibilityRange.
|