Closed LeeMcQueen closed 2 years ago
if (glfwGetKey(window, GLFW_KEY_O) == GLFW_PRESS) { cloth.unPin(cloth.pin1); } if (glfwGetKey(window, GLFW_KEY_P) == GLFW_PRESS) { cloth.unPin(cloth.pin2); }