Enabled area-specific wind forces

This commit is contained in:
Jeffrey Cochran 2021-07-20 00:23:32 -04:00
parent d5a30431b9
commit e806397196
10 changed files with 224 additions and 19 deletions

View file

@ -298,7 +298,11 @@ public:
AREA_PARAM_GRAVITY_POINT_ATTENUATION,
AREA_PARAM_LINEAR_DAMP,
AREA_PARAM_ANGULAR_DAMP,
AREA_PARAM_PRIORITY
AREA_PARAM_PRIORITY,
AREA_PARAM_WIND_FORCE_MAGNITUDE,
AREA_PARAM_WIND_SOURCE,
AREA_PARAM_WIND_DIRECTION,
AREA_PARAM_WIND_ATTENUATION_FACTOR,
};
virtual RID area_create() = 0;