Skip to content

Commit 373ad88

Browse files
authored
Merge pull request #8739 from mitre88/fix-buildGeometry-docs-links
docs: remove broken beginGeometry/endGeometry links from buildGeometry reference
2 parents 46eac76 + 266756c commit 373ad88

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/core/p5.Renderer3D.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -480,10 +480,6 @@ export class Renderer3D extends Renderer {
480480
* combining them with `buildGeometry()` once and then drawing that will run
481481
* faster than repeatedly drawing the individual pieces.
482482
*
483-
* One can also draw shapes directly between
484-
* <a href="#/p5/beginGeometry">beginGeometry()</a> and
485-
* <a href="#/p5/endGeometry">endGeometry()</a> instead of using a callback
486-
* function.
487483
* @param {Function} callback A function that draws shapes.
488484
* @returns {p5.Geometry} The model that was built from the callback function.
489485
*/

0 commit comments

Comments
 (0)