diff --git a/doc/classes/LookAtModifier3D.xml b/doc/classes/LookAtModifier3D.xml index dbdb92709c..48f9d4b970 100644 --- a/doc/classes/LookAtModifier3D.xml +++ b/doc/classes/LookAtModifier3D.xml @@ -74,19 +74,19 @@ If [code]1.0[/code], no damping is performed. If [code]0.0[/code], damping is always performed. - The limit angle of the primary rotation when [member symmetry_limitation] is [code]true[/code]. + The limit angle of the primary rotation when [member symmetry_limitation] is [code]true[/code], in radians. The threshold to start damping for [member primary_negative_limit_angle]. - The limit angle of negative side of the primary rotation when [member symmetry_limitation] is [code]false[/code]. + The limit angle of negative side of the primary rotation when [member symmetry_limitation] is [code]false[/code], in radians. The threshold to start damping for [member primary_positive_limit_angle]. - The limit angle of positive side of the primary rotation when [member symmetry_limitation] is [code]false[/code]. + The limit angle of positive side of the primary rotation when [member symmetry_limitation] is [code]false[/code], in radians. The axis of the first rotation. This [SkeletonModifier3D] works by compositing the rotation by Euler angles to prevent to rotate the [member forward_axis]. @@ -98,19 +98,19 @@ The threshold to start damping for [member secondary_limit_angle]. - The limit angle of the secondary rotation when [member symmetry_limitation] is [code]true[/code]. + The limit angle of the secondary rotation when [member symmetry_limitation] is [code]true[/code], in radians. The threshold to start damping for [member secondary_negative_limit_angle]. - The limit angle of negative side of the secondary rotation when [member symmetry_limitation] is [code]false[/code]. + The limit angle of negative side of the secondary rotation when [member symmetry_limitation] is [code]false[/code], in radians. The threshold to start damping for [member secondary_positive_limit_angle]. - The limit angle of positive side of the secondary rotation when [member symmetry_limitation] is [code]false[/code]. + The limit angle of positive side of the secondary rotation when [member symmetry_limitation] is [code]false[/code], in radians. If [code]true[/code], the limitations are spread from the bone symmetrically.