浏览代码

Added btConvexHullShape.

Mark Sibly 7 年之前
父节点
当前提交
3d85a14a46
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      modules/bullet/bullet.monkey2

+ 8 - 0
modules/bullet/bullet.monkey2

@@ -343,6 +343,14 @@ Class btConeShapeZ Extends btConeShape
 			
 			
 End
 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
 Enum PHY_ScalarType
 End
 End