Skip to content

Commit e558942

Browse files
committed
fix simple collision
1 parent 7e334a3 commit e558942

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SimulationFrameWork/pbd_sim.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ void HINASIM::PBDSim::pbd_kernel_loop(double dt)
7070
// end loop
7171
project_position_constraints();
7272

73-
// //////////////////// TEMPORARY COLLISION RESPONSE ////////////////////
74-
// collision_response();
75-
// //////////////////// TEMPORARY COLLISION RESPONSE ////////////////////
73+
//////////////////// TEMPORARY COLLISION RESPONSE ////////////////////
74+
collision_response();
75+
//////////////////// TEMPORARY COLLISION RESPONSE ////////////////////
7676

7777
// (12) ~ (15) forall vertices i
7878
// v_i <- (p_i - x_i) / \Delta t

0 commit comments

Comments
 (0)