regl-project / regl-camera

A camera for regl
https://regl-project.github.io/regl-camera/
MIT License
47 stars 14 forks source link

injects stale values into context - not live-bound to cameraState #21

Open kumavis opened 4 years ago

kumavis commented 4 years ago

doc says values likes theta, phi, distance are injected into context, but they are stale https://github.com/regl-project/regl-camera/tree/0182e4ef8511f987925ada18c1eb63d349e7fd6c#camerablock

this is because cameraState values are copied once on camera create https://github.com/regl-project/regl-camera/blob/0182e4ef8511f987925ada18c1eb63d349e7fd6c/regl-camera.js#L140