Merge pull request #67847 from rburing/warn_non-uniformists

Warn against using non-uniform scale for 3D physics (in the editor and class reference)
This commit is contained in:
Rémi Verschelde
2023-01-23 10:32:06 +01:00
16 changed files with 59 additions and 24 deletions

View File

@ -4,7 +4,8 @@
Base class for all objects affected by physics in 3D space.
</brief_description>
<description>
PhysicsBody3D is an abstract base class for implementing a physics body. All *Body types inherit from it.
PhysicsBody3D is an abstract base class for implementing a physics body. All *Body3D types inherit from it.
[b]Warning:[/b] With a non-uniform scale this node will probably not function as expected. Please make sure to keep its scale uniform (i.e. the same on all axes), and change the size(s) of its collision shape(s) instead.
</description>
<tutorials>
<link title="Physics introduction">$DOCS_URL/tutorials/physics/physics_introduction.html</link>