I'm trying to draw cloud points 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][1] (which is reserved for standalone only) ?
[1]: http://www.kamend.com/2014/05/rendering-a-point-cloud-inside-unity/
↧