ios4 - Smooth points OpenGL ES 2.0 using shaders -


i drawing points using gldrawarrays(gl_points, ...) , make them smooth round points instead of squares. know there no fixed function pipeline in opengl es 2.0 wondering if there easy way of doing fragment shader?

thanks in advance,

extremecoder

i render point textured quad. straight forward, job, works on oldest opengl versions , faster shader.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -