diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-04-09 22:48:26 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-04-09 22:48:26 -0400 |
commit | 10619e114973276f783db40329b436082525dce3 (patch) | |
tree | 5c0cf96da16214dc80f960d9448a0bcd871c097c /src/arap.cpp | |
parent | fd19124693bb32835ad97802ba1950cd5202dbd2 (diff) |
fix small bugs, remove vertices points for demo rendering
Diffstat (limited to 'src/arap.cpp')
-rw-r--r-- | src/arap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arap.cpp b/src/arap.cpp index 3ebdf64..8b3fedc 100644 --- a/src/arap.cpp +++ b/src/arap.cpp @@ -67,7 +67,7 @@ void ARAP::update(double seconds) m_shape.setVertices(m_ocean.get_vertices()); m_time += m_timestep; - std::cout << m_time << std::endl; + // std::cout << m_time << std::endl; } // Move an anchored vertex, defined by its index, to targetPosition |