polyscope icon indicating copy to clipboard operation
polyscope copied to clipboard

Make vsync optional

Open nmwsharp opened this issue 3 years ago • 0 comments

Right now it's always enabled, but this stops simulation loops from running faster than the refresh rate.

On line 1681 of gl_engine.cpp: glfwSwapInterval(1); // Enable vsync

nmwsharp avatar Jun 29 '22 16:06 nmwsharp