Category Archives: Code Bits
Billboarding
Written on February 2, 2007 at 6:11 am, by Kyle Schouviller
Because I chose to use Z as the up direction in my world, I couldn’t use XNA’s built-in Matrix.CreateBillboard function (since it thought that (0,1,0) was up). This meant that yet again, I had to roll my own. I thought the code might be useful for anyone trying to do their own billboarding (or doing Continue Reading »