예제 #1
0
 public btWorldImporter(btDynamicsWorld world) {
   this(ExtrasJNI.new_btWorldImporter(btDynamicsWorld.getCPtr(world), world), true);
 }