Selaa lähdekoodia

Removed wrong equal vertex thresold to GJK solver

Andrea Catania 7 vuotta sitten
vanhempi
commit
62fc66291b
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      modules/bullet/space_bullet.cpp

+ 0 - 1
modules/bullet/space_bullet.cpp

@@ -571,7 +571,6 @@ void SpaceBullet::create_empty_world(bool p_create_soft_world) {
 
 	gjk_epa_pen_solver = bulletnew(btGjkEpaPenetrationDepthSolver);
 	gjk_simplex_solver = bulletnew(btVoronoiSimplexSolver);
-	gjk_simplex_solver->setEqualVertexThreshold(0.f);
 
 	void *world_mem;
 	if (p_create_soft_world) {