Package org.web3d.x3d.jsail.EnvironmentalEffects


package org.web3d.x3d.jsail.EnvironmentalEffects
Nodes in the Environmental effects component support the creation of realistic environmental effects such as panoramic backgrounds and fog.

The X3D Java Scene Access Interface (x3djsail) package provides concrete classes for each X3D node and statement.

Online: X3D Java Scene Access Interface Library (X3DJSAIL) and X3DJSAIL Javadoc

See Also:
  • Classes
    Class
    Description
    Background simulates ground and sky, using vertical arrays of wraparound color values.
    Fog simulates atmospheric effects by blending distant objects with fog color.
    FogCoordinate defines a set of explicit fog depths on a per-vertex basis, overriding Fog visibilityRange.
    LocalFog simulates atmospheric effects by blending distant objects with fog color.
    TextureBackground simulates ground and sky, using vertical arrays of wraparound color values, TextureBackground can also provide backdrop texture images on all six sides.