mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
Document known issues with CylinderShape3D
This commit is contained in:
parent
a8c805be29
commit
e7d72eedc6
@ -5,6 +5,7 @@
|
||||
</brief_description>
|
||||
<description>
|
||||
Cylinder shape for collisions. Like [CapsuleShape3D], but without hemispheres at the cylinder's ends.
|
||||
[b]Note:[/b] There are several known bugs with cylinder collision shapes. Using [CapsuleShape3D] or [BoxShape3D] instead is recommended.
|
||||
[b]Performance:[/b] Being a primitive collision shape, [CylinderShape3D] is fast to check collisions against (though not as fast as [SphereShape3D]). [CylinderShape3D] is also more demanding compared to [CapsuleShape3D].
|
||||
</description>
|
||||
<tutorials>
|
||||
|
Loading…
Reference in New Issue
Block a user