Re: How to duplicate a cube and control each one independently?
Posted by
gouessej on
Aug 14, 2017; 9:27am
URL: https://forum.jogamp.org/How-to-duplicate-a-cube-and-control-each-one-independently-tp4038114p4038129.html
:) Yes, it's an excellent idea and I find these tutorials very well written. Don't hesitate to ask us any questions.
P.S: The differences between OpenGL in C and Java (JOGL) aren't huge. For example, you don't need GLUT to swap the buffers in JOGL, you can let it do it for you or do it manually.