Uses of Interface
org.web3d.x3d.sai.EnvironmentalEffects.X3DFogObject
Packages that use 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
Classes in org.web3d.x3d.jsail.EnvironmentalEffects that implement X3DFogObject -
Uses of X3DFogObject in org.web3d.x3d.sai.EnvironmentalEffects
Subinterfaces of X3DFogObject in org.web3d.x3d.sai.EnvironmentalEffectsModifier 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.Methods in org.web3d.x3d.sai.EnvironmentalEffects that return X3DFogObjectModifier 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.