diff options
author | clayjohn <claynjohn@gmail.com> | 2022-08-23 15:15:40 -0600 |
---|---|---|
committer | clayjohn <claynjohn@gmail.com> | 2022-08-24 18:51:18 -0700 |
commit | 861c5bff0e9372605240cabe58bc1a23efdfc91b (patch) | |
tree | 5e9226bfbbe5de1b24e5345278f1072a27f264b9 /doc/classes/PrimitiveMesh.xml | |
parent | 649e76aa389000c0cbda94b92f596f8c3b96b76f (diff) |
Remove QuadMesh and add orientation parameter to PlaneMesh
Diffstat (limited to 'doc/classes/PrimitiveMesh.xml')
-rw-r--r-- | doc/classes/PrimitiveMesh.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PrimitiveMesh.xml b/doc/classes/PrimitiveMesh.xml index 7046a21f68..1b9ecdbfa0 100644 --- a/doc/classes/PrimitiveMesh.xml +++ b/doc/classes/PrimitiveMesh.xml @@ -4,7 +4,7 @@ Base class for all primitive meshes. Handles applying a [Material] to a primitive mesh. </brief_description> <description> - Base class for all primitive meshes. Handles applying a [Material] to a primitive mesh. Examples include [BoxMesh], [CapsuleMesh], [CylinderMesh], [PlaneMesh], [PrismMesh], [QuadMesh], and [SphereMesh]. + Base class for all primitive meshes. Handles applying a [Material] to a primitive mesh. Examples include [BoxMesh], [CapsuleMesh], [CylinderMesh], [PlaneMesh], [PrismMesh], and [SphereMesh]. </description> <tutorials> </tutorials> |