OSDN Git Service

Removed static initializer that loads native library from each type.
authorsterwill@tinfig.com <sterwill@tinfig.com@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Wed, 28 Mar 2012 20:06:12 +0000 (20:06 +0000)
committersterwill@tinfig.com <sterwill@tinfig.com@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Wed, 28 Mar 2012 20:06:12 +0000 (20:06 +0000)
Users must now call Bullet.init() to load the library before using
any of the Bullet types.

246 files changed:
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/ClosestPointInput.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/ConvexH.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/GrahamVector2.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/HullDesc.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/HullLibrary.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/HullResult.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/PHullResult.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/Result.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/SphereTriangleDetector.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/bt32BitAxisSweep3.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btActionInterface.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btActivatingCollisionAlgorithm.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btAngleCompareFunc.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btAngularLimit.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btAxisSweep3.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBU_Simplex1to4.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBlock.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBox2dBox2dCollisionAlgorithm.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBox2dShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBoxBoxCollisionAlgorithm.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBoxBoxDetector.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBoxShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBroadphaseAabbCallback.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBroadphaseInterface.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBroadphasePair.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBroadphasePairSortPredicate.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBroadphaseProxy.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBroadphaseRayCallback.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBvhSubtreeInfo.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBvhSubtreeInfoData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btBvhTriangleMeshShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCapsuleShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCapsuleShapeData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCapsuleShapeX.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCapsuleShapeZ.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCharIndexTripletData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCharacterControllerInterface.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCollisionAlgorithm.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCollisionAlgorithmConstructionInfo.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCollisionAlgorithmCreateFunc.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCollisionConfiguration.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCollisionDispatcher.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCollisionObject.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCollisionObjectArray.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCollisionObjectDoubleData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCollisionObjectFloatData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCollisionShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCollisionShapeData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCollisionWorld.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCompoundCollisionAlgorithm.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCompoundShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCompoundShapeChild.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCompoundShapeChildData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCompoundShapeData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConcaveShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConeShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConeShapeX.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConeShapeZ.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConeTwistConstraint.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConeTwistConstraintData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConstraintInfo2.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConstraintRow.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConstraintSetting.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConstraintSolver.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btContactConstraint.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btContactSolverInfo.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btContactSolverInfoData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btContinuousConvexCollision.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvex2dConvex2dAlgorithm.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvex2dShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexCast.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexConcaveCollisionAlgorithm.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexConvexAlgorithm.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexHullComputer.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexHullShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexHullShapeData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexInternalAabbCachingShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexInternalShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexInternalShapeData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexPenetrationDepthSolver.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexPlaneCollisionAlgorithm.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexPointCloudShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexPolyhedron.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexSeparatingDistanceUtil.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexTriangleCallback.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btConvexTriangleMeshShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCylinderShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCylinderShapeData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCylinderShapeX.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btCylinderShapeZ.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btDbvt.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btDbvtAabbMm.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btDbvtBroadphase.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btDbvtNode.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btDbvtProxy.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btDefaultCollisionConfiguration.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btDefaultCollisionConstructionInfo.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btDefaultMotionState.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btDiscreteDynamicsWorld.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btDispatcher.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btDispatcherInfo.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btDynamicsWorld.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btElement.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btEmptyAlgorithm.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btEmptyShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btFace.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btGEN_Link.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btGEN_List.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btGeneric6DofConstraint.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btGeneric6DofConstraintData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btGeneric6DofSpringConstraint.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btGeneric6DofSpringConstraintData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btGeometryUtil.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btGhostObject.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btGhostPairCallback.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btGjkConvexCast.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btGjkEpaPenetrationDepthSolver.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btGjkEpaSolver2.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btGjkPairDetector.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btHashInt.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btHashPtr.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btHashString.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btHashedOverlappingPairCache.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btHeightfieldTerrainShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btHinge2Constraint.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btHingeConstraint.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btHingeConstraintDoubleData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btHingeConstraintFloatData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btIDebugDraw.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btIndexedMesh.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btIntIndexData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btInternalTriangleIndexCallback.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btJacobianEntry.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btKinematicCharacterController.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btManifoldPoint.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btManifoldResult.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btMaterial.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btMaterialProperties.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btMeshPartData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btMinkowskiPenetrationDepthSolver.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btMinkowskiSumShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btMotionState.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btMultiSapBroadphase.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btMultiSphereShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btMultiSphereShapeData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btMultimaterialTriangleMeshShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btNodeOverlapCallback.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btNullPairCache.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btOptimizedBvh.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btOptimizedBvhNode.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btOptimizedBvhNodeDoubleData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btOptimizedBvhNodeFloatData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btOverlapCallback.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btOverlapFilterCallback.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btOverlappingPairCache.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btOverlappingPairCallback.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btPairCachingGhostObject.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btPersistentManifold.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btPlane.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btPoint2PointConstraint.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btPoint2PointConstraintDoubleData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btPoint2PointConstraintFloatData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btPointCollector.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btPolyhedralContactClipping.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btPolyhedralConvexAabbCachingShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btPolyhedralConvexShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btPoolAllocator.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btPositionAndRadius.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btQuantizedBvh.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btQuantizedBvhDoubleData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btQuantizedBvhFloatData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btQuantizedBvhNode.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btQuantizedBvhNodeData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btQuaternion.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btRigidBody.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btRigidBodyConstructionInfo.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btRigidBodyDoubleData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btRigidBodyFloatData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btRotationalLimitMotor.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btScaledBvhTriangleMeshShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btScaledTriangleMeshShapeData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSequentialImpulseConstraintSolver.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btShapeHull.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btShortIntIndexData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btShortIntIndexTripletData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSimpleBroadphase.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSimpleBroadphaseProxy.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSimpleDynamicsWorld.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSimulationIslandManager.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSliderConstraint.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSliderConstraintData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSolve2LinearConstraint.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSolverBodyObsolete.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSolverConstraint.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSortedOverlappingPairCache.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSphereBoxCollisionAlgorithm.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSphereShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSphereSphereCollisionAlgorithm.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSphereTriangleCollisionAlgorithm.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btStackAlloc.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btStaticPlaneShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btStaticPlaneShapeData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btStridingMeshInterface.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btStridingMeshInterfaceData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSubSimplexClosestResult.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btSubsimplexConvexCast.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTransform.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTransformDoubleData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTransformFloatData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTransformUtil.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTranslationalLimitMotor.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangle.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangleBuffer.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangleCallback.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangleConvexcastCallback.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangleIndexVertexArray.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangleIndexVertexMaterialArray.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangleInfo.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangleInfoData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangleInfoMap.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangleInfoMapData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangleMesh.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangleMeshShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangleMeshShapeData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangleRaycastCallback.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTriangleShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTypedConstraint.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTypedConstraintData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btTypedObject.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btUniformScalingShape.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btUnionFind.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btUniversalConstraint.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btUsageBitfield.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btVector3.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btVector3DoubleData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btVector3FloatData.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btVector4.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/btVoronoiSimplexSolver.java
extensions/gdx-bullet/jni/swig-src/com/badlogic/gdx/physics/bullet/int4.java
extensions/gdx-bullet/jni/swig/gdxBullet.i
extensions/gdx-bullet/jni/swig/gdxJavaImports.i
extensions/gdx-bullet/jni/swig/javacode/btCollisionShape.i
extensions/gdx-bullet/jni/swig/javacode/btMotionState.i
extensions/gdx-bullet/jni/swig/javacode/btTransform.i
extensions/gdx-bullet/src/com/badlogic/gdx/physics/bullet/Bullet.java [new file with mode: 0644]

index 0b60d8e..6a2a13e 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class ClosestPointInput {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public ClosestPointInput() {
     this(gdxBulletJNI.new_ClosestPointInput(), true);
   }
index b6e0548..df495f3 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class ConvexH {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public ConvexH() {
     this(gdxBulletJNI.new_ConvexH__SWIG_0(), true);
   }
index 13914a2..74d3683 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class GrahamVector2 extends btVector3 {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public GrahamVector2(Vector3 org, int orgIndex) {
     this(gdxBulletJNI.new_GrahamVector2(org, orgIndex), true);
   }
index aa60c53..21391b2 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class HullDesc {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public HullDesc() {
     this(gdxBulletJNI.new_HullDesc__SWIG_0(), true);
   }
index 62d7646..e71454b 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class HullLibrary {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_vertexIndexMapping(SWIGTYPE_p_btAlignedObjectArrayT_int_t value) {
     gdxBulletJNI.HullLibrary_m_vertexIndexMapping_set(swigCPtr, this, SWIGTYPE_p_btAlignedObjectArrayT_int_t.getCPtr(value));
   }
index 3e1e22a..a6c0ebc 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class HullResult {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public HullResult() {
     this(gdxBulletJNI.new_HullResult(), true);
   }
index c1eef4a..7aa82ad 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class PHullResult {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public PHullResult() {
     this(gdxBulletJNI.new_PHullResult(), true);
   }
index 7adadcb..99ce8a8 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class Result {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setShapeIdentifiersA(int partId0, int index0) {
     gdxBulletJNI.Result_setShapeIdentifiersA(swigCPtr, this, partId0, index0);
   }
index d2b99d0..0dcc96c 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class SphereTriangleDetector {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void getClosestPoints(ClosestPointInput input, Result output, btIDebugDraw debugDraw, boolean swapResults) {
     gdxBulletJNI.SphereTriangleDetector_getClosestPoints__SWIG_0(swigCPtr, this, ClosestPointInput.getCPtr(input), input, Result.getCPtr(output), output, btIDebugDraw.getCPtr(debugDraw), debugDraw, swapResults);
   }
index 34bbe1d..91e82b9 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class bt32BitAxisSweep3 {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public bt32BitAxisSweep3(Vector3 worldAabbMin, Vector3 worldAabbMax, long maxHandles, btOverlappingPairCache pairCache, boolean disableRaycastAccelerator) {
     this(gdxBulletJNI.new_bt32BitAxisSweep3__SWIG_0(worldAabbMin, worldAabbMax, maxHandles, btOverlappingPairCache.getCPtr(pairCache), pairCache, disableRaycastAccelerator), true);
   }
index 5355813..500e1fc 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btActionInterface {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void updateAction(btCollisionWorld collisionWorld, float deltaTimeStep) {
     gdxBulletJNI.btActionInterface_updateAction(swigCPtr, this, btCollisionWorld.getCPtr(collisionWorld), collisionWorld, deltaTimeStep);
   }
index 6f940c8..5574e94 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,8 +39,4 @@ public class btActivatingCollisionAlgorithm extends btCollisionAlgorithm {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
 }
index faf8054..74d8e4b 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btAngleCompareFunc {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_anchor(btVector3 value) {
     gdxBulletJNI.btAngleCompareFunc_m_anchor_set(swigCPtr, this, btVector3.getCPtr(value), value);
   }
index 050fdfe..2e4fd7b 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btAngularLimit {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btAngularLimit() {
     this(gdxBulletJNI.new_btAngularLimit(), true);
   }
index c310b07..6712228 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btAxisSweep3 {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btAxisSweep3(Vector3 worldAabbMin, Vector3 worldAabbMax, int maxHandles, btOverlappingPairCache pairCache, boolean disableRaycastAccelerator) {
     this(gdxBulletJNI.new_btAxisSweep3__SWIG_0(worldAabbMin, worldAabbMax, maxHandles, btOverlappingPairCache.getCPtr(pairCache), pairCache, disableRaycastAccelerator), true);
   }
index 611dfad..701aff6 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBU_Simplex1to4 extends btPolyhedralConvexAabbCachingShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btBU_Simplex1to4() {
     this(gdxBulletJNI.new_btBU_Simplex1to4__SWIG_0(), true);
   }
index dfcefc0..d0aecd3 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBlock {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setPrevious(btBlock value) {
     gdxBulletJNI.btBlock_previous_set(swigCPtr, this, btBlock.getCPtr(value), value);
   }
index 499801b..328620c 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBox2dBox2dCollisionAlgorithm extends btActivatingCollisionAlgorit
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btBox2dBox2dCollisionAlgorithm(btCollisionAlgorithmConstructionInfo ci) {
     this(gdxBulletJNI.new_btBox2dBox2dCollisionAlgorithm__SWIG_0(btCollisionAlgorithmConstructionInfo.getCPtr(ci), ci), true);
   }
index 034ffcc..8a41fa0 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBox2dShape extends btPolyhedralConvexShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public Vector3 getHalfExtentsWithMargin() {
        return gdxBulletJNI.btBox2dShape_getHalfExtentsWithMargin(swigCPtr, this);
 }
index 00ecb34..0c6037b 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBoxBoxCollisionAlgorithm extends btActivatingCollisionAlgorithm {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btBoxBoxCollisionAlgorithm(btCollisionAlgorithmConstructionInfo ci) {
     this(gdxBulletJNI.new_btBoxBoxCollisionAlgorithm__SWIG_0(btCollisionAlgorithmConstructionInfo.getCPtr(ci), ci), true);
   }
index a3ba86c..1708cad 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBoxBoxDetector {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_box1(btBoxShape value) {
     gdxBulletJNI.btBoxBoxDetector_m_box1_set(swigCPtr, this, btBoxShape.getCPtr(value), value);
   }
index 9c2ab0c..e6b9fd9 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBoxShape extends btPolyhedralConvexShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public Vector3 getHalfExtentsWithMargin() {
        return gdxBulletJNI.btBoxShape_getHalfExtentsWithMargin(swigCPtr, this);
 }
index cb6013c..930dbb8 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBroadphaseAabbCallback {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public boolean process(btBroadphaseProxy proxy) {
     return gdxBulletJNI.btBroadphaseAabbCallback_process(swigCPtr, this, btBroadphaseProxy.getCPtr(proxy), proxy);
   }
index 999afc1..0bfb751 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBroadphaseInterface {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btBroadphaseProxy createProxy(Vector3 aabbMin, Vector3 aabbMax, int shapeType, SWIGTYPE_p_void userPtr, short collisionFilterGroup, short collisionFilterMask, btDispatcher dispatcher, SWIGTYPE_p_void multiSapProxy) {
     long cPtr = gdxBulletJNI.btBroadphaseInterface_createProxy(swigCPtr, this, aabbMin, aabbMax, shapeType, SWIGTYPE_p_void.getCPtr(userPtr), collisionFilterGroup, collisionFilterMask, btDispatcher.getCPtr(dispatcher), dispatcher, SWIGTYPE_p_void.getCPtr(multiSapProxy));
     return (cPtr == 0) ? null : new btBroadphaseProxy(cPtr, false);
index d1dce57..f71dde6 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBroadphasePair {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btBroadphasePair() {
     this(gdxBulletJNI.new_btBroadphasePair__SWIG_0(), true);
   }
index ec6b15a..44895c3 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBroadphasePairSortPredicate {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btBroadphasePairSortPredicate() {
     this(gdxBulletJNI.new_btBroadphasePairSortPredicate(), true);
   }
index a3926fb..15824bc 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBroadphaseProxy {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_clientObject(SWIGTYPE_p_void value) {
     gdxBulletJNI.btBroadphaseProxy_m_clientObject_set(swigCPtr, this, SWIGTYPE_p_void.getCPtr(value));
   }
index 1e62dd4..3fe807c 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBroadphaseRayCallback extends btBroadphaseAabbCallback {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_rayDirectionInverse(btVector3 value) {
     gdxBulletJNI.btBroadphaseRayCallback_m_rayDirectionInverse_set(swigCPtr, this, btVector3.getCPtr(value), value);
   }
index 6e8081f..80926e1 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBvhSubtreeInfo {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_quantizedAabbMin(int[] value) {
     gdxBulletJNI.btBvhSubtreeInfo_m_quantizedAabbMin_set(swigCPtr, this, value);
   }
index aeb00ff..c0723c9 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBvhSubtreeInfoData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_rootNodeIndex(int value) {
     gdxBulletJNI.btBvhSubtreeInfoData_m_rootNodeIndex_set(swigCPtr, this, value);
   }
index 84523ac..be2e6fd 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btBvhTriangleMeshShape extends btTriangleMeshShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btBvhTriangleMeshShape(btStridingMeshInterface meshInterface, boolean useQuantizedAabbCompression, boolean buildBvh) {
     this(gdxBulletJNI.new_btBvhTriangleMeshShape__SWIG_0(btStridingMeshInterface.getCPtr(meshInterface), meshInterface, useQuantizedAabbCompression, buildBvh), true);
   }
index 0ae4019..94f4fc7 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCapsuleShape extends btConvexInternalShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btCapsuleShape(float radius, float height) {
     this(gdxBulletJNI.new_btCapsuleShape__SWIG_1(radius, height), true);
   }
index fc3866c..6a33b63 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCapsuleShapeData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_convexInternalShapeData(btConvexInternalShapeData value) {
     gdxBulletJNI.btCapsuleShapeData_m_convexInternalShapeData_set(swigCPtr, this, btConvexInternalShapeData.getCPtr(value), value);
   }
index 6632ad9..e15dc67 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCapsuleShapeX extends btCapsuleShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btCapsuleShapeX(float radius, float height) {
     this(gdxBulletJNI.new_btCapsuleShapeX(radius, height), true);
   }
index a23c7b6..0eb3455 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCapsuleShapeZ extends btCapsuleShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btCapsuleShapeZ(float radius, float height) {
     this(gdxBulletJNI.new_btCapsuleShapeZ(radius, height), true);
   }
index f19509d..64e8008 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCharIndexTripletData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_values(short[] value) {
     gdxBulletJNI.btCharIndexTripletData_m_values_set(swigCPtr, this, value);
   }
index 5de38b4..2fa42cd 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCharacterControllerInterface extends btActionInterface {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setWalkDirection(Vector3 walkDirection) {
     gdxBulletJNI.btCharacterControllerInterface_setWalkDirection(swigCPtr, this, walkDirection);
   }
index f484dc7..9af1a33 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCollisionAlgorithm {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void processCollision(btCollisionObject body0, btCollisionObject body1, btDispatcherInfo dispatchInfo, btManifoldResult resultOut) {
     gdxBulletJNI.btCollisionAlgorithm_processCollision(swigCPtr, this, btCollisionObject.getCPtr(body0), body0, btCollisionObject.getCPtr(body1), body1, btDispatcherInfo.getCPtr(dispatchInfo), dispatchInfo, btManifoldResult.getCPtr(resultOut), resultOut);
   }
index 987a9f5..8003baf 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCollisionAlgorithmConstructionInfo {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btCollisionAlgorithmConstructionInfo() {
     this(gdxBulletJNI.new_btCollisionAlgorithmConstructionInfo__SWIG_0(), true);
   }
index 6bd0146..067563f 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCollisionAlgorithmCreateFunc {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_swapped(boolean value) {
     gdxBulletJNI.btCollisionAlgorithmCreateFunc_m_swapped_set(swigCPtr, this, value);
   }
index 464b881..027edfe 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCollisionConfiguration {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btPoolAllocator getPersistentManifoldPool() {
     long cPtr = gdxBulletJNI.btCollisionConfiguration_getPersistentManifoldPool(swigCPtr, this);
     return (cPtr == 0) ? null : new btPoolAllocator(cPtr, false);
index a87e548..4235f7d 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCollisionDispatcher extends btDispatcher {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public int getDispatcherFlags() {
     return gdxBulletJNI.btCollisionDispatcher_getDispatcherFlags(swigCPtr, this);
   }
index c7692fd..4462f32 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCollisionObject {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public boolean mergesSimulationIslands() {
     return gdxBulletJNI.btCollisionObject_mergesSimulationIslands(swigCPtr, this);
   }
index 0a6758a..34ad347 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCollisionObjectArray {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btCollisionObjectArray() {
     this(gdxBulletJNI.new_btCollisionObjectArray__SWIG_0(), true);
   }
index a9800d7..af4c7fc 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCollisionObjectDoubleData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_broadphaseHandle(SWIGTYPE_p_void value) {
     gdxBulletJNI.btCollisionObjectDoubleData_m_broadphaseHandle_set(swigCPtr, this, SWIGTYPE_p_void.getCPtr(value));
   }
index 44d9dad..5fa4a23 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCollisionObjectFloatData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_broadphaseHandle(SWIGTYPE_p_void value) {
     gdxBulletJNI.btCollisionObjectFloatData_m_broadphaseHandle_set(swigCPtr, this, SWIGTYPE_p_void.getCPtr(value));
   }
index bb6cc37..7f927d6 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -41,10 +40,6 @@ public class btCollisionShape {
   }
 
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public static btCollisionShape newDerivedObject(long swigCPtr, boolean owner) {
     if (swigCPtr == 0) {
       return null;
index 25c3405..a0aecfa 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCollisionShapeData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_name(String value) {
     gdxBulletJNI.btCollisionShapeData_m_name_set(swigCPtr, this, value);
   }
index 15bb557..88b8803 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCollisionWorld {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btCollisionWorld(btDispatcher dispatcher, btBroadphaseInterface broadphasePairCache, btCollisionConfiguration collisionConfiguration) {
     this(gdxBulletJNI.new_btCollisionWorld(btDispatcher.getCPtr(dispatcher), dispatcher, btBroadphaseInterface.getCPtr(broadphasePairCache), broadphasePairCache, btCollisionConfiguration.getCPtr(collisionConfiguration), collisionConfiguration), true);
   }
index 1fd31cc..f19ea49 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCompoundCollisionAlgorithm extends btActivatingCollisionAlgorithm
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btCompoundCollisionAlgorithm(btCollisionAlgorithmConstructionInfo ci, btCollisionObject body0, btCollisionObject body1, boolean isSwapped) {
     this(gdxBulletJNI.new_btCompoundCollisionAlgorithm(btCollisionAlgorithmConstructionInfo.getCPtr(ci), ci, btCollisionObject.getCPtr(body0), body0, btCollisionObject.getCPtr(body1), body1, isSwapped), true);
   }
index b9fcf34..73b9590 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCompoundShape extends btCollisionShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btCompoundShape(boolean enableDynamicAabbTree) {
     this(gdxBulletJNI.new_btCompoundShape__SWIG_0(enableDynamicAabbTree), true);
   }
index bd43111..34506f5 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCompoundShapeChild {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_transform(btTransform value) {
     gdxBulletJNI.btCompoundShapeChild_m_transform_set(swigCPtr, this, btTransform.getCPtr(value), value);
   }
index 7da2f77..a0b2fe5 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCompoundShapeChildData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_transform(btTransformFloatData value) {
     gdxBulletJNI.btCompoundShapeChildData_m_transform_set(swigCPtr, this, btTransformFloatData.getCPtr(value), value);
   }
index aeefe9a..114e9d9 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCompoundShapeData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_collisionShapeData(btCollisionShapeData value) {
     gdxBulletJNI.btCompoundShapeData_m_collisionShapeData_set(swigCPtr, this, btCollisionShapeData.getCPtr(value), value);
   }
index 27574df..60e7e3d 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConcaveShape extends btCollisionShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void processAllTriangles(btTriangleCallback callback, Vector3 aabbMin, Vector3 aabbMax) {
     gdxBulletJNI.btConcaveShape_processAllTriangles(swigCPtr, this, btTriangleCallback.getCPtr(callback), callback, aabbMin, aabbMax);
   }
index 264fea3..a8c17fb 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConeShape extends btConvexInternalShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConeShape(float radius, float height) {
     this(gdxBulletJNI.new_btConeShape(radius, height), true);
   }
index dc89e68..c854dd8 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConeShapeX extends btConeShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConeShapeX(float radius, float height) {
     this(gdxBulletJNI.new_btConeShapeX(radius, height), true);
   }
index b907a54..2dca097 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConeShapeZ extends btConeShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConeShapeZ(float radius, float height) {
     this(gdxBulletJNI.new_btConeShapeZ(radius, height), true);
   }
index ce270fc..c4dda96 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConeTwistConstraint extends btTypedConstraint {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConeTwistConstraint(btRigidBody rbA, btRigidBody rbB, btTransform rbAFrame, btTransform rbBFrame) {
     this(gdxBulletJNI.new_btConeTwistConstraint__SWIG_0(btRigidBody.getCPtr(rbA), rbA, btRigidBody.getCPtr(rbB), rbB, btTransform.getCPtr(rbAFrame), rbAFrame, btTransform.getCPtr(rbBFrame), rbBFrame), true);
   }
index a0daec7..7e95d5c 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConeTwistConstraintData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_typeConstraintData(btTypedConstraintData value) {
     gdxBulletJNI.btConeTwistConstraintData_m_typeConstraintData_set(swigCPtr, this, btTypedConstraintData.getCPtr(value), value);
   }
index e665d41..44795ea 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConstraintInfo2 {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setFps(float value) {
     gdxBulletJNI.btConstraintInfo2_fps_set(swigCPtr, this, value);
   }
index 911e247..ab4c09b 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConstraintRow {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_normal(float[] value) {
     gdxBulletJNI.btConstraintRow_m_normal_set(swigCPtr, this, value);
   }
index 980d497..0afb9ad 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConstraintSetting {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConstraintSetting() {
     this(gdxBulletJNI.new_btConstraintSetting(), true);
   }
index 0e91930..f12eb6a 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConstraintSolver {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void prepareSolve(int arg0, int arg1) {
     gdxBulletJNI.btConstraintSolver_prepareSolve(swigCPtr, this, arg0, arg1);
   }
index 2b16284..dd96291 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btContactConstraint extends btTypedConstraint {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setContactManifold(btPersistentManifold contactManifold) {
     gdxBulletJNI.btContactConstraint_setContactManifold(swigCPtr, this, btPersistentManifold.getCPtr(contactManifold), contactManifold);
   }
index 0efa99d..320f4d5 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btContactSolverInfo extends btContactSolverInfoData {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btContactSolverInfo() {
     this(gdxBulletJNI.new_btContactSolverInfo(), true);
   }
index 3606065..bf1a639 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btContactSolverInfoData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_tau(float value) {
     gdxBulletJNI.btContactSolverInfoData_m_tau_set(swigCPtr, this, value);
   }
index 9fb110a..f196af6 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btContinuousConvexCollision extends btConvexCast {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btContinuousConvexCollision(btConvexShape shapeA, btConvexShape shapeB, SWIGTYPE_p_btSimplexSolverInterface simplexSolver, btConvexPenetrationDepthSolver penetrationDepthSolver) {
     this(gdxBulletJNI.new_btContinuousConvexCollision__SWIG_0(btConvexShape.getCPtr(shapeA), shapeA, btConvexShape.getCPtr(shapeB), shapeB, SWIGTYPE_p_btSimplexSolverInterface.getCPtr(simplexSolver), btConvexPenetrationDepthSolver.getCPtr(penetrationDepthSolver), penetrationDepthSolver), true);
   }
index a06f426..8c14725 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvex2dConvex2dAlgorithm extends btActivatingCollisionAlgorithm
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConvex2dConvex2dAlgorithm(btPersistentManifold mf, btCollisionAlgorithmConstructionInfo ci, btCollisionObject body0, btCollisionObject body1, SWIGTYPE_p_btSimplexSolverInterface simplexSolver, btConvexPenetrationDepthSolver pdSolver, int numPerturbationIterations, int minimumPointsPerturbationThreshold) {
     this(gdxBulletJNI.new_btConvex2dConvex2dAlgorithm(btPersistentManifold.getCPtr(mf), mf, btCollisionAlgorithmConstructionInfo.getCPtr(ci), ci, btCollisionObject.getCPtr(body0), body0, btCollisionObject.getCPtr(body1), body1, SWIGTYPE_p_btSimplexSolverInterface.getCPtr(simplexSolver), btConvexPenetrationDepthSolver.getCPtr(pdSolver), pdSolver, numPerturbationIterations, minimumPointsPerturbationThreshold), true);
   }
index eec78dd..deb985d 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvex2dShape extends btConvexShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConvex2dShape(btConvexShape convexChildShape) {
     this(gdxBulletJNI.new_btConvex2dShape(btConvexShape.getCPtr(convexChildShape), convexChildShape), true);
   }
index 62e1594..970620b 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexCast {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public boolean calcTimeOfImpact(btTransform fromA, btTransform toA, btTransform fromB, btTransform toB, SWIGTYPE_p_btConvexCast__CastResult result) {
     return gdxBulletJNI.btConvexCast_calcTimeOfImpact(swigCPtr, this, btTransform.getCPtr(fromA), fromA, btTransform.getCPtr(toA), toA, btTransform.getCPtr(fromB), fromB, btTransform.getCPtr(toB), toB, SWIGTYPE_p_btConvexCast__CastResult.getCPtr(result));
   }
index e003f80..849f34e 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexConcaveCollisionAlgorithm extends btActivatingCollisionAlgo
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConvexConcaveCollisionAlgorithm(btCollisionAlgorithmConstructionInfo ci, btCollisionObject body0, btCollisionObject body1, boolean isSwapped) {
     this(gdxBulletJNI.new_btConvexConcaveCollisionAlgorithm(btCollisionAlgorithmConstructionInfo.getCPtr(ci), ci, btCollisionObject.getCPtr(body0), body0, btCollisionObject.getCPtr(body1), body1, isSwapped), true);
   }
index 23b3016..b7d4c40 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexConvexAlgorithm extends btActivatingCollisionAlgorithm {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConvexConvexAlgorithm(btPersistentManifold mf, btCollisionAlgorithmConstructionInfo ci, btCollisionObject body0, btCollisionObject body1, SWIGTYPE_p_btSimplexSolverInterface simplexSolver, btConvexPenetrationDepthSolver pdSolver, int numPerturbationIterations, int minimumPointsPerturbationThreshold) {
     this(gdxBulletJNI.new_btConvexConvexAlgorithm(btPersistentManifold.getCPtr(mf), mf, btCollisionAlgorithmConstructionInfo.getCPtr(ci), ci, btCollisionObject.getCPtr(body0), body0, btCollisionObject.getCPtr(body1), body1, SWIGTYPE_p_btSimplexSolverInterface.getCPtr(simplexSolver), btConvexPenetrationDepthSolver.getCPtr(pdSolver), pdSolver, numPerturbationIterations, minimumPointsPerturbationThreshold), true);
   }
index 281fc68..5a1128d 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexHullComputer {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setVertices(SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t value) {
     gdxBulletJNI.btConvexHullComputer_vertices_set(swigCPtr, this, SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t.getCPtr(value));
   }
index acda9a8..0b6373d 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexHullShape extends btPolyhedralConvexAabbCachingShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConvexHullShape(float[] points, int numPoints, int stride) {
     this(gdxBulletJNI.new_btConvexHullShape__SWIG_0(points, numPoints, stride), true);
   }
index ab1e431..7e110f6 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexHullShapeData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_convexInternalShapeData(btConvexInternalShapeData value) {
     gdxBulletJNI.btConvexHullShapeData_m_convexInternalShapeData_set(swigCPtr, this, btConvexInternalShapeData.getCPtr(value), value);
   }
index ae03e7e..c23b677 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexInternalAabbCachingShape extends btConvexInternalShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void recalcLocalAabb() {
     gdxBulletJNI.btConvexInternalAabbCachingShape_recalcLocalAabb(swigCPtr, this);
   }
index a4a3004..3a53044 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexInternalShape extends btConvexShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public Vector3 getImplicitShapeDimensions() {
        return gdxBulletJNI.btConvexInternalShape_getImplicitShapeDimensions(swigCPtr, this);
 }
index 76e9abc..2e8fb7d 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexInternalShapeData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_collisionShapeData(btCollisionShapeData value) {
     gdxBulletJNI.btConvexInternalShapeData_m_collisionShapeData_set(swigCPtr, this, btCollisionShapeData.getCPtr(value), value);
   }
index 51b95e9..3121a17 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexPenetrationDepthSolver {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public boolean calcPenDepth(SWIGTYPE_p_btSimplexSolverInterface simplexSolver, btConvexShape convexA, btConvexShape convexB, btTransform transA, btTransform transB, Vector3 v, Vector3 pa, Vector3 pb, btIDebugDraw debugDraw, btStackAlloc stackAlloc) {
     return gdxBulletJNI.btConvexPenetrationDepthSolver_calcPenDepth(swigCPtr, this, SWIGTYPE_p_btSimplexSolverInterface.getCPtr(simplexSolver), btConvexShape.getCPtr(convexA), convexA, btConvexShape.getCPtr(convexB), convexB, btTransform.getCPtr(transA), transA, btTransform.getCPtr(transB), transB, v, pa, pb, btIDebugDraw.getCPtr(debugDraw), debugDraw, btStackAlloc.getCPtr(stackAlloc), stackAlloc);
   }
index 1086696..11e81f1 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexPlaneCollisionAlgorithm extends btCollisionAlgorithm {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConvexPlaneCollisionAlgorithm(btPersistentManifold mf, btCollisionAlgorithmConstructionInfo ci, btCollisionObject col0, btCollisionObject col1, boolean isSwapped, int numPerturbationIterations, int minimumPointsPerturbationThreshold) {
     this(gdxBulletJNI.new_btConvexPlaneCollisionAlgorithm(btPersistentManifold.getCPtr(mf), mf, btCollisionAlgorithmConstructionInfo.getCPtr(ci), ci, btCollisionObject.getCPtr(col0), col0, btCollisionObject.getCPtr(col1), col1, isSwapped, numPerturbationIterations, minimumPointsPerturbationThreshold), true);
   }
index 4e3e48c..ba81cda 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexPointCloudShape extends btPolyhedralConvexAabbCachingShape
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConvexPointCloudShape() {
     this(gdxBulletJNI.new_btConvexPointCloudShape__SWIG_0(), true);
   }
index 9c63f7f..4fd8b2b 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexPolyhedron {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConvexPolyhedron() {
     this(gdxBulletJNI.new_btConvexPolyhedron(), true);
   }
index 78c3ae8..e0d8fcb 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexSeparatingDistanceUtil {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConvexSeparatingDistanceUtil(float boundingRadiusA, float boundingRadiusB) {
     this(gdxBulletJNI.new_btConvexSeparatingDistanceUtil(boundingRadiusA, boundingRadiusB), true);
   }
index cbd59d9..dc5ed6f 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexShape extends btCollisionShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public Vector3 localGetSupportingVertex(Vector3 vec) {
        return gdxBulletJNI.btConvexShape_localGetSupportingVertex(swigCPtr, this, vec);
 }
index 7bf0d9d..209eeea 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexTriangleCallback extends btTriangleCallback {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_triangleCount(int value) {
     gdxBulletJNI.btConvexTriangleCallback_m_triangleCount_set(swigCPtr, this, value);
   }
index 5c98b5a..6a01f95 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btConvexTriangleMeshShape extends btPolyhedralConvexAabbCachingShap
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btConvexTriangleMeshShape(btStridingMeshInterface meshInterface, boolean calcAabb) {
     this(gdxBulletJNI.new_btConvexTriangleMeshShape__SWIG_0(btStridingMeshInterface.getCPtr(meshInterface), meshInterface, calcAabb), true);
   }
index 984746b..ccbb72b 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCylinderShape extends btConvexInternalShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public Vector3 getHalfExtentsWithMargin() {
        return gdxBulletJNI.btCylinderShape_getHalfExtentsWithMargin(swigCPtr, this);
 }
index 26ac99e..fbfef85 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCylinderShapeData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_convexInternalShapeData(btConvexInternalShapeData value) {
     gdxBulletJNI.btCylinderShapeData_m_convexInternalShapeData_set(swigCPtr, this, btConvexInternalShapeData.getCPtr(value), value);
   }
index 9bad5ca..a69cb87 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCylinderShapeX extends btCylinderShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btCylinderShapeX(Vector3 halfExtents) {
     this(gdxBulletJNI.new_btCylinderShapeX(halfExtents), true);
   }
index 06c52e2..35fb5d0 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btCylinderShapeZ extends btCylinderShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btCylinderShapeZ(Vector3 halfExtents) {
     this(gdxBulletJNI.new_btCylinderShapeZ(halfExtents), true);
   }
index 309736d..695f144 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btDbvt {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_root(btDbvtNode value) {
     gdxBulletJNI.btDbvt_m_root_set(swigCPtr, this, btDbvtNode.getCPtr(value), value);
   }
index 77336e3..bcc8b82 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btDbvtAabbMm {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public Vector3 Center() {
        return gdxBulletJNI.btDbvtAabbMm_Center(swigCPtr, this);
 }
index e741fa5..2c34bfa 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btDbvtBroadphase extends btBroadphaseInterface {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_sets(btDbvt value) {
     gdxBulletJNI.btDbvtBroadphase_m_sets_set(swigCPtr, this, btDbvt.getCPtr(value), value);
   }
index e47ca8c..a4f51a0 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btDbvtNode {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setVolume(btDbvtAabbMm value) {
     gdxBulletJNI.btDbvtNode_volume_set(swigCPtr, this, btDbvtAabbMm.getCPtr(value), value);
   }
index 9a2607c..ff8240e 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btDbvtProxy extends btBroadphaseProxy {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setLeaf(btDbvtNode value) {
     gdxBulletJNI.btDbvtProxy_leaf_set(swigCPtr, this, btDbvtNode.getCPtr(value), value);
   }
index f0e6b62..95485ed 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btDefaultCollisionConfiguration extends btCollisionConfiguration {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btDefaultCollisionConfiguration(btDefaultCollisionConstructionInfo constructionInfo) {
     this(gdxBulletJNI.new_btDefaultCollisionConfiguration__SWIG_0(btDefaultCollisionConstructionInfo.getCPtr(constructionInfo), constructionInfo), true);
   }
index 4b840f2..4394b6f 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btDefaultCollisionConstructionInfo {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_stackAlloc(btStackAlloc value) {
     gdxBulletJNI.btDefaultCollisionConstructionInfo_m_stackAlloc_set(swigCPtr, this, btStackAlloc.getCPtr(value), value);
   }
index 1c4f496..897abf6 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btDefaultMotionState extends btMotionState {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_graphicsWorldTrans(btTransform value) {
     gdxBulletJNI.btDefaultMotionState_m_graphicsWorldTrans_set(swigCPtr, this, btTransform.getCPtr(value), value);
   }
index f8923b2..0abc586 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btDiscreteDynamicsWorld extends btDynamicsWorld {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btDiscreteDynamicsWorld(btDispatcher dispatcher, btBroadphaseInterface pairCache, btConstraintSolver constraintSolver, btCollisionConfiguration collisionConfiguration) {
     this(gdxBulletJNI.new_btDiscreteDynamicsWorld(btDispatcher.getCPtr(dispatcher), dispatcher, btBroadphaseInterface.getCPtr(pairCache), pairCache, btConstraintSolver.getCPtr(constraintSolver), constraintSolver, btCollisionConfiguration.getCPtr(collisionConfiguration), collisionConfiguration), true);
   }
index a8a2e33..9f20c4c 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btDispatcher {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btCollisionAlgorithm findAlgorithm(btCollisionObject body0, btCollisionObject body1, btPersistentManifold sharedManifold) {
     long cPtr = gdxBulletJNI.btDispatcher_findAlgorithm__SWIG_0(swigCPtr, this, btCollisionObject.getCPtr(body0), body0, btCollisionObject.getCPtr(body1), body1, btPersistentManifold.getCPtr(sharedManifold), sharedManifold);
     return (cPtr == 0) ? null : new btCollisionAlgorithm(cPtr, false);
index 724a681..7802695 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btDispatcherInfo {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btDispatcherInfo() {
     this(gdxBulletJNI.new_btDispatcherInfo(), true);
   }
index da0ae7b..7a00670 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btDynamicsWorld extends btCollisionWorld {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public int stepSimulation(float timeStep, int maxSubSteps, float fixedTimeStep) {
     return gdxBulletJNI.btDynamicsWorld_stepSimulation__SWIG_0(swigCPtr, this, timeStep, maxSubSteps, fixedTimeStep);
   }
index 6a70d32..eddb218 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btElement {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_id(int value) {
     gdxBulletJNI.btElement_m_id_set(swigCPtr, this, value);
   }
index ab36023..d82b53a 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btEmptyAlgorithm extends btCollisionAlgorithm {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btEmptyAlgorithm(btCollisionAlgorithmConstructionInfo ci) {
     this(gdxBulletJNI.new_btEmptyAlgorithm(btCollisionAlgorithmConstructionInfo.getCPtr(ci), ci), true);
   }
index e0597c7..6d5c454 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btEmptyShape extends btConcaveShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btEmptyShape() {
     this(gdxBulletJNI.new_btEmptyShape(), true);
   }
index 7d5ff13..25b88dd 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btFace {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_indices(SWIGTYPE_p_btAlignedObjectArrayT_int_t value) {
     gdxBulletJNI.btFace_m_indices_set(swigCPtr, this, SWIGTYPE_p_btAlignedObjectArrayT_int_t.getCPtr(value));
   }
index 7946843..44ee9e0 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btGEN_Link {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btGEN_Link() {
     this(gdxBulletJNI.new_btGEN_Link__SWIG_0(), true);
   }
index 275084e..0bd1fda 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btGEN_List {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btGEN_List() {
     this(gdxBulletJNI.new_btGEN_List(), true);
   }
index 9007c14..a83fa0d 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btGeneric6DofConstraint extends btTypedConstraint {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_useSolveConstraintObsolete(boolean value) {
     gdxBulletJNI.btGeneric6DofConstraint_m_useSolveConstraintObsolete_set(swigCPtr, this, value);
   }
index 6a39552..67ca250 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btGeneric6DofConstraintData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_typeConstraintData(btTypedConstraintData value) {
     gdxBulletJNI.btGeneric6DofConstraintData_m_typeConstraintData_set(swigCPtr, this, btTypedConstraintData.getCPtr(value), value);
   }
index 4034e5f..2d726da 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btGeneric6DofSpringConstraint extends btGeneric6DofConstraint {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btGeneric6DofSpringConstraint(btRigidBody rbA, btRigidBody rbB, btTransform frameInA, btTransform frameInB, boolean useLinearReferenceFrameA) {
     this(gdxBulletJNI.new_btGeneric6DofSpringConstraint__SWIG_0(btRigidBody.getCPtr(rbA), rbA, btRigidBody.getCPtr(rbB), rbB, btTransform.getCPtr(frameInA), frameInA, btTransform.getCPtr(frameInB), frameInB, useLinearReferenceFrameA), true);
   }
index 377883c..255e893 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btGeneric6DofSpringConstraintData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_6dofData(btGeneric6DofConstraintData value) {
     gdxBulletJNI.btGeneric6DofSpringConstraintData_m_6dofData_set(swigCPtr, this, btGeneric6DofConstraintData.getCPtr(value), value);
   }
index 7646a51..950677c 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btGeometryUtil {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public static void getPlaneEquationsFromVertices(SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t vertices, SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t planeEquationsOut) {
     gdxBulletJNI.btGeometryUtil_getPlaneEquationsFromVertices(SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t.getCPtr(vertices), SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t.getCPtr(planeEquationsOut));
   }
index fcf3760..02b5910 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btGhostObject extends btCollisionObject {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btGhostObject() {
     this(gdxBulletJNI.new_btGhostObject(), true);
   }
index 0803d5f..dffdc37 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btGhostPairCallback extends btOverlappingPairCallback {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btGhostPairCallback() {
     this(gdxBulletJNI.new_btGhostPairCallback(), true);
   }
index d845cf6..8d67562 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btGjkConvexCast extends btConvexCast {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btGjkConvexCast(btConvexShape convexA, btConvexShape convexB, SWIGTYPE_p_btSimplexSolverInterface simplexSolver) {
     this(gdxBulletJNI.new_btGjkConvexCast(btConvexShape.getCPtr(convexA), convexA, btConvexShape.getCPtr(convexB), convexB, SWIGTYPE_p_btSimplexSolverInterface.getCPtr(simplexSolver)), true);
   }
index 966c2ee..566d573 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btGjkEpaPenetrationDepthSolver extends btConvexPenetrationDepthSolv
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btGjkEpaPenetrationDepthSolver() {
     this(gdxBulletJNI.new_btGjkEpaPenetrationDepthSolver(), true);
   }
index 697f974..47caefb 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btGjkEpaSolver2 {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public static int StackSizeRequirement() {
     return gdxBulletJNI.btGjkEpaSolver2_StackSizeRequirement();
   }
index 95bbaa8..106fe9d 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btGjkPairDetector {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_lastUsedMethod(int value) {
     gdxBulletJNI.btGjkPairDetector_m_lastUsedMethod_set(swigCPtr, this, value);
   }
index e1aba20..ac0ae59 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btHashInt {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btHashInt(int uid) {
     this(gdxBulletJNI.new_btHashInt(uid), true);
   }
index 69bfa63..fbf9ab1 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btHashPtr {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btHashPtr(SWIGTYPE_p_void ptr) {
     this(gdxBulletJNI.new_btHashPtr(SWIGTYPE_p_void.getCPtr(ptr)), true);
   }
index 924137a..a925df5 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btHashString {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_string(String value) {
     gdxBulletJNI.btHashString_m_string_set(swigCPtr, this, value);
   }
index b6d4be1..13ff916 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btHashedOverlappingPairCache extends btOverlappingPairCache {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btHashedOverlappingPairCache() {
     this(gdxBulletJNI.new_btHashedOverlappingPairCache(), true);
   }
index 7d601d9..a73b284 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btHeightfieldTerrainShape extends btConcaveShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, SWIGTYPE_p_void heightfieldData, float heightScale, float minHeight, float maxHeight, int upAxis, int heightDataType, boolean flipQuadEdges) {
     this(gdxBulletJNI.new_btHeightfieldTerrainShape__SWIG_0(heightStickWidth, heightStickLength, SWIGTYPE_p_void.getCPtr(heightfieldData), heightScale, minHeight, maxHeight, upAxis, heightDataType, flipQuadEdges), true);
   }
index 9fdd3c8..086b91f 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btHinge2Constraint extends btGeneric6DofSpringConstraint {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btHinge2Constraint(btRigidBody rbA, btRigidBody rbB, Vector3 anchor, Vector3 axis1, Vector3 axis2) {
     this(gdxBulletJNI.new_btHinge2Constraint(btRigidBody.getCPtr(rbA), rbA, btRigidBody.getCPtr(rbB), rbB, anchor, axis1, axis2), true);
   }
index ed7e810..26fe2da 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btHingeConstraint extends btTypedConstraint {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btHingeConstraint(btRigidBody rbA, btRigidBody rbB, Vector3 pivotInA, Vector3 pivotInB, Vector3 axisInA, Vector3 axisInB, boolean useReferenceFrameA) {
     this(gdxBulletJNI.new_btHingeConstraint__SWIG_0(btRigidBody.getCPtr(rbA), rbA, btRigidBody.getCPtr(rbB), rbB, pivotInA, pivotInB, axisInA, axisInB, useReferenceFrameA), true);
   }
index ad93449..3bdc219 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btHingeConstraintDoubleData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_typeConstraintData(btTypedConstraintData value) {
     gdxBulletJNI.btHingeConstraintDoubleData_m_typeConstraintData_set(swigCPtr, this, btTypedConstraintData.getCPtr(value), value);
   }
index 458f0ed..d3106d2 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btHingeConstraintFloatData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_typeConstraintData(btTypedConstraintData value) {
     gdxBulletJNI.btHingeConstraintFloatData_m_typeConstraintData_set(swigCPtr, this, btTypedConstraintData.getCPtr(value), value);
   }
index e992c5c..2ece046 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -55,10 +54,6 @@ public class btIDebugDraw {
     gdxBulletJNI.btIDebugDraw_change_ownership(this, swigCPtr, true);
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void drawLine(Vector3 from, Vector3 to, Vector3 color) {
     gdxBulletJNI.btIDebugDraw_drawLine__SWIG_0(swigCPtr, this, from, to, color);
   }
index d0efd27..b021436 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btIndexedMesh {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_numTriangles(int value) {
     gdxBulletJNI.btIndexedMesh_m_numTriangles_set(swigCPtr, this, value);
   }
index 543c670..1d800ef 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btIntIndexData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_value(int value) {
     gdxBulletJNI.btIntIndexData_m_value_set(swigCPtr, this, value);
   }
index 360b1fa..df35bf9 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btInternalTriangleIndexCallback {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void internalProcessTriangleIndex(btVector3 triangle, int partId, int triangleIndex) {
     gdxBulletJNI.btInternalTriangleIndexCallback_internalProcessTriangleIndex(swigCPtr, this, btVector3.getCPtr(triangle), triangle, partId, triangleIndex);
   }
index 88001a8..ba93e69 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btJacobianEntry {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btJacobianEntry() {
     this(gdxBulletJNI.new_btJacobianEntry__SWIG_0(), true);
   }
index e3579ed..e82c0b6 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btKinematicCharacterController extends btCharacterControllerInterfa
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btKinematicCharacterController(btPairCachingGhostObject ghostObject, btConvexShape convexShape, float stepHeight, int upAxis) {
     this(gdxBulletJNI.new_btKinematicCharacterController__SWIG_0(btPairCachingGhostObject.getCPtr(ghostObject), ghostObject, btConvexShape.getCPtr(convexShape), convexShape, stepHeight, upAxis), true);
   }
index ffdfeb5..f221bfe 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btManifoldPoint {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btManifoldPoint() {
     this(gdxBulletJNI.new_btManifoldPoint__SWIG_0(), true);
   }
index 59e6a27..5a9e5c3 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btManifoldResult {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btManifoldResult() {
     this(gdxBulletJNI.new_btManifoldResult__SWIG_0(), true);
   }
index 0300f67..4bc6a07 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btMaterial {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_friction(float value) {
     gdxBulletJNI.btMaterial_m_friction_set(swigCPtr, this, value);
   }
index fb833a0..d12c57b 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btMaterialProperties {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_numMaterials(int value) {
     gdxBulletJNI.btMaterialProperties_m_numMaterials_set(swigCPtr, this, value);
   }
index 4322a5d..aeb9169 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btMeshPartData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_vertices3f(btVector3FloatData value) {
     gdxBulletJNI.btMeshPartData_m_vertices3f_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
   }
index 35a1b47..9d543e2 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btMinkowskiPenetrationDepthSolver extends btConvexPenetrationDepthS
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btMinkowskiPenetrationDepthSolver() {
     this(gdxBulletJNI.new_btMinkowskiPenetrationDepthSolver(), true);
   }
index 77eef9f..106c02f 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btMinkowskiSumShape extends btConvexInternalShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btMinkowskiSumShape(btConvexShape shapeA, btConvexShape shapeB) {
     this(gdxBulletJNI.new_btMinkowskiSumShape(btConvexShape.getCPtr(shapeA), shapeA, btConvexShape.getCPtr(shapeB), shapeB), true);
   }
index e41143e..0b1b719 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -41,10 +40,6 @@ public class btMotionState {
   }
 
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public static btMotionState newDerivedObject(long swigCPtr, boolean owner) {
     if (swigCPtr == 0) {
       return null;
index e3369ea..78ae221 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btMultiSapBroadphase extends btBroadphaseInterface {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public SWIGTYPE_p_btAlignedObjectArrayT_btBroadphaseInterface_p_t getBroadphaseArray() {
     return new SWIGTYPE_p_btAlignedObjectArrayT_btBroadphaseInterface_p_t(gdxBulletJNI.btMultiSapBroadphase_getBroadphaseArray__SWIG_0(swigCPtr, this), false);
   }
index cca268e..84ada4e 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btMultiSphereShape extends btConvexInternalAabbCachingShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btMultiSphereShape(btVector3 positions, float[] radi, int numSpheres) {
     this(gdxBulletJNI.new_btMultiSphereShape(btVector3.getCPtr(positions), positions, radi, numSpheres), true);
   }
index 3546aae..985fee6 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btMultiSphereShapeData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_convexInternalShapeData(btConvexInternalShapeData value) {
     gdxBulletJNI.btMultiSphereShapeData_m_convexInternalShapeData_set(swigCPtr, this, btConvexInternalShapeData.getCPtr(value), value);
   }
index e901cd1..b05ae15 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btMultimaterialTriangleMeshShape extends btBvhTriangleMeshShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btMultimaterialTriangleMeshShape(btStridingMeshInterface meshInterface, boolean useQuantizedAabbCompression, boolean buildBvh) {
     this(gdxBulletJNI.new_btMultimaterialTriangleMeshShape__SWIG_0(btStridingMeshInterface.getCPtr(meshInterface), meshInterface, useQuantizedAabbCompression, buildBvh), true);
   }
index aa71f56..b00ffde 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btNodeOverlapCallback {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void processNode(int subPart, int triangleIndex) {
     gdxBulletJNI.btNodeOverlapCallback_processNode(swigCPtr, this, subPart, triangleIndex);
   }
index 134ae4a..f8983a1 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btNullPairCache extends btOverlappingPairCache {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btBroadphasePair getOverlappingPairArrayPtr() {
     long cPtr = gdxBulletJNI.btNullPairCache_getOverlappingPairArrayPtr__SWIG_0(swigCPtr, this);
     return (cPtr == 0) ? null : new btBroadphasePair(cPtr, false);
index 85af345..4f7d6fa 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btOptimizedBvh extends btQuantizedBvh {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btOptimizedBvh() {
     this(gdxBulletJNI.new_btOptimizedBvh(), true);
   }
index 4fe7918..279b099 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btOptimizedBvhNode {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_aabbMinOrg(btVector3 value) {
     gdxBulletJNI.btOptimizedBvhNode_m_aabbMinOrg_set(swigCPtr, this, btVector3.getCPtr(value), value);
   }
index 9f11650..fab27b2 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btOptimizedBvhNodeDoubleData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_aabbMinOrg(btVector3DoubleData value) {
     gdxBulletJNI.btOptimizedBvhNodeDoubleData_m_aabbMinOrg_set(swigCPtr, this, btVector3DoubleData.getCPtr(value), value);
   }
index 186dba7..4c2e407 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btOptimizedBvhNodeFloatData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_aabbMinOrg(btVector3FloatData value) {
     gdxBulletJNI.btOptimizedBvhNodeFloatData_m_aabbMinOrg_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
   }
index bb39433..d424010 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btOverlapCallback {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public boolean processOverlap(btBroadphasePair pair) {
     return gdxBulletJNI.btOverlapCallback_processOverlap(swigCPtr, this, btBroadphasePair.getCPtr(pair), pair);
   }
index f8272d6..c5d9033 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btOverlapFilterCallback {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public boolean needBroadphaseCollision(btBroadphaseProxy proxy0, btBroadphaseProxy proxy1) {
     return gdxBulletJNI.btOverlapFilterCallback_needBroadphaseCollision(swigCPtr, this, btBroadphaseProxy.getCPtr(proxy0), proxy0, btBroadphaseProxy.getCPtr(proxy1), proxy1);
   }
index ae352ef..f9b8fd3 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btOverlappingPairCache extends btOverlappingPairCallback {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btBroadphasePair getOverlappingPairArrayPtr() {
     long cPtr = gdxBulletJNI.btOverlappingPairCache_getOverlappingPairArrayPtr__SWIG_0(swigCPtr, this);
     return (cPtr == 0) ? null : new btBroadphasePair(cPtr, false);
index f9ce4e6..af6189c 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btOverlappingPairCallback {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btBroadphasePair addOverlappingPair(btBroadphaseProxy proxy0, btBroadphaseProxy proxy1) {
     long cPtr = gdxBulletJNI.btOverlappingPairCallback_addOverlappingPair(swigCPtr, this, btBroadphaseProxy.getCPtr(proxy0), proxy0, btBroadphaseProxy.getCPtr(proxy1), proxy1);
     return (cPtr == 0) ? null : new btBroadphasePair(cPtr, false);
index bfc4350..18f0bc8 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btPairCachingGhostObject extends btGhostObject {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btPairCachingGhostObject() {
     this(gdxBulletJNI.new_btPairCachingGhostObject(), true);
   }
index 7a19f22..04b6a3b 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btPersistentManifold extends btTypedObject {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_companionIdA(int value) {
     gdxBulletJNI.btPersistentManifold_m_companionIdA_set(swigCPtr, this, value);
   }
index 4862d98..f2fb1aa 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btPlane {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setNormal(btVector3 value) {
     gdxBulletJNI.btPlane_normal_set(swigCPtr, this, btVector3.getCPtr(value), value);
   }
index 915f2b2..5996b2a 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btPoint2PointConstraint extends btTypedConstraint {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_useSolveConstraintObsolete(boolean value) {
     gdxBulletJNI.btPoint2PointConstraint_m_useSolveConstraintObsolete_set(swigCPtr, this, value);
   }
index 5bfdfe0..ceeab58 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btPoint2PointConstraintDoubleData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_typeConstraintData(btTypedConstraintData value) {
     gdxBulletJNI.btPoint2PointConstraintDoubleData_m_typeConstraintData_set(swigCPtr, this, btTypedConstraintData.getCPtr(value), value);
   }
index 33c1d13..24ba8dd 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btPoint2PointConstraintFloatData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_typeConstraintData(btTypedConstraintData value) {
     gdxBulletJNI.btPoint2PointConstraintFloatData_m_typeConstraintData_set(swigCPtr, this, btTypedConstraintData.getCPtr(value), value);
   }
index c1a2057..b9cf2ee 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btPointCollector {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_normalOnBInWorld(btVector3 value) {
     gdxBulletJNI.btPointCollector_m_normalOnBInWorld_set(swigCPtr, this, btVector3.getCPtr(value), value);
   }
index dd58806..511b8db 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btPolyhedralContactClipping {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public static void clipHullAgainstHull(Vector3 separatingNormal, btConvexPolyhedron hullA, btConvexPolyhedron hullB, btTransform transA, btTransform transB, float minDist, float maxDist, SWIGTYPE_p_btDiscreteCollisionDetectorInterface__Result resultOut) {
     gdxBulletJNI.btPolyhedralContactClipping_clipHullAgainstHull(separatingNormal, btConvexPolyhedron.getCPtr(hullA), hullA, btConvexPolyhedron.getCPtr(hullB), hullB, btTransform.getCPtr(transA), transA, btTransform.getCPtr(transB), transB, minDist, maxDist, SWIGTYPE_p_btDiscreteCollisionDetectorInterface__Result.getCPtr(resultOut));
   }
index 919c7f0..8a7808d 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btPolyhedralConvexAabbCachingShape extends btPolyhedralConvexShape
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void getNonvirtualAabb(btTransform trans, Vector3 aabbMin, Vector3 aabbMax, float margin) {
     gdxBulletJNI.btPolyhedralConvexAabbCachingShape_getNonvirtualAabb(swigCPtr, this, btTransform.getCPtr(trans), trans, aabbMin, aabbMax, margin);
   }
index 1042c00..2e3d19a 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btPolyhedralConvexShape extends btConvexInternalShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public boolean initializePolyhedralFeatures() {
     return gdxBulletJNI.btPolyhedralConvexShape_initializePolyhedralFeatures(swigCPtr, this);
   }
index 6e178a3..74a9744 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btPoolAllocator {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btPoolAllocator(int elemSize, int maxElements) {
     this(gdxBulletJNI.new_btPoolAllocator(elemSize, maxElements), true);
   }
index a068c92..229f174 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btPositionAndRadius {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_pos(btVector3FloatData value) {
     gdxBulletJNI.btPositionAndRadius_m_pos_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
   }
index 3cac5ea..76b780c 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btQuantizedBvh {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btQuantizedBvh() {
     this(gdxBulletJNI.new_btQuantizedBvh(), true);
   }
index c56d077..38fd870 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btQuantizedBvhDoubleData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_bvhAabbMin(btVector3DoubleData value) {
     gdxBulletJNI.btQuantizedBvhDoubleData_m_bvhAabbMin_set(swigCPtr, this, btVector3DoubleData.getCPtr(value), value);
   }
index 892e193..7c77052 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btQuantizedBvhFloatData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_bvhAabbMin(btVector3FloatData value) {
     gdxBulletJNI.btQuantizedBvhFloatData_m_bvhAabbMin_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
   }
index 17e78d4..77d5a52 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btQuantizedBvhNode {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_quantizedAabbMin(int[] value) {
     gdxBulletJNI.btQuantizedBvhNode_m_quantizedAabbMin_set(swigCPtr, this, value);
   }
index 5a6a27a..627e102 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btQuantizedBvhNodeData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_quantizedAabbMin(int[] value) {
     gdxBulletJNI.btQuantizedBvhNodeData_m_quantizedAabbMin_set(swigCPtr, this, value);
   }
index b0db044..c605b64 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btQuaternion {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btQuaternion() {
     this(gdxBulletJNI.new_btQuaternion__SWIG_0(), true);
   }
index 8a27e33..2ad4de4 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btRigidBody extends btCollisionObject {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btRigidBody(btRigidBodyConstructionInfo constructionInfo) {
     this(gdxBulletJNI.new_btRigidBody__SWIG_0(btRigidBodyConstructionInfo.getCPtr(constructionInfo), constructionInfo), true);
   }
index 99dc39d..f19ee99 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btRigidBodyConstructionInfo {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_mass(float value) {
     gdxBulletJNI.btRigidBodyConstructionInfo_m_mass_set(swigCPtr, this, value);
   }
index 99d55b4..def6940 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btRigidBodyDoubleData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_collisionObjectData(btCollisionObjectDoubleData value) {
     gdxBulletJNI.btRigidBodyDoubleData_m_collisionObjectData_set(swigCPtr, this, btCollisionObjectDoubleData.getCPtr(value), value);
   }
index 62dbfda..e49c0e4 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btRigidBodyFloatData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_collisionObjectData(btCollisionObjectFloatData value) {
     gdxBulletJNI.btRigidBodyFloatData_m_collisionObjectData_set(swigCPtr, this, btCollisionObjectFloatData.getCPtr(value), value);
   }
index f380e63..0f5e2e5 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btRotationalLimitMotor {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_loLimit(float value) {
     gdxBulletJNI.btRotationalLimitMotor_m_loLimit_set(swigCPtr, this, value);
   }
index 5d3a025..0150763 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btScaledBvhTriangleMeshShape extends btConcaveShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btScaledBvhTriangleMeshShape(btBvhTriangleMeshShape childShape, Vector3 localScaling) {
     this(gdxBulletJNI.new_btScaledBvhTriangleMeshShape(btBvhTriangleMeshShape.getCPtr(childShape), childShape, localScaling), true);
   }
index 418fe3b..8cf1a31 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btScaledTriangleMeshShapeData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_trimeshShapeData(btTriangleMeshShapeData value) {
     gdxBulletJNI.btScaledTriangleMeshShapeData_m_trimeshShapeData_set(swigCPtr, this, btTriangleMeshShapeData.getCPtr(value), value);
   }
index 27bf665..02be130 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSequentialImpulseConstraintSolver extends btConstraintSolver {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btSequentialImpulseConstraintSolver() {
     this(gdxBulletJNI.new_btSequentialImpulseConstraintSolver(), true);
   }
index 239d726..e19ab4c 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btShapeHull {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btShapeHull(btConvexShape shape) {
     this(gdxBulletJNI.new_btShapeHull(btConvexShape.getCPtr(shape), shape), true);
   }
index 67ebaa5..892d0f5 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btShortIntIndexData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_value(short value) {
     gdxBulletJNI.btShortIntIndexData_m_value_set(swigCPtr, this, value);
   }
index 154b908..546ed99 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btShortIntIndexTripletData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_values(short[] value) {
     gdxBulletJNI.btShortIntIndexTripletData_m_values_set(swigCPtr, this, value);
   }
index 26c751b..a69e1a3 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSimpleBroadphase extends btBroadphaseInterface {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btSimpleBroadphase(int maxProxies, btOverlappingPairCache overlappingPairCache) {
     this(gdxBulletJNI.new_btSimpleBroadphase__SWIG_0(maxProxies, btOverlappingPairCache.getCPtr(overlappingPairCache), overlappingPairCache), true);
   }
index cbf2f5a..7c455d1 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSimpleBroadphaseProxy extends btBroadphaseProxy {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_nextFree(int value) {
     gdxBulletJNI.btSimpleBroadphaseProxy_m_nextFree_set(swigCPtr, this, value);
   }
index 430a208..476a5b7 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSimpleDynamicsWorld extends btDynamicsWorld {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btSimpleDynamicsWorld(btDispatcher dispatcher, btBroadphaseInterface pairCache, btConstraintSolver constraintSolver, btCollisionConfiguration collisionConfiguration) {
     this(gdxBulletJNI.new_btSimpleDynamicsWorld(btDispatcher.getCPtr(dispatcher), dispatcher, btBroadphaseInterface.getCPtr(pairCache), pairCache, btConstraintSolver.getCPtr(constraintSolver), constraintSolver, btCollisionConfiguration.getCPtr(collisionConfiguration), collisionConfiguration), true);
   }
index de19cda..ec9dfac 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSimulationIslandManager {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btSimulationIslandManager() {
     this(gdxBulletJNI.new_btSimulationIslandManager(), true);
   }
index b1a36ae..4c124ee 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSliderConstraint extends btTypedConstraint {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btSliderConstraint(btRigidBody rbA, btRigidBody rbB, btTransform frameInA, btTransform frameInB, boolean useLinearReferenceFrameA) {
     this(gdxBulletJNI.new_btSliderConstraint__SWIG_0(btRigidBody.getCPtr(rbA), rbA, btRigidBody.getCPtr(rbB), rbB, btTransform.getCPtr(frameInA), frameInA, btTransform.getCPtr(frameInB), frameInB, useLinearReferenceFrameA), true);
   }
index 9b082a0..c0185da 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSliderConstraintData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_typeConstraintData(btTypedConstraintData value) {
     gdxBulletJNI.btSliderConstraintData_m_typeConstraintData_set(swigCPtr, this, btTypedConstraintData.getCPtr(value), value);
   }
index 1845467..5638dc3 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSolve2LinearConstraint {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btSolve2LinearConstraint(float tau, float damping) {
     this(gdxBulletJNI.new_btSolve2LinearConstraint(tau, damping), true);
   }
index 8c43748..dad9965 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSolverBodyObsolete {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_deltaLinearVelocity(btVector3 value) {
     gdxBulletJNI.btSolverBodyObsolete_m_deltaLinearVelocity_set(swigCPtr, this, btVector3.getCPtr(value), value);
   }
index 85b3d70..6dda840 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSolverConstraint {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_relpos1CrossNormal(btVector3 value) {
     gdxBulletJNI.btSolverConstraint_m_relpos1CrossNormal_set(swigCPtr, this, btVector3.getCPtr(value), value);
   }
index 9c64e1b..74d4663 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSortedOverlappingPairCache extends btOverlappingPairCache {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btSortedOverlappingPairCache() {
     this(gdxBulletJNI.new_btSortedOverlappingPairCache(), true);
   }
index d8c9716..403a9f7 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSphereBoxCollisionAlgorithm extends btActivatingCollisionAlgorith
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btSphereBoxCollisionAlgorithm(btPersistentManifold mf, btCollisionAlgorithmConstructionInfo ci, btCollisionObject col0, btCollisionObject col1, boolean isSwapped) {
     this(gdxBulletJNI.new_btSphereBoxCollisionAlgorithm(btPersistentManifold.getCPtr(mf), mf, btCollisionAlgorithmConstructionInfo.getCPtr(ci), ci, btCollisionObject.getCPtr(col0), col0, btCollisionObject.getCPtr(col1), col1, isSwapped), true);
   }
index 533066f..f0df5c6 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSphereShape extends btConvexInternalShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btSphereShape(float radius) {
     this(gdxBulletJNI.new_btSphereShape(radius), true);
   }
index 0a34089..b86e363 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSphereSphereCollisionAlgorithm extends btActivatingCollisionAlgor
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btSphereSphereCollisionAlgorithm(btPersistentManifold mf, btCollisionAlgorithmConstructionInfo ci, btCollisionObject body0, btCollisionObject body1) {
     this(gdxBulletJNI.new_btSphereSphereCollisionAlgorithm__SWIG_0(btPersistentManifold.getCPtr(mf), mf, btCollisionAlgorithmConstructionInfo.getCPtr(ci), ci, btCollisionObject.getCPtr(body0), body0, btCollisionObject.getCPtr(body1), body1), true);
   }
index 24e8a17..165efcd 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSphereTriangleCollisionAlgorithm extends btActivatingCollisionAlg
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btSphereTriangleCollisionAlgorithm(btPersistentManifold mf, btCollisionAlgorithmConstructionInfo ci, btCollisionObject body0, btCollisionObject body1, boolean swapped) {
     this(gdxBulletJNI.new_btSphereTriangleCollisionAlgorithm__SWIG_0(btPersistentManifold.getCPtr(mf), mf, btCollisionAlgorithmConstructionInfo.getCPtr(ci), ci, btCollisionObject.getCPtr(body0), body0, btCollisionObject.getCPtr(body1), body1, swapped), true);
   }
index 3d54e97..0160546 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btStackAlloc {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btStackAlloc(long size) {
     this(gdxBulletJNI.new_btStackAlloc(size), true);
   }
index 71fab86..8734bfd 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btStaticPlaneShape extends btConcaveShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btStaticPlaneShape(Vector3 planeNormal, float planeConstant) {
     this(gdxBulletJNI.new_btStaticPlaneShape(planeNormal, planeConstant), true);
   }
index 28ade5e..6209551 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btStaticPlaneShapeData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_collisionShapeData(btCollisionShapeData value) {
     gdxBulletJNI.btStaticPlaneShapeData_m_collisionShapeData_set(swigCPtr, this, btCollisionShapeData.getCPtr(value), value);
   }
index b11ef58..010b983 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btStridingMeshInterface {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void InternalProcessAllTriangles(btInternalTriangleIndexCallback callback, Vector3 aabbMin, Vector3 aabbMax) {
     gdxBulletJNI.btStridingMeshInterface_InternalProcessAllTriangles(swigCPtr, this, btInternalTriangleIndexCallback.getCPtr(callback), callback, aabbMin, aabbMax);
   }
index afe12a7..e32cdd3 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btStridingMeshInterfaceData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_meshPartsPtr(btMeshPartData value) {
     gdxBulletJNI.btStridingMeshInterfaceData_m_meshPartsPtr_set(swigCPtr, this, btMeshPartData.getCPtr(value), value);
   }
index 9198713..94a67d0 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSubSimplexClosestResult {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_closestPointOnSimplex(btVector3 value) {
     gdxBulletJNI.btSubSimplexClosestResult_m_closestPointOnSimplex_set(swigCPtr, this, btVector3.getCPtr(value), value);
   }
index ea371ea..ac511da 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btSubsimplexConvexCast extends btConvexCast {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btSubsimplexConvexCast(btConvexShape shapeA, btConvexShape shapeB, SWIGTYPE_p_btSimplexSolverInterface simplexSolver) {
     this(gdxBulletJNI.new_btSubsimplexConvexCast(btConvexShape.getCPtr(shapeA), shapeA, btConvexShape.getCPtr(shapeB), shapeB, SWIGTYPE_p_btSimplexSolverInterface.getCPtr(simplexSolver)), true);
   }
index dd15e09..4c87c59 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -41,10 +40,6 @@ public class btTransform {
   }
 
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   /**
    * Sets the values in this transform from the other.
    */
index 094a144..0a9f746 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTransformDoubleData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_basis(SWIGTYPE_p_btMatrix3x3DoubleData value) {
     gdxBulletJNI.btTransformDoubleData_m_basis_set(swigCPtr, this, SWIGTYPE_p_btMatrix3x3DoubleData.getCPtr(value));
   }
index d515fdb..cbcdbdc 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTransformFloatData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_basis(SWIGTYPE_p_btMatrix3x3FloatData value) {
     gdxBulletJNI.btTransformFloatData_m_basis_set(swigCPtr, this, SWIGTYPE_p_btMatrix3x3FloatData.getCPtr(value));
   }
index 39dbe80..acd6ce3 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTransformUtil {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public static void integrateTransform(btTransform curTrans, Vector3 linvel, Vector3 angvel, float timeStep, btTransform predictedTransform) {
     gdxBulletJNI.btTransformUtil_integrateTransform(btTransform.getCPtr(curTrans), curTrans, linvel, angvel, timeStep, btTransform.getCPtr(predictedTransform), predictedTransform);
   }
index af52d6c..ff05702 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTranslationalLimitMotor {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_lowerLimit(btVector3 value) {
     gdxBulletJNI.btTranslationalLimitMotor_m_lowerLimit_set(swigCPtr, this, btVector3.getCPtr(value), value);
   }
index 4a0dc4a..18fe1c2 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangle {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_vertex0(btVector3 value) {
     gdxBulletJNI.btTriangle_m_vertex0_set(swigCPtr, this, btVector3.getCPtr(value), value);
   }
index 9d5888f..3147acc 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangleBuffer extends btTriangleCallback {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public int getNumTriangles() {
     return gdxBulletJNI.btTriangleBuffer_getNumTriangles(swigCPtr, this);
   }
index 8fbaced..472d695 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangleCallback {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void processTriangle(btVector3 triangle, int partId, int triangleIndex) {
     gdxBulletJNI.btTriangleCallback_processTriangle(swigCPtr, this, btVector3.getCPtr(triangle), triangle, partId, triangleIndex);
   }
index c3ed8fb..0887427 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangleConvexcastCallback extends btTriangleCallback {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_convexShape(btConvexShape value) {
     gdxBulletJNI.btTriangleConvexcastCallback_m_convexShape_set(swigCPtr, this, btConvexShape.getCPtr(value), value);
   }
index 0e5951f..f2073b0 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangleIndexVertexArray extends btStridingMeshInterface {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btTriangleIndexVertexArray() {
     this(gdxBulletJNI.new_btTriangleIndexVertexArray__SWIG_0(), true);
   }
index d642bf2..ec4e9cc 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangleIndexVertexMaterialArray extends btTriangleIndexVertexArr
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btTriangleIndexVertexMaterialArray() {
     this(gdxBulletJNI.new_btTriangleIndexVertexMaterialArray__SWIG_0(), true);
   }
index 1873c87..057aa67 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangleInfo {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btTriangleInfo() {
     this(gdxBulletJNI.new_btTriangleInfo(), true);
   }
index f2973e4..7a971e7 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangleInfoData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_flags(int value) {
     gdxBulletJNI.btTriangleInfoData_m_flags_set(swigCPtr, this, value);
   }
index 59fe928..8a3753e 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangleInfoMap {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_convexEpsilon(float value) {
     gdxBulletJNI.btTriangleInfoMap_m_convexEpsilon_set(swigCPtr, this, value);
   }
index 3b6c2ad..b7720db 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangleInfoMapData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_hashTablePtr(SWIGTYPE_p_int value) {
     gdxBulletJNI.btTriangleInfoMapData_m_hashTablePtr_set(swigCPtr, this, SWIGTYPE_p_int.getCPtr(value));
   }
index 2590c0c..27b51b4 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangleMesh extends btTriangleIndexVertexArray {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_weldingThreshold(float value) {
     gdxBulletJNI.btTriangleMesh_m_weldingThreshold_set(swigCPtr, this, value);
   }
index 1d62c5f..2c23bdf 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangleMeshShape extends btConcaveShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public Vector3 localGetSupportingVertex(Vector3 vec) {
        return gdxBulletJNI.btTriangleMeshShape_localGetSupportingVertex(swigCPtr, this, vec);
 }
index 24a192f..214b9db 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangleMeshShapeData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_collisionShapeData(btCollisionShapeData value) {
     gdxBulletJNI.btTriangleMeshShapeData_m_collisionShapeData_set(swigCPtr, this, btCollisionShapeData.getCPtr(value), value);
   }
index 1c92afc..008c4fc 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangleRaycastCallback extends btTriangleCallback {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_from(btVector3 value) {
     gdxBulletJNI.btTriangleRaycastCallback_m_from_set(swigCPtr, this, btVector3.getCPtr(value), value);
   }
index 17c8c94..2d3a7de 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTriangleShape extends btPolyhedralConvexShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_vertices1(btVector3 value) {
     gdxBulletJNI.btTriangleShape_m_vertices1_set(swigCPtr, this, btVector3.getCPtr(value), value);
   }
index 4e4e93d..4cfa170 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTypedConstraint extends btTypedObject {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public static btRigidBody getFixedBody() {
     return new btRigidBody(gdxBulletJNI.btTypedConstraint_getFixedBody(), false);
   }
index 57fd4f8..3dafa7c 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTypedConstraintData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_rbA(btRigidBodyFloatData value) {
     gdxBulletJNI.btTypedConstraintData_m_rbA_set(swigCPtr, this, btRigidBodyFloatData.getCPtr(value), value);
   }
index f3d26a1..b85d201 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btTypedObject {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btTypedObject(int objectType) {
     this(gdxBulletJNI.new_btTypedObject(objectType), true);
   }
index b11e5a3..bcf677f 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btUniformScalingShape extends btConvexShape {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btUniformScalingShape(btConvexShape convexChildShape, float uniformScalingFactor) {
     this(gdxBulletJNI.new_btUniformScalingShape(btConvexShape.getCPtr(convexChildShape), convexChildShape, uniformScalingFactor), true);
   }
index 6f94e1a..15d54bd 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btUnionFind {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btUnionFind() {
     this(gdxBulletJNI.new_btUnionFind(), true);
   }
index b87b7e5..1b251c4 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btUniversalConstraint extends btGeneric6DofConstraint {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btUniversalConstraint(btRigidBody rbA, btRigidBody rbB, Vector3 anchor, Vector3 axis1, Vector3 axis2) {
     this(gdxBulletJNI.new_btUniversalConstraint(btRigidBody.getCPtr(rbA), rbA, btRigidBody.getCPtr(rbB), rbB, anchor, axis1, axis2), true);
   }
index 215e241..13ce9e1 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btUsageBitfield {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btUsageBitfield() {
     this(gdxBulletJNI.new_btUsageBitfield(), true);
   }
index f726094..a866f83 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btVector3 {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_floats(float[] value) {
     gdxBulletJNI.btVector3_m_floats_set(swigCPtr, this, value);
   }
index 83f5767..24d9a99 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btVector3DoubleData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_floats(double[] value) {
     gdxBulletJNI.btVector3DoubleData_m_floats_set(swigCPtr, this, value);
   }
index 66da5df..566482b 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btVector3FloatData {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_floats(float[] value) {
     gdxBulletJNI.btVector3FloatData_m_floats_set(swigCPtr, this, value);
   }
index a3d0f6c..4f1df1e 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btVector4 extends btVector3 {
     super.delete();
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public btVector4() {
     this(gdxBulletJNI.new_btVector4__SWIG_0(), true);
   }
index 478df70..eb33618 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class btVoronoiSimplexSolver {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setM_numVertices(int value) {
     gdxBulletJNI.btVoronoiSimplexSolver_m_numVertices_set(swigCPtr, this, value);
   }
index e27e6fd..e22b725 100644 (file)
@@ -8,7 +8,6 @@
 
 package com.badlogic.gdx.physics.bullet;
 
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
@@ -40,10 +39,6 @@ public class int4 {
     }
   }
 
-  static {
-    new SharedLibraryLoader().load("gdx-bullet");
-  }
-
   public void setX(int value) {
     gdxBulletJNI.int4_x_set(swigCPtr, this, value);
   }
index 895bf2a..c7b862e 100644 (file)
@@ -37,13 +37,6 @@ SWIG_JAVABODY_TYPEWRAPPER(protected, protected, public, SWIGTYPE)
 /* Include Java imports for all the types we'll need in all extensions/custom types. */\r
 %include "gdxJavaImports.i"\r
 \r
-/* Put the native lader in all types to avoid requiring manual loading. */\r
-%typemap(javacode) SWIGTYPE %{\r
-  static {\r
-    new SharedLibraryLoader().load("gdx-bullet");\r
-  }\r
-%}\r
-\r
 /*\r
  * btScalar.h defines macros the other types need, so process it first.  \r
  * It also defines some static functions that end up in gdxBulletJNI.java.\r
index ce1f1b2..abf6317 100644 (file)
@@ -4,7 +4,6 @@
  */ 
  
 %typemap(javaimports) SWIGTYPE %{
-import com.badlogic.gdx.utils.SharedLibraryLoader;
 import com.badlogic.gdx.math.Vector3;
 import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;
index 2d0b5dd..545e734 100644 (file)
@@ -8,10 +8,6 @@
 \r
 %typemap(javacode) btCollisionShape %{\r
 \r
-  static {\r
-    new SharedLibraryLoader().load("gdx-bullet");\r
-  }\r
-\r
   public static btCollisionShape newDerivedObject(long swigCPtr, boolean owner) {\r
     if (swigCPtr == 0) {\r
       return null;\r
index ae8b63c..b67baac 100644 (file)
@@ -8,10 +8,6 @@
 \r
 %typemap(javacode) btMotionState %{\r
 \r
-  static {\r
-    new SharedLibraryLoader().load("gdx-bullet");\r
-  }\r
-\r
   public static btMotionState newDerivedObject(long swigCPtr, boolean owner) {\r
     if (swigCPtr == 0) {\r
       return null;\r
index 887ef38..b7ad554 100644 (file)
@@ -6,10 +6,6 @@
 \r
 %typemap(javacode) btTransform %{\r
 \r
-  static {\r
-    new SharedLibraryLoader().load("gdx-bullet");\r
-  }\r
-\r
   /**\r
    * Sets the values in this transform from the other.\r
    */\r
diff --git a/extensions/gdx-bullet/src/com/badlogic/gdx/physics/bullet/Bullet.java b/extensions/gdx-bullet/src/com/badlogic/gdx/physics/bullet/Bullet.java
new file mode 100644 (file)
index 0000000..f4f611f
--- /dev/null
@@ -0,0 +1,13 @@
+package com.badlogic.gdx.physics.bullet;\r
+\r
+import com.badlogic.gdx.utils.SharedLibraryLoader;\r
+\r
+public class Bullet {\r
+       /**\r
+        * Loads the native Bullet native library and initializes the gdx-bullet\r
+        * extension.\r
+        */\r
+       public static void init() {\r
+           new SharedLibraryLoader().load("gdx-bullet");\r
+       }\r
+}\r