We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46eac76 + 266756c commit 373ad88Copy full SHA for 373ad88
1 file changed
src/core/p5.Renderer3D.js
@@ -480,10 +480,6 @@ export class Renderer3D extends Renderer {
480
* combining them with `buildGeometry()` once and then drawing that will run
481
* faster than repeatedly drawing the individual pieces.
482
*
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.
487
* @param {Function} callback A function that draws shapes.
488
* @returns {p5.Geometry} The model that was built from the callback function.
489
*/
0 commit comments