resized plot
This commit is contained in:
parent
f5996f0614
commit
ea74fe7076
|
@ -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<float>(), -1.5f * glm::two_pi<float>(), -1.5f, glm::two_pi<float>(), 1.5f * glm::two_pi<float>(), 1.5f }, 0.5f, 0.1f,
|
||||
plot = new Plot3D({ -glm::two_pi<float>(), -glm::two_pi<float>(), -1.5f, glm::two_pi<float>(), glm::two_pi<float>(), 1.5f }, 0.5f, 0.1f,
|
||||
[](float x, float y)
|
||||
{
|
||||
return (cos(x) + cos(y)) * 0.5f;
|
||||
|
|
2
vendor/lol
vendored
2
vendor/lol
vendored
|
@ -1 +1 @@
|
|||
Subproject commit de7cbdabbd10219a219f845b48a745b0abbd30fd
|
||||
Subproject commit 923213a6501f700d4a6556f85bcc2cc48557d140
|
Loading…
Reference in a new issue