mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Add link to MeshDataTool API in tutorial (#3817)
This commit is contained in:
committed by
GitHub
parent
f556bfb12f
commit
bb017ba445
@@ -3,7 +3,7 @@
|
||||
Using the MeshDataTool
|
||||
======================
|
||||
|
||||
The MeshDataTool is not used to generate geometry. But it is helpful for dynamically altering geometry, for example
|
||||
The :ref:`MeshDataTool <class_meshdatatool>` is not used to generate geometry. But it is helpful for dynamically altering geometry, for example
|
||||
if you want to write a script to tessellate, simplify, or deform meshes.
|
||||
|
||||
The MeshDataTool is not as fast as altering arrays directly using ArrayMesh. However, it provides more information
|
||||
|
||||
Reference in New Issue
Block a user