OpenGL Rotating Cube

Originally published at: OpenGL Rotating Cube – Xojo Programming Blog

Xojo’s implementation of OpenGL maps directly to the OpenGL API. This means you can often use OpenGL tutorials on the internet with Xojo with almost no code changes. I found a tutorial on creating a rotating cube and with some minor help from StackOverflow, tweaked it to display a rotating cube that moves around in…

3 Likes