LWJGL Forum

Programming => OpenGL => Topic started by: Rainer on April 29, 2007, 11:29:00

Title: Sprites always facing Player?
Post by: Rainer on April 29, 2007, 11:29:00
If i'd like to have sprites that are always facing the player, is there a simple solution, or do i have to calculate rotation values based on the player position and sprite position and then rotate the sprite?
Title: Re: Sprites always facing Player?
Post by: Rainer on May 01, 2007, 19:54:03
now solved with some vector geometry...