Skip to content

Commit ce812e9

Browse files
committed
Ensure inter buffers and viewports are properly updated on every draw call
1 parent 8a81aa4 commit ce812e9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Next
22

3+
## v0.19.0
4+
5+
- Ensure inter buffers and viewports are properly updated on every draw call.
6+
37
**Breaking changes:**
48

59
- Improve the handling of the connection order by switching from a structured 5th component to a 6th component.

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,6 +1820,8 @@ const createScatterplot = (initialProperties = {}) => {
18201820
const draw = (showReticleOnce) => {
18211821
if (!isInit || !regl) return;
18221822

1823+
regl.poll();
1824+
18231825
// Update camera
18241826
isViewChanged = camera.tick();
18251827

0 commit comments

Comments
 (0)