struct
|
Wind
|
public
static
readonly
field
|
Default
|
||
type
|
Wind
|
public
static
readonly
field
|
None
|
||
type
|
Wind
|
Relative strength of diffuse wind from everywhere, in the range [0..1].
public
readonly
field
|
Ambient
|
||
type
|
float32
|
Heading from where wind is blowing.
public
readonly
field
|
Heading
|
||
type
|
float32
|
Remarks:
The wind direction specified in light-space as s a longitude angle in degrees (see LightLongitude).
Relative strength of wind blowing from Heading, in the range [0..1].
public
readonly
field
|
Strength
|
||
type
|
float32
|
public
property
|
TimeStep
{
get
}
|
||
type
|
float32
|
||
value
|
public
constructor
|
Wind
(float32 heading,
float32 strength,
float32 ambient)
|
||
params
|
heading
|
||
strength
|
|||
ambient
|
public
method
|
ApplyState
(WindState state,
Mat3F lightSpace)
|
||
params
|
state
|
||
lightSpace
|
public
method
|
ApplyState
(WindState state,
IModel model)
|
||
params
|
state
|
||
model
|