summaryrefslogtreecommitdiff
path: root/src/arap.cpp
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2024-05-10 01:48:02 -0400
committersotech117 <michael_foiani@brown.edu>2024-05-10 01:48:02 -0400
commit6aab43ffd2c29a66f71b0684974abd5b2685341c (patch)
treeec1a0df0b1fdd056e70297d2078406553140125b /src/arap.cpp
parent70ba0f4c20f8dd89f7f922f2177150258a61c546 (diff)
better sea foam
Diffstat (limited to 'src/arap.cpp')
-rw-r--r--src/arap.cpp4
1 files changed, 2 insertions, 2 deletions
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;