| Package | Description |
|---|---|
| org.web3d.x3d.jsail.EnvironmentalEffects |
Nodes in the Environmental effects component support the creation of realistic environmental
effects such as panoramic backgrounds and fog.
|
| org.web3d.x3d.sai.EnvironmentalEffects |
Nodes in the Environmental effects component support the creation of realistic environmental
effects such as panoramic backgrounds and fog.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FogObject
X3D node tooltip: [X3DBindableNode,X3DFogObject] Fog simulates atmospheric effects by blending distant objects with fog color.
|
| Modifier and Type | Method and Description |
|---|---|
Fog |
Fog.setColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput SFColor field named color.
|
Fog |
Fog.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Fog |
Fog.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Fog |
Fog.setFogType(java.lang.String newValue)
Assign String enumeration value ("LINEAR"|"EXPONENTIAL") ['LINEAR'|'EXPONENTIAL'] to inputOutput SFString field named fogType.
|
Fog |
Fog.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Fog |
Fog.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Fog |
Fog.setVisibilityRange(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named visibilityRange.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.