MCPcopy Index your code
hub / github.com/processing/p5.js / getGeometryByID

Method getGeometryByID

src/webgl/GeometryBufferCache.js:15–17  ·  view source on GitHub ↗
(gid)

Source from the content-addressed store, hash-verified

13 }
14
15 getGeometryByID(gid) {
16 return this.cache[gid]?.geometry;
17 }
18
19 getCached(model) {
20 return this.getCachedID(model.gid);

Callers 3

p5.RendererGL.jsFile · 0.80
textFunction · 0.80
primitives3DFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected