소스 검색

Removed wrong equal vertex thresold to GJK solver

Andrea Catania 7 년 전
부모
커밋
62fc66291b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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) {