예제 #1
0
 public void getAabb(Vector3 aabbMin, Vector3 aabbMax) {
   SoftbodyJNI.btSoftBody_getAabb(swigCPtr, this, aabbMin, aabbMax);
 }