What I am looking to achieve is to code a rudimentary game engine. I am not looking to make a game with it. I just want to be familiar with the inner workings of the game engine I use (Unity) and...
Type: Posts; User: derydoca
What I am looking to achieve is to code a rudimentary game engine. I am not looking to make a game with it. I just want to be familiar with the inner workings of the game engine I use (Unity) and...
I am having an issue figuring out how to implement quaternions. I was reading an article that suggested to use euler angles for the gameplay, but convert the euler angles to a quaternion only when...