Tagged Questions
2
votes
1answer
415 views
How do I implement camera axis aligned billboards?
I am trying to make an axis-aligned billboard with Pyglet. I have looked at several tutorials, but they only show me how to get the up, right, and look vectors. So far this is what I have:
target = ...