Improve the PrimitiveMesh-derived class documentations

This commit is contained in:
Hugo Locurcio 2019-05-28 20:36:40 +02:00
parent 3a1c096eb8
commit 30474b8215
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
6 changed files with 11 additions and 10 deletions

View file

@ -4,7 +4,7 @@
Class representing a square mesh.
</brief_description>
<description>
Class representing a square mesh with size (2,2,0). Consider using a [PlaneMesh] if you require a differently sized plane.
Class representing a square [PrimitiveMesh]. This flat mesh does not have a thickness. By default, this mesh is aligned on the X and Y axes; this default rotation is more suited for use with billboarded materials. Unlike [PlaneMesh], this mesh doesn't provide subdivision options.
</description>
<tutorials>
</tutorials>