From f393f04515300c145949518639fb81a47ffff5f0 Mon Sep 17 00:00:00 2001 From: Open Source Contributor Date: Tue, 21 Apr 2026 18:42:54 -0600 Subject: [PATCH] docs: remove broken beginGeometry/endGeometry links from buildGeometry reference The buildGeometry reference linked to beginGeometry and endGeometry, but these pages do not exist in the 2.0 docs and return 404. Closes processing/p5.js#8631 --- src/core/p5.Renderer3D.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/p5.Renderer3D.js b/src/core/p5.Renderer3D.js index 1fde0670bc..9a3ded2a73 100644 --- a/src/core/p5.Renderer3D.js +++ b/src/core/p5.Renderer3D.js @@ -477,10 +477,6 @@ export class Renderer3D extends Renderer { * combining them with `buildGeometry()` once and then drawing that will run * faster than repeatedly drawing the individual pieces. * - * One can also draw shapes directly between - * beginGeometry() and - * endGeometry() instead of using a callback - * function. * @param {Function} callback A function that draws shapes. * @returns {p5.Geometry} The model that was built from the callback function. */