Uses of Interface
org.web3d.x3d.sai.EnvironmentalEffects.X3DFogObject
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 X3DFogObject in org.web3d.x3d.jsail.EnvironmentalEffects
-
Uses of X3DFogObject in org.web3d.x3d.sai.EnvironmentalEffects
Modifier and TypeInterfaceDescriptioninterface
Fog simulates atmospheric effects by blending distant objects with fog color.interface
LocalFog simulates atmospheric effects by blending distant objects with fog color.Modifier and TypeMethodDescriptionX3DFogObject.setColor
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput SFColor field named color.X3DFogObject.setFogType
(String newValue) Accessor method to assign String enumeration value ("LINEAR" | "EXPONENTIAL") to inputOutput SFString field named fogType.X3DFogObject.setVisibilityRange
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named visibilityRange.