Browse Source

Added btConvexHullShape.

Mark Sibly 7 năm trước cách đây
mục cha
commit
3d85a14a46
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      modules/bullet/bullet.monkey2

+ 8 - 0
modules/bullet/bullet.monkey2

@@ -343,6 +343,14 @@ Class btConeShapeZ Extends btConeShape
 			
 End
 
+Class btConvexHullShape Extends btConvexShape
+	
+	Method New( points:btScalar Ptr,numPoints:Int,stride:Int )
+		
+'	Method addPoint( point:btVector3,recalculateLocalAabb:Bool=True )
+	
+End
+
 Enum PHY_ScalarType
 End