MCPcopy Index your code
hub / github.com/processing/processing / updateRoot

Method updateRoot

core/src/processing/opengl/PShapeOpenGL.java:505–513  ·  view source on GitHub ↗
(PShape root)

Source from the content-addressed store, hash-verified

503
504
505 protected void updateRoot(PShape root) {
506 this.root = (PShapeOpenGL) root;
507 if (family == GROUP) {
508 for (int i = 0; i < childCount; i++) {
509 PShapeOpenGL child = (PShapeOpenGL)children[i];
510 child.updateRoot(root);
511 }
512 }
513 }
514
515
516 ///////////////////////////////////////////////////////////

Callers 1

addChildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected