| 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 |
LocalFogObject
X3D node tooltip: [X3DChildNode,X3DFogObject] LocalFog simulates atmospheric effects by blending distant objects with fog color.
|
| Modifier and Type | Method and Description |
|---|---|
LocalFog |
LocalFog.setColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput SFColor field named color.
|
LocalFog |
LocalFog.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
LocalFog |
LocalFog.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
LocalFog |
LocalFog.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
LocalFog |
LocalFog.setFogType(java.lang.String newValue)
Assign String enumeration value ("LINEAR"|"EXPONENTIAL") ['LINEAR'|'EXPONENTIAL'] to inputOutput SFString field named fogType.
|
LocalFog |
LocalFog.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LocalFog |
LocalFog.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
LocalFog |
LocalFog.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.