MCPcopy
hub / github.com/anvaka/VivaGraphJS / nodeUIBuilder

Function nodeUIBuilder

src/View/webglGraphics.js:64–66  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

62 nodeProgram = webglNodeProgram(),
63/*jshint unused: false */
64 nodeUIBuilder = function (node) {
65 return webglSquare(); // Just make a square, using provided gl context (a nodeProgram);
66 },
67
68 linkUIBuilder = function (link) {
69 return webglLine(0xb3b3b3ff);

Callers 1

webglGraphicsFunction · 0.85

Calls 1

webglSquareFunction · 0.85

Tested by

no test coverage detected