MCPcopy
hub / github.com/processing/p5.js / finish

Method finish

src/webgl/GeometryBuilder.js:175–178  ·  view source on GitHub ↗

* Cleans up the state of the renderer and returns the combined geometry that * was built. * @returns p5.Geometry The flattened, combined geometry

()

Source from the content-addressed store, hash-verified

173 * @returns p5.Geometry The flattened, combined geometry
174 */
175 finish() {
176 this.renderer._pInst.pop();
177 return this.geometry;
178 }
179}
180
181/**

Callers 15

loadingDisplayingFunction · 0.80
endGeometryMethod · 0.80
readMethod · 0.80
clearMethod · 0.80
clearDepthMethod · 0.80
_promoteToFramebufferMethod · 0.80
flushDrawMethod · 0.80
_applyClipMethod · 0.80
_clearClipBufferMethod · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected