Hi everyone,
How can I move object in LWJGL(opengl 3.2) using matrix? I looked in silvertiger tutorial but I can’t understand that chapter.
Can someone help me?
Thanks in advance
Hi everyone,
How can I move object in LWJGL(opengl 3.2) using matrix? I looked in silvertiger tutorial but I can’t understand that chapter.
Can someone help me?
Thanks in advance
Hi
Please read this tutorial carefully, it contains some important mistakes, especially about the game loop.
You have to modify the value of the attribute called “position” in his tutorial.
Thank you for your reply.
I read tutorial and source code few more times and now I know how to do it
Would you care to elaborate, so I can revise the specific parts?