From e806397196968cdfc97c1e53bb5cd208e40ae9b2 Mon Sep 17 00:00:00 2001 From: Jeffrey Cochran Date: Tue, 20 Jul 2021 00:23:32 -0400 Subject: Enabled area-specific wind forces --- doc/classes/Area3D.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/classes/Area3D.xml') diff --git a/doc/classes/Area3D.xml b/doc/classes/Area3D.xml index 2180196bb5..e91cfd79a1 100644 --- a/doc/classes/Area3D.xml +++ b/doc/classes/Area3D.xml @@ -92,6 +92,15 @@ Override mode for gravity and damping calculations within this area. See [enum SpaceOverride] for possible values. + + The exponential rate at which wind force decreases with distance from its origin. + + + The magnitude of area-specific wind force. + + + The [Node3D] which is used to specify the the direction and origin of an area-specific wind force. The direction is opposite to the z-axis of the [Node3D]'s local transform, and its origin is the origin of the [Node3D]'s local transform. + -- cgit v1.2.3