Skip to content

Commit a8901a2

Browse files
committed
Merge pull request #92451 from timothyqiu/not-3d-only
Fix `PhysicsMaterial` description being limited to 3D
2 parents 1446722 + 77ea6db commit a8901a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/PhysicsMaterial.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</member>
1515
<member name="bounce" type="float" setter="set_bounce" getter="get_bounce" default="0.0">
1616
The body's bounciness. Values range from [code]0[/code] (no bounce) to [code]1[/code] (full bounciness).
17-
[b]Note:[/b] Even with [member bounce] set to [code]1.0[/code], some energy will be lost over time due to linear and angular damping. To have a [PhysicsBody3D] that preserves all its energy over time, set [member bounce] to [code]1.0[/code], the body's linear damp mode to [b]Replace[/b] (if applicable), its linear damp to [code]0.0[/code], its angular damp mode to [b]Replace[/b] (if applicable), and its angular damp to [code]0.0[/code].
17+
[b]Note:[/b] Even with [member bounce] set to [code]1.0[/code], some energy will be lost over time due to linear and angular damping. To have a physics body that preserves all its energy over time, set [member bounce] to [code]1.0[/code], the body's linear damp mode to [b]Replace[/b] (if applicable), its linear damp to [code]0.0[/code], its angular damp mode to [b]Replace[/b] (if applicable), and its angular damp to [code]0.0[/code].
1818
</member>
1919
<member name="friction" type="float" setter="set_friction" getter="get_friction" default="1.0">
2020
The body's friction. Values range from [code]0[/code] (frictionless) to [code]1[/code] (maximum friction).

0 commit comments

Comments
 (0)