Browse Source

Added btConvexHullShape.

Mark Sibly 7 years ago
parent
commit
3d85a14a46
1 changed files with 8 additions and 0 deletions
  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