Can someone tell me the difference between Point Sprites and Billboards in OpenGL? I read a lot about both of them and I'm getting confused more and more about when to use which of them and whether there is actually a difference?
Difference between Point Sprites and Billboards
347 views Asked by user2026668 At
1
Wikipedia only knows about Sprites (Billboard redirects there):
One source states:
Sprite
Billboard
Another source:
Yet another states that both face the camera, but billboards only rotate about their vertical axis (think trees).
Some references specifically for OpenGL:
Live Examples by Three.js/WebGL (though I can't tell the difference):