Saghen / WebGL-Particles

A replica of Particles.js rendered with webgl
https://particles.saghen.dev
5 stars 1 forks source link

Updating buffers outside of range #5

Closed Saghen closed 4 years ago

Saghen commented 4 years ago

While updating the buffers, the data is somehow going out of range. The appropriate code can be found here WebGL: INVALID_VALUE: bufferSubData: srcOffset + length too large

This should be fixed alongside #3

Saghen commented 4 years ago

Solved with the new middleware system for updating particles