29 #ifndef __X3DFOGOBJECT_H__
30 #define __X3DFOGOBJECT_H__
46 Inst< SFString > _fogType = 0,
47 Inst< SFFloat > _visibilityRange = 0 );
Contains the SFColor field class.
Contains the SFFloat field class.
Contains the SFString field class.
X3DFogObject is the abstract type that describes a node that influences the lighting equation through...
Definition: X3DFogObject.h:41
H3DUniquePtr< SFColor > color
The color of the fog.
Definition: X3DFogObject.h:53
H3DUniquePtr< SFString > fogType
The fogType field controls how much of the fog colour is blended with the object as a function of dis...
Definition: X3DFogObject.h:65
H3DUniquePtr< SFFloat > visibilityRange
The visibilityRange specifies the distance in metres (in the local coordinate system) at which object...
Definition: X3DFogObject.h:76
H3D API namespace.
Definition: Anchor.h:38