How to enable GL point size in WebGL ?
I'm trying to draw points clouds in WebGL, but it appears the points are so tiny that it blinks everywhere as soon as the camera moves. A solution would be to modify GL point size, but how to enable GL point size as explicated here (which is reserved for standalone only) ?
Comment