How to import OPENGL library

I don’t have a Mac either, but I happened to see this on the forum earlier. TLDR try adding a frameRate call after size.

size(800, 800, P3D);
frameRate(60);
2 Likes