Saghen / WebGL-Particles

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

Use polygons instead of points #6

Open Saghen opened 4 years ago

Saghen commented 4 years ago

There are known issues with points across different browsers and GPUs. Certain GPUs cannot render points beyond a certain size. Firefox has also been noticed to have highly degraded performance while rendering and this appears to be due to the use of points.

We'll switch to polygons instead to ensure consistent rendering.