From 6aab43ffd2c29a66f71b0684974abd5b2685341c Mon Sep 17 00:00:00 2001 From: sotech117 Date: Fri, 10 May 2024 01:48:02 -0400 Subject: better sea foam --- src/arap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arap.cpp') diff --git a/src/arap.cpp b/src/arap.cpp index 8d81337..2d952ae 100644 --- a/src/arap.cpp +++ b/src/arap.cpp @@ -85,7 +85,7 @@ void ARAP::update(double seconds) m_ocean.fft_prime(m_time); m_ocean.update_ocean(); m_shape.setVertices_and_Normals(m_ocean.get_vertices(), m_ocean.getNormals()); - // m_shape.setVertices(m_ocean.get_vertices()); +// m_shape.setVertices(m_ocean.get_vertices()); // auto tmp = m_ocean.get_vertices(); // print the min and max of the vertices @@ -94,7 +94,7 @@ void ARAP::update(double seconds) // for (int i = 0; i < tmp.size(); i++) { // min = min.cwiseMin(tmp[i]); // max = max.cwiseMax(tmp[i]); -// } +// }w // std::cout << "min: " << min << std::endl; //std::cout << "max: " << max << std::endl; -- cgit v1.2.3-70-g09d2