We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e334a3 commit e558942Copy full SHA for e558942
SimulationFrameWork/pbd_sim.cpp
@@ -70,9 +70,9 @@ void HINASIM::PBDSim::pbd_kernel_loop(double dt)
70
// end loop
71
project_position_constraints();
72
73
-// //////////////////// TEMPORARY COLLISION RESPONSE ////////////////////
74
-// collision_response();
75
+ //////////////////// TEMPORARY COLLISION RESPONSE ////////////////////
+ collision_response();
76
77
// (12) ~ (15) forall vertices i
78
// v_i <- (p_i - x_i) / \Delta t
0 commit comments