Uses of Interface
org.web3d.x3d.sai.EnvironmentalEffects.Fog
Package
Description
Nodes in the Environmental effects component support the creation of realistic environmental effects such as panoramic backgrounds and fog.
Nodes in the Environmental effects component support the creation of realistic environmental effects such as panoramic backgrounds and fog.
-
Uses of Fog in org.web3d.x3d.jsail.EnvironmentalEffects
Modifier and TypeClassDescriptionclass
Fog simulates atmospheric effects by blending distant objects with fog color. -
Uses of Fog in org.web3d.x3d.sai.EnvironmentalEffects
Modifier and TypeMethodDescriptionFog.setColor
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named color.Fog.setFogType
(String newValue) Accessor method to assign String enumeration value ("LINEAR" | "EXPONENTIAL") to inputOutput SFString field named fogType.Fog.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Fog.setVisibilityRange
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named visibilityRange.