diff --git a/src/Application.cpp b/src/Application.cpp index ceb01c4..04c4b24 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -124,7 +124,7 @@ void Application::Init(int width, int height, const std::string& title) pitch = camera.GetAngles().x; yaw = camera.GetAngles().y; - plot = new Plot3D({ -glm::two_pi(), -1.5f * glm::two_pi(), -1.5f, glm::two_pi(), 1.5f * glm::two_pi(), 1.5f }, 0.5f, 0.1f, + plot = new Plot3D({ -glm::two_pi(), -glm::two_pi(), -1.5f, glm::two_pi(), glm::two_pi(), 1.5f }, 0.5f, 0.1f, [](float x, float y) { return (cos(x) + cos(y)) * 0.5f; diff --git a/vendor/lol b/vendor/lol index de7cbda..923213a 160000 --- a/vendor/lol +++ b/vendor/lol @@ -1 +1 @@ -Subproject commit de7cbdabbd10219a219f845b48a745b0abbd30fd +Subproject commit 923213a6501f700d4a6556f85bcc2cc48557d140