-
-
Methods in org.web3d.x3d.sai.EnvironmentalEffects that return Fog
| Modifier and Type |
Method |
Description |
Fog |
Fog.setColor(float[] newValue) |
Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named color.
|
Fog |
Fog.setFogType(java.lang.String newValue) |
Accessor method to assign String enumeration value ("LINEAR" | "EXPONENTIAL") to inputOutput SFString field named fogType.
|
Fog |
Fog.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Fog |
Fog.setVisibilityRange(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named visibilityRange.
|