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

Function updateTransformUniform

src/View/webglGraphics.js:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 },
71/*jshint unused: true */
72 updateTransformUniform = function () {
73 linkProgram.updateTransform(transform);
74 nodeProgram.updateTransform(transform);
75 },
76
77 resetScaleInternal = function () {
78 transform = [1, 0, 0, 0,

Callers 1

webglGraphicsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected