t3d. FogExp2

Exp2 fog.

Constructor

new FogExp2(coloropt, densityopt)

Parameters:
NameTypeAttributesDefaultDescription
colorNumber<optional>
0x000000The color of the fog.
densityNumber<optional>
0.00025The density of the exp2 fog.

Members

color :t3d.Color3

The color of the fog.
Default Value
  • t3d.Color3(0x000000)

density :Number

The density of the exp2 fog.
Type:
  • Number
Default Value
  • 0.00025

(readonly) isFogExp2 :Boolean

Type:
  • Boolean
Default Value
  • true