MCPcopy
hub / github.com/regl-project/regl / setupCamera

Function setupCamera

example/util/camera.js:112–115  ·  view source on GitHub ↗
(block)

Source from the content-addressed store, hash-verified

110 })
111
112 function setupCamera (block) {
113 updateCamera()
114 injectContext(block)
115 }
116
117 Object.keys(cameraState).forEach(function (name) {
118 setupCamera[name] = cameraState[name]

Callers 1

cube-fbo.jsFile · 0.85

Calls 1

updateCameraFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…