We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a81aa4 commit ce812e9Copy full SHA for ce812e9
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Next
2
3
+## v0.19.0
4
+
5
+- Ensure inter buffers and viewports are properly updated on every draw call.
6
7
**Breaking changes:**
8
9
- Improve the handling of the connection order by switching from a structured 5th component to a 6th component.
src/index.js
@@ -1820,6 +1820,8 @@ const createScatterplot = (initialProperties = {}) => {
1820
const draw = (showReticleOnce) => {
1821
if (!isInit || !regl) return;
1822
1823
+ regl.poll();
1824
1825
// Update camera
1826
isViewChanged = camera.tick();
1827
0 commit comments