summaryrefslogtreecommitdiff
path: root/doc/classes/PrimitiveMesh.xml
diff options
context:
space:
mode:
authorclayjohn <claynjohn@gmail.com>2022-08-23 15:15:40 -0600
committerclayjohn <claynjohn@gmail.com>2022-08-24 18:51:18 -0700
commit861c5bff0e9372605240cabe58bc1a23efdfc91b (patch)
tree5e9226bfbbe5de1b24e5345278f1072a27f264b9 /doc/classes/PrimitiveMesh.xml
parent649e76aa389000c0cbda94b92f596f8c3b96b76f (diff)
Remove QuadMesh and add orientation parameter to PlaneMesh
Diffstat (limited to 'doc/classes/PrimitiveMesh.xml')
-rw-r--r--doc/classes/PrimitiveMesh.xml2
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>