浏览代码

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) {