Hello,
I am working on 3D viewer project which uses JPCT 3D and LWJGL Library. My application is a JFrame application in which I created a Framebuffer and added a 3D box object in it. I want to rotate that 3D object along its axis in all the directions using J-Buttons. For Example : If I press and hold the JButton named 'Left' then 3D object should rotate along y axis in left direction continously until the mouse button is released and when I press JButton named 'Right' the 3D Object should rotate along y axis in right direction.
Please guide me and help me with suitable code example.
Thanking You
Regards
CharlieAkki
I am working on 3D viewer project which uses JPCT 3D and LWJGL Library. My application is a JFrame application in which I created a Framebuffer and added a 3D box object in it. I want to rotate that 3D object along its axis in all the directions using J-Buttons. For Example : If I press and hold the JButton named 'Left' then 3D object should rotate along y axis in left direction continously until the mouse button is released and when I press JButton named 'Right' the 3D Object should rotate along y axis in right direction.
Please guide me and help me with suitable code example.
Thanking You
Regards
CharlieAkki