MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / draw

Method draw

src/main/java/fieldbox/boxes/Meshes.java:33–36  ·  view source on GitHub ↗
(DrawingInterface context)

Source from the content-addressed store, hash-verified

31 }
32
33 @Override
34 public void draw(DrawingInterface context) {
35 context.getShader().attach(new Scene.Transient(this::traverseAndDraw, 1).setOnceOnly());
36 }
37
38 // Exception handling!
39 protected void traverseAndDraw() {

Callers 1

traverseAndDrawMethod · 0.95

Calls 5

setOnceOnlyMethod · 0.80
getShaderMethod · 0.65
getPassesMethod · 0.65
performMethod · 0.65
attachMethod · 0.45

Tested by

no test coverage detected