소스 검색

Merge pull request #33690 from Phischermen/area-enhancement

Bullet: Fix detection of concave shape in Area
Rémi Verschelde 5 년 전
부모
커밋
fde1211771
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      modules/bullet/space_bullet.cpp

+ 0 - 3
modules/bullet/space_bullet.cpp

@@ -726,9 +726,6 @@ void SpaceBullet::check_ghost_overlaps() {
 
 					other_body_shape = static_cast<btCollisionShape *>(otherObject->get_bt_shape(z));
 
-					if (other_body_shape->isConcave())
-						continue;
-
 					btTransform other_shape_transform(otherObject->get_bt_shape_transform(z));
 					other_shape_transform.getOrigin() *= other_body_scale;