Tagged Questions
9
votes
4answers
4k views
Is it possible to use OpenGL point sprites to simulate billboard sprites?
I was trying to set point sprites in OpenGL to change size with distance just as a billboarded sprite would, but I can't get the values in GL_POINT_DISTANCE_ATTENUATION_ARB to do anything useful. Is ...