فهرست منبع

Add link to MeshDataTool API in tutorial (#3817)

Ryan Roden-Corrent 5 سال پیش
والد
کامیت
bb017ba445
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tutorials/content/procedural_geometry/meshdatatool.rst

+ 1 - 1
tutorials/content/procedural_geometry/meshdatatool.rst

@@ -3,7 +3,7 @@
 Using the MeshDataTool
 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.
 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
 The MeshDataTool is not as fast as altering arrays directly using ArrayMesh. However, it provides more information