Java javax.media.j3d LinearFog fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d LinearFog fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d LinearFog.

The text is from its open source code.

Field

intALLOW_DISTANCE_WRITE
Specifies that this LinearFog node allows write access to its distance information.

Constructor

LinearFog()
Constructs a LinearFog node with default parameters.
LinearFog(Color3f color, double frontDistance, double backDistance)
Constructs a LinearFog node with the specified fog color and distances.
LinearFog(float r, float g, float b)
Constructs a LinearFog node with the specified fog color.

Method

voidsetInfluencingBounds(Bounds region)
Sets the Fog's influencing region to the specified bounds.