Update links to outdated asset library demos

Update links to outdated asset library demos

Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com>
This commit is contained in:
skyace65
2024-03-24 21:20:59 -04:00
committed by Max Hilbrunner
parent e5b4ef8e95
commit c83718624f
110 changed files with 198 additions and 205 deletions

View File

@ -11,7 +11,7 @@
[b]Performance:[/b] Due to its complexity, [ConcavePolygonShape3D] is the slowest 3D collision shape to check collisions against. Its use should generally be limited to level geometry. For convex geometry, [ConvexPolygonShape3D] should be used. For dynamic physics bodies that need concave collision, several [ConvexPolygonShape3D]s can be used to represent its collision by using convex decomposition; see [ConvexPolygonShape3D]'s documentation for instructions.
</description>
<tutorials>
<link title="3D Physics Tests Demo">https://godotengine.org/asset-library/asset/675</link>
<link title="3D Physics Tests Demo">https://godotengine.org/asset-library/asset/2747</link>
</tutorials>
<methods>
<method name="get_faces" qualifiers="const">