From d1a14bee5d9f24a84ad82431e36a5ff96768d75c Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 24 Jun 2026 10:38:20 +0200 Subject: [PATCH] Update rmodels.c --- src/rmodels.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rmodels.c b/src/rmodels.c index 8e87ccfa2..28fb3c9ec 100644 --- a/src/rmodels.c +++ b/src/rmodels.c @@ -3142,8 +3142,8 @@ Mesh GenMeshCone(float radius, float height, int slices) } // Generate torus mesh -// The distance between the center of the hole and the center of the tube is half of size -// The radius of the tube is (radius * size / 2) +// NOTE: The distance between the center of the hole and the center of the +// tube is half size of the radius of the tube (radius*size/2) Mesh GenMeshTorus(float radius, float size, int radSeg, int sides) { Mesh mesh = { 0 };