1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00
Files
godot/doc/classes
Hugo Locurcio e7d6f8b8b8 Allow a top and bottom radius equal to 0 in CylinderMesh
The CylinderMesh generation code handles this special case and
avoids generating the top and bottom faces if their radius is equal
to 0. This improves performance by reducing the number of vertices
to draw.

If both values are set to 0, nothing will be visible but the mesh
generation will still succeed.

This also improves the CylinderMesh class documentation.

(cherry picked from commit b4ed84ba2b)
2021-06-29 14:02:22 +02:00
..
2021-05-20 12:56:56 +02:00
2021-06-07 12:11:52 +02:00
2021-05-31 05:25:12 -04:00
2021-05-20 13:29:38 +03:00
2021-05-20 13:29:38 +03:00
2021-05-20 12:56:56 +02:00
2021-06-19 09:28:53 +02:00
2021-06-18 11:00:44 -04:00