From f73b16470a780dd8fb56b101b297907779277efe Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 8 Sep 2024 17:10:32 +0200 Subject: [PATCH] Simple initial docs for ProceduralTreeMesh. --- .../doc_classes/ProceduralTreeMesh.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/procedural_tree_3d/doc_classes/ProceduralTreeMesh.xml b/modules/procedural_tree_3d/doc_classes/ProceduralTreeMesh.xml index 64b5e8167..bbfac70bc 100644 --- a/modules/procedural_tree_3d/doc_classes/ProceduralTreeMesh.xml +++ b/modules/procedural_tree_3d/doc_classes/ProceduralTreeMesh.xml @@ -1,8 +1,10 @@ + A class that can generate trees procedurally. + A mesh based procedural tree generator class. @@ -10,11 +12,13 @@ + Returns the mesh data as an Array. It will have up to 2 Arrays inside. Those contain the actual data which can be added as surfaces to an another mesh. + Creates and return an equivalent ArrayMesh. @@ -42,16 +46,22 @@ + A custom AABB can be set with this property. + Whether to enable the branches mesh. + Whenther to enable the twigs mesh. + Whether to flip the branch mesh's faces. + Whether to flip the twig mesh's faces. + The seed for the random number generator. @@ -74,16 +84,21 @@ + The material of the twigs. + The scale of the twigs. + The tree trunk's surface id. + The tree twig's surface id. + How many surfaces the class holds.