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

Method getDefaultBundle

src/main/java/field/graphics/Scene.java:431–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

429 }
430
431 public UniformBundle getDefaultBundle() {
432 if (defaultBundle != null) return defaultBundle;
433 defaultBundle = new UniformBundle();
434 this.attach(defaultBundle);
435 return defaultBundle;
436 }
437
438 @Override
439 @HiddenInAutocomplete

Callers 5

asMap_setMethod · 0.95
asMap_getMethod · 0.80
asMap_setMethod · 0.80
lintMethod · 0.80
checkMeshMethod · 0.80

Calls 1

attachMethod · 0.95

Tested by

no test coverage detected