23 bool update(simgear::BVHMaterial
const*& material);
42 SGPropertyNode_ptr precipitation;
43 SGPropertyNode_ptr temperature;
44 SGPropertyNode_ptr dew_point;
45 SGPropertyNode_ptr ground_wind;
46 SGPropertyNode_ptr turbulence_gain;
47 SGPropertyNode_ptr turbulence_rate;
48 SGPropertyNode_ptr turbulence_model;
50 SGPropertyNode_ptr wind_from_north;
51 SGPropertyNode_ptr wind_from_east;
52 SGPropertyNode_ptr wind_from_down;
58 float bumpiness = 0.0f;
59 float static_friction_factor = 1.0f;
60 float roling_friction_factor = 1.0f;
61 float pressure = FLT_MAX;
66 bool water_body =
false;