diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e76c06..b5f58ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,17 +32,3 @@ jobs: with: name: Build Products path: dist - - # Commit the build results to the branch - # Commit will fail if files are unchanged - #- name: Commit Build Artifacts in dist - # run: | - # git config --local user.email "action@github.com" - # git config --local user.name "GitHub Action" - # git add dist/* - # git diff-index --quiet HEAD || git commit -m "Build PhysX-JS-WebIDL" - - #- name: Push Changes to Branch - # uses: ad-m/github-push-action@master - # with: - # github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..f0f878f --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,38 @@ +name: PhysX-JS-WebIDL - Release Library + +on: + push: + tags: + - '*' + +jobs: + build: + name: Build PhysX-JS-WebIDL + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - name: Checkout Repository + uses: actions/checkout@v4 + with: + lfs: true + submodules: recursive + + - name: Set up Docker Compose + run: | + sudo apt-get update + sudo apt-get install -y docker-compose + + - name: Build Docker Environment + run: sudo docker compose up + + - name: Build PhysX-JS-WebIDL + run: sudo docker compose run --rm builder ./make.sh + + - name: Create release + uses: ncipollo/release-action@v1 + with: + allowUpdates: true + artifacts: "dist/*" + draft: true + updateOnlyUnreleased: true diff --git a/PhysX b/PhysX index dc37ea5..456dc06 160000 --- a/PhysX +++ b/PhysX @@ -1 +1 @@ -Subproject commit dc37ea5850bab3c4801d6e0b1358e63db6798d53 +Subproject commit 456dc06d7ef0413d5dd84beff9e2b6877b980648 diff --git a/README.md b/README.md index f8a47bf..06d23d3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,18 @@ Javascript/WASM bindings for Nvidia PhysX 5.3.1. Looking for pre-built binaries / build instructions? See [below](#pre-built-binaries) +## Library coverage + +The bindings include most major parts of the PhysX SDK (excluding CUDA stuff, which is not possible with WASM): +- [x] Basics + - Static and dynamic actors + - All geometry types (box, capsule, sphere, plane, convex mesh, triangle mesh and height field) +- [x] All joint types (revolute, spherical, prismatic, fixed, distance and D6) +- [x] Articulations +- [x] Vehicles +- [x] Character controllers +- [x] Scene serialization + ## Getting started There is a basic [hello world example](dist/helloworld.html): 10 boxes falling on the ground (drawn as wireframe on a plain canvas). @@ -32,11 +44,12 @@ This library is published as a npm package: ``` npm i physx-js-webidl ``` -Alternatively you can grab the pre-built binaries (.wasm + support .js) from the `dist` directory. +Alternatively you can grab the pre-built binaries (.wasm + support .js) from the latest [Release](https://github.com/fabmax/physx-js-webidl/releases). ## Building In order to build the library you need a recent version of the [emscripten SDK](https://emscripten.org/docs/getting_started/downloads.html) - I'm using version `3.1.51`. Alternatively, you can use docker as described below. +After successful build, the binaries (.wasm + support .js) will appear in the `dist` directory. ``` # Clone this repo diff --git a/dist/README.md b/dist/README.md index f8a47bf..06d23d3 100644 --- a/dist/README.md +++ b/dist/README.md @@ -3,6 +3,18 @@ Javascript/WASM bindings for Nvidia PhysX 5.3.1. Looking for pre-built binaries / build instructions? See [below](#pre-built-binaries) +## Library coverage + +The bindings include most major parts of the PhysX SDK (excluding CUDA stuff, which is not possible with WASM): +- [x] Basics + - Static and dynamic actors + - All geometry types (box, capsule, sphere, plane, convex mesh, triangle mesh and height field) +- [x] All joint types (revolute, spherical, prismatic, fixed, distance and D6) +- [x] Articulations +- [x] Vehicles +- [x] Character controllers +- [x] Scene serialization + ## Getting started There is a basic [hello world example](dist/helloworld.html): 10 boxes falling on the ground (drawn as wireframe on a plain canvas). @@ -32,11 +44,12 @@ This library is published as a npm package: ``` npm i physx-js-webidl ``` -Alternatively you can grab the pre-built binaries (.wasm + support .js) from the `dist` directory. +Alternatively you can grab the pre-built binaries (.wasm + support .js) from the latest [Release](https://github.com/fabmax/physx-js-webidl/releases). ## Building In order to build the library you need a recent version of the [emscripten SDK](https://emscripten.org/docs/getting_started/downloads.html) - I'm using version `3.1.51`. Alternatively, you can use docker as described below. +After successful build, the binaries (.wasm + support .js) will appear in the `dist` directory. ``` # Clone this repo diff --git a/dist/physx-js-webidl.js b/dist/physx-js-webidl.js deleted file mode 100644 index 67888a1..0000000 --- a/dist/physx-js-webidl.js +++ /dev/null @@ -1,34106 +0,0 @@ - -var PhysX = (() => { - var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; - - return ( -function(moduleArg = {}) { - -// include: shell.js -// The Module object: Our interface to the outside world. We import -// and export values on it. There are various ways Module can be used: -// 1. Not defined. We create it here -// 2. A function parameter, function(Module) { ..generated code.. } -// 3. pre-run appended it, var Module = {}; ..generated code.. -// 4. External script tag defines var Module. -// We need to check if Module already exists (e.g. case 3 above). -// Substitution will be replaced with actual code on later stage of the build, -// this way Closure Compiler will not mangle it (e.g. case 4. above). -// Note that if you want to run closure, and also to use Module -// after the generated code, you will need to define var Module = {}; -// before the code. Then that object will be used in the code, and you -// can continue to use Module afterwards as well. -var Module = moduleArg; - -// Set up the promise that indicates the Module is initialized -var readyPromiseResolve, readyPromiseReject; -Module['ready'] = new Promise((resolve, reject) => { - readyPromiseResolve = resolve; - readyPromiseReject = reject; -}); -["_malloc","_memory","_webidl_free","_webidl_malloc","_emscripten_bind_PxBase_release_0","_emscripten_bind_PxBase_getConcreteTypeName_0","_emscripten_bind_PxBase_getConcreteType_0","_emscripten_bind_PxBase_setBaseFlag_2","_emscripten_bind_PxBase_setBaseFlags_1","_emscripten_bind_PxBase_getBaseFlags_0","_emscripten_bind_PxBase_isReleasable_0","_emscripten_bind_PxActor_getType_0","_emscripten_bind_PxActor_getScene_0","_emscripten_bind_PxActor_setName_1","_emscripten_bind_PxActor_getName_0","_emscripten_bind_PxActor_getWorldBounds_0","_emscripten_bind_PxActor_getWorldBounds_1","_emscripten_bind_PxActor_setActorFlag_2","_emscripten_bind_PxActor_setActorFlags_1","_emscripten_bind_PxActor_getActorFlags_0","_emscripten_bind_PxActor_setDominanceGroup_1","_emscripten_bind_PxActor_getDominanceGroup_0","_emscripten_bind_PxActor_setOwnerClient_1","_emscripten_bind_PxActor_getOwnerClient_0","_emscripten_bind_PxActor_release_0","_emscripten_bind_PxActor_getConcreteTypeName_0","_emscripten_bind_PxActor_getConcreteType_0","_emscripten_bind_PxActor_setBaseFlag_2","_emscripten_bind_PxActor_setBaseFlags_1","_emscripten_bind_PxActor_getBaseFlags_0","_emscripten_bind_PxActor_isReleasable_0","_emscripten_bind_PxActor_get_userData_0","_emscripten_bind_PxActor_set_userData_1","_emscripten_bind_PxQueryHit_get_faceIndex_0","_emscripten_bind_PxQueryHit_set_faceIndex_1","_emscripten_bind_PxQueryHit___destroy___0","_emscripten_bind_BaseVehicle_initialize_0","_emscripten_bind_BaseVehicle_destroyState_0","_emscripten_bind_BaseVehicle_initComponentSequence_1","_emscripten_bind_BaseVehicle_step_2","_emscripten_bind_BaseVehicle_get_baseParams_0","_emscripten_bind_BaseVehicle_set_baseParams_1","_emscripten_bind_BaseVehicle_get_baseState_0","_emscripten_bind_BaseVehicle_set_baseState_1","_emscripten_bind_BaseVehicle_get_componentSequence_0","_emscripten_bind_BaseVehicle_set_componentSequence_1","_emscripten_bind_BaseVehicle_get_componentSequenceSubstepGroupHandle_0","_emscripten_bind_BaseVehicle_set_componentSequenceSubstepGroupHandle_1","_emscripten_bind_BaseVehicle___destroy___0","_emscripten_bind_PxLocationHit_get_flags_0","_emscripten_bind_PxLocationHit_set_flags_1","_emscripten_bind_PxLocationHit_get_position_0","_emscripten_bind_PxLocationHit_set_position_1","_emscripten_bind_PxLocationHit_get_normal_0","_emscripten_bind_PxLocationHit_set_normal_1","_emscripten_bind_PxLocationHit_get_distance_0","_emscripten_bind_PxLocationHit_set_distance_1","_emscripten_bind_PxLocationHit_get_faceIndex_0","_emscripten_bind_PxLocationHit_set_faceIndex_1","_emscripten_bind_PxLocationHit___destroy___0","_emscripten_bind_PxPvdTransport_connect_0","_emscripten_bind_PxPvdTransport_isConnected_0","_emscripten_bind_PxPvdTransport_disconnect_0","_emscripten_bind_PxPvdTransport_release_0","_emscripten_bind_PxPvdTransport_flush_0","_emscripten_bind_PxQueryFilterCallback___destroy___0","_emscripten_bind_PxRefCounted_getReferenceCount_0","_emscripten_bind_PxRefCounted_acquireReference_0","_emscripten_bind_PxRefCounted_release_0","_emscripten_bind_PxRefCounted_getConcreteTypeName_0","_emscripten_bind_PxRefCounted_getConcreteType_0","_emscripten_bind_PxRefCounted_setBaseFlag_2","_emscripten_bind_PxRefCounted_setBaseFlags_1","_emscripten_bind_PxRefCounted_getBaseFlags_0","_emscripten_bind_PxRefCounted_isReleasable_0","_emscripten_bind_PxRigidActor_getGlobalPose_0","_emscripten_bind_PxRigidActor_setGlobalPose_1","_emscripten_bind_PxRigidActor_setGlobalPose_2","_emscripten_bind_PxRigidActor_attachShape_1","_emscripten_bind_PxRigidActor_detachShape_1","_emscripten_bind_PxRigidActor_detachShape_2","_emscripten_bind_PxRigidActor_getNbShapes_0","_emscripten_bind_PxRigidActor_getNbConstraints_0","_emscripten_bind_PxRigidActor_getType_0","_emscripten_bind_PxRigidActor_getScene_0","_emscripten_bind_PxRigidActor_setName_1","_emscripten_bind_PxRigidActor_getName_0","_emscripten_bind_PxRigidActor_getWorldBounds_0","_emscripten_bind_PxRigidActor_getWorldBounds_1","_emscripten_bind_PxRigidActor_setActorFlag_2","_emscripten_bind_PxRigidActor_setActorFlags_1","_emscripten_bind_PxRigidActor_getActorFlags_0","_emscripten_bind_PxRigidActor_setDominanceGroup_1","_emscripten_bind_PxRigidActor_getDominanceGroup_0","_emscripten_bind_PxRigidActor_setOwnerClient_1","_emscripten_bind_PxRigidActor_getOwnerClient_0","_emscripten_bind_PxRigidActor_release_0","_emscripten_bind_PxRigidActor_getConcreteTypeName_0","_emscripten_bind_PxRigidActor_getConcreteType_0","_emscripten_bind_PxRigidActor_setBaseFlag_2","_emscripten_bind_PxRigidActor_setBaseFlags_1","_emscripten_bind_PxRigidActor_getBaseFlags_0","_emscripten_bind_PxRigidActor_isReleasable_0","_emscripten_bind_PxRigidActor_get_userData_0","_emscripten_bind_PxRigidActor_set_userData_1","_emscripten_bind_PxSceneQuerySystemBase_setDynamicTreeRebuildRateHint_1","_emscripten_bind_PxSceneQuerySystemBase_getDynamicTreeRebuildRateHint_0","_emscripten_bind_PxSceneQuerySystemBase_forceRebuildDynamicTree_1","_emscripten_bind_PxSceneQuerySystemBase_setUpdateMode_1","_emscripten_bind_PxSceneQuerySystemBase_getUpdateMode_0","_emscripten_bind_PxSceneQuerySystemBase_getStaticTimestamp_0","_emscripten_bind_PxSceneQuerySystemBase_flushUpdates_0","_emscripten_bind_PxSceneQuerySystemBase_raycast_4","_emscripten_bind_PxSceneQuerySystemBase_raycast_5","_emscripten_bind_PxSceneQuerySystemBase_raycast_6","_emscripten_bind_PxSceneQuerySystemBase_sweep_5","_emscripten_bind_PxSceneQuerySystemBase_sweep_6","_emscripten_bind_PxSceneQuerySystemBase_sweep_7","_emscripten_bind_PxSceneQuerySystemBase_overlap_3","_emscripten_bind_PxSceneQuerySystemBase_overlap_4","_emscripten_bind_PxSimulationEventCallback___destroy___0","_emscripten_bind_PxSimulationFilterShader___destroy___0","_emscripten_bind_Support_getMargin_0","_emscripten_bind_Support_supportLocal_1","_emscripten_bind_Support___destroy___0","_emscripten_bind_CustomSupport_getCustomMargin_0","_emscripten_bind_CustomSupport_getCustomSupportLocal_2","_emscripten_bind_CustomSupport_getMargin_0","_emscripten_bind_CustomSupport_supportLocal_1","_emscripten_bind_CustomSupport___destroy___0","_emscripten_bind_PassThroughFilterShader_filterShader_10","_emscripten_bind_PassThroughFilterShader_get_outputPairFlags_0","_emscripten_bind_PassThroughFilterShader_set_outputPairFlags_1","_emscripten_bind_PassThroughFilterShader___destroy___0","_emscripten_bind_PhysXActorVehicle_initialize_3","_emscripten_bind_PhysXActorVehicle_destroyState_0","_emscripten_bind_PhysXActorVehicle_initComponentSequence_1","_emscripten_bind_PhysXActorVehicle_step_2","_emscripten_bind_PhysXActorVehicle_get_physXParams_0","_emscripten_bind_PhysXActorVehicle_set_physXParams_1","_emscripten_bind_PhysXActorVehicle_get_physXState_0","_emscripten_bind_PhysXActorVehicle_set_physXState_1","_emscripten_bind_PhysXActorVehicle_get_commandState_0","_emscripten_bind_PhysXActorVehicle_set_commandState_1","_emscripten_bind_PhysXActorVehicle_get_baseParams_0","_emscripten_bind_PhysXActorVehicle_set_baseParams_1","_emscripten_bind_PhysXActorVehicle_get_baseState_0","_emscripten_bind_PhysXActorVehicle_set_baseState_1","_emscripten_bind_PhysXActorVehicle_get_componentSequence_0","_emscripten_bind_PhysXActorVehicle_set_componentSequence_1","_emscripten_bind_PhysXActorVehicle_get_componentSequenceSubstepGroupHandle_0","_emscripten_bind_PhysXActorVehicle_set_componentSequenceSubstepGroupHandle_1","_emscripten_bind_PhysXActorVehicle___destroy___0","_emscripten_bind_PxArticulationTendon_setStiffness_1","_emscripten_bind_PxArticulationTendon_getStiffness_0","_emscripten_bind_PxArticulationTendon_setDamping_1","_emscripten_bind_PxArticulationTendon_getDamping_0","_emscripten_bind_PxArticulationTendon_setLimitStiffness_1","_emscripten_bind_PxArticulationTendon_getLimitStiffness_0","_emscripten_bind_PxArticulationTendon_setOffset_1","_emscripten_bind_PxArticulationTendon_setOffset_2","_emscripten_bind_PxArticulationTendon_getOffset_0","_emscripten_bind_PxArticulationTendon_getArticulation_0","_emscripten_bind_PxArticulationTendon_release_0","_emscripten_bind_PxArticulationTendon_getConcreteTypeName_0","_emscripten_bind_PxArticulationTendon_getConcreteType_0","_emscripten_bind_PxArticulationTendon_setBaseFlag_2","_emscripten_bind_PxArticulationTendon_setBaseFlags_1","_emscripten_bind_PxArticulationTendon_getBaseFlags_0","_emscripten_bind_PxArticulationTendon_isReleasable_0","_emscripten_bind_PxArticulationTendon___destroy___0","_emscripten_bind_PxBaseMaterial_release_0","_emscripten_bind_PxBaseMaterial_getConcreteTypeName_0","_emscripten_bind_PxBaseMaterial_getConcreteType_0","_emscripten_bind_PxBaseMaterial_setBaseFlag_2","_emscripten_bind_PxBaseMaterial_setBaseFlags_1","_emscripten_bind_PxBaseMaterial_getBaseFlags_0","_emscripten_bind_PxBaseMaterial_isReleasable_0","_emscripten_bind_PxBaseMaterial_getReferenceCount_0","_emscripten_bind_PxBaseMaterial_acquireReference_0","_emscripten_bind_PxBaseMaterial___destroy___0","_emscripten_bind_PxConstraintConnector_prepareData_0","_emscripten_bind_PxConstraintConnector_updateOmniPvdProperties_0","_emscripten_bind_PxConstraintConnector_onConstraintRelease_0","_emscripten_bind_PxConstraintConnector_onComShift_1","_emscripten_bind_PxConstraintConnector_onOriginShift_1","_emscripten_bind_PxConstraintConnector_getSerializable_0","_emscripten_bind_PxConstraintConnector_getPrep_0","_emscripten_bind_PxConstraintConnector_getConstantBlock_0","_emscripten_bind_PxConstraintConnector_connectToConstraint_1","_emscripten_bind_PxConstraintConnector___destroy___0","_emscripten_bind_PxController_getType_0","_emscripten_bind_PxController_release_0","_emscripten_bind_PxController_move_4","_emscripten_bind_PxController_move_5","_emscripten_bind_PxController_setPosition_1","_emscripten_bind_PxController_getPosition_0","_emscripten_bind_PxController_setFootPosition_1","_emscripten_bind_PxController_getFootPosition_0","_emscripten_bind_PxController_getActor_0","_emscripten_bind_PxController_setStepOffset_1","_emscripten_bind_PxController_getStepOffset_0","_emscripten_bind_PxController_setNonWalkableMode_1","_emscripten_bind_PxController_getNonWalkableMode_0","_emscripten_bind_PxController_getContactOffset_0","_emscripten_bind_PxController_setContactOffset_1","_emscripten_bind_PxController_getUpDirection_0","_emscripten_bind_PxController_setUpDirection_1","_emscripten_bind_PxController_getSlopeLimit_0","_emscripten_bind_PxController_setSlopeLimit_1","_emscripten_bind_PxController_invalidateCache_0","_emscripten_bind_PxController_getScene_0","_emscripten_bind_PxController_getUserData_0","_emscripten_bind_PxController_setUserData_1","_emscripten_bind_PxController_getState_1","_emscripten_bind_PxController_getStats_1","_emscripten_bind_PxController_resize_1","_emscripten_bind_PxControllerDesc_isValid_0","_emscripten_bind_PxControllerDesc_getType_0","_emscripten_bind_PxControllerDesc_get_position_0","_emscripten_bind_PxControllerDesc_set_position_1","_emscripten_bind_PxControllerDesc_get_upDirection_0","_emscripten_bind_PxControllerDesc_set_upDirection_1","_emscripten_bind_PxControllerDesc_get_slopeLimit_0","_emscripten_bind_PxControllerDesc_set_slopeLimit_1","_emscripten_bind_PxControllerDesc_get_invisibleWallHeight_0","_emscripten_bind_PxControllerDesc_set_invisibleWallHeight_1","_emscripten_bind_PxControllerDesc_get_maxJumpHeight_0","_emscripten_bind_PxControllerDesc_set_maxJumpHeight_1","_emscripten_bind_PxControllerDesc_get_contactOffset_0","_emscripten_bind_PxControllerDesc_set_contactOffset_1","_emscripten_bind_PxControllerDesc_get_stepOffset_0","_emscripten_bind_PxControllerDesc_set_stepOffset_1","_emscripten_bind_PxControllerDesc_get_density_0","_emscripten_bind_PxControllerDesc_set_density_1","_emscripten_bind_PxControllerDesc_get_scaleCoeff_0","_emscripten_bind_PxControllerDesc_set_scaleCoeff_1","_emscripten_bind_PxControllerDesc_get_volumeGrowth_0","_emscripten_bind_PxControllerDesc_set_volumeGrowth_1","_emscripten_bind_PxControllerDesc_get_reportCallback_0","_emscripten_bind_PxControllerDesc_set_reportCallback_1","_emscripten_bind_PxControllerDesc_get_behaviorCallback_0","_emscripten_bind_PxControllerDesc_set_behaviorCallback_1","_emscripten_bind_PxControllerDesc_get_nonWalkableMode_0","_emscripten_bind_PxControllerDesc_set_nonWalkableMode_1","_emscripten_bind_PxControllerDesc_get_material_0","_emscripten_bind_PxControllerDesc_set_material_1","_emscripten_bind_PxControllerDesc_get_registerDeletionListener_0","_emscripten_bind_PxControllerDesc_set_registerDeletionListener_1","_emscripten_bind_PxControllerDesc_get_userData_0","_emscripten_bind_PxControllerDesc_set_userData_1","_emscripten_bind_PxControllerFilterCallback_filter_2","_emscripten_bind_PxControllerFilterCallback___destroy___0","_emscripten_bind_PxControllerHit_get_controller_0","_emscripten_bind_PxControllerHit_set_controller_1","_emscripten_bind_PxControllerHit_get_worldPos_0","_emscripten_bind_PxControllerHit_set_worldPos_1","_emscripten_bind_PxControllerHit_get_worldNormal_0","_emscripten_bind_PxControllerHit_set_worldNormal_1","_emscripten_bind_PxControllerHit_get_dir_0","_emscripten_bind_PxControllerHit_set_dir_1","_emscripten_bind_PxControllerHit_get_length_0","_emscripten_bind_PxControllerHit_set_length_1","_emscripten_bind_PxControllerHit___destroy___0","_emscripten_bind_PxCpuDispatcher___destroy___0","_emscripten_bind_PxErrorCallback_reportError_4","_emscripten_bind_PxErrorCallback___destroy___0","_emscripten_bind_PxGeomRaycastHit_hadInitialOverlap_0","_emscripten_bind_PxGeomRaycastHit_get_u_0","_emscripten_bind_PxGeomRaycastHit_set_u_1","_emscripten_bind_PxGeomRaycastHit_get_v_0","_emscripten_bind_PxGeomRaycastHit_set_v_1","_emscripten_bind_PxGeomRaycastHit_get_flags_0","_emscripten_bind_PxGeomRaycastHit_set_flags_1","_emscripten_bind_PxGeomRaycastHit_get_position_0","_emscripten_bind_PxGeomRaycastHit_set_position_1","_emscripten_bind_PxGeomRaycastHit_get_normal_0","_emscripten_bind_PxGeomRaycastHit_set_normal_1","_emscripten_bind_PxGeomRaycastHit_get_distance_0","_emscripten_bind_PxGeomRaycastHit_set_distance_1","_emscripten_bind_PxGeomRaycastHit_get_faceIndex_0","_emscripten_bind_PxGeomRaycastHit_set_faceIndex_1","_emscripten_bind_PxGeomRaycastHit___destroy___0","_emscripten_bind_PxGeomSweepHit_hadInitialOverlap_0","_emscripten_bind_PxGeomSweepHit_get_flags_0","_emscripten_bind_PxGeomSweepHit_set_flags_1","_emscripten_bind_PxGeomSweepHit_get_position_0","_emscripten_bind_PxGeomSweepHit_set_position_1","_emscripten_bind_PxGeomSweepHit_get_normal_0","_emscripten_bind_PxGeomSweepHit_set_normal_1","_emscripten_bind_PxGeomSweepHit_get_distance_0","_emscripten_bind_PxGeomSweepHit_set_distance_1","_emscripten_bind_PxGeomSweepHit_get_faceIndex_0","_emscripten_bind_PxGeomSweepHit_set_faceIndex_1","_emscripten_bind_PxGeomSweepHit___destroy___0","_emscripten_bind_PxGeometry_getType_0","_emscripten_bind_PxGeometry___destroy___0","_emscripten_bind_PxI32ConstPtr___destroy___0","_emscripten_bind_PxInputData___destroy___0","_emscripten_bind_PxJoint_setActors_2","_emscripten_bind_PxJoint_setLocalPose_2","_emscripten_bind_PxJoint_getLocalPose_1","_emscripten_bind_PxJoint_getRelativeTransform_0","_emscripten_bind_PxJoint_getRelativeLinearVelocity_0","_emscripten_bind_PxJoint_getRelativeAngularVelocity_0","_emscripten_bind_PxJoint_setBreakForce_2","_emscripten_bind_PxJoint_setConstraintFlags_1","_emscripten_bind_PxJoint_setConstraintFlag_2","_emscripten_bind_PxJoint_getConstraintFlags_0","_emscripten_bind_PxJoint_setInvMassScale0_1","_emscripten_bind_PxJoint_getInvMassScale0_0","_emscripten_bind_PxJoint_setInvMassScale1_1","_emscripten_bind_PxJoint_getInvMassScale1_0","_emscripten_bind_PxJoint_getConstraint_0","_emscripten_bind_PxJoint_setName_1","_emscripten_bind_PxJoint_getName_0","_emscripten_bind_PxJoint_getScene_0","_emscripten_bind_PxJoint_release_0","_emscripten_bind_PxJoint_getConcreteTypeName_0","_emscripten_bind_PxJoint_getConcreteType_0","_emscripten_bind_PxJoint_setBaseFlag_2","_emscripten_bind_PxJoint_setBaseFlags_1","_emscripten_bind_PxJoint_getBaseFlags_0","_emscripten_bind_PxJoint_isReleasable_0","_emscripten_bind_PxJoint_get_userData_0","_emscripten_bind_PxJoint_set_userData_1","_emscripten_bind_PxJointLimitParameters_isValid_0","_emscripten_bind_PxJointLimitParameters_isSoft_0","_emscripten_bind_PxJointLimitParameters_get_restitution_0","_emscripten_bind_PxJointLimitParameters_set_restitution_1","_emscripten_bind_PxJointLimitParameters_get_bounceThreshold_0","_emscripten_bind_PxJointLimitParameters_set_bounceThreshold_1","_emscripten_bind_PxJointLimitParameters_get_stiffness_0","_emscripten_bind_PxJointLimitParameters_set_stiffness_1","_emscripten_bind_PxJointLimitParameters_get_damping_0","_emscripten_bind_PxJointLimitParameters_set_damping_1","_emscripten_bind_PxObstacle_getType_0","_emscripten_bind_PxObstacle_get_mUserData_0","_emscripten_bind_PxObstacle_set_mUserData_1","_emscripten_bind_PxObstacle_get_mPos_0","_emscripten_bind_PxObstacle_set_mPos_1","_emscripten_bind_PxObstacle_get_mRot_0","_emscripten_bind_PxObstacle_set_mRot_1","_emscripten_bind_PxObstacle___destroy___0","_emscripten_bind_PxOutputStream___destroy___0","_emscripten_bind_PxOverlapCallback_hasAnyHits_0","_emscripten_bind_PxOverlapCallback___destroy___0","_emscripten_bind_PxRaycastCallback_hasAnyHits_0","_emscripten_bind_PxRaycastCallback___destroy___0","_emscripten_bind_PxRigidBody_setCMassLocalPose_1","_emscripten_bind_PxRigidBody_getCMassLocalPose_0","_emscripten_bind_PxRigidBody_setMass_1","_emscripten_bind_PxRigidBody_getMass_0","_emscripten_bind_PxRigidBody_getInvMass_0","_emscripten_bind_PxRigidBody_setMassSpaceInertiaTensor_1","_emscripten_bind_PxRigidBody_getMassSpaceInertiaTensor_0","_emscripten_bind_PxRigidBody_getMassSpaceInvInertiaTensor_0","_emscripten_bind_PxRigidBody_setLinearDamping_1","_emscripten_bind_PxRigidBody_getLinearDamping_0","_emscripten_bind_PxRigidBody_setAngularDamping_1","_emscripten_bind_PxRigidBody_getAngularDamping_0","_emscripten_bind_PxRigidBody_getLinearVelocity_0","_emscripten_bind_PxRigidBody_getAngularVelocity_0","_emscripten_bind_PxRigidBody_setMaxLinearVelocity_1","_emscripten_bind_PxRigidBody_getMaxLinearVelocity_0","_emscripten_bind_PxRigidBody_setMaxAngularVelocity_1","_emscripten_bind_PxRigidBody_getMaxAngularVelocity_0","_emscripten_bind_PxRigidBody_addForce_1","_emscripten_bind_PxRigidBody_addForce_2","_emscripten_bind_PxRigidBody_addForce_3","_emscripten_bind_PxRigidBody_addTorque_1","_emscripten_bind_PxRigidBody_addTorque_2","_emscripten_bind_PxRigidBody_addTorque_3","_emscripten_bind_PxRigidBody_clearForce_1","_emscripten_bind_PxRigidBody_clearTorque_1","_emscripten_bind_PxRigidBody_setForceAndTorque_2","_emscripten_bind_PxRigidBody_setForceAndTorque_3","_emscripten_bind_PxRigidBody_setRigidBodyFlag_2","_emscripten_bind_PxRigidBody_setRigidBodyFlags_1","_emscripten_bind_PxRigidBody_getRigidBodyFlags_0","_emscripten_bind_PxRigidBody_setMinCCDAdvanceCoefficient_1","_emscripten_bind_PxRigidBody_getMinCCDAdvanceCoefficient_0","_emscripten_bind_PxRigidBody_setMaxDepenetrationVelocity_1","_emscripten_bind_PxRigidBody_getMaxDepenetrationVelocity_0","_emscripten_bind_PxRigidBody_setMaxContactImpulse_1","_emscripten_bind_PxRigidBody_getMaxContactImpulse_0","_emscripten_bind_PxRigidBody_setContactSlopCoefficient_1","_emscripten_bind_PxRigidBody_getContactSlopCoefficient_0","_emscripten_bind_PxRigidBody_getType_0","_emscripten_bind_PxRigidBody_getScene_0","_emscripten_bind_PxRigidBody_setName_1","_emscripten_bind_PxRigidBody_getName_0","_emscripten_bind_PxRigidBody_getWorldBounds_0","_emscripten_bind_PxRigidBody_getWorldBounds_1","_emscripten_bind_PxRigidBody_setActorFlag_2","_emscripten_bind_PxRigidBody_setActorFlags_1","_emscripten_bind_PxRigidBody_getActorFlags_0","_emscripten_bind_PxRigidBody_setDominanceGroup_1","_emscripten_bind_PxRigidBody_getDominanceGroup_0","_emscripten_bind_PxRigidBody_setOwnerClient_1","_emscripten_bind_PxRigidBody_getOwnerClient_0","_emscripten_bind_PxRigidBody_release_0","_emscripten_bind_PxRigidBody_getConcreteTypeName_0","_emscripten_bind_PxRigidBody_getConcreteType_0","_emscripten_bind_PxRigidBody_setBaseFlag_2","_emscripten_bind_PxRigidBody_setBaseFlags_1","_emscripten_bind_PxRigidBody_getBaseFlags_0","_emscripten_bind_PxRigidBody_isReleasable_0","_emscripten_bind_PxRigidBody_getGlobalPose_0","_emscripten_bind_PxRigidBody_setGlobalPose_1","_emscripten_bind_PxRigidBody_setGlobalPose_2","_emscripten_bind_PxRigidBody_attachShape_1","_emscripten_bind_PxRigidBody_detachShape_1","_emscripten_bind_PxRigidBody_detachShape_2","_emscripten_bind_PxRigidBody_getNbShapes_0","_emscripten_bind_PxRigidBody_getNbConstraints_0","_emscripten_bind_PxRigidBody_get_userData_0","_emscripten_bind_PxRigidBody_set_userData_1","_emscripten_bind_PxSceneSQSystem_setSceneQueryUpdateMode_1","_emscripten_bind_PxSceneSQSystem_getSceneQueryUpdateMode_0","_emscripten_bind_PxSceneSQSystem_getSceneQueryStaticTimestamp_0","_emscripten_bind_PxSceneSQSystem_flushQueryUpdates_0","_emscripten_bind_PxSceneSQSystem_forceDynamicTreeRebuild_2","_emscripten_bind_PxSceneSQSystem_getStaticStructure_0","_emscripten_bind_PxSceneSQSystem_getDynamicStructure_0","_emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_0","_emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_1","_emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_2","_emscripten_bind_PxSceneSQSystem_checkQueries_0","_emscripten_bind_PxSceneSQSystem_checkQueries_1","_emscripten_bind_PxSceneSQSystem_fetchQueries_0","_emscripten_bind_PxSceneSQSystem_fetchQueries_1","_emscripten_bind_PxSceneSQSystem_setDynamicTreeRebuildRateHint_1","_emscripten_bind_PxSceneSQSystem_getDynamicTreeRebuildRateHint_0","_emscripten_bind_PxSceneSQSystem_forceRebuildDynamicTree_1","_emscripten_bind_PxSceneSQSystem_setUpdateMode_1","_emscripten_bind_PxSceneSQSystem_getUpdateMode_0","_emscripten_bind_PxSceneSQSystem_getStaticTimestamp_0","_emscripten_bind_PxSceneSQSystem_flushUpdates_0","_emscripten_bind_PxSceneSQSystem_raycast_4","_emscripten_bind_PxSceneSQSystem_raycast_5","_emscripten_bind_PxSceneSQSystem_raycast_6","_emscripten_bind_PxSceneSQSystem_sweep_5","_emscripten_bind_PxSceneSQSystem_sweep_6","_emscripten_bind_PxSceneSQSystem_sweep_7","_emscripten_bind_PxSceneSQSystem_overlap_3","_emscripten_bind_PxSceneSQSystem_overlap_4","_emscripten_bind_PxSimpleTriangleMesh_PxSimpleTriangleMesh_0","_emscripten_bind_PxSimpleTriangleMesh_setToDefault_0","_emscripten_bind_PxSimpleTriangleMesh_isValid_0","_emscripten_bind_PxSimpleTriangleMesh_get_points_0","_emscripten_bind_PxSimpleTriangleMesh_set_points_1","_emscripten_bind_PxSimpleTriangleMesh_get_triangles_0","_emscripten_bind_PxSimpleTriangleMesh_set_triangles_1","_emscripten_bind_PxSimpleTriangleMesh_get_flags_0","_emscripten_bind_PxSimpleTriangleMesh_set_flags_1","_emscripten_bind_PxSimpleTriangleMesh___destroy___0","_emscripten_bind_PxSpring_PxSpring_2","_emscripten_bind_PxSpring_get_stiffness_0","_emscripten_bind_PxSpring_set_stiffness_1","_emscripten_bind_PxSpring_get_damping_0","_emscripten_bind_PxSpring_set_damping_1","_emscripten_bind_PxSpring___destroy___0","_emscripten_bind_PxStridedData_get_stride_0","_emscripten_bind_PxStridedData_set_stride_1","_emscripten_bind_PxStridedData_get_data_0","_emscripten_bind_PxStridedData_set_data_1","_emscripten_bind_PxStridedData___destroy___0","_emscripten_bind_PxSweepCallback_hasAnyHits_0","_emscripten_bind_PxSweepCallback___destroy___0","_emscripten_bind_PxU16ConstPtr___destroy___0","_emscripten_bind_PxU32ConstPtr___destroy___0","_emscripten_bind_PxU8ConstPtr___destroy___0","_emscripten_bind_PxUserControllerHitReport_onShapeHit_1","_emscripten_bind_PxUserControllerHitReport_onControllerHit_1","_emscripten_bind_PxUserControllerHitReport_onObstacleHit_1","_emscripten_bind_PxVehicleCommandResponseParams_PxVehicleCommandResponseParams_0","_emscripten_bind_PxVehicleCommandResponseParams_get_nonlinearResponse_0","_emscripten_bind_PxVehicleCommandResponseParams_set_nonlinearResponse_1","_emscripten_bind_PxVehicleCommandResponseParams_get_wheelResponseMultipliers_1","_emscripten_bind_PxVehicleCommandResponseParams_set_wheelResponseMultipliers_2","_emscripten_bind_PxVehicleCommandResponseParams_get_maxResponse_0","_emscripten_bind_PxVehicleCommandResponseParams_set_maxResponse_1","_emscripten_bind_PxVehicleCommandResponseParams___destroy___0","_emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_PxVehicleEngineDriveTransmissionCommandState_0","_emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_setToDefault_0","_emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_get_clutch_0","_emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_set_clutch_1","_emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_get_targetGear_0","_emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_set_targetGear_1","_emscripten_bind_PxVehicleEngineDriveTransmissionCommandState___destroy___0","_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_PxVehicleMultiWheelDriveDifferentialParams_0","_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_setToDefault_0","_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_transformAndScale_4","_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_isValid_1","_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_get_torqueRatios_1","_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_set_torqueRatios_2","_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_get_aveWheelSpeedRatios_1","_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_set_aveWheelSpeedRatios_2","_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams___destroy___0","_emscripten_bind_PxVehicleSimulationContext_PxVehicleSimulationContext_0","_emscripten_bind_PxVehicleSimulationContext_getType_0","_emscripten_bind_PxVehicleSimulationContext_setToDefault_0","_emscripten_bind_PxVehicleSimulationContext_transformAndScale_4","_emscripten_bind_PxVehicleSimulationContext_get_gravity_0","_emscripten_bind_PxVehicleSimulationContext_set_gravity_1","_emscripten_bind_PxVehicleSimulationContext_get_frame_0","_emscripten_bind_PxVehicleSimulationContext_set_frame_1","_emscripten_bind_PxVehicleSimulationContext_get_scale_0","_emscripten_bind_PxVehicleSimulationContext_set_scale_1","_emscripten_bind_PxVehicleSimulationContext_get_tireSlipParams_0","_emscripten_bind_PxVehicleSimulationContext_set_tireSlipParams_1","_emscripten_bind_PxVehicleSimulationContext_get_tireStickyParams_0","_emscripten_bind_PxVehicleSimulationContext_set_tireStickyParams_1","_emscripten_bind_PxVehicleSimulationContext_get_thresholdForwardSpeedForWheelAngleIntegration_0","_emscripten_bind_PxVehicleSimulationContext_set_thresholdForwardSpeedForWheelAngleIntegration_1","_emscripten_bind_PxVehicleSimulationContext_get_pvdContext_0","_emscripten_bind_PxVehicleSimulationContext_set_pvdContext_1","_emscripten_bind_PxVehicleSimulationContext___destroy___0","_emscripten_bind_SimpleControllerBehaviorCallback_getShapeBehaviorFlags_2","_emscripten_bind_SimpleControllerBehaviorCallback_getControllerBehaviorFlags_1","_emscripten_bind_SimpleControllerBehaviorCallback_getObstacleBehaviorFlags_1","_emscripten_bind_SimpleControllerBehaviorCallback___destroy___0","_emscripten_bind_SimplePvdTransport_send_2","_emscripten_bind_SimplePvdTransport_connect_0","_emscripten_bind_SimplePvdTransport_isConnected_0","_emscripten_bind_SimplePvdTransport_disconnect_0","_emscripten_bind_SimplePvdTransport_release_0","_emscripten_bind_SimplePvdTransport_flush_0","_emscripten_bind_SimplePvdTransport___destroy___0","_emscripten_bind_SimpleQueryFilterCallback_simplePreFilter_4","_emscripten_bind_SimpleQueryFilterCallback_simplePostFilter_4","_emscripten_bind_SimpleQueryFilterCallback___destroy___0","_emscripten_bind_SimpleSimulationEventCallback_onConstraintBreak_2","_emscripten_bind_SimpleSimulationEventCallback_onWake_2","_emscripten_bind_SimpleSimulationEventCallback_onSleep_2","_emscripten_bind_SimpleSimulationEventCallback_onContact_3","_emscripten_bind_SimpleSimulationEventCallback_onTrigger_2","_emscripten_bind_SimpleSimulationEventCallback___destroy___0","_emscripten_bind_VoidPtr___destroy___0","_emscripten_bind_BaseVehicleParams_BaseVehicleParams_0","_emscripten_bind_BaseVehicleParams_transformAndScale_4","_emscripten_bind_BaseVehicleParams_isValid_0","_emscripten_bind_BaseVehicleParams_get_axleDescription_0","_emscripten_bind_BaseVehicleParams_set_axleDescription_1","_emscripten_bind_BaseVehicleParams_get_frame_0","_emscripten_bind_BaseVehicleParams_set_frame_1","_emscripten_bind_BaseVehicleParams_get_scale_0","_emscripten_bind_BaseVehicleParams_set_scale_1","_emscripten_bind_BaseVehicleParams_get_suspensionStateCalculationParams_0","_emscripten_bind_BaseVehicleParams_set_suspensionStateCalculationParams_1","_emscripten_bind_BaseVehicleParams_get_brakeResponseParams_1","_emscripten_bind_BaseVehicleParams_set_brakeResponseParams_2","_emscripten_bind_BaseVehicleParams_get_steerResponseParams_0","_emscripten_bind_BaseVehicleParams_set_steerResponseParams_1","_emscripten_bind_BaseVehicleParams_get_ackermannParams_1","_emscripten_bind_BaseVehicleParams_set_ackermannParams_2","_emscripten_bind_BaseVehicleParams_get_suspensionParams_1","_emscripten_bind_BaseVehicleParams_set_suspensionParams_2","_emscripten_bind_BaseVehicleParams_get_suspensionComplianceParams_1","_emscripten_bind_BaseVehicleParams_set_suspensionComplianceParams_2","_emscripten_bind_BaseVehicleParams_get_suspensionForceParams_1","_emscripten_bind_BaseVehicleParams_set_suspensionForceParams_2","_emscripten_bind_BaseVehicleParams_get_antiRollForceParams_1","_emscripten_bind_BaseVehicleParams_set_antiRollForceParams_2","_emscripten_bind_BaseVehicleParams_get_nbAntiRollForceParams_0","_emscripten_bind_BaseVehicleParams_set_nbAntiRollForceParams_1","_emscripten_bind_BaseVehicleParams_get_tireForceParams_1","_emscripten_bind_BaseVehicleParams_set_tireForceParams_2","_emscripten_bind_BaseVehicleParams_get_wheelParams_1","_emscripten_bind_BaseVehicleParams_set_wheelParams_2","_emscripten_bind_BaseVehicleParams_get_rigidBodyParams_0","_emscripten_bind_BaseVehicleParams_set_rigidBodyParams_1","_emscripten_bind_BaseVehicleParams___destroy___0","_emscripten_bind_BaseVehicleState_BaseVehicleState_0","_emscripten_bind_BaseVehicleState_setToDefault_0","_emscripten_bind_BaseVehicleState_get_brakeCommandResponseStates_1","_emscripten_bind_BaseVehicleState_set_brakeCommandResponseStates_2","_emscripten_bind_BaseVehicleState_get_steerCommandResponseStates_1","_emscripten_bind_BaseVehicleState_set_steerCommandResponseStates_2","_emscripten_bind_BaseVehicleState_get_actuationStates_1","_emscripten_bind_BaseVehicleState_set_actuationStates_2","_emscripten_bind_BaseVehicleState_get_roadGeomStates_1","_emscripten_bind_BaseVehicleState_set_roadGeomStates_2","_emscripten_bind_BaseVehicleState_get_suspensionStates_1","_emscripten_bind_BaseVehicleState_set_suspensionStates_2","_emscripten_bind_BaseVehicleState_get_suspensionComplianceStates_1","_emscripten_bind_BaseVehicleState_set_suspensionComplianceStates_2","_emscripten_bind_BaseVehicleState_get_suspensionForces_1","_emscripten_bind_BaseVehicleState_set_suspensionForces_2","_emscripten_bind_BaseVehicleState_get_antiRollTorque_0","_emscripten_bind_BaseVehicleState_set_antiRollTorque_1","_emscripten_bind_BaseVehicleState_get_tireGripStates_1","_emscripten_bind_BaseVehicleState_set_tireGripStates_2","_emscripten_bind_BaseVehicleState_get_tireDirectionStates_1","_emscripten_bind_BaseVehicleState_set_tireDirectionStates_2","_emscripten_bind_BaseVehicleState_get_tireSpeedStates_1","_emscripten_bind_BaseVehicleState_set_tireSpeedStates_2","_emscripten_bind_BaseVehicleState_get_tireSlipStates_1","_emscripten_bind_BaseVehicleState_set_tireSlipStates_2","_emscripten_bind_BaseVehicleState_get_tireCamberAngleStates_1","_emscripten_bind_BaseVehicleState_set_tireCamberAngleStates_2","_emscripten_bind_BaseVehicleState_get_tireStickyStates_1","_emscripten_bind_BaseVehicleState_set_tireStickyStates_2","_emscripten_bind_BaseVehicleState_get_tireForces_1","_emscripten_bind_BaseVehicleState_set_tireForces_2","_emscripten_bind_BaseVehicleState_get_wheelRigidBody1dStates_1","_emscripten_bind_BaseVehicleState_set_wheelRigidBody1dStates_2","_emscripten_bind_BaseVehicleState_get_wheelLocalPoses_1","_emscripten_bind_BaseVehicleState_set_wheelLocalPoses_2","_emscripten_bind_BaseVehicleState_get_rigidBodyState_0","_emscripten_bind_BaseVehicleState_set_rigidBodyState_1","_emscripten_bind_BaseVehicleState___destroy___0","_emscripten_bind_BoxSupport_BoxSupport_1","_emscripten_bind_BoxSupport_BoxSupport_2","_emscripten_bind_BoxSupport_getMargin_0","_emscripten_bind_BoxSupport_supportLocal_1","_emscripten_bind_BoxSupport_get_halfExtents_0","_emscripten_bind_BoxSupport_set_halfExtents_1","_emscripten_bind_BoxSupport_get_margin_0","_emscripten_bind_BoxSupport_set_margin_1","_emscripten_bind_BoxSupport___destroy___0","_emscripten_bind_CapsuleSupport_CapsuleSupport_2","_emscripten_bind_CapsuleSupport_getMargin_0","_emscripten_bind_CapsuleSupport_supportLocal_1","_emscripten_bind_CapsuleSupport_get_radius_0","_emscripten_bind_CapsuleSupport_set_radius_1","_emscripten_bind_CapsuleSupport_get_halfHeight_0","_emscripten_bind_CapsuleSupport_set_halfHeight_1","_emscripten_bind_CapsuleSupport___destroy___0","_emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_0","_emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_1","_emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_2","_emscripten_bind_ConvexGeomSupport_getMargin_0","_emscripten_bind_ConvexGeomSupport_supportLocal_1","_emscripten_bind_ConvexGeomSupport___destroy___0","_emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_1","_emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_2","_emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_3","_emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_4","_emscripten_bind_ConvexMeshSupport_getMargin_0","_emscripten_bind_ConvexMeshSupport_supportLocal_1","_emscripten_bind_ConvexMeshSupport_get_scale_0","_emscripten_bind_ConvexMeshSupport_set_scale_1","_emscripten_bind_ConvexMeshSupport_get_scaleRotation_0","_emscripten_bind_ConvexMeshSupport_set_scaleRotation_1","_emscripten_bind_ConvexMeshSupport_get_margin_0","_emscripten_bind_ConvexMeshSupport_set_margin_1","_emscripten_bind_ConvexMeshSupport___destroy___0","_emscripten_bind_CustomSupportImpl_CustomSupportImpl_0","_emscripten_bind_CustomSupportImpl_getCustomMargin_0","_emscripten_bind_CustomSupportImpl_getCustomSupportLocal_2","_emscripten_bind_CustomSupportImpl___destroy___0","_emscripten_bind_DirectDriveVehicle_DirectDriveVehicle_0","_emscripten_bind_DirectDriveVehicle_initialize_3","_emscripten_bind_DirectDriveVehicle_initialize_4","_emscripten_bind_DirectDriveVehicle_initComponentSequence_1","_emscripten_bind_DirectDriveVehicle_destroyState_0","_emscripten_bind_DirectDriveVehicle_step_2","_emscripten_bind_DirectDriveVehicle_get_directDriveParams_0","_emscripten_bind_DirectDriveVehicle_set_directDriveParams_1","_emscripten_bind_DirectDriveVehicle_get_directDriveState_0","_emscripten_bind_DirectDriveVehicle_set_directDriveState_1","_emscripten_bind_DirectDriveVehicle_get_transmissionCommandState_0","_emscripten_bind_DirectDriveVehicle_set_transmissionCommandState_1","_emscripten_bind_DirectDriveVehicle_get_baseParams_0","_emscripten_bind_DirectDriveVehicle_set_baseParams_1","_emscripten_bind_DirectDriveVehicle_get_baseState_0","_emscripten_bind_DirectDriveVehicle_set_baseState_1","_emscripten_bind_DirectDriveVehicle_get_componentSequence_0","_emscripten_bind_DirectDriveVehicle_set_componentSequence_1","_emscripten_bind_DirectDriveVehicle_get_componentSequenceSubstepGroupHandle_0","_emscripten_bind_DirectDriveVehicle_set_componentSequenceSubstepGroupHandle_1","_emscripten_bind_DirectDriveVehicle_get_physXParams_0","_emscripten_bind_DirectDriveVehicle_set_physXParams_1","_emscripten_bind_DirectDriveVehicle_get_physXState_0","_emscripten_bind_DirectDriveVehicle_set_physXState_1","_emscripten_bind_DirectDriveVehicle_get_commandState_0","_emscripten_bind_DirectDriveVehicle_set_commandState_1","_emscripten_bind_DirectDriveVehicle___destroy___0","_emscripten_bind_DirectDrivetrainParams_DirectDrivetrainParams_0","_emscripten_bind_DirectDrivetrainParams_transformAndScale_4","_emscripten_bind_DirectDrivetrainParams_isValid_1","_emscripten_bind_DirectDrivetrainParams_get_directDriveThrottleResponseParams_0","_emscripten_bind_DirectDrivetrainParams_set_directDriveThrottleResponseParams_1","_emscripten_bind_DirectDrivetrainParams___destroy___0","_emscripten_bind_DirectDrivetrainState_DirectDrivetrainState_0","_emscripten_bind_DirectDrivetrainState_setToDefault_0","_emscripten_bind_DirectDrivetrainState_get_directDriveThrottleResponseStates_1","_emscripten_bind_DirectDrivetrainState_set_directDriveThrottleResponseStates_2","_emscripten_bind_DirectDrivetrainState___destroy___0","_emscripten_bind_EngineDriveVehicle_EngineDriveVehicle_0","_emscripten_bind_EngineDriveVehicle_initialize_4","_emscripten_bind_EngineDriveVehicle_initialize_5","_emscripten_bind_EngineDriveVehicle_initComponentSequence_1","_emscripten_bind_EngineDriveVehicle_destroyState_0","_emscripten_bind_EngineDriveVehicle_step_2","_emscripten_bind_EngineDriveVehicle_get_engineDriveParams_0","_emscripten_bind_EngineDriveVehicle_set_engineDriveParams_1","_emscripten_bind_EngineDriveVehicle_get_engineDriveState_0","_emscripten_bind_EngineDriveVehicle_set_engineDriveState_1","_emscripten_bind_EngineDriveVehicle_get_transmissionCommandState_0","_emscripten_bind_EngineDriveVehicle_set_transmissionCommandState_1","_emscripten_bind_EngineDriveVehicle_get_tankDriveTransmissionCommandState_0","_emscripten_bind_EngineDriveVehicle_set_tankDriveTransmissionCommandState_1","_emscripten_bind_EngineDriveVehicle_get_differentialType_0","_emscripten_bind_EngineDriveVehicle_set_differentialType_1","_emscripten_bind_EngineDriveVehicle_get_baseParams_0","_emscripten_bind_EngineDriveVehicle_set_baseParams_1","_emscripten_bind_EngineDriveVehicle_get_baseState_0","_emscripten_bind_EngineDriveVehicle_set_baseState_1","_emscripten_bind_EngineDriveVehicle_get_componentSequence_0","_emscripten_bind_EngineDriveVehicle_set_componentSequence_1","_emscripten_bind_EngineDriveVehicle_get_componentSequenceSubstepGroupHandle_0","_emscripten_bind_EngineDriveVehicle_set_componentSequenceSubstepGroupHandle_1","_emscripten_bind_EngineDriveVehicle_get_physXParams_0","_emscripten_bind_EngineDriveVehicle_set_physXParams_1","_emscripten_bind_EngineDriveVehicle_get_physXState_0","_emscripten_bind_EngineDriveVehicle_set_physXState_1","_emscripten_bind_EngineDriveVehicle_get_commandState_0","_emscripten_bind_EngineDriveVehicle_set_commandState_1","_emscripten_bind_EngineDriveVehicle___destroy___0","_emscripten_bind_EngineDrivetrainParams_EngineDrivetrainParams_0","_emscripten_bind_EngineDrivetrainParams_transformAndScale_4","_emscripten_bind_EngineDrivetrainParams_isValid_1","_emscripten_bind_EngineDrivetrainParams_get_autoboxParams_0","_emscripten_bind_EngineDrivetrainParams_set_autoboxParams_1","_emscripten_bind_EngineDrivetrainParams_get_clutchCommandResponseParams_0","_emscripten_bind_EngineDrivetrainParams_set_clutchCommandResponseParams_1","_emscripten_bind_EngineDrivetrainParams_get_engineParams_0","_emscripten_bind_EngineDrivetrainParams_set_engineParams_1","_emscripten_bind_EngineDrivetrainParams_get_gearBoxParams_0","_emscripten_bind_EngineDrivetrainParams_set_gearBoxParams_1","_emscripten_bind_EngineDrivetrainParams_get_multiWheelDifferentialParams_0","_emscripten_bind_EngineDrivetrainParams_set_multiWheelDifferentialParams_1","_emscripten_bind_EngineDrivetrainParams_get_fourWheelDifferentialParams_0","_emscripten_bind_EngineDrivetrainParams_set_fourWheelDifferentialParams_1","_emscripten_bind_EngineDrivetrainParams_get_tankDifferentialParams_0","_emscripten_bind_EngineDrivetrainParams_set_tankDifferentialParams_1","_emscripten_bind_EngineDrivetrainParams_get_clutchParams_0","_emscripten_bind_EngineDrivetrainParams_set_clutchParams_1","_emscripten_bind_EngineDrivetrainParams___destroy___0","_emscripten_bind_EngineDrivetrainState_EngineDrivetrainState_0","_emscripten_bind_EngineDrivetrainState_setToDefault_0","_emscripten_bind_EngineDrivetrainState_get_throttleCommandResponseState_0","_emscripten_bind_EngineDrivetrainState_set_throttleCommandResponseState_1","_emscripten_bind_EngineDrivetrainState_get_autoboxState_0","_emscripten_bind_EngineDrivetrainState_set_autoboxState_1","_emscripten_bind_EngineDrivetrainState_get_clutchCommandResponseState_0","_emscripten_bind_EngineDrivetrainState_set_clutchCommandResponseState_1","_emscripten_bind_EngineDrivetrainState_get_differentialState_0","_emscripten_bind_EngineDrivetrainState_set_differentialState_1","_emscripten_bind_EngineDrivetrainState_get_wheelConstraintGroupState_0","_emscripten_bind_EngineDrivetrainState_set_wheelConstraintGroupState_1","_emscripten_bind_EngineDrivetrainState_get_engineState_0","_emscripten_bind_EngineDrivetrainState_set_engineState_1","_emscripten_bind_EngineDrivetrainState_get_gearboxState_0","_emscripten_bind_EngineDrivetrainState_set_gearboxState_1","_emscripten_bind_EngineDrivetrainState_get_clutchState_0","_emscripten_bind_EngineDrivetrainState_set_clutchState_1","_emscripten_bind_EngineDrivetrainState___destroy___0","_emscripten_bind_NativeArrayHelpers_getU8At_2","_emscripten_bind_NativeArrayHelpers_getU16At_2","_emscripten_bind_NativeArrayHelpers_getU32At_2","_emscripten_bind_NativeArrayHelpers_getRealAt_2","_emscripten_bind_NativeArrayHelpers_setU8At_3","_emscripten_bind_NativeArrayHelpers_setU16At_3","_emscripten_bind_NativeArrayHelpers_setU32At_3","_emscripten_bind_NativeArrayHelpers_setRealAt_3","_emscripten_bind_NativeArrayHelpers_voidToU8Ptr_1","_emscripten_bind_NativeArrayHelpers_voidToU16Ptr_1","_emscripten_bind_NativeArrayHelpers_voidToU32Ptr_1","_emscripten_bind_NativeArrayHelpers_voidToI32Ptr_1","_emscripten_bind_NativeArrayHelpers_voidToRealPtr_1","_emscripten_bind_NativeArrayHelpers_getActorAt_2","_emscripten_bind_NativeArrayHelpers_getBounds3At_2","_emscripten_bind_NativeArrayHelpers_getContactPairAt_2","_emscripten_bind_NativeArrayHelpers_getContactPairHeaderAt_2","_emscripten_bind_NativeArrayHelpers_getControllerAt_2","_emscripten_bind_NativeArrayHelpers_getControllerShapeHitAt_2","_emscripten_bind_NativeArrayHelpers_getControllersHitAt_2","_emscripten_bind_NativeArrayHelpers_getControllerObstacleHitAt_2","_emscripten_bind_NativeArrayHelpers_getDebugPointAt_2","_emscripten_bind_NativeArrayHelpers_getDebugLineAt_2","_emscripten_bind_NativeArrayHelpers_getDebugTriangleAt_2","_emscripten_bind_NativeArrayHelpers_getObstacleAt_2","_emscripten_bind_NativeArrayHelpers_getShapeAt_2","_emscripten_bind_NativeArrayHelpers_getTriggerPairAt_2","_emscripten_bind_NativeArrayHelpers_getVec3At_2","_emscripten_bind_NativeArrayHelpers___destroy___0","_emscripten_bind_PassThroughFilterShaderImpl_PassThroughFilterShaderImpl_0","_emscripten_bind_PassThroughFilterShaderImpl_filterShader_10","_emscripten_bind_PassThroughFilterShaderImpl___destroy___0","_emscripten_bind_PhysXIntegrationParams_PhysXIntegrationParams_0","_emscripten_bind_PhysXIntegrationParams_transformAndScale_4","_emscripten_bind_PhysXIntegrationParams_isValid_1","_emscripten_bind_PhysXIntegrationParams_create_10","_emscripten_bind_PhysXIntegrationParams_get_physxRoadGeometryQueryParams_0","_emscripten_bind_PhysXIntegrationParams_set_physxRoadGeometryQueryParams_1","_emscripten_bind_PhysXIntegrationParams_get_physxMaterialFrictionParams_1","_emscripten_bind_PhysXIntegrationParams_set_physxMaterialFrictionParams_2","_emscripten_bind_PhysXIntegrationParams_get_physxSuspensionLimitConstraintParams_1","_emscripten_bind_PhysXIntegrationParams_set_physxSuspensionLimitConstraintParams_2","_emscripten_bind_PhysXIntegrationParams_get_physxActorCMassLocalPose_0","_emscripten_bind_PhysXIntegrationParams_set_physxActorCMassLocalPose_1","_emscripten_bind_PhysXIntegrationParams_get_physxActorGeometry_0","_emscripten_bind_PhysXIntegrationParams_set_physxActorGeometry_1","_emscripten_bind_PhysXIntegrationParams_get_physxActorBoxShapeLocalPose_0","_emscripten_bind_PhysXIntegrationParams_set_physxActorBoxShapeLocalPose_1","_emscripten_bind_PhysXIntegrationParams_get_physxWheelShapeLocalPoses_1","_emscripten_bind_PhysXIntegrationParams_set_physxWheelShapeLocalPoses_2","_emscripten_bind_PhysXIntegrationParams_get_physxActorShapeFlags_0","_emscripten_bind_PhysXIntegrationParams_set_physxActorShapeFlags_1","_emscripten_bind_PhysXIntegrationParams_get_physxActorSimulationFilterData_0","_emscripten_bind_PhysXIntegrationParams_set_physxActorSimulationFilterData_1","_emscripten_bind_PhysXIntegrationParams_get_physxActorQueryFilterData_0","_emscripten_bind_PhysXIntegrationParams_set_physxActorQueryFilterData_1","_emscripten_bind_PhysXIntegrationParams_get_physxActorWheelShapeFlags_0","_emscripten_bind_PhysXIntegrationParams_set_physxActorWheelShapeFlags_1","_emscripten_bind_PhysXIntegrationParams_get_physxActorWheelSimulationFilterData_0","_emscripten_bind_PhysXIntegrationParams_set_physxActorWheelSimulationFilterData_1","_emscripten_bind_PhysXIntegrationParams_get_physxActorWheelQueryFilterData_0","_emscripten_bind_PhysXIntegrationParams_set_physxActorWheelQueryFilterData_1","_emscripten_bind_PhysXIntegrationParams___destroy___0","_emscripten_bind_PhysXIntegrationState_PhysXIntegrationState_0","_emscripten_bind_PhysXIntegrationState_destroyState_0","_emscripten_bind_PhysXIntegrationState_setToDefault_0","_emscripten_bind_PhysXIntegrationState_create_5","_emscripten_bind_PhysXIntegrationState_get_physxActor_0","_emscripten_bind_PhysXIntegrationState_set_physxActor_1","_emscripten_bind_PhysXIntegrationState_get_physxSteerState_0","_emscripten_bind_PhysXIntegrationState_set_physxSteerState_1","_emscripten_bind_PhysXIntegrationState_get_physxConstraints_0","_emscripten_bind_PhysXIntegrationState_set_physxConstraints_1","_emscripten_bind_PhysXIntegrationState___destroy___0","_emscripten_bind_PxActorFlags_PxActorFlags_1","_emscripten_bind_PxActorFlags_isSet_1","_emscripten_bind_PxActorFlags_raise_1","_emscripten_bind_PxActorFlags_clear_1","_emscripten_bind_PxActorFlags___destroy___0","_emscripten_bind_PxActorPtr___destroy___0","_emscripten_bind_PxActorTypeFlags_PxActorTypeFlags_1","_emscripten_bind_PxActorTypeFlags_isSet_1","_emscripten_bind_PxActorTypeFlags_raise_1","_emscripten_bind_PxActorTypeFlags_clear_1","_emscripten_bind_PxActorTypeFlags___destroy___0","_emscripten_bind_PxAggregate_addActor_1","_emscripten_bind_PxAggregate_addActor_2","_emscripten_bind_PxAggregate_removeActor_1","_emscripten_bind_PxAggregate_addArticulation_1","_emscripten_bind_PxAggregate_removeArticulation_1","_emscripten_bind_PxAggregate_getNbActors_0","_emscripten_bind_PxAggregate_getMaxNbActors_0","_emscripten_bind_PxAggregate_getMaxNbShapes_0","_emscripten_bind_PxAggregate_getScene_0","_emscripten_bind_PxAggregate_getSelfCollision_0","_emscripten_bind_PxAggregate_release_0","_emscripten_bind_PxAggregate_getConcreteTypeName_0","_emscripten_bind_PxAggregate_getConcreteType_0","_emscripten_bind_PxAggregate_setBaseFlag_2","_emscripten_bind_PxAggregate_setBaseFlags_1","_emscripten_bind_PxAggregate_getBaseFlags_0","_emscripten_bind_PxAggregate_isReleasable_0","_emscripten_bind_PxArray_PxActorPtr_PxArray_PxActorPtr_0","_emscripten_bind_PxArray_PxActorPtr_PxArray_PxActorPtr_1","_emscripten_bind_PxArray_PxActorPtr_get_1","_emscripten_bind_PxArray_PxActorPtr_set_2","_emscripten_bind_PxArray_PxActorPtr_begin_0","_emscripten_bind_PxArray_PxActorPtr_size_0","_emscripten_bind_PxArray_PxActorPtr_pushBack_1","_emscripten_bind_PxArray_PxActorPtr_clear_0","_emscripten_bind_PxArray_PxActorPtr___destroy___0","_emscripten_bind_PxArray_PxContactPairPoint_PxArray_PxContactPairPoint_0","_emscripten_bind_PxArray_PxContactPairPoint_PxArray_PxContactPairPoint_1","_emscripten_bind_PxArray_PxContactPairPoint_get_1","_emscripten_bind_PxArray_PxContactPairPoint_set_2","_emscripten_bind_PxArray_PxContactPairPoint_begin_0","_emscripten_bind_PxArray_PxContactPairPoint_size_0","_emscripten_bind_PxArray_PxContactPairPoint_pushBack_1","_emscripten_bind_PxArray_PxContactPairPoint_clear_0","_emscripten_bind_PxArray_PxContactPairPoint___destroy___0","_emscripten_bind_PxArray_PxHeightFieldSample_PxArray_PxHeightFieldSample_0","_emscripten_bind_PxArray_PxHeightFieldSample_PxArray_PxHeightFieldSample_1","_emscripten_bind_PxArray_PxHeightFieldSample_get_1","_emscripten_bind_PxArray_PxHeightFieldSample_set_2","_emscripten_bind_PxArray_PxHeightFieldSample_begin_0","_emscripten_bind_PxArray_PxHeightFieldSample_size_0","_emscripten_bind_PxArray_PxHeightFieldSample_pushBack_1","_emscripten_bind_PxArray_PxHeightFieldSample_clear_0","_emscripten_bind_PxArray_PxHeightFieldSample___destroy___0","_emscripten_bind_PxArray_PxMaterialConst_PxArray_PxMaterialConst_0","_emscripten_bind_PxArray_PxMaterialConst_PxArray_PxMaterialConst_1","_emscripten_bind_PxArray_PxMaterialConst_get_1","_emscripten_bind_PxArray_PxMaterialConst_set_2","_emscripten_bind_PxArray_PxMaterialConst_begin_0","_emscripten_bind_PxArray_PxMaterialConst_size_0","_emscripten_bind_PxArray_PxMaterialConst_pushBack_1","_emscripten_bind_PxArray_PxMaterialConst_clear_0","_emscripten_bind_PxArray_PxMaterialConst___destroy___0","_emscripten_bind_PxArray_PxRaycastHit_PxArray_PxRaycastHit_0","_emscripten_bind_PxArray_PxRaycastHit_PxArray_PxRaycastHit_1","_emscripten_bind_PxArray_PxRaycastHit_get_1","_emscripten_bind_PxArray_PxRaycastHit_set_2","_emscripten_bind_PxArray_PxRaycastHit_begin_0","_emscripten_bind_PxArray_PxRaycastHit_size_0","_emscripten_bind_PxArray_PxRaycastHit_pushBack_1","_emscripten_bind_PxArray_PxRaycastHit_clear_0","_emscripten_bind_PxArray_PxRaycastHit___destroy___0","_emscripten_bind_PxArray_PxReal_PxArray_PxReal_0","_emscripten_bind_PxArray_PxReal_PxArray_PxReal_1","_emscripten_bind_PxArray_PxReal_get_1","_emscripten_bind_PxArray_PxReal_set_2","_emscripten_bind_PxArray_PxReal_begin_0","_emscripten_bind_PxArray_PxReal_size_0","_emscripten_bind_PxArray_PxReal_pushBack_1","_emscripten_bind_PxArray_PxReal_clear_0","_emscripten_bind_PxArray_PxReal___destroy___0","_emscripten_bind_PxArray_PxSweepHit_PxArray_PxSweepHit_0","_emscripten_bind_PxArray_PxSweepHit_PxArray_PxSweepHit_1","_emscripten_bind_PxArray_PxSweepHit_get_1","_emscripten_bind_PxArray_PxSweepHit_set_2","_emscripten_bind_PxArray_PxSweepHit_begin_0","_emscripten_bind_PxArray_PxSweepHit_size_0","_emscripten_bind_PxArray_PxSweepHit_pushBack_1","_emscripten_bind_PxArray_PxSweepHit_clear_0","_emscripten_bind_PxArray_PxSweepHit___destroy___0","_emscripten_bind_PxArray_PxU16_PxArray_PxU16_0","_emscripten_bind_PxArray_PxU16_PxArray_PxU16_1","_emscripten_bind_PxArray_PxU16_get_1","_emscripten_bind_PxArray_PxU16_set_2","_emscripten_bind_PxArray_PxU16_begin_0","_emscripten_bind_PxArray_PxU16_size_0","_emscripten_bind_PxArray_PxU16_pushBack_1","_emscripten_bind_PxArray_PxU16_clear_0","_emscripten_bind_PxArray_PxU16___destroy___0","_emscripten_bind_PxArray_PxU32_PxArray_PxU32_0","_emscripten_bind_PxArray_PxU32_PxArray_PxU32_1","_emscripten_bind_PxArray_PxU32_get_1","_emscripten_bind_PxArray_PxU32_set_2","_emscripten_bind_PxArray_PxU32_begin_0","_emscripten_bind_PxArray_PxU32_size_0","_emscripten_bind_PxArray_PxU32_pushBack_1","_emscripten_bind_PxArray_PxU32_clear_0","_emscripten_bind_PxArray_PxU32___destroy___0","_emscripten_bind_PxArray_PxU8_PxArray_PxU8_0","_emscripten_bind_PxArray_PxU8_PxArray_PxU8_1","_emscripten_bind_PxArray_PxU8_get_1","_emscripten_bind_PxArray_PxU8_set_2","_emscripten_bind_PxArray_PxU8_begin_0","_emscripten_bind_PxArray_PxU8_size_0","_emscripten_bind_PxArray_PxU8_pushBack_1","_emscripten_bind_PxArray_PxU8_clear_0","_emscripten_bind_PxArray_PxU8___destroy___0","_emscripten_bind_PxArray_PxVec3_PxArray_PxVec3_0","_emscripten_bind_PxArray_PxVec3_PxArray_PxVec3_1","_emscripten_bind_PxArray_PxVec3_get_1","_emscripten_bind_PxArray_PxVec3_set_2","_emscripten_bind_PxArray_PxVec3_begin_0","_emscripten_bind_PxArray_PxVec3_size_0","_emscripten_bind_PxArray_PxVec3_pushBack_1","_emscripten_bind_PxArray_PxVec3_clear_0","_emscripten_bind_PxArray_PxVec3___destroy___0","_emscripten_bind_PxArray_PxVec4_PxArray_PxVec4_0","_emscripten_bind_PxArray_PxVec4_PxArray_PxVec4_1","_emscripten_bind_PxArray_PxVec4_get_1","_emscripten_bind_PxArray_PxVec4_set_2","_emscripten_bind_PxArray_PxVec4_begin_0","_emscripten_bind_PxArray_PxVec4_size_0","_emscripten_bind_PxArray_PxVec4_pushBack_1","_emscripten_bind_PxArray_PxVec4_clear_0","_emscripten_bind_PxArray_PxVec4___destroy___0","_emscripten_bind_PxArticulationAttachment_setRestLength_1","_emscripten_bind_PxArticulationAttachment_getRestLength_0","_emscripten_bind_PxArticulationAttachment_setLimitParameters_1","_emscripten_bind_PxArticulationAttachment_getLimitParameters_0","_emscripten_bind_PxArticulationAttachment_setRelativeOffset_1","_emscripten_bind_PxArticulationAttachment_getRelativeOffset_0","_emscripten_bind_PxArticulationAttachment_setCoefficient_1","_emscripten_bind_PxArticulationAttachment_getCoefficient_0","_emscripten_bind_PxArticulationAttachment_getLink_0","_emscripten_bind_PxArticulationAttachment_getParent_0","_emscripten_bind_PxArticulationAttachment_isLeaf_0","_emscripten_bind_PxArticulationAttachment_getTendon_0","_emscripten_bind_PxArticulationAttachment_release_0","_emscripten_bind_PxArticulationAttachment_get_userData_0","_emscripten_bind_PxArticulationAttachment_set_userData_1","_emscripten_bind_PxArticulationAttachment___destroy___0","_emscripten_bind_PxArticulationCache_release_0","_emscripten_bind_PxArticulationCache_get_externalForces_0","_emscripten_bind_PxArticulationCache_set_externalForces_1","_emscripten_bind_PxArticulationCache_get_denseJacobian_0","_emscripten_bind_PxArticulationCache_set_denseJacobian_1","_emscripten_bind_PxArticulationCache_get_massMatrix_0","_emscripten_bind_PxArticulationCache_set_massMatrix_1","_emscripten_bind_PxArticulationCache_get_jointVelocity_0","_emscripten_bind_PxArticulationCache_set_jointVelocity_1","_emscripten_bind_PxArticulationCache_get_jointAcceleration_0","_emscripten_bind_PxArticulationCache_set_jointAcceleration_1","_emscripten_bind_PxArticulationCache_get_jointPosition_0","_emscripten_bind_PxArticulationCache_set_jointPosition_1","_emscripten_bind_PxArticulationCache_get_jointForce_0","_emscripten_bind_PxArticulationCache_set_jointForce_1","_emscripten_bind_PxArticulationCache_get_linkVelocity_0","_emscripten_bind_PxArticulationCache_set_linkVelocity_1","_emscripten_bind_PxArticulationCache_get_linkAcceleration_0","_emscripten_bind_PxArticulationCache_set_linkAcceleration_1","_emscripten_bind_PxArticulationCache_get_rootLinkData_0","_emscripten_bind_PxArticulationCache_set_rootLinkData_1","_emscripten_bind_PxArticulationCache_get_sensorForces_0","_emscripten_bind_PxArticulationCache_set_sensorForces_1","_emscripten_bind_PxArticulationCache_get_coefficientMatrix_0","_emscripten_bind_PxArticulationCache_set_coefficientMatrix_1","_emscripten_bind_PxArticulationCache_get_lambda_0","_emscripten_bind_PxArticulationCache_set_lambda_1","_emscripten_bind_PxArticulationCache_get_scratchMemory_0","_emscripten_bind_PxArticulationCache_set_scratchMemory_1","_emscripten_bind_PxArticulationCache_get_scratchAllocator_0","_emscripten_bind_PxArticulationCache_set_scratchAllocator_1","_emscripten_bind_PxArticulationCache_get_version_0","_emscripten_bind_PxArticulationCache_set_version_1","_emscripten_bind_PxArticulationCache___destroy___0","_emscripten_bind_PxArticulationCacheFlags_PxArticulationCacheFlags_1","_emscripten_bind_PxArticulationCacheFlags_isSet_1","_emscripten_bind_PxArticulationCacheFlags_raise_1","_emscripten_bind_PxArticulationCacheFlags_clear_1","_emscripten_bind_PxArticulationCacheFlags___destroy___0","_emscripten_bind_PxArticulationDrive_PxArticulationDrive_0","_emscripten_bind_PxArticulationDrive_PxArticulationDrive_4","_emscripten_bind_PxArticulationDrive_get_stiffness_0","_emscripten_bind_PxArticulationDrive_set_stiffness_1","_emscripten_bind_PxArticulationDrive_get_damping_0","_emscripten_bind_PxArticulationDrive_set_damping_1","_emscripten_bind_PxArticulationDrive_get_maxForce_0","_emscripten_bind_PxArticulationDrive_set_maxForce_1","_emscripten_bind_PxArticulationDrive_get_driveType_0","_emscripten_bind_PxArticulationDrive_set_driveType_1","_emscripten_bind_PxArticulationDrive___destroy___0","_emscripten_bind_PxArticulationFixedTendon_createTendonJoint_5","_emscripten_bind_PxArticulationFixedTendon_getNbTendonJoints_0","_emscripten_bind_PxArticulationFixedTendon_setRestLength_1","_emscripten_bind_PxArticulationFixedTendon_getRestLength_0","_emscripten_bind_PxArticulationFixedTendon_setLimitParameters_1","_emscripten_bind_PxArticulationFixedTendon_getLimitParameters_0","_emscripten_bind_PxArticulationFixedTendon_setStiffness_1","_emscripten_bind_PxArticulationFixedTendon_getStiffness_0","_emscripten_bind_PxArticulationFixedTendon_setDamping_1","_emscripten_bind_PxArticulationFixedTendon_getDamping_0","_emscripten_bind_PxArticulationFixedTendon_setLimitStiffness_1","_emscripten_bind_PxArticulationFixedTendon_getLimitStiffness_0","_emscripten_bind_PxArticulationFixedTendon_setOffset_1","_emscripten_bind_PxArticulationFixedTendon_setOffset_2","_emscripten_bind_PxArticulationFixedTendon_getOffset_0","_emscripten_bind_PxArticulationFixedTendon_getArticulation_0","_emscripten_bind_PxArticulationFixedTendon_release_0","_emscripten_bind_PxArticulationFixedTendon_getConcreteTypeName_0","_emscripten_bind_PxArticulationFixedTendon_getConcreteType_0","_emscripten_bind_PxArticulationFixedTendon_setBaseFlag_2","_emscripten_bind_PxArticulationFixedTendon_setBaseFlags_1","_emscripten_bind_PxArticulationFixedTendon_getBaseFlags_0","_emscripten_bind_PxArticulationFixedTendon_isReleasable_0","_emscripten_bind_PxArticulationFixedTendon___destroy___0","_emscripten_bind_PxArticulationFlags_PxArticulationFlags_1","_emscripten_bind_PxArticulationFlags_isSet_1","_emscripten_bind_PxArticulationFlags_raise_1","_emscripten_bind_PxArticulationFlags_clear_1","_emscripten_bind_PxArticulationFlags___destroy___0","_emscripten_bind_PxArticulationJointReducedCoordinate_getParentArticulationLink_0","_emscripten_bind_PxArticulationJointReducedCoordinate_setParentPose_1","_emscripten_bind_PxArticulationJointReducedCoordinate_getParentPose_0","_emscripten_bind_PxArticulationJointReducedCoordinate_getChildArticulationLink_0","_emscripten_bind_PxArticulationJointReducedCoordinate_setChildPose_1","_emscripten_bind_PxArticulationJointReducedCoordinate_getChildPose_0","_emscripten_bind_PxArticulationJointReducedCoordinate_setJointType_1","_emscripten_bind_PxArticulationJointReducedCoordinate_getJointType_0","_emscripten_bind_PxArticulationJointReducedCoordinate_setMotion_2","_emscripten_bind_PxArticulationJointReducedCoordinate_getMotion_1","_emscripten_bind_PxArticulationJointReducedCoordinate_setLimitParams_2","_emscripten_bind_PxArticulationJointReducedCoordinate_getLimitParams_1","_emscripten_bind_PxArticulationJointReducedCoordinate_setDriveParams_2","_emscripten_bind_PxArticulationJointReducedCoordinate_setDriveTarget_2","_emscripten_bind_PxArticulationJointReducedCoordinate_setDriveTarget_3","_emscripten_bind_PxArticulationJointReducedCoordinate_getDriveTarget_1","_emscripten_bind_PxArticulationJointReducedCoordinate_setDriveVelocity_2","_emscripten_bind_PxArticulationJointReducedCoordinate_setDriveVelocity_3","_emscripten_bind_PxArticulationJointReducedCoordinate_getDriveVelocity_1","_emscripten_bind_PxArticulationJointReducedCoordinate_setArmature_2","_emscripten_bind_PxArticulationJointReducedCoordinate_getArmature_1","_emscripten_bind_PxArticulationJointReducedCoordinate_setFrictionCoefficient_1","_emscripten_bind_PxArticulationJointReducedCoordinate_getFrictionCoefficient_0","_emscripten_bind_PxArticulationJointReducedCoordinate_setMaxJointVelocity_1","_emscripten_bind_PxArticulationJointReducedCoordinate_getMaxJointVelocity_0","_emscripten_bind_PxArticulationJointReducedCoordinate_setJointPosition_2","_emscripten_bind_PxArticulationJointReducedCoordinate_getJointPosition_1","_emscripten_bind_PxArticulationJointReducedCoordinate_setJointVelocity_2","_emscripten_bind_PxArticulationJointReducedCoordinate_getJointVelocity_1","_emscripten_bind_PxArticulationJointReducedCoordinate_release_0","_emscripten_bind_PxArticulationJointReducedCoordinate_getConcreteTypeName_0","_emscripten_bind_PxArticulationJointReducedCoordinate_getConcreteType_0","_emscripten_bind_PxArticulationJointReducedCoordinate_setBaseFlag_2","_emscripten_bind_PxArticulationJointReducedCoordinate_setBaseFlags_1","_emscripten_bind_PxArticulationJointReducedCoordinate_getBaseFlags_0","_emscripten_bind_PxArticulationJointReducedCoordinate_isReleasable_0","_emscripten_bind_PxArticulationJointReducedCoordinate___destroy___0","_emscripten_bind_PxArticulationKinematicFlags_PxArticulationKinematicFlags_1","_emscripten_bind_PxArticulationKinematicFlags_isSet_1","_emscripten_bind_PxArticulationKinematicFlags_raise_1","_emscripten_bind_PxArticulationKinematicFlags_clear_1","_emscripten_bind_PxArticulationKinematicFlags___destroy___0","_emscripten_bind_PxArticulationLimit_PxArticulationLimit_0","_emscripten_bind_PxArticulationLimit_PxArticulationLimit_2","_emscripten_bind_PxArticulationLimit_get_low_0","_emscripten_bind_PxArticulationLimit_set_low_1","_emscripten_bind_PxArticulationLimit_get_high_0","_emscripten_bind_PxArticulationLimit_set_high_1","_emscripten_bind_PxArticulationLimit___destroy___0","_emscripten_bind_PxArticulationLink_getArticulation_0","_emscripten_bind_PxArticulationLink_getInboundJoint_0","_emscripten_bind_PxArticulationLink_getInboundJointDof_0","_emscripten_bind_PxArticulationLink_getNbChildren_0","_emscripten_bind_PxArticulationLink_getLinkIndex_0","_emscripten_bind_PxArticulationLink_setCfmScale_1","_emscripten_bind_PxArticulationLink_getCfmScale_0","_emscripten_bind_PxArticulationLink_getType_0","_emscripten_bind_PxArticulationLink_getScene_0","_emscripten_bind_PxArticulationLink_setName_1","_emscripten_bind_PxArticulationLink_getName_0","_emscripten_bind_PxArticulationLink_getWorldBounds_0","_emscripten_bind_PxArticulationLink_getWorldBounds_1","_emscripten_bind_PxArticulationLink_setActorFlag_2","_emscripten_bind_PxArticulationLink_setActorFlags_1","_emscripten_bind_PxArticulationLink_getActorFlags_0","_emscripten_bind_PxArticulationLink_setDominanceGroup_1","_emscripten_bind_PxArticulationLink_getDominanceGroup_0","_emscripten_bind_PxArticulationLink_setOwnerClient_1","_emscripten_bind_PxArticulationLink_getOwnerClient_0","_emscripten_bind_PxArticulationLink_release_0","_emscripten_bind_PxArticulationLink_getConcreteTypeName_0","_emscripten_bind_PxArticulationLink_getConcreteType_0","_emscripten_bind_PxArticulationLink_setBaseFlag_2","_emscripten_bind_PxArticulationLink_setBaseFlags_1","_emscripten_bind_PxArticulationLink_getBaseFlags_0","_emscripten_bind_PxArticulationLink_isReleasable_0","_emscripten_bind_PxArticulationLink_getGlobalPose_0","_emscripten_bind_PxArticulationLink_setGlobalPose_1","_emscripten_bind_PxArticulationLink_setGlobalPose_2","_emscripten_bind_PxArticulationLink_attachShape_1","_emscripten_bind_PxArticulationLink_detachShape_1","_emscripten_bind_PxArticulationLink_detachShape_2","_emscripten_bind_PxArticulationLink_getNbShapes_0","_emscripten_bind_PxArticulationLink_getNbConstraints_0","_emscripten_bind_PxArticulationLink_setCMassLocalPose_1","_emscripten_bind_PxArticulationLink_getCMassLocalPose_0","_emscripten_bind_PxArticulationLink_setMass_1","_emscripten_bind_PxArticulationLink_getMass_0","_emscripten_bind_PxArticulationLink_getInvMass_0","_emscripten_bind_PxArticulationLink_setMassSpaceInertiaTensor_1","_emscripten_bind_PxArticulationLink_getMassSpaceInertiaTensor_0","_emscripten_bind_PxArticulationLink_getMassSpaceInvInertiaTensor_0","_emscripten_bind_PxArticulationLink_setLinearDamping_1","_emscripten_bind_PxArticulationLink_getLinearDamping_0","_emscripten_bind_PxArticulationLink_setAngularDamping_1","_emscripten_bind_PxArticulationLink_getAngularDamping_0","_emscripten_bind_PxArticulationLink_getLinearVelocity_0","_emscripten_bind_PxArticulationLink_getAngularVelocity_0","_emscripten_bind_PxArticulationLink_setMaxLinearVelocity_1","_emscripten_bind_PxArticulationLink_getMaxLinearVelocity_0","_emscripten_bind_PxArticulationLink_setMaxAngularVelocity_1","_emscripten_bind_PxArticulationLink_getMaxAngularVelocity_0","_emscripten_bind_PxArticulationLink_addForce_1","_emscripten_bind_PxArticulationLink_addForce_2","_emscripten_bind_PxArticulationLink_addForce_3","_emscripten_bind_PxArticulationLink_addTorque_1","_emscripten_bind_PxArticulationLink_addTorque_2","_emscripten_bind_PxArticulationLink_addTorque_3","_emscripten_bind_PxArticulationLink_clearForce_1","_emscripten_bind_PxArticulationLink_clearTorque_1","_emscripten_bind_PxArticulationLink_setForceAndTorque_2","_emscripten_bind_PxArticulationLink_setForceAndTorque_3","_emscripten_bind_PxArticulationLink_setRigidBodyFlag_2","_emscripten_bind_PxArticulationLink_setRigidBodyFlags_1","_emscripten_bind_PxArticulationLink_getRigidBodyFlags_0","_emscripten_bind_PxArticulationLink_setMinCCDAdvanceCoefficient_1","_emscripten_bind_PxArticulationLink_getMinCCDAdvanceCoefficient_0","_emscripten_bind_PxArticulationLink_setMaxDepenetrationVelocity_1","_emscripten_bind_PxArticulationLink_getMaxDepenetrationVelocity_0","_emscripten_bind_PxArticulationLink_setMaxContactImpulse_1","_emscripten_bind_PxArticulationLink_getMaxContactImpulse_0","_emscripten_bind_PxArticulationLink_setContactSlopCoefficient_1","_emscripten_bind_PxArticulationLink_getContactSlopCoefficient_0","_emscripten_bind_PxArticulationLink_get_userData_0","_emscripten_bind_PxArticulationLink_set_userData_1","_emscripten_bind_PxArticulationReducedCoordinate_getScene_0","_emscripten_bind_PxArticulationReducedCoordinate_setSolverIterationCounts_1","_emscripten_bind_PxArticulationReducedCoordinate_setSolverIterationCounts_2","_emscripten_bind_PxArticulationReducedCoordinate_isSleeping_0","_emscripten_bind_PxArticulationReducedCoordinate_setSleepThreshold_1","_emscripten_bind_PxArticulationReducedCoordinate_getSleepThreshold_0","_emscripten_bind_PxArticulationReducedCoordinate_setStabilizationThreshold_1","_emscripten_bind_PxArticulationReducedCoordinate_getStabilizationThreshold_0","_emscripten_bind_PxArticulationReducedCoordinate_setWakeCounter_1","_emscripten_bind_PxArticulationReducedCoordinate_getWakeCounter_0","_emscripten_bind_PxArticulationReducedCoordinate_wakeUp_0","_emscripten_bind_PxArticulationReducedCoordinate_putToSleep_0","_emscripten_bind_PxArticulationReducedCoordinate_setMaxCOMLinearVelocity_1","_emscripten_bind_PxArticulationReducedCoordinate_getMaxCOMLinearVelocity_0","_emscripten_bind_PxArticulationReducedCoordinate_setMaxCOMAngularVelocity_1","_emscripten_bind_PxArticulationReducedCoordinate_getMaxCOMAngularVelocity_0","_emscripten_bind_PxArticulationReducedCoordinate_createLink_2","_emscripten_bind_PxArticulationReducedCoordinate_getNbLinks_0","_emscripten_bind_PxArticulationReducedCoordinate_getNbShapes_0","_emscripten_bind_PxArticulationReducedCoordinate_setName_1","_emscripten_bind_PxArticulationReducedCoordinate_getName_0","_emscripten_bind_PxArticulationReducedCoordinate_getWorldBounds_0","_emscripten_bind_PxArticulationReducedCoordinate_getWorldBounds_1","_emscripten_bind_PxArticulationReducedCoordinate_getAggregate_0","_emscripten_bind_PxArticulationReducedCoordinate_setArticulationFlags_1","_emscripten_bind_PxArticulationReducedCoordinate_setArticulationFlag_2","_emscripten_bind_PxArticulationReducedCoordinate_getArticulationFlags_0","_emscripten_bind_PxArticulationReducedCoordinate_getDofs_0","_emscripten_bind_PxArticulationReducedCoordinate_createCache_0","_emscripten_bind_PxArticulationReducedCoordinate_getCacheDataSize_0","_emscripten_bind_PxArticulationReducedCoordinate_zeroCache_1","_emscripten_bind_PxArticulationReducedCoordinate_applyCache_2","_emscripten_bind_PxArticulationReducedCoordinate_applyCache_3","_emscripten_bind_PxArticulationReducedCoordinate_copyInternalStateToCache_2","_emscripten_bind_PxArticulationReducedCoordinate_commonInit_0","_emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedGravityForce_1","_emscripten_bind_PxArticulationReducedCoordinate_computeCoriolisAndCentrifugalForce_1","_emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedExternalForce_1","_emscripten_bind_PxArticulationReducedCoordinate_computeJointAcceleration_1","_emscripten_bind_PxArticulationReducedCoordinate_computeJointForce_1","_emscripten_bind_PxArticulationReducedCoordinate_computeCoefficientMatrix_1","_emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedMassMatrix_1","_emscripten_bind_PxArticulationReducedCoordinate_addLoopJoint_1","_emscripten_bind_PxArticulationReducedCoordinate_removeLoopJoint_1","_emscripten_bind_PxArticulationReducedCoordinate_getNbLoopJoints_0","_emscripten_bind_PxArticulationReducedCoordinate_getCoefficientMatrixSize_0","_emscripten_bind_PxArticulationReducedCoordinate_setRootGlobalPose_1","_emscripten_bind_PxArticulationReducedCoordinate_setRootGlobalPose_2","_emscripten_bind_PxArticulationReducedCoordinate_getRootGlobalPose_0","_emscripten_bind_PxArticulationReducedCoordinate_setRootLinearVelocity_1","_emscripten_bind_PxArticulationReducedCoordinate_setRootLinearVelocity_2","_emscripten_bind_PxArticulationReducedCoordinate_getRootLinearVelocity_0","_emscripten_bind_PxArticulationReducedCoordinate_setRootAngularVelocity_1","_emscripten_bind_PxArticulationReducedCoordinate_setRootAngularVelocity_2","_emscripten_bind_PxArticulationReducedCoordinate_getRootAngularVelocity_0","_emscripten_bind_PxArticulationReducedCoordinate_getLinkAcceleration_1","_emscripten_bind_PxArticulationReducedCoordinate_getGpuArticulationIndex_0","_emscripten_bind_PxArticulationReducedCoordinate_createSpatialTendon_0","_emscripten_bind_PxArticulationReducedCoordinate_createFixedTendon_0","_emscripten_bind_PxArticulationReducedCoordinate_createSensor_2","_emscripten_bind_PxArticulationReducedCoordinate_getNbSpatialTendons_0","_emscripten_bind_PxArticulationReducedCoordinate_getNbFixedTendons_0","_emscripten_bind_PxArticulationReducedCoordinate_getNbSensors_0","_emscripten_bind_PxArticulationReducedCoordinate_updateKinematic_1","_emscripten_bind_PxArticulationReducedCoordinate_release_0","_emscripten_bind_PxArticulationReducedCoordinate_getConcreteTypeName_0","_emscripten_bind_PxArticulationReducedCoordinate_getConcreteType_0","_emscripten_bind_PxArticulationReducedCoordinate_setBaseFlag_2","_emscripten_bind_PxArticulationReducedCoordinate_setBaseFlags_1","_emscripten_bind_PxArticulationReducedCoordinate_getBaseFlags_0","_emscripten_bind_PxArticulationReducedCoordinate_isReleasable_0","_emscripten_bind_PxArticulationReducedCoordinate___destroy___0","_emscripten_bind_PxArticulationRootLinkData_PxArticulationRootLinkData_0","_emscripten_bind_PxArticulationRootLinkData_get_transform_0","_emscripten_bind_PxArticulationRootLinkData_set_transform_1","_emscripten_bind_PxArticulationRootLinkData_get_worldLinVel_0","_emscripten_bind_PxArticulationRootLinkData_set_worldLinVel_1","_emscripten_bind_PxArticulationRootLinkData_get_worldAngVel_0","_emscripten_bind_PxArticulationRootLinkData_set_worldAngVel_1","_emscripten_bind_PxArticulationRootLinkData_get_worldLinAccel_0","_emscripten_bind_PxArticulationRootLinkData_set_worldLinAccel_1","_emscripten_bind_PxArticulationRootLinkData_get_worldAngAccel_0","_emscripten_bind_PxArticulationRootLinkData_set_worldAngAccel_1","_emscripten_bind_PxArticulationRootLinkData___destroy___0","_emscripten_bind_PxArticulationSensor_getForces_0","_emscripten_bind_PxArticulationSensor_getRelativePose_0","_emscripten_bind_PxArticulationSensor_setRelativePose_1","_emscripten_bind_PxArticulationSensor_getLink_0","_emscripten_bind_PxArticulationSensor_getIndex_0","_emscripten_bind_PxArticulationSensor_getArticulation_0","_emscripten_bind_PxArticulationSensor_getFlags_0","_emscripten_bind_PxArticulationSensor_setFlag_2","_emscripten_bind_PxArticulationSensor_release_0","_emscripten_bind_PxArticulationSensor_getConcreteTypeName_0","_emscripten_bind_PxArticulationSensor_getConcreteType_0","_emscripten_bind_PxArticulationSensor_setBaseFlag_2","_emscripten_bind_PxArticulationSensor_setBaseFlags_1","_emscripten_bind_PxArticulationSensor_getBaseFlags_0","_emscripten_bind_PxArticulationSensor_isReleasable_0","_emscripten_bind_PxArticulationSensor_get_userData_0","_emscripten_bind_PxArticulationSensor_set_userData_1","_emscripten_bind_PxArticulationSensor___destroy___0","_emscripten_bind_PxArticulationSensorFlags_PxArticulationSensorFlags_1","_emscripten_bind_PxArticulationSensorFlags_isSet_1","_emscripten_bind_PxArticulationSensorFlags_raise_1","_emscripten_bind_PxArticulationSensorFlags_clear_1","_emscripten_bind_PxArticulationSensorFlags___destroy___0","_emscripten_bind_PxArticulationSpatialTendon_createAttachment_4","_emscripten_bind_PxArticulationSpatialTendon_getNbAttachments_0","_emscripten_bind_PxArticulationSpatialTendon_setStiffness_1","_emscripten_bind_PxArticulationSpatialTendon_getStiffness_0","_emscripten_bind_PxArticulationSpatialTendon_setDamping_1","_emscripten_bind_PxArticulationSpatialTendon_getDamping_0","_emscripten_bind_PxArticulationSpatialTendon_setLimitStiffness_1","_emscripten_bind_PxArticulationSpatialTendon_getLimitStiffness_0","_emscripten_bind_PxArticulationSpatialTendon_setOffset_1","_emscripten_bind_PxArticulationSpatialTendon_setOffset_2","_emscripten_bind_PxArticulationSpatialTendon_getOffset_0","_emscripten_bind_PxArticulationSpatialTendon_getArticulation_0","_emscripten_bind_PxArticulationSpatialTendon_release_0","_emscripten_bind_PxArticulationSpatialTendon_getConcreteTypeName_0","_emscripten_bind_PxArticulationSpatialTendon_getConcreteType_0","_emscripten_bind_PxArticulationSpatialTendon_setBaseFlag_2","_emscripten_bind_PxArticulationSpatialTendon_setBaseFlags_1","_emscripten_bind_PxArticulationSpatialTendon_getBaseFlags_0","_emscripten_bind_PxArticulationSpatialTendon_isReleasable_0","_emscripten_bind_PxArticulationSpatialTendon___destroy___0","_emscripten_bind_PxArticulationTendonJoint_setCoefficient_3","_emscripten_bind_PxArticulationTendonJoint_getLink_0","_emscripten_bind_PxArticulationTendonJoint_getParent_0","_emscripten_bind_PxArticulationTendonJoint_getTendon_0","_emscripten_bind_PxArticulationTendonJoint_release_0","_emscripten_bind_PxArticulationTendonJoint_get_userData_0","_emscripten_bind_PxArticulationTendonJoint_set_userData_1","_emscripten_bind_PxArticulationTendonJoint___destroy___0","_emscripten_bind_PxArticulationTendonLimit_get_lowLimit_0","_emscripten_bind_PxArticulationTendonLimit_set_lowLimit_1","_emscripten_bind_PxArticulationTendonLimit_get_highLimit_0","_emscripten_bind_PxArticulationTendonLimit_set_highLimit_1","_emscripten_bind_PxArticulationTendonLimit___destroy___0","_emscripten_bind_PxBVH_release_0","_emscripten_bind_PxBVH_getConcreteTypeName_0","_emscripten_bind_PxBVH_getConcreteType_0","_emscripten_bind_PxBVH_setBaseFlag_2","_emscripten_bind_PxBVH_setBaseFlags_1","_emscripten_bind_PxBVH_getBaseFlags_0","_emscripten_bind_PxBVH_isReleasable_0","_emscripten_bind_PxBVH33MidphaseDesc_setToDefault_0","_emscripten_bind_PxBVH33MidphaseDesc_isValid_0","_emscripten_bind_PxBVH33MidphaseDesc_get_meshSizePerformanceTradeOff_0","_emscripten_bind_PxBVH33MidphaseDesc_set_meshSizePerformanceTradeOff_1","_emscripten_bind_PxBVH33MidphaseDesc_get_meshCookingHint_0","_emscripten_bind_PxBVH33MidphaseDesc_set_meshCookingHint_1","_emscripten_bind_PxBVH33MidphaseDesc___destroy___0","_emscripten_bind_PxBVH34MidphaseDesc_setToDefault_0","_emscripten_bind_PxBVH34MidphaseDesc_isValid_0","_emscripten_bind_PxBVH34MidphaseDesc_get_numPrimsPerLeaf_0","_emscripten_bind_PxBVH34MidphaseDesc_set_numPrimsPerLeaf_1","_emscripten_bind_PxBVH34MidphaseDesc___destroy___0","_emscripten_bind_PxBaseFlags_PxBaseFlags_1","_emscripten_bind_PxBaseFlags_isSet_1","_emscripten_bind_PxBaseFlags_raise_1","_emscripten_bind_PxBaseFlags_clear_1","_emscripten_bind_PxBaseFlags___destroy___0","_emscripten_bind_PxBaseTask___destroy___0","_emscripten_bind_PxBoundedData_PxBoundedData_0","_emscripten_bind_PxBoundedData_get_count_0","_emscripten_bind_PxBoundedData_set_count_1","_emscripten_bind_PxBoundedData_get_stride_0","_emscripten_bind_PxBoundedData_set_stride_1","_emscripten_bind_PxBoundedData_get_data_0","_emscripten_bind_PxBoundedData_set_data_1","_emscripten_bind_PxBoundedData___destroy___0","_emscripten_bind_PxBounds3_PxBounds3_0","_emscripten_bind_PxBounds3_PxBounds3_2","_emscripten_bind_PxBounds3_setEmpty_0","_emscripten_bind_PxBounds3_setMaximal_0","_emscripten_bind_PxBounds3_include_1","_emscripten_bind_PxBounds3_isEmpty_0","_emscripten_bind_PxBounds3_intersects_1","_emscripten_bind_PxBounds3_intersects1D_2","_emscripten_bind_PxBounds3_contains_1","_emscripten_bind_PxBounds3_isInside_1","_emscripten_bind_PxBounds3_getCenter_0","_emscripten_bind_PxBounds3_getDimensions_0","_emscripten_bind_PxBounds3_getExtents_0","_emscripten_bind_PxBounds3_scaleSafe_1","_emscripten_bind_PxBounds3_scaleFast_1","_emscripten_bind_PxBounds3_fattenSafe_1","_emscripten_bind_PxBounds3_fattenFast_1","_emscripten_bind_PxBounds3_isFinite_0","_emscripten_bind_PxBounds3_isValid_0","_emscripten_bind_PxBounds3_get_minimum_0","_emscripten_bind_PxBounds3_set_minimum_1","_emscripten_bind_PxBounds3_get_maximum_0","_emscripten_bind_PxBounds3_set_maximum_1","_emscripten_bind_PxBounds3___destroy___0","_emscripten_bind_PxBoxController_getHalfHeight_0","_emscripten_bind_PxBoxController_getHalfSideExtent_0","_emscripten_bind_PxBoxController_getHalfForwardExtent_0","_emscripten_bind_PxBoxController_setHalfHeight_1","_emscripten_bind_PxBoxController_setHalfSideExtent_1","_emscripten_bind_PxBoxController_setHalfForwardExtent_1","_emscripten_bind_PxBoxController_getType_0","_emscripten_bind_PxBoxController_release_0","_emscripten_bind_PxBoxController_move_4","_emscripten_bind_PxBoxController_move_5","_emscripten_bind_PxBoxController_setPosition_1","_emscripten_bind_PxBoxController_getPosition_0","_emscripten_bind_PxBoxController_setFootPosition_1","_emscripten_bind_PxBoxController_getFootPosition_0","_emscripten_bind_PxBoxController_getActor_0","_emscripten_bind_PxBoxController_setStepOffset_1","_emscripten_bind_PxBoxController_getStepOffset_0","_emscripten_bind_PxBoxController_setNonWalkableMode_1","_emscripten_bind_PxBoxController_getNonWalkableMode_0","_emscripten_bind_PxBoxController_getContactOffset_0","_emscripten_bind_PxBoxController_setContactOffset_1","_emscripten_bind_PxBoxController_getUpDirection_0","_emscripten_bind_PxBoxController_setUpDirection_1","_emscripten_bind_PxBoxController_getSlopeLimit_0","_emscripten_bind_PxBoxController_setSlopeLimit_1","_emscripten_bind_PxBoxController_invalidateCache_0","_emscripten_bind_PxBoxController_getScene_0","_emscripten_bind_PxBoxController_getUserData_0","_emscripten_bind_PxBoxController_setUserData_1","_emscripten_bind_PxBoxController_getState_1","_emscripten_bind_PxBoxController_getStats_1","_emscripten_bind_PxBoxController_resize_1","_emscripten_bind_PxBoxControllerDesc_PxBoxControllerDesc_0","_emscripten_bind_PxBoxControllerDesc_setToDefault_0","_emscripten_bind_PxBoxControllerDesc_isValid_0","_emscripten_bind_PxBoxControllerDesc_getType_0","_emscripten_bind_PxBoxControllerDesc_get_halfHeight_0","_emscripten_bind_PxBoxControllerDesc_set_halfHeight_1","_emscripten_bind_PxBoxControllerDesc_get_halfSideExtent_0","_emscripten_bind_PxBoxControllerDesc_set_halfSideExtent_1","_emscripten_bind_PxBoxControllerDesc_get_halfForwardExtent_0","_emscripten_bind_PxBoxControllerDesc_set_halfForwardExtent_1","_emscripten_bind_PxBoxControllerDesc_get_position_0","_emscripten_bind_PxBoxControllerDesc_set_position_1","_emscripten_bind_PxBoxControllerDesc_get_upDirection_0","_emscripten_bind_PxBoxControllerDesc_set_upDirection_1","_emscripten_bind_PxBoxControllerDesc_get_slopeLimit_0","_emscripten_bind_PxBoxControllerDesc_set_slopeLimit_1","_emscripten_bind_PxBoxControllerDesc_get_invisibleWallHeight_0","_emscripten_bind_PxBoxControllerDesc_set_invisibleWallHeight_1","_emscripten_bind_PxBoxControllerDesc_get_maxJumpHeight_0","_emscripten_bind_PxBoxControllerDesc_set_maxJumpHeight_1","_emscripten_bind_PxBoxControllerDesc_get_contactOffset_0","_emscripten_bind_PxBoxControllerDesc_set_contactOffset_1","_emscripten_bind_PxBoxControllerDesc_get_stepOffset_0","_emscripten_bind_PxBoxControllerDesc_set_stepOffset_1","_emscripten_bind_PxBoxControllerDesc_get_density_0","_emscripten_bind_PxBoxControllerDesc_set_density_1","_emscripten_bind_PxBoxControllerDesc_get_scaleCoeff_0","_emscripten_bind_PxBoxControllerDesc_set_scaleCoeff_1","_emscripten_bind_PxBoxControllerDesc_get_volumeGrowth_0","_emscripten_bind_PxBoxControllerDesc_set_volumeGrowth_1","_emscripten_bind_PxBoxControllerDesc_get_reportCallback_0","_emscripten_bind_PxBoxControllerDesc_set_reportCallback_1","_emscripten_bind_PxBoxControllerDesc_get_behaviorCallback_0","_emscripten_bind_PxBoxControllerDesc_set_behaviorCallback_1","_emscripten_bind_PxBoxControllerDesc_get_nonWalkableMode_0","_emscripten_bind_PxBoxControllerDesc_set_nonWalkableMode_1","_emscripten_bind_PxBoxControllerDesc_get_material_0","_emscripten_bind_PxBoxControllerDesc_set_material_1","_emscripten_bind_PxBoxControllerDesc_get_registerDeletionListener_0","_emscripten_bind_PxBoxControllerDesc_set_registerDeletionListener_1","_emscripten_bind_PxBoxControllerDesc_get_userData_0","_emscripten_bind_PxBoxControllerDesc_set_userData_1","_emscripten_bind_PxBoxControllerDesc___destroy___0","_emscripten_bind_PxBoxGeometry_PxBoxGeometry_3","_emscripten_bind_PxBoxGeometry_getType_0","_emscripten_bind_PxBoxGeometry_get_halfExtents_0","_emscripten_bind_PxBoxGeometry_set_halfExtents_1","_emscripten_bind_PxBoxGeometry___destroy___0","_emscripten_bind_PxBoxObstacle_PxBoxObstacle_0","_emscripten_bind_PxBoxObstacle_getType_0","_emscripten_bind_PxBoxObstacle_get_mHalfExtents_0","_emscripten_bind_PxBoxObstacle_set_mHalfExtents_1","_emscripten_bind_PxBoxObstacle_get_mUserData_0","_emscripten_bind_PxBoxObstacle_set_mUserData_1","_emscripten_bind_PxBoxObstacle_get_mPos_0","_emscripten_bind_PxBoxObstacle_set_mPos_1","_emscripten_bind_PxBoxObstacle_get_mRot_0","_emscripten_bind_PxBoxObstacle_set_mRot_1","_emscripten_bind_PxBoxObstacle___destroy___0","_emscripten_bind_PxBroadPhaseCaps_PxBroadPhaseCaps_0","_emscripten_bind_PxBroadPhaseCaps_get_mMaxNbRegions_0","_emscripten_bind_PxBroadPhaseCaps_set_mMaxNbRegions_1","_emscripten_bind_PxBroadPhaseCaps___destroy___0","_emscripten_bind_PxBroadPhaseRegion_PxBroadPhaseRegion_0","_emscripten_bind_PxBroadPhaseRegion_get_mBounds_0","_emscripten_bind_PxBroadPhaseRegion_set_mBounds_1","_emscripten_bind_PxBroadPhaseRegion_get_mUserData_0","_emscripten_bind_PxBroadPhaseRegion_set_mUserData_1","_emscripten_bind_PxBroadPhaseRegion___destroy___0","_emscripten_bind_PxBroadPhaseRegionInfo_PxBroadPhaseRegionInfo_0","_emscripten_bind_PxBroadPhaseRegionInfo_get_mRegion_0","_emscripten_bind_PxBroadPhaseRegionInfo_set_mRegion_1","_emscripten_bind_PxBroadPhaseRegionInfo_get_mNbStaticObjects_0","_emscripten_bind_PxBroadPhaseRegionInfo_set_mNbStaticObjects_1","_emscripten_bind_PxBroadPhaseRegionInfo_get_mNbDynamicObjects_0","_emscripten_bind_PxBroadPhaseRegionInfo_set_mNbDynamicObjects_1","_emscripten_bind_PxBroadPhaseRegionInfo_get_mActive_0","_emscripten_bind_PxBroadPhaseRegionInfo_set_mActive_1","_emscripten_bind_PxBroadPhaseRegionInfo_get_mOverlap_0","_emscripten_bind_PxBroadPhaseRegionInfo_set_mOverlap_1","_emscripten_bind_PxBroadPhaseRegionInfo___destroy___0","_emscripten_bind_PxCapsuleController_getRadius_0","_emscripten_bind_PxCapsuleController_setRadius_1","_emscripten_bind_PxCapsuleController_getHeight_0","_emscripten_bind_PxCapsuleController_setHeight_1","_emscripten_bind_PxCapsuleController_getClimbingMode_0","_emscripten_bind_PxCapsuleController_setClimbingMode_1","_emscripten_bind_PxCapsuleController_getType_0","_emscripten_bind_PxCapsuleController_release_0","_emscripten_bind_PxCapsuleController_move_4","_emscripten_bind_PxCapsuleController_move_5","_emscripten_bind_PxCapsuleController_setPosition_1","_emscripten_bind_PxCapsuleController_getPosition_0","_emscripten_bind_PxCapsuleController_setFootPosition_1","_emscripten_bind_PxCapsuleController_getFootPosition_0","_emscripten_bind_PxCapsuleController_getActor_0","_emscripten_bind_PxCapsuleController_setStepOffset_1","_emscripten_bind_PxCapsuleController_getStepOffset_0","_emscripten_bind_PxCapsuleController_setNonWalkableMode_1","_emscripten_bind_PxCapsuleController_getNonWalkableMode_0","_emscripten_bind_PxCapsuleController_getContactOffset_0","_emscripten_bind_PxCapsuleController_setContactOffset_1","_emscripten_bind_PxCapsuleController_getUpDirection_0","_emscripten_bind_PxCapsuleController_setUpDirection_1","_emscripten_bind_PxCapsuleController_getSlopeLimit_0","_emscripten_bind_PxCapsuleController_setSlopeLimit_1","_emscripten_bind_PxCapsuleController_invalidateCache_0","_emscripten_bind_PxCapsuleController_getScene_0","_emscripten_bind_PxCapsuleController_getUserData_0","_emscripten_bind_PxCapsuleController_setUserData_1","_emscripten_bind_PxCapsuleController_getState_1","_emscripten_bind_PxCapsuleController_getStats_1","_emscripten_bind_PxCapsuleController_resize_1","_emscripten_bind_PxCapsuleControllerDesc_PxCapsuleControllerDesc_0","_emscripten_bind_PxCapsuleControllerDesc_setToDefault_0","_emscripten_bind_PxCapsuleControllerDesc_isValid_0","_emscripten_bind_PxCapsuleControllerDesc_getType_0","_emscripten_bind_PxCapsuleControllerDesc_get_radius_0","_emscripten_bind_PxCapsuleControllerDesc_set_radius_1","_emscripten_bind_PxCapsuleControllerDesc_get_height_0","_emscripten_bind_PxCapsuleControllerDesc_set_height_1","_emscripten_bind_PxCapsuleControllerDesc_get_climbingMode_0","_emscripten_bind_PxCapsuleControllerDesc_set_climbingMode_1","_emscripten_bind_PxCapsuleControllerDesc_get_position_0","_emscripten_bind_PxCapsuleControllerDesc_set_position_1","_emscripten_bind_PxCapsuleControllerDesc_get_upDirection_0","_emscripten_bind_PxCapsuleControllerDesc_set_upDirection_1","_emscripten_bind_PxCapsuleControllerDesc_get_slopeLimit_0","_emscripten_bind_PxCapsuleControllerDesc_set_slopeLimit_1","_emscripten_bind_PxCapsuleControllerDesc_get_invisibleWallHeight_0","_emscripten_bind_PxCapsuleControllerDesc_set_invisibleWallHeight_1","_emscripten_bind_PxCapsuleControllerDesc_get_maxJumpHeight_0","_emscripten_bind_PxCapsuleControllerDesc_set_maxJumpHeight_1","_emscripten_bind_PxCapsuleControllerDesc_get_contactOffset_0","_emscripten_bind_PxCapsuleControllerDesc_set_contactOffset_1","_emscripten_bind_PxCapsuleControllerDesc_get_stepOffset_0","_emscripten_bind_PxCapsuleControllerDesc_set_stepOffset_1","_emscripten_bind_PxCapsuleControllerDesc_get_density_0","_emscripten_bind_PxCapsuleControllerDesc_set_density_1","_emscripten_bind_PxCapsuleControllerDesc_get_scaleCoeff_0","_emscripten_bind_PxCapsuleControllerDesc_set_scaleCoeff_1","_emscripten_bind_PxCapsuleControllerDesc_get_volumeGrowth_0","_emscripten_bind_PxCapsuleControllerDesc_set_volumeGrowth_1","_emscripten_bind_PxCapsuleControllerDesc_get_reportCallback_0","_emscripten_bind_PxCapsuleControllerDesc_set_reportCallback_1","_emscripten_bind_PxCapsuleControllerDesc_get_behaviorCallback_0","_emscripten_bind_PxCapsuleControllerDesc_set_behaviorCallback_1","_emscripten_bind_PxCapsuleControllerDesc_get_nonWalkableMode_0","_emscripten_bind_PxCapsuleControllerDesc_set_nonWalkableMode_1","_emscripten_bind_PxCapsuleControllerDesc_get_material_0","_emscripten_bind_PxCapsuleControllerDesc_set_material_1","_emscripten_bind_PxCapsuleControllerDesc_get_registerDeletionListener_0","_emscripten_bind_PxCapsuleControllerDesc_set_registerDeletionListener_1","_emscripten_bind_PxCapsuleControllerDesc_get_userData_0","_emscripten_bind_PxCapsuleControllerDesc_set_userData_1","_emscripten_bind_PxCapsuleControllerDesc___destroy___0","_emscripten_bind_PxCapsuleGeometry_PxCapsuleGeometry_2","_emscripten_bind_PxCapsuleGeometry_getType_0","_emscripten_bind_PxCapsuleGeometry_get_radius_0","_emscripten_bind_PxCapsuleGeometry_set_radius_1","_emscripten_bind_PxCapsuleGeometry_get_halfHeight_0","_emscripten_bind_PxCapsuleGeometry_set_halfHeight_1","_emscripten_bind_PxCapsuleGeometry___destroy___0","_emscripten_bind_PxCapsuleObstacle_PxCapsuleObstacle_0","_emscripten_bind_PxCapsuleObstacle_getType_0","_emscripten_bind_PxCapsuleObstacle_get_mHalfHeight_0","_emscripten_bind_PxCapsuleObstacle_set_mHalfHeight_1","_emscripten_bind_PxCapsuleObstacle_get_mRadius_0","_emscripten_bind_PxCapsuleObstacle_set_mRadius_1","_emscripten_bind_PxCapsuleObstacle_get_mUserData_0","_emscripten_bind_PxCapsuleObstacle_set_mUserData_1","_emscripten_bind_PxCapsuleObstacle_get_mPos_0","_emscripten_bind_PxCapsuleObstacle_set_mPos_1","_emscripten_bind_PxCapsuleObstacle_get_mRot_0","_emscripten_bind_PxCapsuleObstacle_set_mRot_1","_emscripten_bind_PxCapsuleObstacle___destroy___0","_emscripten_bind_PxCollection_add_1","_emscripten_bind_PxCollection_add_2","_emscripten_bind_PxCollection_remove_1","_emscripten_bind_PxCollection_contains_1","_emscripten_bind_PxCollection_addId_2","_emscripten_bind_PxCollection_removeId_1","_emscripten_bind_PxCollection_getNbObjects_0","_emscripten_bind_PxCollection_getObject_1","_emscripten_bind_PxCollection_find_1","_emscripten_bind_PxCollection_getNbIds_0","_emscripten_bind_PxCollection_getId_1","_emscripten_bind_PxCollection_release_0","_emscripten_bind_PxCollectionExt_releaseObjects_1","_emscripten_bind_PxCollectionExt_releaseObjects_2","_emscripten_bind_PxCollectionExt_remove_2","_emscripten_bind_PxCollectionExt_remove_3","_emscripten_bind_PxCollectionExt_createCollection_1","_emscripten_bind_PxCollectionExt___destroy___0","_emscripten_bind_PxConstraint_getScene_0","_emscripten_bind_PxConstraint_setActors_2","_emscripten_bind_PxConstraint_markDirty_0","_emscripten_bind_PxConstraint_setFlags_1","_emscripten_bind_PxConstraint_getFlags_0","_emscripten_bind_PxConstraint_setFlag_2","_emscripten_bind_PxConstraint_getForce_2","_emscripten_bind_PxConstraint_isValid_0","_emscripten_bind_PxConstraint_setBreakForce_2","_emscripten_bind_PxConstraint_setMinResponseThreshold_1","_emscripten_bind_PxConstraint_getMinResponseThreshold_0","_emscripten_bind_PxConstraint_release_0","_emscripten_bind_PxConstraint_getConcreteTypeName_0","_emscripten_bind_PxConstraint_getConcreteType_0","_emscripten_bind_PxConstraint_setBaseFlag_2","_emscripten_bind_PxConstraint_setBaseFlags_1","_emscripten_bind_PxConstraint_getBaseFlags_0","_emscripten_bind_PxConstraint_isReleasable_0","_emscripten_bind_PxConstraintFlags_PxConstraintFlags_1","_emscripten_bind_PxConstraintFlags_isSet_1","_emscripten_bind_PxConstraintFlags_raise_1","_emscripten_bind_PxConstraintFlags_clear_1","_emscripten_bind_PxConstraintFlags___destroy___0","_emscripten_bind_PxConstraintInfo_get_constraint_0","_emscripten_bind_PxConstraintInfo_set_constraint_1","_emscripten_bind_PxConstraintInfo_get_externalReference_0","_emscripten_bind_PxConstraintInfo_set_externalReference_1","_emscripten_bind_PxConstraintInfo_get_type_0","_emscripten_bind_PxConstraintInfo_set_type_1","_emscripten_bind_PxConstraintInfo___destroy___0","_emscripten_bind_PxConstraintSolverPrep___destroy___0","_emscripten_bind_PxContactBuffer_reset_0","_emscripten_bind_PxContactBuffer_contact_1","_emscripten_bind_PxContactBuffer_contact_3","_emscripten_bind_PxContactBuffer_contact_4","_emscripten_bind_PxContactBuffer_get_contacts_1","_emscripten_bind_PxContactBuffer_set_contacts_2","_emscripten_bind_PxContactBuffer_get_count_0","_emscripten_bind_PxContactBuffer_set_count_1","_emscripten_bind_PxContactBuffer_get_pad_0","_emscripten_bind_PxContactBuffer_set_pad_1","_emscripten_bind_PxContactBuffer_get_MAX_CONTACTS_0","_emscripten_bind_PxContactBuffer___destroy___0","_emscripten_bind_PxContactPair_extractContacts_2","_emscripten_bind_PxContactPair_get_shapes_1","_emscripten_bind_PxContactPair_set_shapes_2","_emscripten_bind_PxContactPair_get_contactCount_0","_emscripten_bind_PxContactPair_set_contactCount_1","_emscripten_bind_PxContactPair_get_patchCount_0","_emscripten_bind_PxContactPair_set_patchCount_1","_emscripten_bind_PxContactPair_get_flags_0","_emscripten_bind_PxContactPair_set_flags_1","_emscripten_bind_PxContactPair_get_events_0","_emscripten_bind_PxContactPair_set_events_1","_emscripten_bind_PxContactPair___destroy___0","_emscripten_bind_PxContactPairFlags_PxContactPairFlags_1","_emscripten_bind_PxContactPairFlags_isSet_1","_emscripten_bind_PxContactPairFlags_raise_1","_emscripten_bind_PxContactPairFlags_clear_1","_emscripten_bind_PxContactPairFlags___destroy___0","_emscripten_bind_PxContactPairHeader_get_actors_1","_emscripten_bind_PxContactPairHeader_set_actors_2","_emscripten_bind_PxContactPairHeader_get_flags_0","_emscripten_bind_PxContactPairHeader_set_flags_1","_emscripten_bind_PxContactPairHeader_get_pairs_0","_emscripten_bind_PxContactPairHeader_set_pairs_1","_emscripten_bind_PxContactPairHeader_get_nbPairs_0","_emscripten_bind_PxContactPairHeader_set_nbPairs_1","_emscripten_bind_PxContactPairHeader___destroy___0","_emscripten_bind_PxContactPairHeaderFlags_PxContactPairHeaderFlags_1","_emscripten_bind_PxContactPairHeaderFlags_isSet_1","_emscripten_bind_PxContactPairHeaderFlags_raise_1","_emscripten_bind_PxContactPairHeaderFlags_clear_1","_emscripten_bind_PxContactPairHeaderFlags___destroy___0","_emscripten_bind_PxContactPairPoint_get_position_0","_emscripten_bind_PxContactPairPoint_set_position_1","_emscripten_bind_PxContactPairPoint_get_separation_0","_emscripten_bind_PxContactPairPoint_set_separation_1","_emscripten_bind_PxContactPairPoint_get_normal_0","_emscripten_bind_PxContactPairPoint_set_normal_1","_emscripten_bind_PxContactPairPoint_get_internalFaceIndex0_0","_emscripten_bind_PxContactPairPoint_set_internalFaceIndex0_1","_emscripten_bind_PxContactPairPoint_get_impulse_0","_emscripten_bind_PxContactPairPoint_set_impulse_1","_emscripten_bind_PxContactPairPoint_get_internalFaceIndex1_0","_emscripten_bind_PxContactPairPoint_set_internalFaceIndex1_1","_emscripten_bind_PxContactPairPoint___destroy___0","_emscripten_bind_PxContactPoint_PxContactPoint_0","_emscripten_bind_PxContactPoint_get_normal_0","_emscripten_bind_PxContactPoint_set_normal_1","_emscripten_bind_PxContactPoint_get_point_0","_emscripten_bind_PxContactPoint_set_point_1","_emscripten_bind_PxContactPoint_get_targetVel_0","_emscripten_bind_PxContactPoint_set_targetVel_1","_emscripten_bind_PxContactPoint_get_separation_0","_emscripten_bind_PxContactPoint_set_separation_1","_emscripten_bind_PxContactPoint_get_maxImpulse_0","_emscripten_bind_PxContactPoint_set_maxImpulse_1","_emscripten_bind_PxContactPoint_get_staticFriction_0","_emscripten_bind_PxContactPoint_set_staticFriction_1","_emscripten_bind_PxContactPoint_get_materialFlags_0","_emscripten_bind_PxContactPoint_set_materialFlags_1","_emscripten_bind_PxContactPoint_get_internalFaceIndex1_0","_emscripten_bind_PxContactPoint_set_internalFaceIndex1_1","_emscripten_bind_PxContactPoint_get_dynamicFriction_0","_emscripten_bind_PxContactPoint_set_dynamicFriction_1","_emscripten_bind_PxContactPoint_get_restitution_0","_emscripten_bind_PxContactPoint_set_restitution_1","_emscripten_bind_PxContactPoint_get_damping_0","_emscripten_bind_PxContactPoint_set_damping_1","_emscripten_bind_PxContactPoint___destroy___0","_emscripten_bind_PxControllerBehaviorCallbackImpl_PxControllerBehaviorCallbackImpl_0","_emscripten_bind_PxControllerBehaviorCallbackImpl_getShapeBehaviorFlags_2","_emscripten_bind_PxControllerBehaviorCallbackImpl_getControllerBehaviorFlags_1","_emscripten_bind_PxControllerBehaviorCallbackImpl_getObstacleBehaviorFlags_1","_emscripten_bind_PxControllerBehaviorCallbackImpl___destroy___0","_emscripten_bind_PxControllerBehaviorFlags_PxControllerBehaviorFlags_1","_emscripten_bind_PxControllerBehaviorFlags_isSet_1","_emscripten_bind_PxControllerBehaviorFlags_raise_1","_emscripten_bind_PxControllerBehaviorFlags_clear_1","_emscripten_bind_PxControllerBehaviorFlags___destroy___0","_emscripten_bind_PxControllerCollisionFlags_PxControllerCollisionFlags_1","_emscripten_bind_PxControllerCollisionFlags_isSet_1","_emscripten_bind_PxControllerCollisionFlags_raise_1","_emscripten_bind_PxControllerCollisionFlags_clear_1","_emscripten_bind_PxControllerCollisionFlags___destroy___0","_emscripten_bind_PxControllerFilterCallbackImpl_PxControllerFilterCallbackImpl_0","_emscripten_bind_PxControllerFilterCallbackImpl_filter_2","_emscripten_bind_PxControllerFilterCallbackImpl___destroy___0","_emscripten_bind_PxControllerFilters_PxControllerFilters_0","_emscripten_bind_PxControllerFilters_PxControllerFilters_1","_emscripten_bind_PxControllerFilters_get_mFilterData_0","_emscripten_bind_PxControllerFilters_set_mFilterData_1","_emscripten_bind_PxControllerFilters_get_mFilterCallback_0","_emscripten_bind_PxControllerFilters_set_mFilterCallback_1","_emscripten_bind_PxControllerFilters_get_mFilterFlags_0","_emscripten_bind_PxControllerFilters_set_mFilterFlags_1","_emscripten_bind_PxControllerFilters_get_mCCTFilterCallback_0","_emscripten_bind_PxControllerFilters_set_mCCTFilterCallback_1","_emscripten_bind_PxControllerFilters___destroy___0","_emscripten_bind_PxControllerManager_release_0","_emscripten_bind_PxControllerManager_getScene_0","_emscripten_bind_PxControllerManager_getNbControllers_0","_emscripten_bind_PxControllerManager_getController_1","_emscripten_bind_PxControllerManager_createController_1","_emscripten_bind_PxControllerManager_purgeControllers_0","_emscripten_bind_PxControllerManager_getNbObstacleContexts_0","_emscripten_bind_PxControllerManager_getObstacleContext_1","_emscripten_bind_PxControllerManager_createObstacleContext_0","_emscripten_bind_PxControllerManager_computeInteractions_1","_emscripten_bind_PxControllerManager_setTessellation_2","_emscripten_bind_PxControllerManager_setOverlapRecoveryModule_1","_emscripten_bind_PxControllerManager_setPreciseSweeps_1","_emscripten_bind_PxControllerManager_setPreventVerticalSlidingAgainstCeiling_1","_emscripten_bind_PxControllerManager_shiftOrigin_1","_emscripten_bind_PxControllerObstacleHit_get_userData_0","_emscripten_bind_PxControllerObstacleHit_set_userData_1","_emscripten_bind_PxControllerObstacleHit_get_controller_0","_emscripten_bind_PxControllerObstacleHit_set_controller_1","_emscripten_bind_PxControllerObstacleHit_get_worldPos_0","_emscripten_bind_PxControllerObstacleHit_set_worldPos_1","_emscripten_bind_PxControllerObstacleHit_get_worldNormal_0","_emscripten_bind_PxControllerObstacleHit_set_worldNormal_1","_emscripten_bind_PxControllerObstacleHit_get_dir_0","_emscripten_bind_PxControllerObstacleHit_set_dir_1","_emscripten_bind_PxControllerObstacleHit_get_length_0","_emscripten_bind_PxControllerObstacleHit_set_length_1","_emscripten_bind_PxControllerObstacleHit___destroy___0","_emscripten_bind_PxControllerShapeHit_get_shape_0","_emscripten_bind_PxControllerShapeHit_set_shape_1","_emscripten_bind_PxControllerShapeHit_get_actor_0","_emscripten_bind_PxControllerShapeHit_set_actor_1","_emscripten_bind_PxControllerShapeHit_get_triangleIndex_0","_emscripten_bind_PxControllerShapeHit_set_triangleIndex_1","_emscripten_bind_PxControllerShapeHit_get_controller_0","_emscripten_bind_PxControllerShapeHit_set_controller_1","_emscripten_bind_PxControllerShapeHit_get_worldPos_0","_emscripten_bind_PxControllerShapeHit_set_worldPos_1","_emscripten_bind_PxControllerShapeHit_get_worldNormal_0","_emscripten_bind_PxControllerShapeHit_set_worldNormal_1","_emscripten_bind_PxControllerShapeHit_get_dir_0","_emscripten_bind_PxControllerShapeHit_set_dir_1","_emscripten_bind_PxControllerShapeHit_get_length_0","_emscripten_bind_PxControllerShapeHit_set_length_1","_emscripten_bind_PxControllerShapeHit___destroy___0","_emscripten_bind_PxControllerState_PxControllerState_0","_emscripten_bind_PxControllerState_get_deltaXP_0","_emscripten_bind_PxControllerState_set_deltaXP_1","_emscripten_bind_PxControllerState_get_touchedShape_0","_emscripten_bind_PxControllerState_set_touchedShape_1","_emscripten_bind_PxControllerState_get_touchedActor_0","_emscripten_bind_PxControllerState_set_touchedActor_1","_emscripten_bind_PxControllerState_get_touchedObstacleHandle_0","_emscripten_bind_PxControllerState_set_touchedObstacleHandle_1","_emscripten_bind_PxControllerState_get_collisionFlags_0","_emscripten_bind_PxControllerState_set_collisionFlags_1","_emscripten_bind_PxControllerState_get_standOnAnotherCCT_0","_emscripten_bind_PxControllerState_set_standOnAnotherCCT_1","_emscripten_bind_PxControllerState_get_standOnObstacle_0","_emscripten_bind_PxControllerState_set_standOnObstacle_1","_emscripten_bind_PxControllerState_get_isMovingUp_0","_emscripten_bind_PxControllerState_set_isMovingUp_1","_emscripten_bind_PxControllerState___destroy___0","_emscripten_bind_PxControllerStats_get_nbIterations_0","_emscripten_bind_PxControllerStats_set_nbIterations_1","_emscripten_bind_PxControllerStats_get_nbFullUpdates_0","_emscripten_bind_PxControllerStats_set_nbFullUpdates_1","_emscripten_bind_PxControllerStats_get_nbPartialUpdates_0","_emscripten_bind_PxControllerStats_set_nbPartialUpdates_1","_emscripten_bind_PxControllerStats_get_nbTessellation_0","_emscripten_bind_PxControllerStats_set_nbTessellation_1","_emscripten_bind_PxControllerStats___destroy___0","_emscripten_bind_PxControllersHit_get_other_0","_emscripten_bind_PxControllersHit_set_other_1","_emscripten_bind_PxControllersHit_get_controller_0","_emscripten_bind_PxControllersHit_set_controller_1","_emscripten_bind_PxControllersHit_get_worldPos_0","_emscripten_bind_PxControllersHit_set_worldPos_1","_emscripten_bind_PxControllersHit_get_worldNormal_0","_emscripten_bind_PxControllersHit_set_worldNormal_1","_emscripten_bind_PxControllersHit_get_dir_0","_emscripten_bind_PxControllersHit_set_dir_1","_emscripten_bind_PxControllersHit_get_length_0","_emscripten_bind_PxControllersHit_set_length_1","_emscripten_bind_PxControllersHit___destroy___0","_emscripten_bind_PxConvexFlags_PxConvexFlags_1","_emscripten_bind_PxConvexFlags_isSet_1","_emscripten_bind_PxConvexFlags_raise_1","_emscripten_bind_PxConvexFlags_clear_1","_emscripten_bind_PxConvexFlags___destroy___0","_emscripten_bind_PxConvexMesh_getNbVertices_0","_emscripten_bind_PxConvexMesh_getVertices_0","_emscripten_bind_PxConvexMesh_getIndexBuffer_0","_emscripten_bind_PxConvexMesh_getNbPolygons_0","_emscripten_bind_PxConvexMesh_getPolygonData_2","_emscripten_bind_PxConvexMesh_getLocalBounds_0","_emscripten_bind_PxConvexMesh_isGpuCompatible_0","_emscripten_bind_PxConvexMesh_release_0","_emscripten_bind_PxConvexMesh_getConcreteTypeName_0","_emscripten_bind_PxConvexMesh_getConcreteType_0","_emscripten_bind_PxConvexMesh_setBaseFlag_2","_emscripten_bind_PxConvexMesh_setBaseFlags_1","_emscripten_bind_PxConvexMesh_getBaseFlags_0","_emscripten_bind_PxConvexMesh_isReleasable_0","_emscripten_bind_PxConvexMesh_getReferenceCount_0","_emscripten_bind_PxConvexMesh_acquireReference_0","_emscripten_bind_PxConvexMeshDesc_PxConvexMeshDesc_0","_emscripten_bind_PxConvexMeshDesc_get_points_0","_emscripten_bind_PxConvexMeshDesc_set_points_1","_emscripten_bind_PxConvexMeshDesc_get_flags_0","_emscripten_bind_PxConvexMeshDesc_set_flags_1","_emscripten_bind_PxConvexMeshDesc___destroy___0","_emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_1","_emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_2","_emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_3","_emscripten_bind_PxConvexMeshGeometry_getType_0","_emscripten_bind_PxConvexMeshGeometry_get_scale_0","_emscripten_bind_PxConvexMeshGeometry_set_scale_1","_emscripten_bind_PxConvexMeshGeometry_get_convexMesh_0","_emscripten_bind_PxConvexMeshGeometry_set_convexMesh_1","_emscripten_bind_PxConvexMeshGeometry_get_meshFlags_0","_emscripten_bind_PxConvexMeshGeometry_set_meshFlags_1","_emscripten_bind_PxConvexMeshGeometry___destroy___0","_emscripten_bind_PxConvexMeshGeometryFlags_PxConvexMeshGeometryFlags_1","_emscripten_bind_PxConvexMeshGeometryFlags_isSet_1","_emscripten_bind_PxConvexMeshGeometryFlags_raise_1","_emscripten_bind_PxConvexMeshGeometryFlags_clear_1","_emscripten_bind_PxConvexMeshGeometryFlags___destroy___0","_emscripten_bind_PxCookingParams_PxCookingParams_1","_emscripten_bind_PxCookingParams_get_areaTestEpsilon_0","_emscripten_bind_PxCookingParams_set_areaTestEpsilon_1","_emscripten_bind_PxCookingParams_get_planeTolerance_0","_emscripten_bind_PxCookingParams_set_planeTolerance_1","_emscripten_bind_PxCookingParams_get_convexMeshCookingType_0","_emscripten_bind_PxCookingParams_set_convexMeshCookingType_1","_emscripten_bind_PxCookingParams_get_suppressTriangleMeshRemapTable_0","_emscripten_bind_PxCookingParams_set_suppressTriangleMeshRemapTable_1","_emscripten_bind_PxCookingParams_get_buildTriangleAdjacencies_0","_emscripten_bind_PxCookingParams_set_buildTriangleAdjacencies_1","_emscripten_bind_PxCookingParams_get_buildGPUData_0","_emscripten_bind_PxCookingParams_set_buildGPUData_1","_emscripten_bind_PxCookingParams_get_scale_0","_emscripten_bind_PxCookingParams_set_scale_1","_emscripten_bind_PxCookingParams_get_meshPreprocessParams_0","_emscripten_bind_PxCookingParams_set_meshPreprocessParams_1","_emscripten_bind_PxCookingParams_get_meshWeldTolerance_0","_emscripten_bind_PxCookingParams_set_meshWeldTolerance_1","_emscripten_bind_PxCookingParams_get_midphaseDesc_0","_emscripten_bind_PxCookingParams_set_midphaseDesc_1","_emscripten_bind_PxCookingParams_get_gaussMapLimit_0","_emscripten_bind_PxCookingParams_set_gaussMapLimit_1","_emscripten_bind_PxCookingParams___destroy___0","_emscripten_bind_PxD6Joint_setMotion_2","_emscripten_bind_PxD6Joint_getMotion_1","_emscripten_bind_PxD6Joint_getTwistAngle_0","_emscripten_bind_PxD6Joint_getSwingYAngle_0","_emscripten_bind_PxD6Joint_getSwingZAngle_0","_emscripten_bind_PxD6Joint_setDistanceLimit_1","_emscripten_bind_PxD6Joint_setLinearLimit_2","_emscripten_bind_PxD6Joint_setTwistLimit_1","_emscripten_bind_PxD6Joint_setSwingLimit_1","_emscripten_bind_PxD6Joint_setPyramidSwingLimit_1","_emscripten_bind_PxD6Joint_setDrive_2","_emscripten_bind_PxD6Joint_getDrive_1","_emscripten_bind_PxD6Joint_setDrivePosition_1","_emscripten_bind_PxD6Joint_setDrivePosition_2","_emscripten_bind_PxD6Joint_getDrivePosition_0","_emscripten_bind_PxD6Joint_setDriveVelocity_2","_emscripten_bind_PxD6Joint_getDriveVelocity_2","_emscripten_bind_PxD6Joint_release_0","_emscripten_bind_PxD6Joint_getConcreteTypeName_0","_emscripten_bind_PxD6Joint_getConcreteType_0","_emscripten_bind_PxD6Joint_setBaseFlag_2","_emscripten_bind_PxD6Joint_setBaseFlags_1","_emscripten_bind_PxD6Joint_getBaseFlags_0","_emscripten_bind_PxD6Joint_isReleasable_0","_emscripten_bind_PxD6Joint_setActors_2","_emscripten_bind_PxD6Joint_setLocalPose_2","_emscripten_bind_PxD6Joint_getLocalPose_1","_emscripten_bind_PxD6Joint_getRelativeTransform_0","_emscripten_bind_PxD6Joint_getRelativeLinearVelocity_0","_emscripten_bind_PxD6Joint_getRelativeAngularVelocity_0","_emscripten_bind_PxD6Joint_setBreakForce_2","_emscripten_bind_PxD6Joint_setConstraintFlags_1","_emscripten_bind_PxD6Joint_setConstraintFlag_2","_emscripten_bind_PxD6Joint_getConstraintFlags_0","_emscripten_bind_PxD6Joint_setInvMassScale0_1","_emscripten_bind_PxD6Joint_getInvMassScale0_0","_emscripten_bind_PxD6Joint_setInvMassScale1_1","_emscripten_bind_PxD6Joint_getInvMassScale1_0","_emscripten_bind_PxD6Joint_getConstraint_0","_emscripten_bind_PxD6Joint_setName_1","_emscripten_bind_PxD6Joint_getName_0","_emscripten_bind_PxD6Joint_getScene_0","_emscripten_bind_PxD6Joint_get_userData_0","_emscripten_bind_PxD6Joint_set_userData_1","_emscripten_bind_PxD6Joint___destroy___0","_emscripten_bind_PxD6JointDrive_PxD6JointDrive_0","_emscripten_bind_PxD6JointDrive_PxD6JointDrive_3","_emscripten_bind_PxD6JointDrive_PxD6JointDrive_4","_emscripten_bind_PxD6JointDrive_get_forceLimit_0","_emscripten_bind_PxD6JointDrive_set_forceLimit_1","_emscripten_bind_PxD6JointDrive_get_flags_0","_emscripten_bind_PxD6JointDrive_set_flags_1","_emscripten_bind_PxD6JointDrive_get_stiffness_0","_emscripten_bind_PxD6JointDrive_set_stiffness_1","_emscripten_bind_PxD6JointDrive_get_damping_0","_emscripten_bind_PxD6JointDrive_set_damping_1","_emscripten_bind_PxD6JointDrive___destroy___0","_emscripten_bind_PxD6JointDriveFlags_PxD6JointDriveFlags_1","_emscripten_bind_PxD6JointDriveFlags_isSet_1","_emscripten_bind_PxD6JointDriveFlags_raise_1","_emscripten_bind_PxD6JointDriveFlags_clear_1","_emscripten_bind_PxD6JointDriveFlags___destroy___0","_emscripten_bind_PxDebugLine_get_pos0_0","_emscripten_bind_PxDebugLine_set_pos0_1","_emscripten_bind_PxDebugLine_get_color0_0","_emscripten_bind_PxDebugLine_set_color0_1","_emscripten_bind_PxDebugLine_get_pos1_0","_emscripten_bind_PxDebugLine_set_pos1_1","_emscripten_bind_PxDebugLine_get_color1_0","_emscripten_bind_PxDebugLine_set_color1_1","_emscripten_bind_PxDebugPoint_get_pos_0","_emscripten_bind_PxDebugPoint_set_pos_1","_emscripten_bind_PxDebugPoint_get_color_0","_emscripten_bind_PxDebugPoint_set_color_1","_emscripten_bind_PxDebugTriangle_get_pos0_0","_emscripten_bind_PxDebugTriangle_set_pos0_1","_emscripten_bind_PxDebugTriangle_get_color0_0","_emscripten_bind_PxDebugTriangle_set_color0_1","_emscripten_bind_PxDebugTriangle_get_pos1_0","_emscripten_bind_PxDebugTriangle_set_pos1_1","_emscripten_bind_PxDebugTriangle_get_color1_0","_emscripten_bind_PxDebugTriangle_set_color1_1","_emscripten_bind_PxDebugTriangle_get_pos2_0","_emscripten_bind_PxDebugTriangle_set_pos2_1","_emscripten_bind_PxDebugTriangle_get_color2_0","_emscripten_bind_PxDebugTriangle_set_color2_1","_emscripten_bind_PxDefaultAllocator_PxDefaultAllocator_0","_emscripten_bind_PxDefaultAllocator___destroy___0","_emscripten_bind_PxDefaultCpuDispatcher___destroy___0","_emscripten_bind_PxDefaultErrorCallback_PxDefaultErrorCallback_0","_emscripten_bind_PxDefaultErrorCallback_reportError_4","_emscripten_bind_PxDefaultErrorCallback___destroy___0","_emscripten_bind_PxDefaultMemoryInputData_PxDefaultMemoryInputData_2","_emscripten_bind_PxDefaultMemoryInputData_read_2","_emscripten_bind_PxDefaultMemoryInputData_getLength_0","_emscripten_bind_PxDefaultMemoryInputData_seek_1","_emscripten_bind_PxDefaultMemoryInputData_tell_0","_emscripten_bind_PxDefaultMemoryInputData___destroy___0","_emscripten_bind_PxDefaultMemoryOutputStream_PxDefaultMemoryOutputStream_0","_emscripten_bind_PxDefaultMemoryOutputStream_write_2","_emscripten_bind_PxDefaultMemoryOutputStream_getSize_0","_emscripten_bind_PxDefaultMemoryOutputStream_getData_0","_emscripten_bind_PxDefaultMemoryOutputStream___destroy___0","_emscripten_bind_PxDistanceJoint_getDistance_0","_emscripten_bind_PxDistanceJoint_setMinDistance_1","_emscripten_bind_PxDistanceJoint_getMinDistance_0","_emscripten_bind_PxDistanceJoint_setMaxDistance_1","_emscripten_bind_PxDistanceJoint_getMaxDistance_0","_emscripten_bind_PxDistanceJoint_setTolerance_1","_emscripten_bind_PxDistanceJoint_getTolerance_0","_emscripten_bind_PxDistanceJoint_setStiffness_1","_emscripten_bind_PxDistanceJoint_getStiffness_0","_emscripten_bind_PxDistanceJoint_setDamping_1","_emscripten_bind_PxDistanceJoint_getDamping_0","_emscripten_bind_PxDistanceJoint_setDistanceJointFlags_1","_emscripten_bind_PxDistanceJoint_setDistanceJointFlag_2","_emscripten_bind_PxDistanceJoint_getDistanceJointFlags_0","_emscripten_bind_PxDistanceJoint_release_0","_emscripten_bind_PxDistanceJoint_getConcreteTypeName_0","_emscripten_bind_PxDistanceJoint_getConcreteType_0","_emscripten_bind_PxDistanceJoint_setBaseFlag_2","_emscripten_bind_PxDistanceJoint_setBaseFlags_1","_emscripten_bind_PxDistanceJoint_getBaseFlags_0","_emscripten_bind_PxDistanceJoint_isReleasable_0","_emscripten_bind_PxDistanceJoint_setActors_2","_emscripten_bind_PxDistanceJoint_setLocalPose_2","_emscripten_bind_PxDistanceJoint_getLocalPose_1","_emscripten_bind_PxDistanceJoint_getRelativeTransform_0","_emscripten_bind_PxDistanceJoint_getRelativeLinearVelocity_0","_emscripten_bind_PxDistanceJoint_getRelativeAngularVelocity_0","_emscripten_bind_PxDistanceJoint_setBreakForce_2","_emscripten_bind_PxDistanceJoint_setConstraintFlags_1","_emscripten_bind_PxDistanceJoint_setConstraintFlag_2","_emscripten_bind_PxDistanceJoint_getConstraintFlags_0","_emscripten_bind_PxDistanceJoint_setInvMassScale0_1","_emscripten_bind_PxDistanceJoint_getInvMassScale0_0","_emscripten_bind_PxDistanceJoint_setInvMassScale1_1","_emscripten_bind_PxDistanceJoint_getInvMassScale1_0","_emscripten_bind_PxDistanceJoint_getConstraint_0","_emscripten_bind_PxDistanceJoint_setName_1","_emscripten_bind_PxDistanceJoint_getName_0","_emscripten_bind_PxDistanceJoint_getScene_0","_emscripten_bind_PxDistanceJoint_get_userData_0","_emscripten_bind_PxDistanceJoint_set_userData_1","_emscripten_bind_PxDistanceJoint___destroy___0","_emscripten_bind_PxDistanceJointFlags_PxDistanceJointFlags_1","_emscripten_bind_PxDistanceJointFlags_isSet_1","_emscripten_bind_PxDistanceJointFlags_raise_1","_emscripten_bind_PxDistanceJointFlags_clear_1","_emscripten_bind_PxDistanceJointFlags___destroy___0","_emscripten_bind_PxDominanceGroupPair_PxDominanceGroupPair_2","_emscripten_bind_PxDominanceGroupPair_get_dominance0_0","_emscripten_bind_PxDominanceGroupPair_set_dominance0_1","_emscripten_bind_PxDominanceGroupPair_get_dominance1_0","_emscripten_bind_PxDominanceGroupPair_set_dominance1_1","_emscripten_bind_PxDominanceGroupPair___destroy___0","_emscripten_bind_PxErrorCallbackImpl_PxErrorCallbackImpl_0","_emscripten_bind_PxErrorCallbackImpl_reportError_4","_emscripten_bind_PxErrorCallbackImpl___destroy___0","_emscripten_bind_PxExtendedVec3_PxExtendedVec3_0","_emscripten_bind_PxExtendedVec3_PxExtendedVec3_3","_emscripten_bind_PxExtendedVec3_get_x_0","_emscripten_bind_PxExtendedVec3_set_x_1","_emscripten_bind_PxExtendedVec3_get_y_0","_emscripten_bind_PxExtendedVec3_set_y_1","_emscripten_bind_PxExtendedVec3_get_z_0","_emscripten_bind_PxExtendedVec3_set_z_1","_emscripten_bind_PxExtendedVec3___destroy___0","_emscripten_bind_PxExtensionTopLevelFunctions_CreatePlane_4","_emscripten_bind_PxFilterData_PxFilterData_0","_emscripten_bind_PxFilterData_PxFilterData_4","_emscripten_bind_PxFilterData_get_word0_0","_emscripten_bind_PxFilterData_set_word0_1","_emscripten_bind_PxFilterData_get_word1_0","_emscripten_bind_PxFilterData_set_word1_1","_emscripten_bind_PxFilterData_get_word2_0","_emscripten_bind_PxFilterData_set_word2_1","_emscripten_bind_PxFilterData_get_word3_0","_emscripten_bind_PxFilterData_set_word3_1","_emscripten_bind_PxFilterData___destroy___0","_emscripten_bind_PxFixedJoint_release_0","_emscripten_bind_PxFixedJoint_getConcreteTypeName_0","_emscripten_bind_PxFixedJoint_getConcreteType_0","_emscripten_bind_PxFixedJoint_setBaseFlag_2","_emscripten_bind_PxFixedJoint_setBaseFlags_1","_emscripten_bind_PxFixedJoint_getBaseFlags_0","_emscripten_bind_PxFixedJoint_isReleasable_0","_emscripten_bind_PxFixedJoint_setActors_2","_emscripten_bind_PxFixedJoint_setLocalPose_2","_emscripten_bind_PxFixedJoint_getLocalPose_1","_emscripten_bind_PxFixedJoint_getRelativeTransform_0","_emscripten_bind_PxFixedJoint_getRelativeLinearVelocity_0","_emscripten_bind_PxFixedJoint_getRelativeAngularVelocity_0","_emscripten_bind_PxFixedJoint_setBreakForce_2","_emscripten_bind_PxFixedJoint_setConstraintFlags_1","_emscripten_bind_PxFixedJoint_setConstraintFlag_2","_emscripten_bind_PxFixedJoint_getConstraintFlags_0","_emscripten_bind_PxFixedJoint_setInvMassScale0_1","_emscripten_bind_PxFixedJoint_getInvMassScale0_0","_emscripten_bind_PxFixedJoint_setInvMassScale1_1","_emscripten_bind_PxFixedJoint_getInvMassScale1_0","_emscripten_bind_PxFixedJoint_getConstraint_0","_emscripten_bind_PxFixedJoint_setName_1","_emscripten_bind_PxFixedJoint_getName_0","_emscripten_bind_PxFixedJoint_getScene_0","_emscripten_bind_PxFixedJoint_get_userData_0","_emscripten_bind_PxFixedJoint_set_userData_1","_emscripten_bind_PxFixedJoint___destroy___0","_emscripten_bind_PxFoundation_release_0","_emscripten_bind_PxGeometryHolder_PxGeometryHolder_0","_emscripten_bind_PxGeometryHolder_PxGeometryHolder_1","_emscripten_bind_PxGeometryHolder_getType_0","_emscripten_bind_PxGeometryHolder_sphere_0","_emscripten_bind_PxGeometryHolder_plane_0","_emscripten_bind_PxGeometryHolder_capsule_0","_emscripten_bind_PxGeometryHolder_box_0","_emscripten_bind_PxGeometryHolder_convexMesh_0","_emscripten_bind_PxGeometryHolder_triangleMesh_0","_emscripten_bind_PxGeometryHolder_heightField_0","_emscripten_bind_PxGeometryHolder_storeAny_1","_emscripten_bind_PxGeometryHolder___destroy___0","_emscripten_bind_PxGeometryQuery_sweep_7","_emscripten_bind_PxGeometryQuery_sweep_8","_emscripten_bind_PxGeometryQuery_sweep_9","_emscripten_bind_PxGeometryQuery_overlap_4","_emscripten_bind_PxGeometryQuery_raycast_8","_emscripten_bind_PxGeometryQuery_pointDistance_3","_emscripten_bind_PxGeometryQuery_pointDistance_4","_emscripten_bind_PxGeometryQuery_computeGeomBounds_3","_emscripten_bind_PxGeometryQuery_computeGeomBounds_4","_emscripten_bind_PxGeometryQuery_isValid_1","_emscripten_bind_PxGeometryQuery___destroy___0","_emscripten_bind_PxGjkQuery_proximityInfo_7","_emscripten_bind_PxGjkQuery_raycast_6","_emscripten_bind_PxGjkQuery_overlap_4","_emscripten_bind_PxGjkQuery_sweep_7","_emscripten_bind_PxGjkQuery___destroy___0","_emscripten_bind_PxGjkQueryExt_generateContacts_7","_emscripten_bind_PxGjkQueryExt___destroy___0","_emscripten_bind_PxGjkQueryProximityInfoResult_PxGjkQueryProximityInfoResult_0","_emscripten_bind_PxGjkQueryProximityInfoResult_get_success_0","_emscripten_bind_PxGjkQueryProximityInfoResult_set_success_1","_emscripten_bind_PxGjkQueryProximityInfoResult_get_pointA_0","_emscripten_bind_PxGjkQueryProximityInfoResult_set_pointA_1","_emscripten_bind_PxGjkQueryProximityInfoResult_get_pointB_0","_emscripten_bind_PxGjkQueryProximityInfoResult_set_pointB_1","_emscripten_bind_PxGjkQueryProximityInfoResult_get_separatingAxis_0","_emscripten_bind_PxGjkQueryProximityInfoResult_set_separatingAxis_1","_emscripten_bind_PxGjkQueryProximityInfoResult_get_separation_0","_emscripten_bind_PxGjkQueryProximityInfoResult_set_separation_1","_emscripten_bind_PxGjkQueryProximityInfoResult___destroy___0","_emscripten_bind_PxGjkQueryRaycastResult_PxGjkQueryRaycastResult_0","_emscripten_bind_PxGjkQueryRaycastResult_get_success_0","_emscripten_bind_PxGjkQueryRaycastResult_set_success_1","_emscripten_bind_PxGjkQueryRaycastResult_get_t_0","_emscripten_bind_PxGjkQueryRaycastResult_set_t_1","_emscripten_bind_PxGjkQueryRaycastResult_get_n_0","_emscripten_bind_PxGjkQueryRaycastResult_set_n_1","_emscripten_bind_PxGjkQueryRaycastResult_get_p_0","_emscripten_bind_PxGjkQueryRaycastResult_set_p_1","_emscripten_bind_PxGjkQueryRaycastResult___destroy___0","_emscripten_bind_PxGjkQuerySweepResult_PxGjkQuerySweepResult_0","_emscripten_bind_PxGjkQuerySweepResult_get_success_0","_emscripten_bind_PxGjkQuerySweepResult_set_success_1","_emscripten_bind_PxGjkQuerySweepResult_get_t_0","_emscripten_bind_PxGjkQuerySweepResult_set_t_1","_emscripten_bind_PxGjkQuerySweepResult_get_n_0","_emscripten_bind_PxGjkQuerySweepResult_set_n_1","_emscripten_bind_PxGjkQuerySweepResult_get_p_0","_emscripten_bind_PxGjkQuerySweepResult_set_p_1","_emscripten_bind_PxGjkQuerySweepResult___destroy___0","_emscripten_bind_PxHeightField_saveCells_2","_emscripten_bind_PxHeightField_modifySamples_3","_emscripten_bind_PxHeightField_modifySamples_4","_emscripten_bind_PxHeightField_getNbRows_0","_emscripten_bind_PxHeightField_getNbColumns_0","_emscripten_bind_PxHeightField_getFormat_0","_emscripten_bind_PxHeightField_getSampleStride_0","_emscripten_bind_PxHeightField_getConvexEdgeThreshold_0","_emscripten_bind_PxHeightField_getFlags_0","_emscripten_bind_PxHeightField_getHeight_2","_emscripten_bind_PxHeightField_getTriangleMaterialIndex_1","_emscripten_bind_PxHeightField_getTriangleNormal_1","_emscripten_bind_PxHeightField_getSample_2","_emscripten_bind_PxHeightField_getTimestamp_0","_emscripten_bind_PxHeightField_release_0","_emscripten_bind_PxHeightField_getConcreteTypeName_0","_emscripten_bind_PxHeightField_getConcreteType_0","_emscripten_bind_PxHeightField_setBaseFlag_2","_emscripten_bind_PxHeightField_setBaseFlags_1","_emscripten_bind_PxHeightField_getBaseFlags_0","_emscripten_bind_PxHeightField_isReleasable_0","_emscripten_bind_PxHeightField_getReferenceCount_0","_emscripten_bind_PxHeightField_acquireReference_0","_emscripten_bind_PxHeightFieldDesc_PxHeightFieldDesc_0","_emscripten_bind_PxHeightFieldDesc_setToDefault_0","_emscripten_bind_PxHeightFieldDesc_isValid_0","_emscripten_bind_PxHeightFieldDesc_get_nbRows_0","_emscripten_bind_PxHeightFieldDesc_set_nbRows_1","_emscripten_bind_PxHeightFieldDesc_get_nbColumns_0","_emscripten_bind_PxHeightFieldDesc_set_nbColumns_1","_emscripten_bind_PxHeightFieldDesc_get_format_0","_emscripten_bind_PxHeightFieldDesc_set_format_1","_emscripten_bind_PxHeightFieldDesc_get_samples_0","_emscripten_bind_PxHeightFieldDesc_set_samples_1","_emscripten_bind_PxHeightFieldDesc_get_convexEdgeThreshold_0","_emscripten_bind_PxHeightFieldDesc_set_convexEdgeThreshold_1","_emscripten_bind_PxHeightFieldDesc_get_flags_0","_emscripten_bind_PxHeightFieldDesc_set_flags_1","_emscripten_bind_PxHeightFieldDesc___destroy___0","_emscripten_bind_PxHeightFieldFlags_PxHeightFieldFlags_1","_emscripten_bind_PxHeightFieldFlags_isSet_1","_emscripten_bind_PxHeightFieldFlags_raise_1","_emscripten_bind_PxHeightFieldFlags_clear_1","_emscripten_bind_PxHeightFieldFlags___destroy___0","_emscripten_bind_PxHeightFieldGeometry_PxHeightFieldGeometry_0","_emscripten_bind_PxHeightFieldGeometry_PxHeightFieldGeometry_5","_emscripten_bind_PxHeightFieldGeometry_isValid_0","_emscripten_bind_PxHeightFieldGeometry_getType_0","_emscripten_bind_PxHeightFieldGeometry_get_heightField_0","_emscripten_bind_PxHeightFieldGeometry_set_heightField_1","_emscripten_bind_PxHeightFieldGeometry_get_heightScale_0","_emscripten_bind_PxHeightFieldGeometry_set_heightScale_1","_emscripten_bind_PxHeightFieldGeometry_get_rowScale_0","_emscripten_bind_PxHeightFieldGeometry_set_rowScale_1","_emscripten_bind_PxHeightFieldGeometry_get_columnScale_0","_emscripten_bind_PxHeightFieldGeometry_set_columnScale_1","_emscripten_bind_PxHeightFieldGeometry_get_heightFieldFlags_0","_emscripten_bind_PxHeightFieldGeometry_set_heightFieldFlags_1","_emscripten_bind_PxHeightFieldGeometry___destroy___0","_emscripten_bind_PxHeightFieldSample_PxHeightFieldSample_0","_emscripten_bind_PxHeightFieldSample_tessFlag_0","_emscripten_bind_PxHeightFieldSample_clearTessFlag_0","_emscripten_bind_PxHeightFieldSample_setTessFlag_0","_emscripten_bind_PxHeightFieldSample_get_height_0","_emscripten_bind_PxHeightFieldSample_set_height_1","_emscripten_bind_PxHeightFieldSample_get_materialIndex0_0","_emscripten_bind_PxHeightFieldSample_set_materialIndex0_1","_emscripten_bind_PxHeightFieldSample_get_materialIndex1_0","_emscripten_bind_PxHeightFieldSample_set_materialIndex1_1","_emscripten_bind_PxHeightFieldSample___destroy___0","_emscripten_bind_PxHitFlags_PxHitFlags_1","_emscripten_bind_PxHitFlags_isSet_1","_emscripten_bind_PxHitFlags_raise_1","_emscripten_bind_PxHitFlags_clear_1","_emscripten_bind_PxHitFlags___destroy___0","_emscripten_bind_PxHullPolygon_PxHullPolygon_0","_emscripten_bind_PxHullPolygon_get_mPlane_1","_emscripten_bind_PxHullPolygon_set_mPlane_2","_emscripten_bind_PxHullPolygon_get_mNbVerts_0","_emscripten_bind_PxHullPolygon_set_mNbVerts_1","_emscripten_bind_PxHullPolygon_get_mIndexBase_0","_emscripten_bind_PxHullPolygon_set_mIndexBase_1","_emscripten_bind_PxHullPolygon___destroy___0","_emscripten_bind_PxI32Ptr___destroy___0","_emscripten_bind_PxJointAngularLimitPair_PxJointAngularLimitPair_3","_emscripten_bind_PxJointAngularLimitPair_isValid_0","_emscripten_bind_PxJointAngularLimitPair_isSoft_0","_emscripten_bind_PxJointAngularLimitPair_get_upper_0","_emscripten_bind_PxJointAngularLimitPair_set_upper_1","_emscripten_bind_PxJointAngularLimitPair_get_lower_0","_emscripten_bind_PxJointAngularLimitPair_set_lower_1","_emscripten_bind_PxJointAngularLimitPair_get_restitution_0","_emscripten_bind_PxJointAngularLimitPair_set_restitution_1","_emscripten_bind_PxJointAngularLimitPair_get_bounceThreshold_0","_emscripten_bind_PxJointAngularLimitPair_set_bounceThreshold_1","_emscripten_bind_PxJointAngularLimitPair_get_stiffness_0","_emscripten_bind_PxJointAngularLimitPair_set_stiffness_1","_emscripten_bind_PxJointAngularLimitPair_get_damping_0","_emscripten_bind_PxJointAngularLimitPair_set_damping_1","_emscripten_bind_PxJointAngularLimitPair___destroy___0","_emscripten_bind_PxJointLimitCone_PxJointLimitCone_3","_emscripten_bind_PxJointLimitCone_isValid_0","_emscripten_bind_PxJointLimitCone_isSoft_0","_emscripten_bind_PxJointLimitCone_get_yAngle_0","_emscripten_bind_PxJointLimitCone_set_yAngle_1","_emscripten_bind_PxJointLimitCone_get_zAngle_0","_emscripten_bind_PxJointLimitCone_set_zAngle_1","_emscripten_bind_PxJointLimitCone_get_restitution_0","_emscripten_bind_PxJointLimitCone_set_restitution_1","_emscripten_bind_PxJointLimitCone_get_bounceThreshold_0","_emscripten_bind_PxJointLimitCone_set_bounceThreshold_1","_emscripten_bind_PxJointLimitCone_get_stiffness_0","_emscripten_bind_PxJointLimitCone_set_stiffness_1","_emscripten_bind_PxJointLimitCone_get_damping_0","_emscripten_bind_PxJointLimitCone_set_damping_1","_emscripten_bind_PxJointLimitCone___destroy___0","_emscripten_bind_PxJointLimitPyramid_PxJointLimitPyramid_5","_emscripten_bind_PxJointLimitPyramid_isValid_0","_emscripten_bind_PxJointLimitPyramid_isSoft_0","_emscripten_bind_PxJointLimitPyramid_get_yAngleMin_0","_emscripten_bind_PxJointLimitPyramid_set_yAngleMin_1","_emscripten_bind_PxJointLimitPyramid_get_yAngleMax_0","_emscripten_bind_PxJointLimitPyramid_set_yAngleMax_1","_emscripten_bind_PxJointLimitPyramid_get_zAngleMin_0","_emscripten_bind_PxJointLimitPyramid_set_zAngleMin_1","_emscripten_bind_PxJointLimitPyramid_get_zAngleMax_0","_emscripten_bind_PxJointLimitPyramid_set_zAngleMax_1","_emscripten_bind_PxJointLimitPyramid_get_restitution_0","_emscripten_bind_PxJointLimitPyramid_set_restitution_1","_emscripten_bind_PxJointLimitPyramid_get_bounceThreshold_0","_emscripten_bind_PxJointLimitPyramid_set_bounceThreshold_1","_emscripten_bind_PxJointLimitPyramid_get_stiffness_0","_emscripten_bind_PxJointLimitPyramid_set_stiffness_1","_emscripten_bind_PxJointLimitPyramid_get_damping_0","_emscripten_bind_PxJointLimitPyramid_set_damping_1","_emscripten_bind_PxJointLimitPyramid___destroy___0","_emscripten_bind_PxJointLinearLimit_PxJointLinearLimit_2","_emscripten_bind_PxJointLinearLimit_isValid_0","_emscripten_bind_PxJointLinearLimit_isSoft_0","_emscripten_bind_PxJointLinearLimit_get_value_0","_emscripten_bind_PxJointLinearLimit_set_value_1","_emscripten_bind_PxJointLinearLimit_get_restitution_0","_emscripten_bind_PxJointLinearLimit_set_restitution_1","_emscripten_bind_PxJointLinearLimit_get_bounceThreshold_0","_emscripten_bind_PxJointLinearLimit_set_bounceThreshold_1","_emscripten_bind_PxJointLinearLimit_get_stiffness_0","_emscripten_bind_PxJointLinearLimit_set_stiffness_1","_emscripten_bind_PxJointLinearLimit_get_damping_0","_emscripten_bind_PxJointLinearLimit_set_damping_1","_emscripten_bind_PxJointLinearLimit___destroy___0","_emscripten_bind_PxJointLinearLimitPair_PxJointLinearLimitPair_3","_emscripten_bind_PxJointLinearLimitPair_isValid_0","_emscripten_bind_PxJointLinearLimitPair_isSoft_0","_emscripten_bind_PxJointLinearLimitPair_get_upper_0","_emscripten_bind_PxJointLinearLimitPair_set_upper_1","_emscripten_bind_PxJointLinearLimitPair_get_lower_0","_emscripten_bind_PxJointLinearLimitPair_set_lower_1","_emscripten_bind_PxJointLinearLimitPair_get_restitution_0","_emscripten_bind_PxJointLinearLimitPair_set_restitution_1","_emscripten_bind_PxJointLinearLimitPair_get_bounceThreshold_0","_emscripten_bind_PxJointLinearLimitPair_set_bounceThreshold_1","_emscripten_bind_PxJointLinearLimitPair_get_stiffness_0","_emscripten_bind_PxJointLinearLimitPair_set_stiffness_1","_emscripten_bind_PxJointLinearLimitPair_get_damping_0","_emscripten_bind_PxJointLinearLimitPair_set_damping_1","_emscripten_bind_PxJointLinearLimitPair___destroy___0","_emscripten_bind_PxMassProperties_PxMassProperties_0","_emscripten_bind_PxMassProperties_PxMassProperties_1","_emscripten_bind_PxMassProperties_PxMassProperties_3","_emscripten_bind_PxMassProperties_translate_1","_emscripten_bind_PxMassProperties_getMassSpaceInertia_2","_emscripten_bind_PxMassProperties_translateInertia_3","_emscripten_bind_PxMassProperties_rotateInertia_2","_emscripten_bind_PxMassProperties_scaleInertia_3","_emscripten_bind_PxMassProperties_sum_3","_emscripten_bind_PxMassProperties_get_inertiaTensor_0","_emscripten_bind_PxMassProperties_set_inertiaTensor_1","_emscripten_bind_PxMassProperties_get_centerOfMass_0","_emscripten_bind_PxMassProperties_set_centerOfMass_1","_emscripten_bind_PxMassProperties_get_mass_0","_emscripten_bind_PxMassProperties_set_mass_1","_emscripten_bind_PxMassProperties___destroy___0","_emscripten_bind_PxMat33_PxMat33_0","_emscripten_bind_PxMat33_PxMat33_1","_emscripten_bind_PxMat33_get_column0_0","_emscripten_bind_PxMat33_set_column0_1","_emscripten_bind_PxMat33_get_column1_0","_emscripten_bind_PxMat33_set_column1_1","_emscripten_bind_PxMat33_get_column2_0","_emscripten_bind_PxMat33_set_column2_1","_emscripten_bind_PxMat33___destroy___0","_emscripten_bind_PxMaterial_setDynamicFriction_1","_emscripten_bind_PxMaterial_getDynamicFriction_0","_emscripten_bind_PxMaterial_setStaticFriction_1","_emscripten_bind_PxMaterial_getStaticFriction_0","_emscripten_bind_PxMaterial_setRestitution_1","_emscripten_bind_PxMaterial_getRestitution_0","_emscripten_bind_PxMaterial_setFlag_2","_emscripten_bind_PxMaterial_setFlags_1","_emscripten_bind_PxMaterial_getFlags_0","_emscripten_bind_PxMaterial_setFrictionCombineMode_1","_emscripten_bind_PxMaterial_getFrictionCombineMode_0","_emscripten_bind_PxMaterial_setRestitutionCombineMode_1","_emscripten_bind_PxMaterial_getRestitutionCombineMode_0","_emscripten_bind_PxMaterial_release_0","_emscripten_bind_PxMaterial_getConcreteTypeName_0","_emscripten_bind_PxMaterial_getConcreteType_0","_emscripten_bind_PxMaterial_setBaseFlag_2","_emscripten_bind_PxMaterial_setBaseFlags_1","_emscripten_bind_PxMaterial_getBaseFlags_0","_emscripten_bind_PxMaterial_isReleasable_0","_emscripten_bind_PxMaterial_getReferenceCount_0","_emscripten_bind_PxMaterial_acquireReference_0","_emscripten_bind_PxMaterial_get_userData_0","_emscripten_bind_PxMaterial_set_userData_1","_emscripten_bind_PxMaterialConstPtr___destroy___0","_emscripten_bind_PxMaterialFlags_PxMaterialFlags_1","_emscripten_bind_PxMaterialFlags_isSet_1","_emscripten_bind_PxMaterialFlags_raise_1","_emscripten_bind_PxMaterialFlags_clear_1","_emscripten_bind_PxMaterialFlags___destroy___0","_emscripten_bind_PxMaterialPtr___destroy___0","_emscripten_bind_PxMeshFlags_PxMeshFlags_1","_emscripten_bind_PxMeshFlags_isSet_1","_emscripten_bind_PxMeshFlags_raise_1","_emscripten_bind_PxMeshFlags_clear_1","_emscripten_bind_PxMeshFlags___destroy___0","_emscripten_bind_PxMeshGeometryFlags_PxMeshGeometryFlags_1","_emscripten_bind_PxMeshGeometryFlags_isSet_1","_emscripten_bind_PxMeshGeometryFlags_raise_1","_emscripten_bind_PxMeshGeometryFlags_clear_1","_emscripten_bind_PxMeshGeometryFlags___destroy___0","_emscripten_bind_PxMeshOverlapUtil_PxMeshOverlapUtil_0","_emscripten_bind_PxMeshOverlapUtil_findOverlap_4","_emscripten_bind_PxMeshOverlapUtil_getResults_0","_emscripten_bind_PxMeshOverlapUtil_getNbResults_0","_emscripten_bind_PxMeshOverlapUtil___destroy___0","_emscripten_bind_PxMeshPreprocessingFlags_PxMeshPreprocessingFlags_1","_emscripten_bind_PxMeshPreprocessingFlags_isSet_1","_emscripten_bind_PxMeshPreprocessingFlags_raise_1","_emscripten_bind_PxMeshPreprocessingFlags_clear_1","_emscripten_bind_PxMeshPreprocessingFlags___destroy___0","_emscripten_bind_PxMeshScale_PxMeshScale_0","_emscripten_bind_PxMeshScale_PxMeshScale_1","_emscripten_bind_PxMeshScale_PxMeshScale_2","_emscripten_bind_PxMeshScale___destroy___0","_emscripten_bind_PxMidphaseDesc_PxMidphaseDesc_0","_emscripten_bind_PxMidphaseDesc_getType_0","_emscripten_bind_PxMidphaseDesc_setToDefault_1","_emscripten_bind_PxMidphaseDesc_isValid_0","_emscripten_bind_PxMidphaseDesc_get_mBVH33Desc_0","_emscripten_bind_PxMidphaseDesc_set_mBVH33Desc_1","_emscripten_bind_PxMidphaseDesc_get_mBVH34Desc_0","_emscripten_bind_PxMidphaseDesc_set_mBVH34Desc_1","_emscripten_bind_PxMidphaseDesc___destroy___0","_emscripten_bind_PxObstacleContext_release_0","_emscripten_bind_PxObstacleContext_getControllerManager_0","_emscripten_bind_PxObstacleContext_addObstacle_1","_emscripten_bind_PxObstacleContext_removeObstacle_1","_emscripten_bind_PxObstacleContext_updateObstacle_2","_emscripten_bind_PxObstacleContext_getNbObstacles_0","_emscripten_bind_PxObstacleContext_getObstacle_1","_emscripten_bind_PxObstacleContext_getObstacleByHandle_1","_emscripten_bind_PxObstacleContext___destroy___0","_emscripten_bind_PxOmniPvd_startSampling_0","_emscripten_bind_PxOmniPvd_release_0","_emscripten_bind_PxOmniPvd___destroy___0","_emscripten_bind_PxOverlapBuffer10_PxOverlapBuffer10_0","_emscripten_bind_PxOverlapBuffer10_getNbAnyHits_0","_emscripten_bind_PxOverlapBuffer10_getAnyHit_1","_emscripten_bind_PxOverlapBuffer10_getNbTouches_0","_emscripten_bind_PxOverlapBuffer10_getTouches_0","_emscripten_bind_PxOverlapBuffer10_getTouch_1","_emscripten_bind_PxOverlapBuffer10_getMaxNbTouches_0","_emscripten_bind_PxOverlapBuffer10_hasAnyHits_0","_emscripten_bind_PxOverlapBuffer10_get_block_0","_emscripten_bind_PxOverlapBuffer10_set_block_1","_emscripten_bind_PxOverlapBuffer10_get_hasBlock_0","_emscripten_bind_PxOverlapBuffer10_set_hasBlock_1","_emscripten_bind_PxOverlapBuffer10___destroy___0","_emscripten_bind_PxOverlapHit_get_actor_0","_emscripten_bind_PxOverlapHit_set_actor_1","_emscripten_bind_PxOverlapHit_get_shape_0","_emscripten_bind_PxOverlapHit_set_shape_1","_emscripten_bind_PxOverlapHit_get_faceIndex_0","_emscripten_bind_PxOverlapHit_set_faceIndex_1","_emscripten_bind_PxOverlapHit___destroy___0","_emscripten_bind_PxOverlapResult_PxOverlapResult_0","_emscripten_bind_PxOverlapResult_getNbAnyHits_0","_emscripten_bind_PxOverlapResult_getAnyHit_1","_emscripten_bind_PxOverlapResult_getNbTouches_0","_emscripten_bind_PxOverlapResult_getTouch_1","_emscripten_bind_PxOverlapResult_hasAnyHits_0","_emscripten_bind_PxOverlapResult_get_block_0","_emscripten_bind_PxOverlapResult_set_block_1","_emscripten_bind_PxOverlapResult_get_hasBlock_0","_emscripten_bind_PxOverlapResult_set_hasBlock_1","_emscripten_bind_PxOverlapResult___destroy___0","_emscripten_bind_PxPairFlags_PxPairFlags_1","_emscripten_bind_PxPairFlags_isSet_1","_emscripten_bind_PxPairFlags_raise_1","_emscripten_bind_PxPairFlags_clear_1","_emscripten_bind_PxPairFlags___destroy___0","_emscripten_bind_PxPhysics_release_0","_emscripten_bind_PxPhysics_getFoundation_0","_emscripten_bind_PxPhysics_createAggregate_3","_emscripten_bind_PxPhysics_getTolerancesScale_0","_emscripten_bind_PxPhysics_createScene_1","_emscripten_bind_PxPhysics_createRigidStatic_1","_emscripten_bind_PxPhysics_createRigidDynamic_1","_emscripten_bind_PxPhysics_createShape_2","_emscripten_bind_PxPhysics_createShape_3","_emscripten_bind_PxPhysics_createShape_4","_emscripten_bind_PxPhysics_getNbShapes_0","_emscripten_bind_PxPhysics_createArticulationReducedCoordinate_0","_emscripten_bind_PxPhysics_createMaterial_3","_emscripten_bind_PxPhysics_getPhysicsInsertionCallback_0","_emscripten_bind_PxPhysics___destroy___0","_emscripten_bind_PxPlane_PxPlane_0","_emscripten_bind_PxPlane_PxPlane_2","_emscripten_bind_PxPlane_PxPlane_3","_emscripten_bind_PxPlane_PxPlane_4","_emscripten_bind_PxPlane_distance_1","_emscripten_bind_PxPlane_contains_1","_emscripten_bind_PxPlane_project_1","_emscripten_bind_PxPlane_pointInPlane_0","_emscripten_bind_PxPlane_normalize_0","_emscripten_bind_PxPlane_transform_1","_emscripten_bind_PxPlane_inverseTransform_1","_emscripten_bind_PxPlane_get_n_0","_emscripten_bind_PxPlane_set_n_1","_emscripten_bind_PxPlane_get_d_0","_emscripten_bind_PxPlane_set_d_1","_emscripten_bind_PxPlane___destroy___0","_emscripten_bind_PxPlaneGeometry_PxPlaneGeometry_0","_emscripten_bind_PxPlaneGeometry_getType_0","_emscripten_bind_PxPlaneGeometry___destroy___0","_emscripten_bind_PxPrismaticJoint_getPosition_0","_emscripten_bind_PxPrismaticJoint_getVelocity_0","_emscripten_bind_PxPrismaticJoint_setLimit_1","_emscripten_bind_PxPrismaticJoint_setPrismaticJointFlags_1","_emscripten_bind_PxPrismaticJoint_setPrismaticJointFlag_2","_emscripten_bind_PxPrismaticJoint_getPrismaticJointFlags_0","_emscripten_bind_PxPrismaticJoint_release_0","_emscripten_bind_PxPrismaticJoint_getConcreteTypeName_0","_emscripten_bind_PxPrismaticJoint_getConcreteType_0","_emscripten_bind_PxPrismaticJoint_setBaseFlag_2","_emscripten_bind_PxPrismaticJoint_setBaseFlags_1","_emscripten_bind_PxPrismaticJoint_getBaseFlags_0","_emscripten_bind_PxPrismaticJoint_isReleasable_0","_emscripten_bind_PxPrismaticJoint_setActors_2","_emscripten_bind_PxPrismaticJoint_setLocalPose_2","_emscripten_bind_PxPrismaticJoint_getLocalPose_1","_emscripten_bind_PxPrismaticJoint_getRelativeTransform_0","_emscripten_bind_PxPrismaticJoint_getRelativeLinearVelocity_0","_emscripten_bind_PxPrismaticJoint_getRelativeAngularVelocity_0","_emscripten_bind_PxPrismaticJoint_setBreakForce_2","_emscripten_bind_PxPrismaticJoint_setConstraintFlags_1","_emscripten_bind_PxPrismaticJoint_setConstraintFlag_2","_emscripten_bind_PxPrismaticJoint_getConstraintFlags_0","_emscripten_bind_PxPrismaticJoint_setInvMassScale0_1","_emscripten_bind_PxPrismaticJoint_getInvMassScale0_0","_emscripten_bind_PxPrismaticJoint_setInvMassScale1_1","_emscripten_bind_PxPrismaticJoint_getInvMassScale1_0","_emscripten_bind_PxPrismaticJoint_getConstraint_0","_emscripten_bind_PxPrismaticJoint_setName_1","_emscripten_bind_PxPrismaticJoint_getName_0","_emscripten_bind_PxPrismaticJoint_getScene_0","_emscripten_bind_PxPrismaticJoint_get_userData_0","_emscripten_bind_PxPrismaticJoint_set_userData_1","_emscripten_bind_PxPrismaticJoint___destroy___0","_emscripten_bind_PxPrismaticJointFlags_PxPrismaticJointFlags_1","_emscripten_bind_PxPrismaticJointFlags_isSet_1","_emscripten_bind_PxPrismaticJointFlags_raise_1","_emscripten_bind_PxPrismaticJointFlags_clear_1","_emscripten_bind_PxPrismaticJointFlags___destroy___0","_emscripten_bind_PxPvd_connect_2","_emscripten_bind_PxPvd_release_0","_emscripten_bind_PxPvdInstrumentationFlags_PxPvdInstrumentationFlags_1","_emscripten_bind_PxPvdInstrumentationFlags_isSet_1","_emscripten_bind_PxPvdInstrumentationFlags_raise_1","_emscripten_bind_PxPvdInstrumentationFlags_clear_1","_emscripten_bind_PxPvdInstrumentationFlags___destroy___0","_emscripten_bind_PxQuat_PxQuat_0","_emscripten_bind_PxQuat_PxQuat_1","_emscripten_bind_PxQuat_PxQuat_4","_emscripten_bind_PxQuat_isIdentity_0","_emscripten_bind_PxQuat_isFinite_0","_emscripten_bind_PxQuat_isUnit_0","_emscripten_bind_PxQuat_isSane_0","_emscripten_bind_PxQuat_getAngle_0","_emscripten_bind_PxQuat_getAngle_1","_emscripten_bind_PxQuat_magnitudeSquared_0","_emscripten_bind_PxQuat_dot_1","_emscripten_bind_PxQuat_getNormalized_0","_emscripten_bind_PxQuat_magnitude_0","_emscripten_bind_PxQuat_normalize_0","_emscripten_bind_PxQuat_getConjugate_0","_emscripten_bind_PxQuat_getImaginaryPart_0","_emscripten_bind_PxQuat_getBasisVector0_0","_emscripten_bind_PxQuat_getBasisVector1_0","_emscripten_bind_PxQuat_getBasisVector2_0","_emscripten_bind_PxQuat_rotate_1","_emscripten_bind_PxQuat_rotateInv_1","_emscripten_bind_PxQuat_get_x_0","_emscripten_bind_PxQuat_set_x_1","_emscripten_bind_PxQuat_get_y_0","_emscripten_bind_PxQuat_set_y_1","_emscripten_bind_PxQuat_get_z_0","_emscripten_bind_PxQuat_set_z_1","_emscripten_bind_PxQuat_get_w_0","_emscripten_bind_PxQuat_set_w_1","_emscripten_bind_PxQuat___destroy___0","_emscripten_bind_PxQueryFilterCallbackImpl_PxQueryFilterCallbackImpl_0","_emscripten_bind_PxQueryFilterCallbackImpl_simplePreFilter_4","_emscripten_bind_PxQueryFilterCallbackImpl_simplePostFilter_4","_emscripten_bind_PxQueryFilterCallbackImpl___destroy___0","_emscripten_bind_PxQueryFilterData_PxQueryFilterData_0","_emscripten_bind_PxQueryFilterData_PxQueryFilterData_1","_emscripten_bind_PxQueryFilterData_PxQueryFilterData_2","_emscripten_bind_PxQueryFilterData_get_data_0","_emscripten_bind_PxQueryFilterData_set_data_1","_emscripten_bind_PxQueryFilterData_get_flags_0","_emscripten_bind_PxQueryFilterData_set_flags_1","_emscripten_bind_PxQueryFilterData___destroy___0","_emscripten_bind_PxQueryFlags_PxQueryFlags_1","_emscripten_bind_PxQueryFlags_isSet_1","_emscripten_bind_PxQueryFlags_raise_1","_emscripten_bind_PxQueryFlags_clear_1","_emscripten_bind_PxQueryFlags___destroy___0","_emscripten_bind_PxRaycastBuffer10_PxRaycastBuffer10_0","_emscripten_bind_PxRaycastBuffer10_getNbAnyHits_0","_emscripten_bind_PxRaycastBuffer10_getAnyHit_1","_emscripten_bind_PxRaycastBuffer10_getNbTouches_0","_emscripten_bind_PxRaycastBuffer10_getTouches_0","_emscripten_bind_PxRaycastBuffer10_getTouch_1","_emscripten_bind_PxRaycastBuffer10_getMaxNbTouches_0","_emscripten_bind_PxRaycastBuffer10_hasAnyHits_0","_emscripten_bind_PxRaycastBuffer10_get_block_0","_emscripten_bind_PxRaycastBuffer10_set_block_1","_emscripten_bind_PxRaycastBuffer10_get_hasBlock_0","_emscripten_bind_PxRaycastBuffer10_set_hasBlock_1","_emscripten_bind_PxRaycastBuffer10___destroy___0","_emscripten_bind_PxRaycastHit_PxRaycastHit_0","_emscripten_bind_PxRaycastHit_hadInitialOverlap_0","_emscripten_bind_PxRaycastHit_get_actor_0","_emscripten_bind_PxRaycastHit_set_actor_1","_emscripten_bind_PxRaycastHit_get_shape_0","_emscripten_bind_PxRaycastHit_set_shape_1","_emscripten_bind_PxRaycastHit_get_u_0","_emscripten_bind_PxRaycastHit_set_u_1","_emscripten_bind_PxRaycastHit_get_v_0","_emscripten_bind_PxRaycastHit_set_v_1","_emscripten_bind_PxRaycastHit_get_flags_0","_emscripten_bind_PxRaycastHit_set_flags_1","_emscripten_bind_PxRaycastHit_get_position_0","_emscripten_bind_PxRaycastHit_set_position_1","_emscripten_bind_PxRaycastHit_get_normal_0","_emscripten_bind_PxRaycastHit_set_normal_1","_emscripten_bind_PxRaycastHit_get_distance_0","_emscripten_bind_PxRaycastHit_set_distance_1","_emscripten_bind_PxRaycastHit_get_faceIndex_0","_emscripten_bind_PxRaycastHit_set_faceIndex_1","_emscripten_bind_PxRaycastHit___destroy___0","_emscripten_bind_PxRaycastResult_PxRaycastResult_0","_emscripten_bind_PxRaycastResult_getNbAnyHits_0","_emscripten_bind_PxRaycastResult_getAnyHit_1","_emscripten_bind_PxRaycastResult_getNbTouches_0","_emscripten_bind_PxRaycastResult_getTouch_1","_emscripten_bind_PxRaycastResult_hasAnyHits_0","_emscripten_bind_PxRaycastResult_get_block_0","_emscripten_bind_PxRaycastResult_set_block_1","_emscripten_bind_PxRaycastResult_get_hasBlock_0","_emscripten_bind_PxRaycastResult_set_hasBlock_1","_emscripten_bind_PxRaycastResult___destroy___0","_emscripten_bind_PxRealPtr___destroy___0","_emscripten_bind_PxRenderBuffer_getNbPoints_0","_emscripten_bind_PxRenderBuffer_getPoints_0","_emscripten_bind_PxRenderBuffer_addPoint_1","_emscripten_bind_PxRenderBuffer_getNbLines_0","_emscripten_bind_PxRenderBuffer_getLines_0","_emscripten_bind_PxRenderBuffer_addLine_1","_emscripten_bind_PxRenderBuffer_reserveLines_1","_emscripten_bind_PxRenderBuffer_reservePoints_1","_emscripten_bind_PxRenderBuffer_getNbTriangles_0","_emscripten_bind_PxRenderBuffer_getTriangles_0","_emscripten_bind_PxRenderBuffer_addTriangle_1","_emscripten_bind_PxRenderBuffer_append_1","_emscripten_bind_PxRenderBuffer_clear_0","_emscripten_bind_PxRenderBuffer_shift_1","_emscripten_bind_PxRenderBuffer_empty_0","_emscripten_bind_PxRevoluteJoint_getAngle_0","_emscripten_bind_PxRevoluteJoint_getVelocity_0","_emscripten_bind_PxRevoluteJoint_setLimit_1","_emscripten_bind_PxRevoluteJoint_setDriveVelocity_1","_emscripten_bind_PxRevoluteJoint_setDriveVelocity_2","_emscripten_bind_PxRevoluteJoint_getDriveVelocity_0","_emscripten_bind_PxRevoluteJoint_setDriveForceLimit_1","_emscripten_bind_PxRevoluteJoint_getDriveForceLimit_0","_emscripten_bind_PxRevoluteJoint_setDriveGearRatio_1","_emscripten_bind_PxRevoluteJoint_getDriveGearRatio_0","_emscripten_bind_PxRevoluteJoint_setRevoluteJointFlags_1","_emscripten_bind_PxRevoluteJoint_setRevoluteJointFlag_2","_emscripten_bind_PxRevoluteJoint_getRevoluteJointFlags_0","_emscripten_bind_PxRevoluteJoint_release_0","_emscripten_bind_PxRevoluteJoint_getConcreteTypeName_0","_emscripten_bind_PxRevoluteJoint_getConcreteType_0","_emscripten_bind_PxRevoluteJoint_setBaseFlag_2","_emscripten_bind_PxRevoluteJoint_setBaseFlags_1","_emscripten_bind_PxRevoluteJoint_getBaseFlags_0","_emscripten_bind_PxRevoluteJoint_isReleasable_0","_emscripten_bind_PxRevoluteJoint_setActors_2","_emscripten_bind_PxRevoluteJoint_setLocalPose_2","_emscripten_bind_PxRevoluteJoint_getLocalPose_1","_emscripten_bind_PxRevoluteJoint_getRelativeTransform_0","_emscripten_bind_PxRevoluteJoint_getRelativeLinearVelocity_0","_emscripten_bind_PxRevoluteJoint_getRelativeAngularVelocity_0","_emscripten_bind_PxRevoluteJoint_setBreakForce_2","_emscripten_bind_PxRevoluteJoint_setConstraintFlags_1","_emscripten_bind_PxRevoluteJoint_setConstraintFlag_2","_emscripten_bind_PxRevoluteJoint_getConstraintFlags_0","_emscripten_bind_PxRevoluteJoint_setInvMassScale0_1","_emscripten_bind_PxRevoluteJoint_getInvMassScale0_0","_emscripten_bind_PxRevoluteJoint_setInvMassScale1_1","_emscripten_bind_PxRevoluteJoint_getInvMassScale1_0","_emscripten_bind_PxRevoluteJoint_getConstraint_0","_emscripten_bind_PxRevoluteJoint_setName_1","_emscripten_bind_PxRevoluteJoint_getName_0","_emscripten_bind_PxRevoluteJoint_getScene_0","_emscripten_bind_PxRevoluteJoint_get_userData_0","_emscripten_bind_PxRevoluteJoint_set_userData_1","_emscripten_bind_PxRevoluteJoint___destroy___0","_emscripten_bind_PxRevoluteJointFlags_PxRevoluteJointFlags_1","_emscripten_bind_PxRevoluteJointFlags_isSet_1","_emscripten_bind_PxRevoluteJointFlags_raise_1","_emscripten_bind_PxRevoluteJointFlags_clear_1","_emscripten_bind_PxRevoluteJointFlags___destroy___0","_emscripten_bind_PxRigidActorExt_createExclusiveShape_3","_emscripten_bind_PxRigidActorExt_createExclusiveShape_4","_emscripten_bind_PxRigidActorExt___destroy___0","_emscripten_bind_PxRigidBodyExt_updateMassAndInertia_2","_emscripten_bind_PxRigidBodyExt_updateMassAndInertia_3","_emscripten_bind_PxRigidBodyExt_updateMassAndInertia_4","_emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_2","_emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_3","_emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_4","_emscripten_bind_PxRigidBodyExt_addForceAtPos_3","_emscripten_bind_PxRigidBodyExt_addForceAtPos_4","_emscripten_bind_PxRigidBodyExt_addForceAtPos_5","_emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_3","_emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_4","_emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_5","_emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_3","_emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_4","_emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_5","_emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_3","_emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_4","_emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_5","_emscripten_bind_PxRigidBodyExt_getVelocityAtPos_2","_emscripten_bind_PxRigidBodyExt_getLocalVelocityAtLocalPos_2","_emscripten_bind_PxRigidBodyExt_getVelocityAtOffset_2","_emscripten_bind_PxRigidBodyExt_computeVelocityDeltaFromImpulse_5","_emscripten_bind_PxRigidBodyExt_computeVelocityDeltaFromImpulse_8","_emscripten_bind_PxRigidBodyExt_computeLinearAngularImpulse_8","_emscripten_bind_PxRigidBodyExt___destroy___0","_emscripten_bind_PxRigidBodyFlags_PxRigidBodyFlags_1","_emscripten_bind_PxRigidBodyFlags_isSet_1","_emscripten_bind_PxRigidBodyFlags_raise_1","_emscripten_bind_PxRigidBodyFlags_clear_1","_emscripten_bind_PxRigidBodyFlags___destroy___0","_emscripten_bind_PxRigidDynamic_setKinematicTarget_1","_emscripten_bind_PxRigidDynamic_getKinematicTarget_1","_emscripten_bind_PxRigidDynamic_isSleeping_0","_emscripten_bind_PxRigidDynamic_setSleepThreshold_1","_emscripten_bind_PxRigidDynamic_getSleepThreshold_0","_emscripten_bind_PxRigidDynamic_setStabilizationThreshold_1","_emscripten_bind_PxRigidDynamic_getStabilizationThreshold_0","_emscripten_bind_PxRigidDynamic_getRigidDynamicLockFlags_0","_emscripten_bind_PxRigidDynamic_setRigidDynamicLockFlag_2","_emscripten_bind_PxRigidDynamic_setRigidDynamicLockFlags_1","_emscripten_bind_PxRigidDynamic_setLinearVelocity_1","_emscripten_bind_PxRigidDynamic_setLinearVelocity_2","_emscripten_bind_PxRigidDynamic_setAngularVelocity_1","_emscripten_bind_PxRigidDynamic_setAngularVelocity_2","_emscripten_bind_PxRigidDynamic_setWakeCounter_1","_emscripten_bind_PxRigidDynamic_getWakeCounter_0","_emscripten_bind_PxRigidDynamic_wakeUp_0","_emscripten_bind_PxRigidDynamic_putToSleep_0","_emscripten_bind_PxRigidDynamic_setSolverIterationCounts_1","_emscripten_bind_PxRigidDynamic_setSolverIterationCounts_2","_emscripten_bind_PxRigidDynamic_getContactReportThreshold_0","_emscripten_bind_PxRigidDynamic_setContactReportThreshold_1","_emscripten_bind_PxRigidDynamic_getType_0","_emscripten_bind_PxRigidDynamic_getScene_0","_emscripten_bind_PxRigidDynamic_setName_1","_emscripten_bind_PxRigidDynamic_getName_0","_emscripten_bind_PxRigidDynamic_getWorldBounds_0","_emscripten_bind_PxRigidDynamic_getWorldBounds_1","_emscripten_bind_PxRigidDynamic_setActorFlag_2","_emscripten_bind_PxRigidDynamic_setActorFlags_1","_emscripten_bind_PxRigidDynamic_getActorFlags_0","_emscripten_bind_PxRigidDynamic_setDominanceGroup_1","_emscripten_bind_PxRigidDynamic_getDominanceGroup_0","_emscripten_bind_PxRigidDynamic_setOwnerClient_1","_emscripten_bind_PxRigidDynamic_getOwnerClient_0","_emscripten_bind_PxRigidDynamic_release_0","_emscripten_bind_PxRigidDynamic_getConcreteTypeName_0","_emscripten_bind_PxRigidDynamic_getConcreteType_0","_emscripten_bind_PxRigidDynamic_setBaseFlag_2","_emscripten_bind_PxRigidDynamic_setBaseFlags_1","_emscripten_bind_PxRigidDynamic_getBaseFlags_0","_emscripten_bind_PxRigidDynamic_isReleasable_0","_emscripten_bind_PxRigidDynamic_getGlobalPose_0","_emscripten_bind_PxRigidDynamic_setGlobalPose_1","_emscripten_bind_PxRigidDynamic_setGlobalPose_2","_emscripten_bind_PxRigidDynamic_attachShape_1","_emscripten_bind_PxRigidDynamic_detachShape_1","_emscripten_bind_PxRigidDynamic_detachShape_2","_emscripten_bind_PxRigidDynamic_getNbShapes_0","_emscripten_bind_PxRigidDynamic_getNbConstraints_0","_emscripten_bind_PxRigidDynamic_setCMassLocalPose_1","_emscripten_bind_PxRigidDynamic_getCMassLocalPose_0","_emscripten_bind_PxRigidDynamic_setMass_1","_emscripten_bind_PxRigidDynamic_getMass_0","_emscripten_bind_PxRigidDynamic_getInvMass_0","_emscripten_bind_PxRigidDynamic_setMassSpaceInertiaTensor_1","_emscripten_bind_PxRigidDynamic_getMassSpaceInertiaTensor_0","_emscripten_bind_PxRigidDynamic_getMassSpaceInvInertiaTensor_0","_emscripten_bind_PxRigidDynamic_setLinearDamping_1","_emscripten_bind_PxRigidDynamic_getLinearDamping_0","_emscripten_bind_PxRigidDynamic_setAngularDamping_1","_emscripten_bind_PxRigidDynamic_getAngularDamping_0","_emscripten_bind_PxRigidDynamic_getLinearVelocity_0","_emscripten_bind_PxRigidDynamic_getAngularVelocity_0","_emscripten_bind_PxRigidDynamic_setMaxLinearVelocity_1","_emscripten_bind_PxRigidDynamic_getMaxLinearVelocity_0","_emscripten_bind_PxRigidDynamic_setMaxAngularVelocity_1","_emscripten_bind_PxRigidDynamic_getMaxAngularVelocity_0","_emscripten_bind_PxRigidDynamic_addForce_1","_emscripten_bind_PxRigidDynamic_addForce_2","_emscripten_bind_PxRigidDynamic_addForce_3","_emscripten_bind_PxRigidDynamic_addTorque_1","_emscripten_bind_PxRigidDynamic_addTorque_2","_emscripten_bind_PxRigidDynamic_addTorque_3","_emscripten_bind_PxRigidDynamic_clearForce_1","_emscripten_bind_PxRigidDynamic_clearTorque_1","_emscripten_bind_PxRigidDynamic_setForceAndTorque_2","_emscripten_bind_PxRigidDynamic_setForceAndTorque_3","_emscripten_bind_PxRigidDynamic_setRigidBodyFlag_2","_emscripten_bind_PxRigidDynamic_setRigidBodyFlags_1","_emscripten_bind_PxRigidDynamic_getRigidBodyFlags_0","_emscripten_bind_PxRigidDynamic_setMinCCDAdvanceCoefficient_1","_emscripten_bind_PxRigidDynamic_getMinCCDAdvanceCoefficient_0","_emscripten_bind_PxRigidDynamic_setMaxDepenetrationVelocity_1","_emscripten_bind_PxRigidDynamic_getMaxDepenetrationVelocity_0","_emscripten_bind_PxRigidDynamic_setMaxContactImpulse_1","_emscripten_bind_PxRigidDynamic_getMaxContactImpulse_0","_emscripten_bind_PxRigidDynamic_setContactSlopCoefficient_1","_emscripten_bind_PxRigidDynamic_getContactSlopCoefficient_0","_emscripten_bind_PxRigidDynamic_get_userData_0","_emscripten_bind_PxRigidDynamic_set_userData_1","_emscripten_bind_PxRigidDynamicLockFlags_PxRigidDynamicLockFlags_1","_emscripten_bind_PxRigidDynamicLockFlags_isSet_1","_emscripten_bind_PxRigidDynamicLockFlags_raise_1","_emscripten_bind_PxRigidDynamicLockFlags_clear_1","_emscripten_bind_PxRigidDynamicLockFlags___destroy___0","_emscripten_bind_PxRigidStatic_getType_0","_emscripten_bind_PxRigidStatic_getScene_0","_emscripten_bind_PxRigidStatic_setName_1","_emscripten_bind_PxRigidStatic_getName_0","_emscripten_bind_PxRigidStatic_getWorldBounds_0","_emscripten_bind_PxRigidStatic_getWorldBounds_1","_emscripten_bind_PxRigidStatic_setActorFlag_2","_emscripten_bind_PxRigidStatic_setActorFlags_1","_emscripten_bind_PxRigidStatic_getActorFlags_0","_emscripten_bind_PxRigidStatic_setDominanceGroup_1","_emscripten_bind_PxRigidStatic_getDominanceGroup_0","_emscripten_bind_PxRigidStatic_setOwnerClient_1","_emscripten_bind_PxRigidStatic_getOwnerClient_0","_emscripten_bind_PxRigidStatic_release_0","_emscripten_bind_PxRigidStatic_getConcreteTypeName_0","_emscripten_bind_PxRigidStatic_getConcreteType_0","_emscripten_bind_PxRigidStatic_setBaseFlag_2","_emscripten_bind_PxRigidStatic_setBaseFlags_1","_emscripten_bind_PxRigidStatic_getBaseFlags_0","_emscripten_bind_PxRigidStatic_isReleasable_0","_emscripten_bind_PxRigidStatic_getGlobalPose_0","_emscripten_bind_PxRigidStatic_setGlobalPose_1","_emscripten_bind_PxRigidStatic_setGlobalPose_2","_emscripten_bind_PxRigidStatic_attachShape_1","_emscripten_bind_PxRigidStatic_detachShape_1","_emscripten_bind_PxRigidStatic_detachShape_2","_emscripten_bind_PxRigidStatic_getNbShapes_0","_emscripten_bind_PxRigidStatic_getNbConstraints_0","_emscripten_bind_PxRigidStatic_get_userData_0","_emscripten_bind_PxRigidStatic_set_userData_1","_emscripten_bind_PxScene_addActor_1","_emscripten_bind_PxScene_addActor_2","_emscripten_bind_PxScene_removeActor_1","_emscripten_bind_PxScene_removeActor_2","_emscripten_bind_PxScene_addAggregate_1","_emscripten_bind_PxScene_removeAggregate_1","_emscripten_bind_PxScene_removeAggregate_2","_emscripten_bind_PxScene_addCollection_1","_emscripten_bind_PxScene_getWakeCounterResetValue_0","_emscripten_bind_PxScene_shiftOrigin_1","_emscripten_bind_PxScene_addArticulation_1","_emscripten_bind_PxScene_removeArticulation_1","_emscripten_bind_PxScene_removeArticulation_2","_emscripten_bind_PxScene_getNbActors_1","_emscripten_bind_PxScene_getNbArticulations_0","_emscripten_bind_PxScene_getNbConstraints_0","_emscripten_bind_PxScene_getNbAggregates_0","_emscripten_bind_PxScene_setDominanceGroupPair_3","_emscripten_bind_PxScene_getCpuDispatcher_0","_emscripten_bind_PxScene_createClient_0","_emscripten_bind_PxScene_setSimulationEventCallback_1","_emscripten_bind_PxScene_getSimulationEventCallback_0","_emscripten_bind_PxScene_setFilterShaderData_2","_emscripten_bind_PxScene_getFilterShaderData_0","_emscripten_bind_PxScene_getFilterShaderDataSize_0","_emscripten_bind_PxScene_getFilterShader_0","_emscripten_bind_PxScene_resetFiltering_1","_emscripten_bind_PxScene_getKinematicKinematicFilteringMode_0","_emscripten_bind_PxScene_getStaticKinematicFilteringMode_0","_emscripten_bind_PxScene_simulate_1","_emscripten_bind_PxScene_simulate_2","_emscripten_bind_PxScene_simulate_3","_emscripten_bind_PxScene_simulate_4","_emscripten_bind_PxScene_simulate_5","_emscripten_bind_PxScene_advance_0","_emscripten_bind_PxScene_advance_1","_emscripten_bind_PxScene_collide_1","_emscripten_bind_PxScene_collide_2","_emscripten_bind_PxScene_collide_3","_emscripten_bind_PxScene_collide_4","_emscripten_bind_PxScene_collide_5","_emscripten_bind_PxScene_checkResults_0","_emscripten_bind_PxScene_checkResults_1","_emscripten_bind_PxScene_fetchCollision_0","_emscripten_bind_PxScene_fetchCollision_1","_emscripten_bind_PxScene_fetchResults_0","_emscripten_bind_PxScene_fetchResults_1","_emscripten_bind_PxScene_processCallbacks_1","_emscripten_bind_PxScene_fetchResultsParticleSystem_0","_emscripten_bind_PxScene_flushSimulation_0","_emscripten_bind_PxScene_flushSimulation_1","_emscripten_bind_PxScene_setGravity_1","_emscripten_bind_PxScene_getGravity_0","_emscripten_bind_PxScene_setBounceThresholdVelocity_1","_emscripten_bind_PxScene_getBounceThresholdVelocity_0","_emscripten_bind_PxScene_setCCDMaxPasses_1","_emscripten_bind_PxScene_getCCDMaxPasses_0","_emscripten_bind_PxScene_setCCDMaxSeparation_1","_emscripten_bind_PxScene_getCCDMaxSeparation_0","_emscripten_bind_PxScene_setCCDThreshold_1","_emscripten_bind_PxScene_getCCDThreshold_0","_emscripten_bind_PxScene_setMaxBiasCoefficient_1","_emscripten_bind_PxScene_getMaxBiasCoefficient_0","_emscripten_bind_PxScene_setFrictionOffsetThreshold_1","_emscripten_bind_PxScene_getFrictionOffsetThreshold_0","_emscripten_bind_PxScene_setFrictionCorrelationDistance_1","_emscripten_bind_PxScene_getFrictionCorrelationDistance_0","_emscripten_bind_PxScene_getFrictionType_0","_emscripten_bind_PxScene_getSolverType_0","_emscripten_bind_PxScene_getRenderBuffer_0","_emscripten_bind_PxScene_setVisualizationParameter_2","_emscripten_bind_PxScene_getVisualizationParameter_1","_emscripten_bind_PxScene_setVisualizationCullingBox_1","_emscripten_bind_PxScene_getVisualizationCullingBox_0","_emscripten_bind_PxScene_getSimulationStatistics_1","_emscripten_bind_PxScene_getBroadPhaseType_0","_emscripten_bind_PxScene_getBroadPhaseCaps_1","_emscripten_bind_PxScene_getNbBroadPhaseRegions_0","_emscripten_bind_PxScene_getBroadPhaseRegions_2","_emscripten_bind_PxScene_getBroadPhaseRegions_3","_emscripten_bind_PxScene_addBroadPhaseRegion_1","_emscripten_bind_PxScene_addBroadPhaseRegion_2","_emscripten_bind_PxScene_removeBroadPhaseRegion_1","_emscripten_bind_PxScene_lockRead_0","_emscripten_bind_PxScene_lockRead_1","_emscripten_bind_PxScene_lockRead_2","_emscripten_bind_PxScene_unlockRead_0","_emscripten_bind_PxScene_lockWrite_0","_emscripten_bind_PxScene_lockWrite_1","_emscripten_bind_PxScene_lockWrite_2","_emscripten_bind_PxScene_unlockWrite_0","_emscripten_bind_PxScene_setNbContactDataBlocks_1","_emscripten_bind_PxScene_getNbContactDataBlocksUsed_0","_emscripten_bind_PxScene_getMaxNbContactDataBlocksUsed_0","_emscripten_bind_PxScene_getContactReportStreamBufferSize_0","_emscripten_bind_PxScene_setSolverBatchSize_1","_emscripten_bind_PxScene_getSolverBatchSize_0","_emscripten_bind_PxScene_setSolverArticulationBatchSize_1","_emscripten_bind_PxScene_getSolverArticulationBatchSize_0","_emscripten_bind_PxScene_release_0","_emscripten_bind_PxScene_setFlag_2","_emscripten_bind_PxScene_getFlags_0","_emscripten_bind_PxScene_setLimits_1","_emscripten_bind_PxScene_getLimits_0","_emscripten_bind_PxScene_getPhysics_0","_emscripten_bind_PxScene_getTimestamp_0","_emscripten_bind_PxScene_setDynamicTreeRebuildRateHint_1","_emscripten_bind_PxScene_getDynamicTreeRebuildRateHint_0","_emscripten_bind_PxScene_forceRebuildDynamicTree_1","_emscripten_bind_PxScene_setUpdateMode_1","_emscripten_bind_PxScene_getUpdateMode_0","_emscripten_bind_PxScene_getStaticTimestamp_0","_emscripten_bind_PxScene_flushUpdates_0","_emscripten_bind_PxScene_raycast_4","_emscripten_bind_PxScene_raycast_5","_emscripten_bind_PxScene_raycast_6","_emscripten_bind_PxScene_sweep_5","_emscripten_bind_PxScene_sweep_6","_emscripten_bind_PxScene_sweep_7","_emscripten_bind_PxScene_overlap_3","_emscripten_bind_PxScene_overlap_4","_emscripten_bind_PxScene_setSceneQueryUpdateMode_1","_emscripten_bind_PxScene_getSceneQueryUpdateMode_0","_emscripten_bind_PxScene_getSceneQueryStaticTimestamp_0","_emscripten_bind_PxScene_flushQueryUpdates_0","_emscripten_bind_PxScene_forceDynamicTreeRebuild_2","_emscripten_bind_PxScene_getStaticStructure_0","_emscripten_bind_PxScene_getDynamicStructure_0","_emscripten_bind_PxScene_sceneQueriesUpdate_0","_emscripten_bind_PxScene_sceneQueriesUpdate_1","_emscripten_bind_PxScene_sceneQueriesUpdate_2","_emscripten_bind_PxScene_checkQueries_0","_emscripten_bind_PxScene_checkQueries_1","_emscripten_bind_PxScene_fetchQueries_0","_emscripten_bind_PxScene_fetchQueries_1","_emscripten_bind_PxScene_get_userData_0","_emscripten_bind_PxScene_set_userData_1","_emscripten_bind_PxSceneDesc_PxSceneDesc_1","_emscripten_bind_PxSceneDesc_setToDefault_1","_emscripten_bind_PxSceneDesc_isValid_0","_emscripten_bind_PxSceneDesc_get_gravity_0","_emscripten_bind_PxSceneDesc_set_gravity_1","_emscripten_bind_PxSceneDesc_get_simulationEventCallback_0","_emscripten_bind_PxSceneDesc_set_simulationEventCallback_1","_emscripten_bind_PxSceneDesc_get_filterShaderData_0","_emscripten_bind_PxSceneDesc_set_filterShaderData_1","_emscripten_bind_PxSceneDesc_get_filterShaderDataSize_0","_emscripten_bind_PxSceneDesc_set_filterShaderDataSize_1","_emscripten_bind_PxSceneDesc_get_filterShader_0","_emscripten_bind_PxSceneDesc_set_filterShader_1","_emscripten_bind_PxSceneDesc_get_kineKineFilteringMode_0","_emscripten_bind_PxSceneDesc_set_kineKineFilteringMode_1","_emscripten_bind_PxSceneDesc_get_staticKineFilteringMode_0","_emscripten_bind_PxSceneDesc_set_staticKineFilteringMode_1","_emscripten_bind_PxSceneDesc_get_broadPhaseType_0","_emscripten_bind_PxSceneDesc_set_broadPhaseType_1","_emscripten_bind_PxSceneDesc_get_limits_0","_emscripten_bind_PxSceneDesc_set_limits_1","_emscripten_bind_PxSceneDesc_get_frictionType_0","_emscripten_bind_PxSceneDesc_set_frictionType_1","_emscripten_bind_PxSceneDesc_get_solverType_0","_emscripten_bind_PxSceneDesc_set_solverType_1","_emscripten_bind_PxSceneDesc_get_bounceThresholdVelocity_0","_emscripten_bind_PxSceneDesc_set_bounceThresholdVelocity_1","_emscripten_bind_PxSceneDesc_get_frictionOffsetThreshold_0","_emscripten_bind_PxSceneDesc_set_frictionOffsetThreshold_1","_emscripten_bind_PxSceneDesc_get_frictionCorrelationDistance_0","_emscripten_bind_PxSceneDesc_set_frictionCorrelationDistance_1","_emscripten_bind_PxSceneDesc_get_flags_0","_emscripten_bind_PxSceneDesc_set_flags_1","_emscripten_bind_PxSceneDesc_get_cpuDispatcher_0","_emscripten_bind_PxSceneDesc_set_cpuDispatcher_1","_emscripten_bind_PxSceneDesc_get_userData_0","_emscripten_bind_PxSceneDesc_set_userData_1","_emscripten_bind_PxSceneDesc_get_solverBatchSize_0","_emscripten_bind_PxSceneDesc_set_solverBatchSize_1","_emscripten_bind_PxSceneDesc_get_solverArticulationBatchSize_0","_emscripten_bind_PxSceneDesc_set_solverArticulationBatchSize_1","_emscripten_bind_PxSceneDesc_get_nbContactDataBlocks_0","_emscripten_bind_PxSceneDesc_set_nbContactDataBlocks_1","_emscripten_bind_PxSceneDesc_get_maxNbContactDataBlocks_0","_emscripten_bind_PxSceneDesc_set_maxNbContactDataBlocks_1","_emscripten_bind_PxSceneDesc_get_maxBiasCoefficient_0","_emscripten_bind_PxSceneDesc_set_maxBiasCoefficient_1","_emscripten_bind_PxSceneDesc_get_contactReportStreamBufferSize_0","_emscripten_bind_PxSceneDesc_set_contactReportStreamBufferSize_1","_emscripten_bind_PxSceneDesc_get_ccdMaxPasses_0","_emscripten_bind_PxSceneDesc_set_ccdMaxPasses_1","_emscripten_bind_PxSceneDesc_get_ccdThreshold_0","_emscripten_bind_PxSceneDesc_set_ccdThreshold_1","_emscripten_bind_PxSceneDesc_get_ccdMaxSeparation_0","_emscripten_bind_PxSceneDesc_set_ccdMaxSeparation_1","_emscripten_bind_PxSceneDesc_get_wakeCounterResetValue_0","_emscripten_bind_PxSceneDesc_set_wakeCounterResetValue_1","_emscripten_bind_PxSceneDesc_get_sanityBounds_0","_emscripten_bind_PxSceneDesc_set_sanityBounds_1","_emscripten_bind_PxSceneDesc_get_gpuMaxNumPartitions_0","_emscripten_bind_PxSceneDesc_set_gpuMaxNumPartitions_1","_emscripten_bind_PxSceneDesc_get_gpuMaxNumStaticPartitions_0","_emscripten_bind_PxSceneDesc_set_gpuMaxNumStaticPartitions_1","_emscripten_bind_PxSceneDesc_get_gpuComputeVersion_0","_emscripten_bind_PxSceneDesc_set_gpuComputeVersion_1","_emscripten_bind_PxSceneDesc_get_contactPairSlabSize_0","_emscripten_bind_PxSceneDesc_set_contactPairSlabSize_1","_emscripten_bind_PxSceneDesc_get_staticStructure_0","_emscripten_bind_PxSceneDesc_set_staticStructure_1","_emscripten_bind_PxSceneDesc_get_dynamicStructure_0","_emscripten_bind_PxSceneDesc_set_dynamicStructure_1","_emscripten_bind_PxSceneDesc_get_dynamicTreeRebuildRateHint_0","_emscripten_bind_PxSceneDesc_set_dynamicTreeRebuildRateHint_1","_emscripten_bind_PxSceneDesc_get_dynamicTreeSecondaryPruner_0","_emscripten_bind_PxSceneDesc_set_dynamicTreeSecondaryPruner_1","_emscripten_bind_PxSceneDesc_get_staticBVHBuildStrategy_0","_emscripten_bind_PxSceneDesc_set_staticBVHBuildStrategy_1","_emscripten_bind_PxSceneDesc_get_dynamicBVHBuildStrategy_0","_emscripten_bind_PxSceneDesc_set_dynamicBVHBuildStrategy_1","_emscripten_bind_PxSceneDesc_get_staticNbObjectsPerNode_0","_emscripten_bind_PxSceneDesc_set_staticNbObjectsPerNode_1","_emscripten_bind_PxSceneDesc_get_dynamicNbObjectsPerNode_0","_emscripten_bind_PxSceneDesc_set_dynamicNbObjectsPerNode_1","_emscripten_bind_PxSceneDesc_get_sceneQueryUpdateMode_0","_emscripten_bind_PxSceneDesc_set_sceneQueryUpdateMode_1","_emscripten_bind_PxSceneDesc___destroy___0","_emscripten_bind_PxSceneFlags_PxSceneFlags_1","_emscripten_bind_PxSceneFlags_isSet_1","_emscripten_bind_PxSceneFlags_raise_1","_emscripten_bind_PxSceneFlags_clear_1","_emscripten_bind_PxSceneFlags___destroy___0","_emscripten_bind_PxSceneLimits_PxSceneLimits_0","_emscripten_bind_PxSceneLimits_setToDefault_0","_emscripten_bind_PxSceneLimits_isValid_0","_emscripten_bind_PxSceneLimits_get_maxNbActors_0","_emscripten_bind_PxSceneLimits_set_maxNbActors_1","_emscripten_bind_PxSceneLimits_get_maxNbBodies_0","_emscripten_bind_PxSceneLimits_set_maxNbBodies_1","_emscripten_bind_PxSceneLimits_get_maxNbStaticShapes_0","_emscripten_bind_PxSceneLimits_set_maxNbStaticShapes_1","_emscripten_bind_PxSceneLimits_get_maxNbDynamicShapes_0","_emscripten_bind_PxSceneLimits_set_maxNbDynamicShapes_1","_emscripten_bind_PxSceneLimits_get_maxNbAggregates_0","_emscripten_bind_PxSceneLimits_set_maxNbAggregates_1","_emscripten_bind_PxSceneLimits_get_maxNbConstraints_0","_emscripten_bind_PxSceneLimits_set_maxNbConstraints_1","_emscripten_bind_PxSceneLimits_get_maxNbRegions_0","_emscripten_bind_PxSceneLimits_set_maxNbRegions_1","_emscripten_bind_PxSceneLimits_get_maxNbBroadPhaseOverlaps_0","_emscripten_bind_PxSceneLimits_set_maxNbBroadPhaseOverlaps_1","_emscripten_bind_PxSceneLimits___destroy___0","_emscripten_bind_PxSerialization_isSerializable_2","_emscripten_bind_PxSerialization_isSerializable_3","_emscripten_bind_PxSerialization_complete_2","_emscripten_bind_PxSerialization_complete_3","_emscripten_bind_PxSerialization_complete_4","_emscripten_bind_PxSerialization_createSerialObjectIds_2","_emscripten_bind_PxSerialization_createCollectionFromXml_3","_emscripten_bind_PxSerialization_createCollectionFromXml_4","_emscripten_bind_PxSerialization_createCollectionFromBinary_2","_emscripten_bind_PxSerialization_createCollectionFromBinary_3","_emscripten_bind_PxSerialization_serializeCollectionToXml_3","_emscripten_bind_PxSerialization_serializeCollectionToXml_4","_emscripten_bind_PxSerialization_serializeCollectionToXml_5","_emscripten_bind_PxSerialization_serializeCollectionToBinary_3","_emscripten_bind_PxSerialization_serializeCollectionToBinary_4","_emscripten_bind_PxSerialization_serializeCollectionToBinary_5","_emscripten_bind_PxSerialization_createSerializationRegistry_1","_emscripten_bind_PxSerialization___destroy___0","_emscripten_bind_PxSerializationRegistry_release_0","_emscripten_bind_PxShape_setGeometry_1","_emscripten_bind_PxShape_getGeometry_0","_emscripten_bind_PxShape_getActor_0","_emscripten_bind_PxShape_setMaterials_2","_emscripten_bind_PxShape_getNbMaterials_0","_emscripten_bind_PxShape_getMaterials_3","_emscripten_bind_PxShape_getMaterialFromInternalFaceIndex_1","_emscripten_bind_PxShape_setContactOffset_1","_emscripten_bind_PxShape_getContactOffset_0","_emscripten_bind_PxShape_setRestOffset_1","_emscripten_bind_PxShape_getRestOffset_0","_emscripten_bind_PxShape_setTorsionalPatchRadius_1","_emscripten_bind_PxShape_getTorsionalPatchRadius_0","_emscripten_bind_PxShape_setMinTorsionalPatchRadius_1","_emscripten_bind_PxShape_getMinTorsionalPatchRadius_0","_emscripten_bind_PxShape_setFlag_2","_emscripten_bind_PxShape_setFlags_1","_emscripten_bind_PxShape_getFlags_0","_emscripten_bind_PxShape_isExclusive_0","_emscripten_bind_PxShape_setName_1","_emscripten_bind_PxShape_getName_0","_emscripten_bind_PxShape_setLocalPose_1","_emscripten_bind_PxShape_getLocalPose_0","_emscripten_bind_PxShape_setSimulationFilterData_1","_emscripten_bind_PxShape_getSimulationFilterData_0","_emscripten_bind_PxShape_setQueryFilterData_1","_emscripten_bind_PxShape_getQueryFilterData_0","_emscripten_bind_PxShape_release_0","_emscripten_bind_PxShape_getConcreteTypeName_0","_emscripten_bind_PxShape_getConcreteType_0","_emscripten_bind_PxShape_setBaseFlag_2","_emscripten_bind_PxShape_setBaseFlags_1","_emscripten_bind_PxShape_getBaseFlags_0","_emscripten_bind_PxShape_isReleasable_0","_emscripten_bind_PxShape_getReferenceCount_0","_emscripten_bind_PxShape_acquireReference_0","_emscripten_bind_PxShape_get_userData_0","_emscripten_bind_PxShape_set_userData_1","_emscripten_bind_PxShapeExt_getGlobalPose_2","_emscripten_bind_PxShapeExt_raycast_8","_emscripten_bind_PxShapeExt_overlap_4","_emscripten_bind_PxShapeExt_sweep_8","_emscripten_bind_PxShapeExt_getWorldBounds_2","_emscripten_bind_PxShapeExt_getWorldBounds_3","_emscripten_bind_PxShapeExt___destroy___0","_emscripten_bind_PxShapeFlags_PxShapeFlags_1","_emscripten_bind_PxShapeFlags_isSet_1","_emscripten_bind_PxShapeFlags_raise_1","_emscripten_bind_PxShapeFlags_clear_1","_emscripten_bind_PxShapeFlags___destroy___0","_emscripten_bind_PxSimulationEventCallbackImpl_PxSimulationEventCallbackImpl_0","_emscripten_bind_PxSimulationEventCallbackImpl_onConstraintBreak_2","_emscripten_bind_PxSimulationEventCallbackImpl_onWake_2","_emscripten_bind_PxSimulationEventCallbackImpl_onSleep_2","_emscripten_bind_PxSimulationEventCallbackImpl_onContact_3","_emscripten_bind_PxSimulationEventCallbackImpl_onTrigger_2","_emscripten_bind_PxSimulationEventCallbackImpl___destroy___0","_emscripten_bind_PxSimulationStatistics_get_nbActiveConstraints_0","_emscripten_bind_PxSimulationStatistics_set_nbActiveConstraints_1","_emscripten_bind_PxSimulationStatistics_get_nbActiveDynamicBodies_0","_emscripten_bind_PxSimulationStatistics_set_nbActiveDynamicBodies_1","_emscripten_bind_PxSimulationStatistics_get_nbActiveKinematicBodies_0","_emscripten_bind_PxSimulationStatistics_set_nbActiveKinematicBodies_1","_emscripten_bind_PxSimulationStatistics_get_nbStaticBodies_0","_emscripten_bind_PxSimulationStatistics_set_nbStaticBodies_1","_emscripten_bind_PxSimulationStatistics_get_nbDynamicBodies_0","_emscripten_bind_PxSimulationStatistics_set_nbDynamicBodies_1","_emscripten_bind_PxSimulationStatistics_get_nbKinematicBodies_0","_emscripten_bind_PxSimulationStatistics_set_nbKinematicBodies_1","_emscripten_bind_PxSimulationStatistics_get_nbShapes_1","_emscripten_bind_PxSimulationStatistics_set_nbShapes_2","_emscripten_bind_PxSimulationStatistics_get_nbAggregates_0","_emscripten_bind_PxSimulationStatistics_set_nbAggregates_1","_emscripten_bind_PxSimulationStatistics_get_nbArticulations_0","_emscripten_bind_PxSimulationStatistics_set_nbArticulations_1","_emscripten_bind_PxSimulationStatistics_get_nbAxisSolverConstraints_0","_emscripten_bind_PxSimulationStatistics_set_nbAxisSolverConstraints_1","_emscripten_bind_PxSimulationStatistics_get_compressedContactSize_0","_emscripten_bind_PxSimulationStatistics_set_compressedContactSize_1","_emscripten_bind_PxSimulationStatistics_get_requiredContactConstraintMemory_0","_emscripten_bind_PxSimulationStatistics_set_requiredContactConstraintMemory_1","_emscripten_bind_PxSimulationStatistics_get_peakConstraintMemory_0","_emscripten_bind_PxSimulationStatistics_set_peakConstraintMemory_1","_emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsTotal_0","_emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsTotal_1","_emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsWithCacheHits_0","_emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsWithCacheHits_1","_emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsWithContacts_0","_emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsWithContacts_1","_emscripten_bind_PxSimulationStatistics_get_nbNewPairs_0","_emscripten_bind_PxSimulationStatistics_set_nbNewPairs_1","_emscripten_bind_PxSimulationStatistics_get_nbLostPairs_0","_emscripten_bind_PxSimulationStatistics_set_nbLostPairs_1","_emscripten_bind_PxSimulationStatistics_get_nbNewTouches_0","_emscripten_bind_PxSimulationStatistics_set_nbNewTouches_1","_emscripten_bind_PxSimulationStatistics_get_nbLostTouches_0","_emscripten_bind_PxSimulationStatistics_set_nbLostTouches_1","_emscripten_bind_PxSimulationStatistics_get_nbPartitions_0","_emscripten_bind_PxSimulationStatistics_set_nbPartitions_1","_emscripten_bind_PxSimulationStatistics_get_nbBroadPhaseAdds_0","_emscripten_bind_PxSimulationStatistics_set_nbBroadPhaseAdds_1","_emscripten_bind_PxSimulationStatistics_get_nbBroadPhaseRemoves_0","_emscripten_bind_PxSimulationStatistics_set_nbBroadPhaseRemoves_1","_emscripten_bind_PxSimulationStatistics___destroy___0","_emscripten_bind_PxSpatialForce_get_force_0","_emscripten_bind_PxSpatialForce_set_force_1","_emscripten_bind_PxSpatialForce_get_torque_0","_emscripten_bind_PxSpatialForce_set_torque_1","_emscripten_bind_PxSpatialForce___destroy___0","_emscripten_bind_PxSpatialVelocity_get_linear_0","_emscripten_bind_PxSpatialVelocity_set_linear_1","_emscripten_bind_PxSpatialVelocity_get_angular_0","_emscripten_bind_PxSpatialVelocity_set_angular_1","_emscripten_bind_PxSpatialVelocity___destroy___0","_emscripten_bind_PxSphereGeometry_PxSphereGeometry_1","_emscripten_bind_PxSphereGeometry_getType_0","_emscripten_bind_PxSphereGeometry_get_radius_0","_emscripten_bind_PxSphereGeometry_set_radius_1","_emscripten_bind_PxSphereGeometry___destroy___0","_emscripten_bind_PxSphericalJoint_setLimitCone_1","_emscripten_bind_PxSphericalJoint_getSwingYAngle_0","_emscripten_bind_PxSphericalJoint_getSwingZAngle_0","_emscripten_bind_PxSphericalJoint_setSphericalJointFlags_1","_emscripten_bind_PxSphericalJoint_setSphericalJointFlag_2","_emscripten_bind_PxSphericalJoint_getSphericalJointFlags_0","_emscripten_bind_PxSphericalJoint_release_0","_emscripten_bind_PxSphericalJoint_getConcreteTypeName_0","_emscripten_bind_PxSphericalJoint_getConcreteType_0","_emscripten_bind_PxSphericalJoint_setBaseFlag_2","_emscripten_bind_PxSphericalJoint_setBaseFlags_1","_emscripten_bind_PxSphericalJoint_getBaseFlags_0","_emscripten_bind_PxSphericalJoint_isReleasable_0","_emscripten_bind_PxSphericalJoint_setActors_2","_emscripten_bind_PxSphericalJoint_setLocalPose_2","_emscripten_bind_PxSphericalJoint_getLocalPose_1","_emscripten_bind_PxSphericalJoint_getRelativeTransform_0","_emscripten_bind_PxSphericalJoint_getRelativeLinearVelocity_0","_emscripten_bind_PxSphericalJoint_getRelativeAngularVelocity_0","_emscripten_bind_PxSphericalJoint_setBreakForce_2","_emscripten_bind_PxSphericalJoint_setConstraintFlags_1","_emscripten_bind_PxSphericalJoint_setConstraintFlag_2","_emscripten_bind_PxSphericalJoint_getConstraintFlags_0","_emscripten_bind_PxSphericalJoint_setInvMassScale0_1","_emscripten_bind_PxSphericalJoint_getInvMassScale0_0","_emscripten_bind_PxSphericalJoint_setInvMassScale1_1","_emscripten_bind_PxSphericalJoint_getInvMassScale1_0","_emscripten_bind_PxSphericalJoint_getConstraint_0","_emscripten_bind_PxSphericalJoint_setName_1","_emscripten_bind_PxSphericalJoint_getName_0","_emscripten_bind_PxSphericalJoint_getScene_0","_emscripten_bind_PxSphericalJoint_get_userData_0","_emscripten_bind_PxSphericalJoint_set_userData_1","_emscripten_bind_PxSphericalJoint___destroy___0","_emscripten_bind_PxSphericalJointFlags_PxSphericalJointFlags_1","_emscripten_bind_PxSphericalJointFlags_isSet_1","_emscripten_bind_PxSphericalJointFlags_raise_1","_emscripten_bind_PxSphericalJointFlags_clear_1","_emscripten_bind_PxSphericalJointFlags___destroy___0","_emscripten_bind_PxSweepBuffer10_PxSweepBuffer10_0","_emscripten_bind_PxSweepBuffer10_getNbAnyHits_0","_emscripten_bind_PxSweepBuffer10_getAnyHit_1","_emscripten_bind_PxSweepBuffer10_getNbTouches_0","_emscripten_bind_PxSweepBuffer10_getTouches_0","_emscripten_bind_PxSweepBuffer10_getTouch_1","_emscripten_bind_PxSweepBuffer10_getMaxNbTouches_0","_emscripten_bind_PxSweepBuffer10_hasAnyHits_0","_emscripten_bind_PxSweepBuffer10_get_block_0","_emscripten_bind_PxSweepBuffer10_set_block_1","_emscripten_bind_PxSweepBuffer10_get_hasBlock_0","_emscripten_bind_PxSweepBuffer10_set_hasBlock_1","_emscripten_bind_PxSweepBuffer10___destroy___0","_emscripten_bind_PxSweepHit_PxSweepHit_0","_emscripten_bind_PxSweepHit_hadInitialOverlap_0","_emscripten_bind_PxSweepHit_get_actor_0","_emscripten_bind_PxSweepHit_set_actor_1","_emscripten_bind_PxSweepHit_get_shape_0","_emscripten_bind_PxSweepHit_set_shape_1","_emscripten_bind_PxSweepHit_get_flags_0","_emscripten_bind_PxSweepHit_set_flags_1","_emscripten_bind_PxSweepHit_get_position_0","_emscripten_bind_PxSweepHit_set_position_1","_emscripten_bind_PxSweepHit_get_normal_0","_emscripten_bind_PxSweepHit_set_normal_1","_emscripten_bind_PxSweepHit_get_distance_0","_emscripten_bind_PxSweepHit_set_distance_1","_emscripten_bind_PxSweepHit_get_faceIndex_0","_emscripten_bind_PxSweepHit_set_faceIndex_1","_emscripten_bind_PxSweepHit___destroy___0","_emscripten_bind_PxSweepResult_PxSweepResult_0","_emscripten_bind_PxSweepResult_getNbAnyHits_0","_emscripten_bind_PxSweepResult_getAnyHit_1","_emscripten_bind_PxSweepResult_getNbTouches_0","_emscripten_bind_PxSweepResult_getTouch_1","_emscripten_bind_PxSweepResult_hasAnyHits_0","_emscripten_bind_PxSweepResult_get_block_0","_emscripten_bind_PxSweepResult_set_block_1","_emscripten_bind_PxSweepResult_get_hasBlock_0","_emscripten_bind_PxSweepResult_set_hasBlock_1","_emscripten_bind_PxSweepResult___destroy___0","_emscripten_bind_PxTetMaker_createConformingTetrahedronMesh_5","_emscripten_bind_PxTetMaker_createVoxelTetrahedronMesh_4","_emscripten_bind_PxTetMaker_createVoxelTetrahedronMeshFromEdgeLength_4","_emscripten_bind_PxTetMaker_validateTriangleMesh_3","_emscripten_bind_PxTetMaker_validateTetrahedronMesh_3","_emscripten_bind_PxTetMaker_simplifyTriangleMesh_6","_emscripten_bind_PxTetMaker_simplifyTriangleMesh_7","_emscripten_bind_PxTetMaker_simplifyTriangleMesh_8","_emscripten_bind_PxTetMaker_simplifyTriangleMesh_9","_emscripten_bind_PxTetMaker_simplifyTriangleMesh_10","_emscripten_bind_PxTetMaker_simplifyTriangleMesh_11","_emscripten_bind_PxTetMaker_simplifyTriangleMesh_12","_emscripten_bind_PxTetMaker_remeshTriangleMesh_5","_emscripten_bind_PxTetMaker_remeshTriangleMesh_6","_emscripten_bind_PxTetMaker_createTreeBasedTetrahedralMesh_6","_emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_5","_emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_6","_emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_7","_emscripten_bind_PxTetMaker_detectTriangleIslands_3","_emscripten_bind_PxTetMaker_findLargestIslandId_2","_emscripten_bind_PxTetrahedronMesh_getNbVertices_0","_emscripten_bind_PxTetrahedronMesh_getVertices_0","_emscripten_bind_PxTetrahedronMesh_getNbTetrahedrons_0","_emscripten_bind_PxTetrahedronMesh_getTetrahedrons_0","_emscripten_bind_PxTetrahedronMesh_getTetrahedronMeshFlags_0","_emscripten_bind_PxTetrahedronMesh_getTetrahedraRemap_0","_emscripten_bind_PxTetrahedronMesh_getLocalBounds_0","_emscripten_bind_PxTetrahedronMesh_release_0","_emscripten_bind_PxTetrahedronMesh_getConcreteTypeName_0","_emscripten_bind_PxTetrahedronMesh_getConcreteType_0","_emscripten_bind_PxTetrahedronMesh_setBaseFlag_2","_emscripten_bind_PxTetrahedronMesh_setBaseFlags_1","_emscripten_bind_PxTetrahedronMesh_getBaseFlags_0","_emscripten_bind_PxTetrahedronMesh_isReleasable_0","_emscripten_bind_PxTetrahedronMesh_getReferenceCount_0","_emscripten_bind_PxTetrahedronMesh_acquireReference_0","_emscripten_bind_PxTetrahedronMeshAnalysisResults_PxTetrahedronMeshAnalysisResults_1","_emscripten_bind_PxTetrahedronMeshAnalysisResults_isSet_1","_emscripten_bind_PxTetrahedronMeshAnalysisResults_raise_1","_emscripten_bind_PxTetrahedronMeshAnalysisResults_clear_1","_emscripten_bind_PxTetrahedronMeshAnalysisResults___destroy___0","_emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_0","_emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_2","_emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_3","_emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_4","_emscripten_bind_PxTetrahedronMeshDesc_isValid_0","_emscripten_bind_PxTetrahedronMeshDesc_get_materialIndices_0","_emscripten_bind_PxTetrahedronMeshDesc_set_materialIndices_1","_emscripten_bind_PxTetrahedronMeshDesc_get_points_0","_emscripten_bind_PxTetrahedronMeshDesc_set_points_1","_emscripten_bind_PxTetrahedronMeshDesc_get_tetrahedrons_0","_emscripten_bind_PxTetrahedronMeshDesc_set_tetrahedrons_1","_emscripten_bind_PxTetrahedronMeshDesc_get_flags_0","_emscripten_bind_PxTetrahedronMeshDesc_set_flags_1","_emscripten_bind_PxTetrahedronMeshDesc_get_tetsPerElement_0","_emscripten_bind_PxTetrahedronMeshDesc_set_tetsPerElement_1","_emscripten_bind_PxTetrahedronMeshDesc___destroy___0","_emscripten_bind_PxTetrahedronMeshExt_findTetrahedronContainingPoint_4","_emscripten_bind_PxTetrahedronMeshExt_findTetrahedronClosestToPoint_3","_emscripten_bind_PxTetrahedronMeshExt_createPointsToTetrahedronMap_5","_emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_2","_emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_3","_emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_4","_emscripten_bind_PxTetrahedronMeshFlags_PxTetrahedronMeshFlags_1","_emscripten_bind_PxTetrahedronMeshFlags_isSet_1","_emscripten_bind_PxTetrahedronMeshFlags_raise_1","_emscripten_bind_PxTetrahedronMeshFlags_clear_1","_emscripten_bind_PxTetrahedronMeshFlags___destroy___0","_emscripten_bind_PxTolerancesScale_PxTolerancesScale_0","_emscripten_bind_PxTolerancesScale___destroy___0","_emscripten_bind_PxTopLevelFunctions_DefaultFilterShader_0","_emscripten_bind_PxTopLevelFunctions_setupPassThroughFilterShader_2","_emscripten_bind_PxTopLevelFunctions_CreateControllerManager_1","_emscripten_bind_PxTopLevelFunctions_CreateControllerManager_2","_emscripten_bind_PxTopLevelFunctions_CreateFoundation_3","_emscripten_bind_PxTopLevelFunctions_CreatePhysics_3","_emscripten_bind_PxTopLevelFunctions_CreatePhysics_4","_emscripten_bind_PxTopLevelFunctions_CreatePhysics_5","_emscripten_bind_PxTopLevelFunctions_DefaultCpuDispatcherCreate_1","_emscripten_bind_PxTopLevelFunctions_InitExtensions_1","_emscripten_bind_PxTopLevelFunctions_CloseExtensions_0","_emscripten_bind_PxTopLevelFunctions_CreatePvd_1","_emscripten_bind_PxTopLevelFunctions_D6JointCreate_5","_emscripten_bind_PxTopLevelFunctions_DistanceJointCreate_5","_emscripten_bind_PxTopLevelFunctions_FixedJointCreate_5","_emscripten_bind_PxTopLevelFunctions_PrismaticJointCreate_5","_emscripten_bind_PxTopLevelFunctions_RevoluteJointCreate_5","_emscripten_bind_PxTopLevelFunctions_SphericalJointCreate_5","_emscripten_bind_PxTopLevelFunctions_CreateConvexMesh_2","_emscripten_bind_PxTopLevelFunctions_CreateTriangleMesh_2","_emscripten_bind_PxTopLevelFunctions_CreateHeightField_1","_emscripten_bind_PxTopLevelFunctions_get_PHYSICS_VERSION_0","_emscripten_bind_PxTransform_PxTransform_0","_emscripten_bind_PxTransform_PxTransform_1","_emscripten_bind_PxTransform_PxTransform_2","_emscripten_bind_PxTransform_get_q_0","_emscripten_bind_PxTransform_set_q_1","_emscripten_bind_PxTransform_get_p_0","_emscripten_bind_PxTransform_set_p_1","_emscripten_bind_PxTransform___destroy___0","_emscripten_bind_PxTriangle_PxTriangle_0","_emscripten_bind_PxTriangle_PxTriangle_3","_emscripten_bind_PxTriangle_normal_1","_emscripten_bind_PxTriangle_denormalizedNormal_1","_emscripten_bind_PxTriangle_area_0","_emscripten_bind_PxTriangle_pointFromUV_2","_emscripten_bind_PxTriangle___destroy___0","_emscripten_bind_PxTriangleMesh_getNbVertices_0","_emscripten_bind_PxTriangleMesh_getVertices_0","_emscripten_bind_PxTriangleMesh_getVerticesForModification_0","_emscripten_bind_PxTriangleMesh_refitBVH_0","_emscripten_bind_PxTriangleMesh_getNbTriangles_0","_emscripten_bind_PxTriangleMesh_getTriangles_0","_emscripten_bind_PxTriangleMesh_getTriangleMeshFlags_0","_emscripten_bind_PxTriangleMesh_getTrianglesRemap_0","_emscripten_bind_PxTriangleMesh_getTriangleMaterialIndex_1","_emscripten_bind_PxTriangleMesh_getLocalBounds_0","_emscripten_bind_PxTriangleMesh_release_0","_emscripten_bind_PxTriangleMesh_getConcreteTypeName_0","_emscripten_bind_PxTriangleMesh_getConcreteType_0","_emscripten_bind_PxTriangleMesh_setBaseFlag_2","_emscripten_bind_PxTriangleMesh_setBaseFlags_1","_emscripten_bind_PxTriangleMesh_getBaseFlags_0","_emscripten_bind_PxTriangleMesh_isReleasable_0","_emscripten_bind_PxTriangleMesh_getReferenceCount_0","_emscripten_bind_PxTriangleMesh_acquireReference_0","_emscripten_bind_PxTriangleMeshAnalysisResults_PxTriangleMeshAnalysisResults_1","_emscripten_bind_PxTriangleMeshAnalysisResults_isSet_1","_emscripten_bind_PxTriangleMeshAnalysisResults_raise_1","_emscripten_bind_PxTriangleMeshAnalysisResults_clear_1","_emscripten_bind_PxTriangleMeshAnalysisResults___destroy___0","_emscripten_bind_PxTriangleMeshDesc_PxTriangleMeshDesc_0","_emscripten_bind_PxTriangleMeshDesc_setToDefault_0","_emscripten_bind_PxTriangleMeshDesc_isValid_0","_emscripten_bind_PxTriangleMeshDesc_get_materialIndices_0","_emscripten_bind_PxTriangleMeshDesc_set_materialIndices_1","_emscripten_bind_PxTriangleMeshDesc_get_points_0","_emscripten_bind_PxTriangleMeshDesc_set_points_1","_emscripten_bind_PxTriangleMeshDesc_get_triangles_0","_emscripten_bind_PxTriangleMeshDesc_set_triangles_1","_emscripten_bind_PxTriangleMeshDesc_get_flags_0","_emscripten_bind_PxTriangleMeshDesc_set_flags_1","_emscripten_bind_PxTriangleMeshDesc___destroy___0","_emscripten_bind_PxTriangleMeshFlags_PxTriangleMeshFlags_1","_emscripten_bind_PxTriangleMeshFlags_isSet_1","_emscripten_bind_PxTriangleMeshFlags_raise_1","_emscripten_bind_PxTriangleMeshFlags_clear_1","_emscripten_bind_PxTriangleMeshFlags___destroy___0","_emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_1","_emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_2","_emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_3","_emscripten_bind_PxTriangleMeshGeometry_isValid_0","_emscripten_bind_PxTriangleMeshGeometry_getType_0","_emscripten_bind_PxTriangleMeshGeometry_get_scale_0","_emscripten_bind_PxTriangleMeshGeometry_set_scale_1","_emscripten_bind_PxTriangleMeshGeometry_get_meshFlags_0","_emscripten_bind_PxTriangleMeshGeometry_set_meshFlags_1","_emscripten_bind_PxTriangleMeshGeometry_get_triangleMesh_0","_emscripten_bind_PxTriangleMeshGeometry_set_triangleMesh_1","_emscripten_bind_PxTriangleMeshGeometry___destroy___0","_emscripten_bind_PxTriggerPair_get_triggerShape_0","_emscripten_bind_PxTriggerPair_set_triggerShape_1","_emscripten_bind_PxTriggerPair_get_triggerActor_0","_emscripten_bind_PxTriggerPair_set_triggerActor_1","_emscripten_bind_PxTriggerPair_get_otherShape_0","_emscripten_bind_PxTriggerPair_set_otherShape_1","_emscripten_bind_PxTriggerPair_get_otherActor_0","_emscripten_bind_PxTriggerPair_set_otherActor_1","_emscripten_bind_PxTriggerPair_get_status_0","_emscripten_bind_PxTriggerPair_set_status_1","_emscripten_bind_PxTriggerPair_get_flags_0","_emscripten_bind_PxTriggerPair_set_flags_1","_emscripten_bind_PxTriggerPair___destroy___0","_emscripten_bind_PxTriggerPairFlags_PxTriggerPairFlags_1","_emscripten_bind_PxTriggerPairFlags_isSet_1","_emscripten_bind_PxTriggerPairFlags_raise_1","_emscripten_bind_PxTriggerPairFlags_clear_1","_emscripten_bind_PxTriggerPairFlags___destroy___0","_emscripten_bind_PxTypedStridedData_PxU16_get_stride_0","_emscripten_bind_PxTypedStridedData_PxU16_set_stride_1","_emscripten_bind_PxTypedStridedData_PxU16_get_data_0","_emscripten_bind_PxTypedStridedData_PxU16_set_data_1","_emscripten_bind_PxTypedStridedData_PxU16___destroy___0","_emscripten_bind_PxU16Ptr___destroy___0","_emscripten_bind_PxU16StridedData_get_stride_0","_emscripten_bind_PxU16StridedData_set_stride_1","_emscripten_bind_PxU16StridedData_get_data_0","_emscripten_bind_PxU16StridedData_set_data_1","_emscripten_bind_PxU16StridedData___destroy___0","_emscripten_bind_PxU32Ptr___destroy___0","_emscripten_bind_PxU8Ptr___destroy___0","_emscripten_bind_PxUserControllerHitReportImpl_PxUserControllerHitReportImpl_0","_emscripten_bind_PxUserControllerHitReportImpl_onShapeHit_1","_emscripten_bind_PxUserControllerHitReportImpl_onControllerHit_1","_emscripten_bind_PxUserControllerHitReportImpl_onObstacleHit_1","_emscripten_bind_PxUserControllerHitReportImpl___destroy___0","_emscripten_bind_PxVec3_PxVec3_0","_emscripten_bind_PxVec3_PxVec3_3","_emscripten_bind_PxVec3_isZero_0","_emscripten_bind_PxVec3_isFinite_0","_emscripten_bind_PxVec3_isNormalized_0","_emscripten_bind_PxVec3_magnitudeSquared_0","_emscripten_bind_PxVec3_magnitude_0","_emscripten_bind_PxVec3_dot_1","_emscripten_bind_PxVec3_cross_1","_emscripten_bind_PxVec3_getNormalized_0","_emscripten_bind_PxVec3_normalize_0","_emscripten_bind_PxVec3_normalizeSafe_0","_emscripten_bind_PxVec3_normalizeFast_0","_emscripten_bind_PxVec3_multiply_1","_emscripten_bind_PxVec3_minimum_1","_emscripten_bind_PxVec3_minElement_0","_emscripten_bind_PxVec3_maximum_1","_emscripten_bind_PxVec3_maxElement_0","_emscripten_bind_PxVec3_abs_0","_emscripten_bind_PxVec3_get_x_0","_emscripten_bind_PxVec3_set_x_1","_emscripten_bind_PxVec3_get_y_0","_emscripten_bind_PxVec3_set_y_1","_emscripten_bind_PxVec3_get_z_0","_emscripten_bind_PxVec3_set_z_1","_emscripten_bind_PxVec3___destroy___0","_emscripten_bind_PxVec4_PxVec4_0","_emscripten_bind_PxVec4_PxVec4_4","_emscripten_bind_PxVec4_isZero_0","_emscripten_bind_PxVec4_isFinite_0","_emscripten_bind_PxVec4_isNormalized_0","_emscripten_bind_PxVec4_magnitudeSquared_0","_emscripten_bind_PxVec4_magnitude_0","_emscripten_bind_PxVec4_dot_1","_emscripten_bind_PxVec4_getNormalized_0","_emscripten_bind_PxVec4_normalize_0","_emscripten_bind_PxVec4_multiply_1","_emscripten_bind_PxVec4_minimum_1","_emscripten_bind_PxVec4_maximum_1","_emscripten_bind_PxVec4_getXYZ_0","_emscripten_bind_PxVec4_get_x_0","_emscripten_bind_PxVec4_set_x_1","_emscripten_bind_PxVec4_get_y_0","_emscripten_bind_PxVec4_set_y_1","_emscripten_bind_PxVec4_get_z_0","_emscripten_bind_PxVec4_set_z_1","_emscripten_bind_PxVec4_get_w_0","_emscripten_bind_PxVec4_set_w_1","_emscripten_bind_PxVec4___destroy___0","_emscripten_bind_PxVehicleAckermannParams_PxVehicleAckermannParams_0","_emscripten_bind_PxVehicleAckermannParams_isValid_1","_emscripten_bind_PxVehicleAckermannParams_transformAndScale_4","_emscripten_bind_PxVehicleAckermannParams_get_wheelIds_1","_emscripten_bind_PxVehicleAckermannParams_set_wheelIds_2","_emscripten_bind_PxVehicleAckermannParams_get_wheelBase_0","_emscripten_bind_PxVehicleAckermannParams_set_wheelBase_1","_emscripten_bind_PxVehicleAckermannParams_get_trackWidth_0","_emscripten_bind_PxVehicleAckermannParams_set_trackWidth_1","_emscripten_bind_PxVehicleAckermannParams_get_strength_0","_emscripten_bind_PxVehicleAckermannParams_set_strength_1","_emscripten_bind_PxVehicleAckermannParams___destroy___0","_emscripten_bind_PxVehicleAntiRollForceParams_PxVehicleAntiRollForceParams_0","_emscripten_bind_PxVehicleAntiRollForceParams_transformAndScale_4","_emscripten_bind_PxVehicleAntiRollForceParams_isValid_1","_emscripten_bind_PxVehicleAntiRollForceParams_get_wheel0_0","_emscripten_bind_PxVehicleAntiRollForceParams_set_wheel0_1","_emscripten_bind_PxVehicleAntiRollForceParams_get_wheel1_0","_emscripten_bind_PxVehicleAntiRollForceParams_set_wheel1_1","_emscripten_bind_PxVehicleAntiRollForceParams_get_stiffness_0","_emscripten_bind_PxVehicleAntiRollForceParams_set_stiffness_1","_emscripten_bind_PxVehicleAntiRollForceParams___destroy___0","_emscripten_bind_PxVehicleAntiRollTorque_PxVehicleAntiRollTorque_0","_emscripten_bind_PxVehicleAntiRollTorque_setToDefault_0","_emscripten_bind_PxVehicleAntiRollTorque_get_antiRollTorque_0","_emscripten_bind_PxVehicleAntiRollTorque_set_antiRollTorque_1","_emscripten_bind_PxVehicleAntiRollTorque___destroy___0","_emscripten_bind_PxVehicleAutoboxParams_PxVehicleAutoboxParams_0","_emscripten_bind_PxVehicleAutoboxParams_transformAndScale_4","_emscripten_bind_PxVehicleAutoboxParams_isValid_1","_emscripten_bind_PxVehicleAutoboxParams_get_upRatios_1","_emscripten_bind_PxVehicleAutoboxParams_set_upRatios_2","_emscripten_bind_PxVehicleAutoboxParams_get_downRatios_1","_emscripten_bind_PxVehicleAutoboxParams_set_downRatios_2","_emscripten_bind_PxVehicleAutoboxParams_get_latency_0","_emscripten_bind_PxVehicleAutoboxParams_set_latency_1","_emscripten_bind_PxVehicleAutoboxParams___destroy___0","_emscripten_bind_PxVehicleAutoboxState_PxVehicleAutoboxState_0","_emscripten_bind_PxVehicleAutoboxState_setToDefault_0","_emscripten_bind_PxVehicleAutoboxState_get_timeSinceLastShift_0","_emscripten_bind_PxVehicleAutoboxState_set_timeSinceLastShift_1","_emscripten_bind_PxVehicleAutoboxState_get_activeAutoboxGearShift_0","_emscripten_bind_PxVehicleAutoboxState_set_activeAutoboxGearShift_1","_emscripten_bind_PxVehicleAutoboxState___destroy___0","_emscripten_bind_PxVehicleAxleDescription_PxVehicleAxleDescription_0","_emscripten_bind_PxVehicleAxleDescription_setToDefault_0","_emscripten_bind_PxVehicleAxleDescription_getNbWheelsOnAxle_1","_emscripten_bind_PxVehicleAxleDescription_getWheelOnAxle_2","_emscripten_bind_PxVehicleAxleDescription_getAxle_1","_emscripten_bind_PxVehicleAxleDescription_isValid_0","_emscripten_bind_PxVehicleAxleDescription_get_nbAxles_0","_emscripten_bind_PxVehicleAxleDescription_set_nbAxles_1","_emscripten_bind_PxVehicleAxleDescription_get_nbWheelsPerAxle_1","_emscripten_bind_PxVehicleAxleDescription_set_nbWheelsPerAxle_2","_emscripten_bind_PxVehicleAxleDescription_get_axleToWheelIds_1","_emscripten_bind_PxVehicleAxleDescription_set_axleToWheelIds_2","_emscripten_bind_PxVehicleAxleDescription_get_wheelIdsInAxleOrder_1","_emscripten_bind_PxVehicleAxleDescription_set_wheelIdsInAxleOrder_2","_emscripten_bind_PxVehicleAxleDescription_get_nbWheels_0","_emscripten_bind_PxVehicleAxleDescription_set_nbWheels_1","_emscripten_bind_PxVehicleAxleDescription___destroy___0","_emscripten_bind_PxVehicleBrakeCommandResponseParams_PxVehicleBrakeCommandResponseParams_0","_emscripten_bind_PxVehicleBrakeCommandResponseParams_transformAndScale_4","_emscripten_bind_PxVehicleBrakeCommandResponseParams_isValid_1","_emscripten_bind_PxVehicleBrakeCommandResponseParams_get_nonlinearResponse_0","_emscripten_bind_PxVehicleBrakeCommandResponseParams_set_nonlinearResponse_1","_emscripten_bind_PxVehicleBrakeCommandResponseParams_get_wheelResponseMultipliers_1","_emscripten_bind_PxVehicleBrakeCommandResponseParams_set_wheelResponseMultipliers_2","_emscripten_bind_PxVehicleBrakeCommandResponseParams_get_maxResponse_0","_emscripten_bind_PxVehicleBrakeCommandResponseParams_set_maxResponse_1","_emscripten_bind_PxVehicleBrakeCommandResponseParams___destroy___0","_emscripten_bind_PxVehicleClutchCommandResponseParams_PxVehicleClutchCommandResponseParams_0","_emscripten_bind_PxVehicleClutchCommandResponseParams_transformAndScale_4","_emscripten_bind_PxVehicleClutchCommandResponseParams_isValid_0","_emscripten_bind_PxVehicleClutchCommandResponseParams_get_maxResponse_0","_emscripten_bind_PxVehicleClutchCommandResponseParams_set_maxResponse_1","_emscripten_bind_PxVehicleClutchCommandResponseParams___destroy___0","_emscripten_bind_PxVehicleClutchCommandResponseState_PxVehicleClutchCommandResponseState_0","_emscripten_bind_PxVehicleClutchCommandResponseState_setToDefault_0","_emscripten_bind_PxVehicleClutchCommandResponseState_get_normalisedCommandResponse_0","_emscripten_bind_PxVehicleClutchCommandResponseState_set_normalisedCommandResponse_1","_emscripten_bind_PxVehicleClutchCommandResponseState_get_commandResponse_0","_emscripten_bind_PxVehicleClutchCommandResponseState_set_commandResponse_1","_emscripten_bind_PxVehicleClutchCommandResponseState___destroy___0","_emscripten_bind_PxVehicleClutchParams_PxVehicleClutchParams_0","_emscripten_bind_PxVehicleClutchParams_transformAndScale_4","_emscripten_bind_PxVehicleClutchParams_isValid_0","_emscripten_bind_PxVehicleClutchParams_get_accuracyMode_0","_emscripten_bind_PxVehicleClutchParams_set_accuracyMode_1","_emscripten_bind_PxVehicleClutchParams_get_estimateIterations_0","_emscripten_bind_PxVehicleClutchParams_set_estimateIterations_1","_emscripten_bind_PxVehicleClutchParams___destroy___0","_emscripten_bind_PxVehicleClutchSlipState_PxVehicleClutchSlipState_0","_emscripten_bind_PxVehicleClutchSlipState_setToDefault_0","_emscripten_bind_PxVehicleClutchSlipState_get_clutchSlip_0","_emscripten_bind_PxVehicleClutchSlipState_set_clutchSlip_1","_emscripten_bind_PxVehicleClutchSlipState___destroy___0","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_PxVehicleCommandNonLinearResponseParams_0","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_clear_0","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_addResponse_1","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_speedResponses_1","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_speedResponses_2","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbSpeedResponses_0","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbSpeedResponses_1","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_speedResponsesPerCommandValue_1","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_speedResponsesPerCommandValue_2","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbSpeedResponsesPerCommandValue_1","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbSpeedResponsesPerCommandValue_2","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_commandValues_1","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_commandValues_2","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbCommandValues_0","_emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbCommandValues_1","_emscripten_bind_PxVehicleCommandNonLinearResponseParams___destroy___0","_emscripten_bind_PxVehicleCommandState_PxVehicleCommandState_0","_emscripten_bind_PxVehicleCommandState_setToDefault_0","_emscripten_bind_PxVehicleCommandState_get_brakes_1","_emscripten_bind_PxVehicleCommandState_set_brakes_2","_emscripten_bind_PxVehicleCommandState_get_nbBrakes_0","_emscripten_bind_PxVehicleCommandState_set_nbBrakes_1","_emscripten_bind_PxVehicleCommandState_get_throttle_0","_emscripten_bind_PxVehicleCommandState_set_throttle_1","_emscripten_bind_PxVehicleCommandState_get_steer_0","_emscripten_bind_PxVehicleCommandState_set_steer_1","_emscripten_bind_PxVehicleCommandState___destroy___0","_emscripten_bind_PxVehicleCommandValueResponseTable_PxVehicleCommandValueResponseTable_0","_emscripten_bind_PxVehicleCommandValueResponseTable_get_commandValue_0","_emscripten_bind_PxVehicleCommandValueResponseTable_set_commandValue_1","_emscripten_bind_PxVehicleCommandValueResponseTable___destroy___0","_emscripten_bind_PxVehicleComponent___destroy___0","_emscripten_bind_PxVehicleComponentSequence_PxVehicleComponentSequence_0","_emscripten_bind_PxVehicleComponentSequence_add_1","_emscripten_bind_PxVehicleComponentSequence_beginSubstepGroup_0","_emscripten_bind_PxVehicleComponentSequence_beginSubstepGroup_1","_emscripten_bind_PxVehicleComponentSequence_endSubstepGroup_0","_emscripten_bind_PxVehicleComponentSequence_setSubsteps_2","_emscripten_bind_PxVehicleComponentSequence_update_2","_emscripten_bind_PxVehicleComponentSequence___destroy___0","_emscripten_bind_PxVehicleConstraintConnector_PxVehicleConstraintConnector_0","_emscripten_bind_PxVehicleConstraintConnector_PxVehicleConstraintConnector_1","_emscripten_bind_PxVehicleConstraintConnector_setConstraintState_1","_emscripten_bind_PxVehicleConstraintConnector_getConstantBlock_0","_emscripten_bind_PxVehicleConstraintConnector_prepareData_0","_emscripten_bind_PxVehicleConstraintConnector_updateOmniPvdProperties_0","_emscripten_bind_PxVehicleConstraintConnector_onConstraintRelease_0","_emscripten_bind_PxVehicleConstraintConnector_onComShift_1","_emscripten_bind_PxVehicleConstraintConnector_onOriginShift_1","_emscripten_bind_PxVehicleConstraintConnector_getSerializable_0","_emscripten_bind_PxVehicleConstraintConnector_getPrep_0","_emscripten_bind_PxVehicleConstraintConnector_connectToConstraint_1","_emscripten_bind_PxVehicleConstraintConnector___destroy___0","_emscripten_bind_PxVehicleDifferentialState_PxVehicleDifferentialState_0","_emscripten_bind_PxVehicleDifferentialState_setToDefault_0","_emscripten_bind_PxVehicleDifferentialState_get_connectedWheels_1","_emscripten_bind_PxVehicleDifferentialState_set_connectedWheels_2","_emscripten_bind_PxVehicleDifferentialState_get_nbConnectedWheels_0","_emscripten_bind_PxVehicleDifferentialState_set_nbConnectedWheels_1","_emscripten_bind_PxVehicleDifferentialState_get_torqueRatiosAllWheels_1","_emscripten_bind_PxVehicleDifferentialState_set_torqueRatiosAllWheels_2","_emscripten_bind_PxVehicleDifferentialState_get_aveWheelSpeedContributionAllWheels_1","_emscripten_bind_PxVehicleDifferentialState_set_aveWheelSpeedContributionAllWheels_2","_emscripten_bind_PxVehicleDifferentialState___destroy___0","_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_PxVehicleDirectDriveThrottleCommandResponseParams_0","_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_transformAndScale_4","_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_isValid_1","_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_nonlinearResponse_0","_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_nonlinearResponse_1","_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_wheelResponseMultipliers_1","_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_wheelResponseMultipliers_2","_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_maxResponse_0","_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_maxResponse_1","_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams___destroy___0","_emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_PxVehicleDirectDriveTransmissionCommandState_0","_emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_setToDefault_0","_emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_get_gear_0","_emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_set_gear_1","_emscripten_bind_PxVehicleDirectDriveTransmissionCommandState___destroy___0","_emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_PxVehicleEngineDriveThrottleCommandResponseState_0","_emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_setToDefault_0","_emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_get_commandResponse_0","_emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_set_commandResponse_1","_emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState___destroy___0","_emscripten_bind_PxVehicleEngineParams_PxVehicleEngineParams_0","_emscripten_bind_PxVehicleEngineParams_transformAndScale_4","_emscripten_bind_PxVehicleEngineParams_isValid_0","_emscripten_bind_PxVehicleEngineParams_get_torqueCurve_0","_emscripten_bind_PxVehicleEngineParams_set_torqueCurve_1","_emscripten_bind_PxVehicleEngineParams_get_moi_0","_emscripten_bind_PxVehicleEngineParams_set_moi_1","_emscripten_bind_PxVehicleEngineParams_get_peakTorque_0","_emscripten_bind_PxVehicleEngineParams_set_peakTorque_1","_emscripten_bind_PxVehicleEngineParams_get_idleOmega_0","_emscripten_bind_PxVehicleEngineParams_set_idleOmega_1","_emscripten_bind_PxVehicleEngineParams_get_maxOmega_0","_emscripten_bind_PxVehicleEngineParams_set_maxOmega_1","_emscripten_bind_PxVehicleEngineParams_get_dampingRateFullThrottle_0","_emscripten_bind_PxVehicleEngineParams_set_dampingRateFullThrottle_1","_emscripten_bind_PxVehicleEngineParams_get_dampingRateZeroThrottleClutchEngaged_0","_emscripten_bind_PxVehicleEngineParams_set_dampingRateZeroThrottleClutchEngaged_1","_emscripten_bind_PxVehicleEngineParams_get_dampingRateZeroThrottleClutchDisengaged_0","_emscripten_bind_PxVehicleEngineParams_set_dampingRateZeroThrottleClutchDisengaged_1","_emscripten_bind_PxVehicleEngineParams___destroy___0","_emscripten_bind_PxVehicleEngineState_PxVehicleEngineState_0","_emscripten_bind_PxVehicleEngineState_setToDefault_0","_emscripten_bind_PxVehicleEngineState_get_rotationSpeed_0","_emscripten_bind_PxVehicleEngineState_set_rotationSpeed_1","_emscripten_bind_PxVehicleEngineState___destroy___0","_emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_PxVehicleFixedSizeLookupTableFloat_3_0","_emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_addPair_2","_emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_interpolate_1","_emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_clear_0","_emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_isValid_0","_emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3___destroy___0","_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_PxVehicleFixedSizeLookupTableVec3_3_0","_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_addPair_2","_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_interpolate_1","_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_clear_0","_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_isValid_0","_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3___destroy___0","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_PxVehicleFourWheelDriveDifferentialParams_0","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_setToDefault_0","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_transformAndScale_4","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_isValid_1","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontWheelIds_1","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontWheelIds_2","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearWheelIds_1","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearWheelIds_2","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontBias_0","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontBias_1","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontTarget_0","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontTarget_1","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearBias_0","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearBias_1","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearTarget_0","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearTarget_1","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_centerBias_0","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_centerBias_1","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_centerTarget_0","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_centerTarget_1","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rate_0","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rate_1","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_torqueRatios_1","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_torqueRatios_2","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_aveWheelSpeedRatios_1","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_aveWheelSpeedRatios_2","_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams___destroy___0","_emscripten_bind_PxVehicleFrame_PxVehicleFrame_0","_emscripten_bind_PxVehicleFrame_setToDefault_0","_emscripten_bind_PxVehicleFrame_getFrame_0","_emscripten_bind_PxVehicleFrame_isValid_0","_emscripten_bind_PxVehicleFrame_get_lngAxis_0","_emscripten_bind_PxVehicleFrame_set_lngAxis_1","_emscripten_bind_PxVehicleFrame_get_latAxis_0","_emscripten_bind_PxVehicleFrame_set_latAxis_1","_emscripten_bind_PxVehicleFrame_get_vrtAxis_0","_emscripten_bind_PxVehicleFrame_set_vrtAxis_1","_emscripten_bind_PxVehicleFrame___destroy___0","_emscripten_bind_PxVehicleGearboxParams_PxVehicleGearboxParams_0","_emscripten_bind_PxVehicleGearboxParams_transformAndScale_4","_emscripten_bind_PxVehicleGearboxParams_isValid_0","_emscripten_bind_PxVehicleGearboxParams_get_neutralGear_0","_emscripten_bind_PxVehicleGearboxParams_set_neutralGear_1","_emscripten_bind_PxVehicleGearboxParams_get_ratios_1","_emscripten_bind_PxVehicleGearboxParams_set_ratios_2","_emscripten_bind_PxVehicleGearboxParams_get_finalRatio_0","_emscripten_bind_PxVehicleGearboxParams_set_finalRatio_1","_emscripten_bind_PxVehicleGearboxParams_get_nbRatios_0","_emscripten_bind_PxVehicleGearboxParams_set_nbRatios_1","_emscripten_bind_PxVehicleGearboxParams_get_switchTime_0","_emscripten_bind_PxVehicleGearboxParams_set_switchTime_1","_emscripten_bind_PxVehicleGearboxParams___destroy___0","_emscripten_bind_PxVehicleGearboxState_PxVehicleGearboxState_0","_emscripten_bind_PxVehicleGearboxState_setToDefault_0","_emscripten_bind_PxVehicleGearboxState_get_currentGear_0","_emscripten_bind_PxVehicleGearboxState_set_currentGear_1","_emscripten_bind_PxVehicleGearboxState_get_targetGear_0","_emscripten_bind_PxVehicleGearboxState_set_targetGear_1","_emscripten_bind_PxVehicleGearboxState_get_gearSwitchTime_0","_emscripten_bind_PxVehicleGearboxState_set_gearSwitchTime_1","_emscripten_bind_PxVehicleGearboxState___destroy___0","_emscripten_bind_PxVehiclePhysXActor_setToDefault_0","_emscripten_bind_PxVehiclePhysXActor_get_rigidBody_0","_emscripten_bind_PxVehiclePhysXActor_set_rigidBody_1","_emscripten_bind_PxVehiclePhysXActor_get_wheelShapes_1","_emscripten_bind_PxVehiclePhysXActor_set_wheelShapes_2","_emscripten_bind_PxVehiclePhysXActor___destroy___0","_emscripten_bind_PxVehiclePhysXConstraintState_PxVehiclePhysXConstraintState_0","_emscripten_bind_PxVehiclePhysXConstraintState_setToDefault_0","_emscripten_bind_PxVehiclePhysXConstraintState_get_tireActiveStatus_1","_emscripten_bind_PxVehiclePhysXConstraintState_set_tireActiveStatus_2","_emscripten_bind_PxVehiclePhysXConstraintState_get_tireLinears_1","_emscripten_bind_PxVehiclePhysXConstraintState_set_tireLinears_2","_emscripten_bind_PxVehiclePhysXConstraintState_get_tireAngulars_1","_emscripten_bind_PxVehiclePhysXConstraintState_set_tireAngulars_2","_emscripten_bind_PxVehiclePhysXConstraintState_get_tireDamping_1","_emscripten_bind_PxVehiclePhysXConstraintState_set_tireDamping_2","_emscripten_bind_PxVehiclePhysXConstraintState_get_suspActiveStatus_0","_emscripten_bind_PxVehiclePhysXConstraintState_set_suspActiveStatus_1","_emscripten_bind_PxVehiclePhysXConstraintState_get_suspLinear_0","_emscripten_bind_PxVehiclePhysXConstraintState_set_suspLinear_1","_emscripten_bind_PxVehiclePhysXConstraintState_get_suspAngular_0","_emscripten_bind_PxVehiclePhysXConstraintState_set_suspAngular_1","_emscripten_bind_PxVehiclePhysXConstraintState_get_suspGeometricError_0","_emscripten_bind_PxVehiclePhysXConstraintState_set_suspGeometricError_1","_emscripten_bind_PxVehiclePhysXConstraintState_get_restitution_0","_emscripten_bind_PxVehiclePhysXConstraintState_set_restitution_1","_emscripten_bind_PxVehiclePhysXConstraintState___destroy___0","_emscripten_bind_PxVehiclePhysXConstraints_setToDefault_0","_emscripten_bind_PxVehiclePhysXConstraints_get_constraintStates_1","_emscripten_bind_PxVehiclePhysXConstraints_set_constraintStates_2","_emscripten_bind_PxVehiclePhysXConstraints_get_constraints_1","_emscripten_bind_PxVehiclePhysXConstraints_set_constraints_2","_emscripten_bind_PxVehiclePhysXConstraints_get_constraintConnectors_1","_emscripten_bind_PxVehiclePhysXConstraints_set_constraintConnectors_2","_emscripten_bind_PxVehiclePhysXConstraints___destroy___0","_emscripten_bind_PxVehiclePhysXMaterialFriction_PxVehiclePhysXMaterialFriction_0","_emscripten_bind_PxVehiclePhysXMaterialFriction_isValid_0","_emscripten_bind_PxVehiclePhysXMaterialFriction_get_material_0","_emscripten_bind_PxVehiclePhysXMaterialFriction_set_material_1","_emscripten_bind_PxVehiclePhysXMaterialFriction_get_friction_0","_emscripten_bind_PxVehiclePhysXMaterialFriction_set_friction_1","_emscripten_bind_PxVehiclePhysXMaterialFriction___destroy___0","_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_isValid_0","_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_materialFrictions_0","_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_materialFrictions_1","_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_nbMaterialFrictions_0","_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_nbMaterialFrictions_1","_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_defaultFriction_0","_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_defaultFriction_1","_emscripten_bind_PxVehiclePhysXMaterialFrictionParams___destroy___0","_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_transformAndScale_4","_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_isValid_0","_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_roadGeometryQueryType_0","_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_roadGeometryQueryType_1","_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_defaultFilterData_0","_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_defaultFilterData_1","_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_filterDataEntries_0","_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_filterDataEntries_1","_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_filterCallback_0","_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_filterCallback_1","_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams___destroy___0","_emscripten_bind_PxVehiclePhysXSimulationContext_PxVehiclePhysXSimulationContext_0","_emscripten_bind_PxVehiclePhysXSimulationContext_transformAndScale_4","_emscripten_bind_PxVehiclePhysXSimulationContext_getType_0","_emscripten_bind_PxVehiclePhysXSimulationContext_setToDefault_0","_emscripten_bind_PxVehiclePhysXSimulationContext_get_physxUnitCylinderSweepMesh_0","_emscripten_bind_PxVehiclePhysXSimulationContext_set_physxUnitCylinderSweepMesh_1","_emscripten_bind_PxVehiclePhysXSimulationContext_get_physxScene_0","_emscripten_bind_PxVehiclePhysXSimulationContext_set_physxScene_1","_emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorUpdateMode_0","_emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorUpdateMode_1","_emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorWakeCounterResetValue_0","_emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorWakeCounterResetValue_1","_emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorWakeCounterThreshold_0","_emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorWakeCounterThreshold_1","_emscripten_bind_PxVehiclePhysXSimulationContext_get_gravity_0","_emscripten_bind_PxVehiclePhysXSimulationContext_set_gravity_1","_emscripten_bind_PxVehiclePhysXSimulationContext_get_frame_0","_emscripten_bind_PxVehiclePhysXSimulationContext_set_frame_1","_emscripten_bind_PxVehiclePhysXSimulationContext_get_scale_0","_emscripten_bind_PxVehiclePhysXSimulationContext_set_scale_1","_emscripten_bind_PxVehiclePhysXSimulationContext_get_tireSlipParams_0","_emscripten_bind_PxVehiclePhysXSimulationContext_set_tireSlipParams_1","_emscripten_bind_PxVehiclePhysXSimulationContext_get_tireStickyParams_0","_emscripten_bind_PxVehiclePhysXSimulationContext_set_tireStickyParams_1","_emscripten_bind_PxVehiclePhysXSimulationContext_get_thresholdForwardSpeedForWheelAngleIntegration_0","_emscripten_bind_PxVehiclePhysXSimulationContext_set_thresholdForwardSpeedForWheelAngleIntegration_1","_emscripten_bind_PxVehiclePhysXSimulationContext_get_pvdContext_0","_emscripten_bind_PxVehiclePhysXSimulationContext_set_pvdContext_1","_emscripten_bind_PxVehiclePhysXSteerState_setToDefault_0","_emscripten_bind_PxVehiclePhysXSteerState_get_previousSteerCommand_0","_emscripten_bind_PxVehiclePhysXSteerState_set_previousSteerCommand_1","_emscripten_bind_PxVehiclePhysXSteerState___destroy___0","_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_transformAndScale_4","_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_isValid_0","_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_get_restitution_0","_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_set_restitution_1","_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_get_directionForSuspensionLimitConstraint_0","_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_set_directionForSuspensionLimitConstraint_1","_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams___destroy___0","_emscripten_bind_PxVehicleRigidBodyParams_PxVehicleRigidBodyParams_0","_emscripten_bind_PxVehicleRigidBodyParams_transformAndScale_4","_emscripten_bind_PxVehicleRigidBodyParams_isValid_0","_emscripten_bind_PxVehicleRigidBodyParams_get_mass_0","_emscripten_bind_PxVehicleRigidBodyParams_set_mass_1","_emscripten_bind_PxVehicleRigidBodyParams_get_moi_0","_emscripten_bind_PxVehicleRigidBodyParams_set_moi_1","_emscripten_bind_PxVehicleRigidBodyParams___destroy___0","_emscripten_bind_PxVehicleRigidBodyState_PxVehicleRigidBodyState_0","_emscripten_bind_PxVehicleRigidBodyState_setToDefault_0","_emscripten_bind_PxVehicleRigidBodyState_getVerticalSpeed_1","_emscripten_bind_PxVehicleRigidBodyState_getLateralSpeed_1","_emscripten_bind_PxVehicleRigidBodyState_getLongitudinalSpeed_1","_emscripten_bind_PxVehicleRigidBodyState_get_pose_0","_emscripten_bind_PxVehicleRigidBodyState_set_pose_1","_emscripten_bind_PxVehicleRigidBodyState_get_linearVelocity_0","_emscripten_bind_PxVehicleRigidBodyState_set_linearVelocity_1","_emscripten_bind_PxVehicleRigidBodyState_get_angularVelocity_0","_emscripten_bind_PxVehicleRigidBodyState_set_angularVelocity_1","_emscripten_bind_PxVehicleRigidBodyState_get_previousLinearVelocity_0","_emscripten_bind_PxVehicleRigidBodyState_set_previousLinearVelocity_1","_emscripten_bind_PxVehicleRigidBodyState_get_previousAngularVelocity_0","_emscripten_bind_PxVehicleRigidBodyState_set_previousAngularVelocity_1","_emscripten_bind_PxVehicleRigidBodyState_get_externalForce_0","_emscripten_bind_PxVehicleRigidBodyState_set_externalForce_1","_emscripten_bind_PxVehicleRigidBodyState_get_externalTorque_0","_emscripten_bind_PxVehicleRigidBodyState_set_externalTorque_1","_emscripten_bind_PxVehicleRigidBodyState___destroy___0","_emscripten_bind_PxVehicleRoadGeometryState_PxVehicleRoadGeometryState_0","_emscripten_bind_PxVehicleRoadGeometryState_setToDefault_0","_emscripten_bind_PxVehicleRoadGeometryState_get_plane_0","_emscripten_bind_PxVehicleRoadGeometryState_set_plane_1","_emscripten_bind_PxVehicleRoadGeometryState_get_friction_0","_emscripten_bind_PxVehicleRoadGeometryState_set_friction_1","_emscripten_bind_PxVehicleRoadGeometryState_get_velocity_0","_emscripten_bind_PxVehicleRoadGeometryState_set_velocity_1","_emscripten_bind_PxVehicleRoadGeometryState_get_hitState_0","_emscripten_bind_PxVehicleRoadGeometryState_set_hitState_1","_emscripten_bind_PxVehicleRoadGeometryState___destroy___0","_emscripten_bind_PxVehicleScale_PxVehicleScale_0","_emscripten_bind_PxVehicleScale_setToDefault_0","_emscripten_bind_PxVehicleScale_isValid_0","_emscripten_bind_PxVehicleScale_get_scale_0","_emscripten_bind_PxVehicleScale_set_scale_1","_emscripten_bind_PxVehicleScale___destroy___0","_emscripten_bind_PxVehicleSteerCommandResponseParams_PxVehicleSteerCommandResponseParams_0","_emscripten_bind_PxVehicleSteerCommandResponseParams_transformAndScale_4","_emscripten_bind_PxVehicleSteerCommandResponseParams_isValid_1","_emscripten_bind_PxVehicleSteerCommandResponseParams_get_nonlinearResponse_0","_emscripten_bind_PxVehicleSteerCommandResponseParams_set_nonlinearResponse_1","_emscripten_bind_PxVehicleSteerCommandResponseParams_get_wheelResponseMultipliers_1","_emscripten_bind_PxVehicleSteerCommandResponseParams_set_wheelResponseMultipliers_2","_emscripten_bind_PxVehicleSteerCommandResponseParams_get_maxResponse_0","_emscripten_bind_PxVehicleSteerCommandResponseParams_set_maxResponse_1","_emscripten_bind_PxVehicleSteerCommandResponseParams___destroy___0","_emscripten_bind_PxVehicleSuspensionComplianceParams_PxVehicleSuspensionComplianceParams_0","_emscripten_bind_PxVehicleSuspensionComplianceParams_transformAndScale_4","_emscripten_bind_PxVehicleSuspensionComplianceParams_isValid_0","_emscripten_bind_PxVehicleSuspensionComplianceParams_get_wheelToeAngle_0","_emscripten_bind_PxVehicleSuspensionComplianceParams_set_wheelToeAngle_1","_emscripten_bind_PxVehicleSuspensionComplianceParams_get_wheelCamberAngle_0","_emscripten_bind_PxVehicleSuspensionComplianceParams_set_wheelCamberAngle_1","_emscripten_bind_PxVehicleSuspensionComplianceParams_get_suspForceAppPoint_0","_emscripten_bind_PxVehicleSuspensionComplianceParams_set_suspForceAppPoint_1","_emscripten_bind_PxVehicleSuspensionComplianceParams_get_tireForceAppPoint_0","_emscripten_bind_PxVehicleSuspensionComplianceParams_set_tireForceAppPoint_1","_emscripten_bind_PxVehicleSuspensionComplianceParams___destroy___0","_emscripten_bind_PxVehicleSuspensionComplianceState_PxVehicleSuspensionComplianceState_0","_emscripten_bind_PxVehicleSuspensionComplianceState_setToDefault_0","_emscripten_bind_PxVehicleSuspensionComplianceState_get_toe_0","_emscripten_bind_PxVehicleSuspensionComplianceState_set_toe_1","_emscripten_bind_PxVehicleSuspensionComplianceState_get_camber_0","_emscripten_bind_PxVehicleSuspensionComplianceState_set_camber_1","_emscripten_bind_PxVehicleSuspensionComplianceState_get_tireForceAppPoint_0","_emscripten_bind_PxVehicleSuspensionComplianceState_set_tireForceAppPoint_1","_emscripten_bind_PxVehicleSuspensionComplianceState_get_suspForceAppPoint_0","_emscripten_bind_PxVehicleSuspensionComplianceState_set_suspForceAppPoint_1","_emscripten_bind_PxVehicleSuspensionComplianceState___destroy___0","_emscripten_bind_PxVehicleSuspensionForce_PxVehicleSuspensionForce_0","_emscripten_bind_PxVehicleSuspensionForce_setToDefault_0","_emscripten_bind_PxVehicleSuspensionForce_get_force_0","_emscripten_bind_PxVehicleSuspensionForce_set_force_1","_emscripten_bind_PxVehicleSuspensionForce_get_torque_0","_emscripten_bind_PxVehicleSuspensionForce_set_torque_1","_emscripten_bind_PxVehicleSuspensionForce_get_normalForce_0","_emscripten_bind_PxVehicleSuspensionForce_set_normalForce_1","_emscripten_bind_PxVehicleSuspensionForce___destroy___0","_emscripten_bind_PxVehicleSuspensionForceParams_PxVehicleSuspensionForceParams_0","_emscripten_bind_PxVehicleSuspensionForceParams_transformAndScale_4","_emscripten_bind_PxVehicleSuspensionForceParams_isValid_0","_emscripten_bind_PxVehicleSuspensionForceParams_get_stiffness_0","_emscripten_bind_PxVehicleSuspensionForceParams_set_stiffness_1","_emscripten_bind_PxVehicleSuspensionForceParams_get_damping_0","_emscripten_bind_PxVehicleSuspensionForceParams_set_damping_1","_emscripten_bind_PxVehicleSuspensionForceParams_get_sprungMass_0","_emscripten_bind_PxVehicleSuspensionForceParams_set_sprungMass_1","_emscripten_bind_PxVehicleSuspensionForceParams___destroy___0","_emscripten_bind_PxVehicleSuspensionParams_PxVehicleSuspensionParams_0","_emscripten_bind_PxVehicleSuspensionParams_transformAndScale_4","_emscripten_bind_PxVehicleSuspensionParams_isValid_0","_emscripten_bind_PxVehicleSuspensionParams_get_suspensionAttachment_0","_emscripten_bind_PxVehicleSuspensionParams_set_suspensionAttachment_1","_emscripten_bind_PxVehicleSuspensionParams_get_suspensionTravelDir_0","_emscripten_bind_PxVehicleSuspensionParams_set_suspensionTravelDir_1","_emscripten_bind_PxVehicleSuspensionParams_get_suspensionTravelDist_0","_emscripten_bind_PxVehicleSuspensionParams_set_suspensionTravelDist_1","_emscripten_bind_PxVehicleSuspensionParams_get_wheelAttachment_0","_emscripten_bind_PxVehicleSuspensionParams_set_wheelAttachment_1","_emscripten_bind_PxVehicleSuspensionParams___destroy___0","_emscripten_bind_PxVehicleSuspensionState_PxVehicleSuspensionState_0","_emscripten_bind_PxVehicleSuspensionState_setToDefault_2","_emscripten_bind_PxVehicleSuspensionState_get_jounce_0","_emscripten_bind_PxVehicleSuspensionState_set_jounce_1","_emscripten_bind_PxVehicleSuspensionState_get_jounceSpeed_0","_emscripten_bind_PxVehicleSuspensionState_set_jounceSpeed_1","_emscripten_bind_PxVehicleSuspensionState_get_separation_0","_emscripten_bind_PxVehicleSuspensionState_set_separation_1","_emscripten_bind_PxVehicleSuspensionState___destroy___0","_emscripten_bind_PxVehicleSuspensionStateCalculationParams_PxVehicleSuspensionStateCalculationParams_0","_emscripten_bind_PxVehicleSuspensionStateCalculationParams_transformAndScale_4","_emscripten_bind_PxVehicleSuspensionStateCalculationParams_isValid_0","_emscripten_bind_PxVehicleSuspensionStateCalculationParams_get_suspensionJounceCalculationType_0","_emscripten_bind_PxVehicleSuspensionStateCalculationParams_set_suspensionJounceCalculationType_1","_emscripten_bind_PxVehicleSuspensionStateCalculationParams_get_limitSuspensionExpansionVelocity_0","_emscripten_bind_PxVehicleSuspensionStateCalculationParams_set_limitSuspensionExpansionVelocity_1","_emscripten_bind_PxVehicleSuspensionStateCalculationParams___destroy___0","_emscripten_bind_PxVehicleTankDriveDifferentialParams_PxVehicleTankDriveDifferentialParams_0","_emscripten_bind_PxVehicleTankDriveDifferentialParams_setToDefault_0","_emscripten_bind_PxVehicleTankDriveDifferentialParams_getNbWheelsInTrack_1","_emscripten_bind_PxVehicleTankDriveDifferentialParams_getWheelsInTrack_1","_emscripten_bind_PxVehicleTankDriveDifferentialParams_getWheelInTrack_2","_emscripten_bind_PxVehicleTankDriveDifferentialParams_getThrustControllerIndex_1","_emscripten_bind_PxVehicleTankDriveDifferentialParams_transformAndScale_4","_emscripten_bind_PxVehicleTankDriveDifferentialParams_isValid_1","_emscripten_bind_PxVehicleTankDriveDifferentialParams_get_nbTracks_0","_emscripten_bind_PxVehicleTankDriveDifferentialParams_set_nbTracks_1","_emscripten_bind_PxVehicleTankDriveDifferentialParams_get_thrustIdPerTrack_1","_emscripten_bind_PxVehicleTankDriveDifferentialParams_set_thrustIdPerTrack_2","_emscripten_bind_PxVehicleTankDriveDifferentialParams_get_nbWheelsPerTrack_1","_emscripten_bind_PxVehicleTankDriveDifferentialParams_set_nbWheelsPerTrack_2","_emscripten_bind_PxVehicleTankDriveDifferentialParams_get_trackToWheelIds_1","_emscripten_bind_PxVehicleTankDriveDifferentialParams_set_trackToWheelIds_2","_emscripten_bind_PxVehicleTankDriveDifferentialParams_get_wheelIdsInTrackOrder_1","_emscripten_bind_PxVehicleTankDriveDifferentialParams_set_wheelIdsInTrackOrder_2","_emscripten_bind_PxVehicleTankDriveDifferentialParams_get_torqueRatios_1","_emscripten_bind_PxVehicleTankDriveDifferentialParams_set_torqueRatios_2","_emscripten_bind_PxVehicleTankDriveDifferentialParams_get_aveWheelSpeedRatios_1","_emscripten_bind_PxVehicleTankDriveDifferentialParams_set_aveWheelSpeedRatios_2","_emscripten_bind_PxVehicleTankDriveDifferentialParams___destroy___0","_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_PxVehicleTankDriveTransmissionCommandState_0","_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_setToDefault_0","_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_thrusts_1","_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_thrusts_2","_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_clutch_0","_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_clutch_1","_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_targetGear_0","_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_targetGear_1","_emscripten_bind_PxVehicleTankDriveTransmissionCommandState___destroy___0","_emscripten_bind_PxVehicleTireAxisStickyParams_PxVehicleTireAxisStickyParams_0","_emscripten_bind_PxVehicleTireAxisStickyParams_transformAndScale_4","_emscripten_bind_PxVehicleTireAxisStickyParams_isValid_0","_emscripten_bind_PxVehicleTireAxisStickyParams_get_thresholdSpeed_0","_emscripten_bind_PxVehicleTireAxisStickyParams_set_thresholdSpeed_1","_emscripten_bind_PxVehicleTireAxisStickyParams_get_thresholdTime_0","_emscripten_bind_PxVehicleTireAxisStickyParams_set_thresholdTime_1","_emscripten_bind_PxVehicleTireAxisStickyParams_get_damping_0","_emscripten_bind_PxVehicleTireAxisStickyParams_set_damping_1","_emscripten_bind_PxVehicleTireAxisStickyParams___destroy___0","_emscripten_bind_PxVehicleTireCamberAngleState_PxVehicleTireCamberAngleState_0","_emscripten_bind_PxVehicleTireCamberAngleState_setToDefault_0","_emscripten_bind_PxVehicleTireCamberAngleState_get_camberAngle_0","_emscripten_bind_PxVehicleTireCamberAngleState_set_camberAngle_1","_emscripten_bind_PxVehicleTireCamberAngleState___destroy___0","_emscripten_bind_PxVehicleTireDirectionState_PxVehicleTireDirectionState_0","_emscripten_bind_PxVehicleTireDirectionState_setToDefault_0","_emscripten_bind_PxVehicleTireDirectionState_get_directions_1","_emscripten_bind_PxVehicleTireDirectionState_set_directions_2","_emscripten_bind_PxVehicleTireDirectionState___destroy___0","_emscripten_bind_PxVehicleTireForce_PxVehicleTireForce_0","_emscripten_bind_PxVehicleTireForce_setToDefault_0","_emscripten_bind_PxVehicleTireForce_get_forces_1","_emscripten_bind_PxVehicleTireForce_set_forces_2","_emscripten_bind_PxVehicleTireForce_get_torques_1","_emscripten_bind_PxVehicleTireForce_set_torques_2","_emscripten_bind_PxVehicleTireForce_get_aligningMoment_0","_emscripten_bind_PxVehicleTireForce_set_aligningMoment_1","_emscripten_bind_PxVehicleTireForce_get_wheelTorque_0","_emscripten_bind_PxVehicleTireForce_set_wheelTorque_1","_emscripten_bind_PxVehicleTireForce___destroy___0","_emscripten_bind_PxVehicleTireForceParams_PxVehicleTireForceParams_0","_emscripten_bind_PxVehicleTireForceParams_transformAndScale_4","_emscripten_bind_PxVehicleTireForceParams_isValid_0","_emscripten_bind_PxVehicleTireForceParams_get_latStiffX_0","_emscripten_bind_PxVehicleTireForceParams_set_latStiffX_1","_emscripten_bind_PxVehicleTireForceParams_get_latStiffY_0","_emscripten_bind_PxVehicleTireForceParams_set_latStiffY_1","_emscripten_bind_PxVehicleTireForceParams_get_longStiff_0","_emscripten_bind_PxVehicleTireForceParams_set_longStiff_1","_emscripten_bind_PxVehicleTireForceParams_get_camberStiff_0","_emscripten_bind_PxVehicleTireForceParams_set_camberStiff_1","_emscripten_bind_PxVehicleTireForceParams_get_restLoad_0","_emscripten_bind_PxVehicleTireForceParams_set_restLoad_1","_emscripten_bind_PxVehicleTireForceParams___destroy___0","_emscripten_bind_PxVehicleTireForceParamsExt_setFrictionVsSlip_4","_emscripten_bind_PxVehicleTireForceParamsExt_setLoadFilter_4","_emscripten_bind_PxVehicleTireGripState_setToDefault_0","_emscripten_bind_PxVehicleTireGripState_get_load_0","_emscripten_bind_PxVehicleTireGripState_set_load_1","_emscripten_bind_PxVehicleTireGripState_get_friction_0","_emscripten_bind_PxVehicleTireGripState_set_friction_1","_emscripten_bind_PxVehicleTireGripState___destroy___0","_emscripten_bind_PxVehicleTireSlipParams_PxVehicleTireSlipParams_0","_emscripten_bind_PxVehicleTireSlipParams_setToDefault_0","_emscripten_bind_PxVehicleTireSlipParams_transformAndScale_4","_emscripten_bind_PxVehicleTireSlipParams_isValid_0","_emscripten_bind_PxVehicleTireSlipParams_get_minLatSlipDenominator_0","_emscripten_bind_PxVehicleTireSlipParams_set_minLatSlipDenominator_1","_emscripten_bind_PxVehicleTireSlipParams_get_minPassiveLongSlipDenominator_0","_emscripten_bind_PxVehicleTireSlipParams_set_minPassiveLongSlipDenominator_1","_emscripten_bind_PxVehicleTireSlipParams_get_minActiveLongSlipDenominator_0","_emscripten_bind_PxVehicleTireSlipParams_set_minActiveLongSlipDenominator_1","_emscripten_bind_PxVehicleTireSlipParams___destroy___0","_emscripten_bind_PxVehicleTireSlipState_PxVehicleTireSlipState_0","_emscripten_bind_PxVehicleTireSlipState_setToDefault_0","_emscripten_bind_PxVehicleTireSlipState_get_slips_1","_emscripten_bind_PxVehicleTireSlipState_set_slips_2","_emscripten_bind_PxVehicleTireSlipState___destroy___0","_emscripten_bind_PxVehicleTireSpeedState_PxVehicleTireSpeedState_0","_emscripten_bind_PxVehicleTireSpeedState_setToDefault_0","_emscripten_bind_PxVehicleTireSpeedState_get_speedStates_1","_emscripten_bind_PxVehicleTireSpeedState_set_speedStates_2","_emscripten_bind_PxVehicleTireSpeedState___destroy___0","_emscripten_bind_PxVehicleTireStickyParams_PxVehicleTireStickyParams_0","_emscripten_bind_PxVehicleTireStickyParams_setToDefault_0","_emscripten_bind_PxVehicleTireStickyParams_transformAndScale_4","_emscripten_bind_PxVehicleTireStickyParams_isValid_0","_emscripten_bind_PxVehicleTireStickyParams_get_stickyParams_1","_emscripten_bind_PxVehicleTireStickyParams_set_stickyParams_2","_emscripten_bind_PxVehicleTireStickyParams___destroy___0","_emscripten_bind_PxVehicleTireStickyState_PxVehicleTireStickyState_0","_emscripten_bind_PxVehicleTireStickyState_setToDefault_0","_emscripten_bind_PxVehicleTireStickyState_get_lowSpeedTime_1","_emscripten_bind_PxVehicleTireStickyState_set_lowSpeedTime_2","_emscripten_bind_PxVehicleTireStickyState_get_activeStatus_1","_emscripten_bind_PxVehicleTireStickyState_set_activeStatus_2","_emscripten_bind_PxVehicleTireStickyState___destroy___0","_emscripten_bind_PxVehicleTopLevelFunctions_InitVehicleExtension_1","_emscripten_bind_PxVehicleTopLevelFunctions_CloseVehicleExtension_0","_emscripten_bind_PxVehicleTopLevelFunctions_VehicleComputeSprungMasses_5","_emscripten_bind_PxVehicleTopLevelFunctions_VehicleUnitCylinderSweepMeshCreate_3","_emscripten_bind_PxVehicleTopLevelFunctions_VehicleUnitCylinderSweepMeshDestroy_1","_emscripten_bind_PxVehicleTopLevelFunctions_get_MAX_NB_ENGINE_TORQUE_CURVE_ENTRIES_0","_emscripten_bind_PxVehicleTorqueCurveLookupTable_PxVehicleTorqueCurveLookupTable_0","_emscripten_bind_PxVehicleTorqueCurveLookupTable_addPair_2","_emscripten_bind_PxVehicleTorqueCurveLookupTable_interpolate_1","_emscripten_bind_PxVehicleTorqueCurveLookupTable_clear_0","_emscripten_bind_PxVehicleTorqueCurveLookupTable_isValid_0","_emscripten_bind_PxVehicleTorqueCurveLookupTable___destroy___0","_emscripten_bind_PxVehicleWheelActuationState_PxVehicleWheelActuationState_0","_emscripten_bind_PxVehicleWheelActuationState_setToDefault_0","_emscripten_bind_PxVehicleWheelActuationState_get_isBrakeApplied_0","_emscripten_bind_PxVehicleWheelActuationState_set_isBrakeApplied_1","_emscripten_bind_PxVehicleWheelActuationState_get_isDriveApplied_0","_emscripten_bind_PxVehicleWheelActuationState_set_isDriveApplied_1","_emscripten_bind_PxVehicleWheelActuationState___destroy___0","_emscripten_bind_PxVehicleWheelConstraintGroupState_PxVehicleWheelConstraintGroupState_0","_emscripten_bind_PxVehicleWheelConstraintGroupState_setToDefault_0","_emscripten_bind_PxVehicleWheelConstraintGroupState_getNbConstraintGroups_0","_emscripten_bind_PxVehicleWheelConstraintGroupState_getNbWheelsInConstraintGroup_1","_emscripten_bind_PxVehicleWheelConstraintGroupState_getWheelInConstraintGroup_2","_emscripten_bind_PxVehicleWheelConstraintGroupState_getMultiplierInConstraintGroup_2","_emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbGroups_0","_emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbGroups_1","_emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbWheelsPerGroup_1","_emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbWheelsPerGroup_2","_emscripten_bind_PxVehicleWheelConstraintGroupState_get_groupToWheelIds_1","_emscripten_bind_PxVehicleWheelConstraintGroupState_set_groupToWheelIds_2","_emscripten_bind_PxVehicleWheelConstraintGroupState_get_wheelIdsInGroupOrder_1","_emscripten_bind_PxVehicleWheelConstraintGroupState_set_wheelIdsInGroupOrder_2","_emscripten_bind_PxVehicleWheelConstraintGroupState_get_wheelMultipliersInGroupOrder_1","_emscripten_bind_PxVehicleWheelConstraintGroupState_set_wheelMultipliersInGroupOrder_2","_emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbWheelsInGroups_0","_emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbWheelsInGroups_1","_emscripten_bind_PxVehicleWheelConstraintGroupState___destroy___0","_emscripten_bind_PxVehicleWheelLocalPose_PxVehicleWheelLocalPose_0","_emscripten_bind_PxVehicleWheelLocalPose_setToDefault_0","_emscripten_bind_PxVehicleWheelLocalPose_get_localPose_0","_emscripten_bind_PxVehicleWheelLocalPose_set_localPose_1","_emscripten_bind_PxVehicleWheelLocalPose___destroy___0","_emscripten_bind_PxVehicleWheelParams_PxVehicleWheelParams_0","_emscripten_bind_PxVehicleWheelParams_transformAndScale_4","_emscripten_bind_PxVehicleWheelParams_isValid_0","_emscripten_bind_PxVehicleWheelParams_get_radius_0","_emscripten_bind_PxVehicleWheelParams_set_radius_1","_emscripten_bind_PxVehicleWheelParams_get_halfWidth_0","_emscripten_bind_PxVehicleWheelParams_set_halfWidth_1","_emscripten_bind_PxVehicleWheelParams_get_mass_0","_emscripten_bind_PxVehicleWheelParams_set_mass_1","_emscripten_bind_PxVehicleWheelParams_get_moi_0","_emscripten_bind_PxVehicleWheelParams_set_moi_1","_emscripten_bind_PxVehicleWheelParams_get_dampingRate_0","_emscripten_bind_PxVehicleWheelParams_set_dampingRate_1","_emscripten_bind_PxVehicleWheelParams___destroy___0","_emscripten_bind_PxVehicleWheelRigidBody1dState_PxVehicleWheelRigidBody1dState_0","_emscripten_bind_PxVehicleWheelRigidBody1dState_setToDefault_0","_emscripten_bind_PxVehicleWheelRigidBody1dState_get_rotationSpeed_0","_emscripten_bind_PxVehicleWheelRigidBody1dState_set_rotationSpeed_1","_emscripten_bind_PxVehicleWheelRigidBody1dState_get_correctedRotationSpeed_0","_emscripten_bind_PxVehicleWheelRigidBody1dState_set_correctedRotationSpeed_1","_emscripten_bind_PxVehicleWheelRigidBody1dState_get_rotationAngle_0","_emscripten_bind_PxVehicleWheelRigidBody1dState_set_rotationAngle_1","_emscripten_bind_PxVehicleWheelRigidBody1dState___destroy___0","_emscripten_bind_PxVehicleWheelsPtr___destroy___0","_emscripten_bind_SimplPvdTransportImpl_SimplPvdTransportImpl_0","_emscripten_bind_SimplPvdTransportImpl_connect_0","_emscripten_bind_SimplPvdTransportImpl_isConnected_0","_emscripten_bind_SimplPvdTransportImpl_disconnect_0","_emscripten_bind_SimplPvdTransportImpl_send_2","_emscripten_bind_SimplPvdTransportImpl_flush_0","_emscripten_bind_SimplPvdTransportImpl___destroy___0","_emscripten_bind_SphereSupport_SphereSupport_1","_emscripten_bind_SphereSupport_getMargin_0","_emscripten_bind_SphereSupport_supportLocal_1","_emscripten_bind_SphereSupport_get_radius_0","_emscripten_bind_SphereSupport_set_radius_1","_emscripten_bind_SphereSupport___destroy___0","_emscripten_bind_SupportFunctions_PxActor_getShape_2","_emscripten_bind_SupportFunctions_PxScene_getActiveActors_1","_emscripten_bind_SupportFunctions_PxArticulationReducedCoordinate_getMinSolverPositionIterations_1","_emscripten_bind_SupportFunctions_PxArticulationReducedCoordinate_getMinSolverVelocityIterations_1","_emscripten_bind_SupportFunctions___destroy___0","_emscripten_bind_Vector_PxActorPtr_Vector_PxActorPtr_0","_emscripten_bind_Vector_PxActorPtr_Vector_PxActorPtr_1","_emscripten_bind_Vector_PxActorPtr_at_1","_emscripten_bind_Vector_PxActorPtr_data_0","_emscripten_bind_Vector_PxActorPtr_size_0","_emscripten_bind_Vector_PxActorPtr_push_back_1","_emscripten_bind_Vector_PxActorPtr_clear_0","_emscripten_bind_Vector_PxActorPtr___destroy___0","_emscripten_bind_Vector_PxContactPairPoint_Vector_PxContactPairPoint_0","_emscripten_bind_Vector_PxContactPairPoint_Vector_PxContactPairPoint_1","_emscripten_bind_Vector_PxContactPairPoint_at_1","_emscripten_bind_Vector_PxContactPairPoint_data_0","_emscripten_bind_Vector_PxContactPairPoint_size_0","_emscripten_bind_Vector_PxContactPairPoint_push_back_1","_emscripten_bind_Vector_PxContactPairPoint_clear_0","_emscripten_bind_Vector_PxContactPairPoint___destroy___0","_emscripten_bind_Vector_PxHeightFieldSample_Vector_PxHeightFieldSample_0","_emscripten_bind_Vector_PxHeightFieldSample_Vector_PxHeightFieldSample_1","_emscripten_bind_Vector_PxHeightFieldSample_at_1","_emscripten_bind_Vector_PxHeightFieldSample_data_0","_emscripten_bind_Vector_PxHeightFieldSample_size_0","_emscripten_bind_Vector_PxHeightFieldSample_push_back_1","_emscripten_bind_Vector_PxHeightFieldSample_clear_0","_emscripten_bind_Vector_PxHeightFieldSample___destroy___0","_emscripten_bind_Vector_PxMaterialConst_Vector_PxMaterialConst_0","_emscripten_bind_Vector_PxMaterialConst_Vector_PxMaterialConst_1","_emscripten_bind_Vector_PxMaterialConst_at_1","_emscripten_bind_Vector_PxMaterialConst_data_0","_emscripten_bind_Vector_PxMaterialConst_size_0","_emscripten_bind_Vector_PxMaterialConst_push_back_1","_emscripten_bind_Vector_PxMaterialConst_clear_0","_emscripten_bind_Vector_PxMaterialConst___destroy___0","_emscripten_bind_Vector_PxRaycastHit_Vector_PxRaycastHit_0","_emscripten_bind_Vector_PxRaycastHit_Vector_PxRaycastHit_1","_emscripten_bind_Vector_PxRaycastHit_at_1","_emscripten_bind_Vector_PxRaycastHit_data_0","_emscripten_bind_Vector_PxRaycastHit_size_0","_emscripten_bind_Vector_PxRaycastHit_push_back_1","_emscripten_bind_Vector_PxRaycastHit_clear_0","_emscripten_bind_Vector_PxRaycastHit___destroy___0","_emscripten_bind_Vector_PxReal_Vector_PxReal_0","_emscripten_bind_Vector_PxReal_Vector_PxReal_1","_emscripten_bind_Vector_PxReal_at_1","_emscripten_bind_Vector_PxReal_data_0","_emscripten_bind_Vector_PxReal_size_0","_emscripten_bind_Vector_PxReal_push_back_1","_emscripten_bind_Vector_PxReal_clear_0","_emscripten_bind_Vector_PxReal___destroy___0","_emscripten_bind_Vector_PxSweepHit_Vector_PxSweepHit_0","_emscripten_bind_Vector_PxSweepHit_Vector_PxSweepHit_1","_emscripten_bind_Vector_PxSweepHit_at_1","_emscripten_bind_Vector_PxSweepHit_data_0","_emscripten_bind_Vector_PxSweepHit_size_0","_emscripten_bind_Vector_PxSweepHit_push_back_1","_emscripten_bind_Vector_PxSweepHit_clear_0","_emscripten_bind_Vector_PxSweepHit___destroy___0","_emscripten_bind_Vector_PxU16_Vector_PxU16_0","_emscripten_bind_Vector_PxU16_Vector_PxU16_1","_emscripten_bind_Vector_PxU16_at_1","_emscripten_bind_Vector_PxU16_data_0","_emscripten_bind_Vector_PxU16_size_0","_emscripten_bind_Vector_PxU16_push_back_1","_emscripten_bind_Vector_PxU16_clear_0","_emscripten_bind_Vector_PxU16___destroy___0","_emscripten_bind_Vector_PxU32_Vector_PxU32_0","_emscripten_bind_Vector_PxU32_Vector_PxU32_1","_emscripten_bind_Vector_PxU32_at_1","_emscripten_bind_Vector_PxU32_data_0","_emscripten_bind_Vector_PxU32_size_0","_emscripten_bind_Vector_PxU32_push_back_1","_emscripten_bind_Vector_PxU32_clear_0","_emscripten_bind_Vector_PxU32___destroy___0","_emscripten_bind_Vector_PxU8_Vector_PxU8_0","_emscripten_bind_Vector_PxU8_Vector_PxU8_1","_emscripten_bind_Vector_PxU8_at_1","_emscripten_bind_Vector_PxU8_data_0","_emscripten_bind_Vector_PxU8_size_0","_emscripten_bind_Vector_PxU8_push_back_1","_emscripten_bind_Vector_PxU8_clear_0","_emscripten_bind_Vector_PxU8___destroy___0","_emscripten_bind_Vector_PxVec3_Vector_PxVec3_0","_emscripten_bind_Vector_PxVec3_Vector_PxVec3_1","_emscripten_bind_Vector_PxVec3_at_1","_emscripten_bind_Vector_PxVec3_data_0","_emscripten_bind_Vector_PxVec3_size_0","_emscripten_bind_Vector_PxVec3_push_back_1","_emscripten_bind_Vector_PxVec3_clear_0","_emscripten_bind_Vector_PxVec3___destroy___0","_emscripten_bind_Vector_PxVec4_Vector_PxVec4_0","_emscripten_bind_Vector_PxVec4_Vector_PxVec4_1","_emscripten_bind_Vector_PxVec4_at_1","_emscripten_bind_Vector_PxVec4_data_0","_emscripten_bind_Vector_PxVec4_size_0","_emscripten_bind_Vector_PxVec4_push_back_1","_emscripten_bind_Vector_PxVec4_clear_0","_emscripten_bind_Vector_PxVec4___destroy___0","_emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_FOURWHEELDRIVE","_emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_MULTIWHEELDRIVE","_emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_TANKDRIVE","_emscripten_enum_PxActorFlagEnum_eVISUALIZATION","_emscripten_enum_PxActorFlagEnum_eDISABLE_GRAVITY","_emscripten_enum_PxActorFlagEnum_eSEND_SLEEP_NOTIFIES","_emscripten_enum_PxActorFlagEnum_eDISABLE_SIMULATION","_emscripten_enum_PxActorTypeEnum_eRIGID_STATIC","_emscripten_enum_PxActorTypeEnum_eRIGID_DYNAMIC","_emscripten_enum_PxActorTypeEnum_eARTICULATION_LINK","_emscripten_enum_PxActorTypeEnum_eSOFTBODY","_emscripten_enum_PxActorTypeEnum_eFEMCLOTH","_emscripten_enum_PxActorTypeEnum_ePBD_PARTICLESYSTEM","_emscripten_enum_PxActorTypeEnum_eFLIP_PARTICLESYSTEM","_emscripten_enum_PxActorTypeEnum_eMPM_PARTICLESYSTEM","_emscripten_enum_PxActorTypeEnum_eHAIRSYSTEM","_emscripten_enum_PxActorTypeFlagEnum_eRIGID_STATIC","_emscripten_enum_PxActorTypeFlagEnum_eRIGID_DYNAMIC","_emscripten_enum_PxArticulationAxisEnum_eTWIST","_emscripten_enum_PxArticulationAxisEnum_eSWING1","_emscripten_enum_PxArticulationAxisEnum_eSWING2","_emscripten_enum_PxArticulationAxisEnum_eX","_emscripten_enum_PxArticulationAxisEnum_eY","_emscripten_enum_PxArticulationAxisEnum_eZ","_emscripten_enum_PxArticulationCacheFlagEnum_eVELOCITY","_emscripten_enum_PxArticulationCacheFlagEnum_eACCELERATION","_emscripten_enum_PxArticulationCacheFlagEnum_ePOSITION","_emscripten_enum_PxArticulationCacheFlagEnum_eFORCE","_emscripten_enum_PxArticulationCacheFlagEnum_eLINK_VELOCITY","_emscripten_enum_PxArticulationCacheFlagEnum_eLINK_ACCELERATION","_emscripten_enum_PxArticulationCacheFlagEnum_eROOT_TRANSFORM","_emscripten_enum_PxArticulationCacheFlagEnum_eROOT_VELOCITIES","_emscripten_enum_PxArticulationCacheFlagEnum_eSENSOR_FORCES","_emscripten_enum_PxArticulationCacheFlagEnum_eJOINT_SOLVER_FORCES","_emscripten_enum_PxArticulationCacheFlagEnum_eALL","_emscripten_enum_PxArticulationDriveTypeEnum_eFORCE","_emscripten_enum_PxArticulationDriveTypeEnum_eACCELERATION","_emscripten_enum_PxArticulationDriveTypeEnum_eTARGET","_emscripten_enum_PxArticulationDriveTypeEnum_eVELOCITY","_emscripten_enum_PxArticulationDriveTypeEnum_eNONE","_emscripten_enum_PxArticulationFlagEnum_eFIX_BASE","_emscripten_enum_PxArticulationFlagEnum_eDRIVE_LIMITS_ARE_FORCES","_emscripten_enum_PxArticulationFlagEnum_eDISABLE_SELF_COLLISION","_emscripten_enum_PxArticulationFlagEnum_eCOMPUTE_JOINT_FORCES","_emscripten_enum_PxArticulationJointTypeEnum_eFIX","_emscripten_enum_PxArticulationJointTypeEnum_ePRISMATIC","_emscripten_enum_PxArticulationJointTypeEnum_eREVOLUTE","_emscripten_enum_PxArticulationJointTypeEnum_eSPHERICAL","_emscripten_enum_PxArticulationJointTypeEnum_eUNDEFINED","_emscripten_enum_PxArticulationKinematicFlagEnum_ePOSITION","_emscripten_enum_PxArticulationKinematicFlagEnum_eVELOCITY","_emscripten_enum_PxArticulationMotionEnum_eLOCKED","_emscripten_enum_PxArticulationMotionEnum_eLIMITED","_emscripten_enum_PxArticulationMotionEnum_eFREE","_emscripten_enum_PxArticulationSensorFlagEnum_eFORWARD_DYNAMICS_FORCES","_emscripten_enum_PxArticulationSensorFlagEnum_eCONSTRAINT_SOLVER_FORCES","_emscripten_enum_PxArticulationSensorFlagEnum_eWORLD_FRAME","_emscripten_enum_PxBVHBuildStrategyEnum_eFAST","_emscripten_enum_PxBVHBuildStrategyEnum_eDEFAULT","_emscripten_enum_PxBVHBuildStrategyEnum_eSAH","_emscripten_enum_PxBaseFlagEnum_eOWNS_MEMORY","_emscripten_enum_PxBaseFlagEnum_eIS_RELEASABLE","_emscripten_enum_PxBroadPhaseTypeEnum_eSAP","_emscripten_enum_PxBroadPhaseTypeEnum_eMBP","_emscripten_enum_PxBroadPhaseTypeEnum_eABP","_emscripten_enum_PxBroadPhaseTypeEnum_ePABP","_emscripten_enum_PxBroadPhaseTypeEnum_eGPU","_emscripten_enum_PxCapsuleClimbingModeEnum_eEASY","_emscripten_enum_PxCapsuleClimbingModeEnum_eCONSTRAINED","_emscripten_enum_PxCombineModeEnum_eAVERAGE","_emscripten_enum_PxCombineModeEnum_eMIN","_emscripten_enum_PxCombineModeEnum_eMULTIPLY","_emscripten_enum_PxCombineModeEnum_eMAX","_emscripten_enum_PxConstraintFlagEnum_eBROKEN","_emscripten_enum_PxConstraintFlagEnum_eCOLLISION_ENABLED","_emscripten_enum_PxConstraintFlagEnum_eVISUALIZATION","_emscripten_enum_PxConstraintFlagEnum_eDRIVE_LIMITS_ARE_FORCES","_emscripten_enum_PxConstraintFlagEnum_eIMPROVED_SLERP","_emscripten_enum_PxConstraintFlagEnum_eDISABLE_PREPROCESSING","_emscripten_enum_PxConstraintFlagEnum_eENABLE_EXTENDED_LIMITS","_emscripten_enum_PxConstraintFlagEnum_eGPU_COMPATIBLE","_emscripten_enum_PxConstraintFlagEnum_eALWAYS_UPDATE","_emscripten_enum_PxConstraintFlagEnum_eDISABLE_CONSTRAINT","_emscripten_enum_PxContactPairFlagEnum_eREMOVED_SHAPE_0","_emscripten_enum_PxContactPairFlagEnum_eREMOVED_SHAPE_1","_emscripten_enum_PxContactPairFlagEnum_eACTOR_PAIR_HAS_FIRST_TOUCH","_emscripten_enum_PxContactPairFlagEnum_eACTOR_PAIR_LOST_TOUCH","_emscripten_enum_PxContactPairFlagEnum_eINTERNAL_HAS_IMPULSES","_emscripten_enum_PxContactPairFlagEnum_eINTERNAL_CONTACTS_ARE_FLIPPED","_emscripten_enum_PxContactPairHeaderFlagEnum_eREMOVED_ACTOR_0","_emscripten_enum_PxContactPairHeaderFlagEnum_eREMOVED_ACTOR_1","_emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_CAN_RIDE_ON_OBJECT","_emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_SLIDE","_emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_USER_DEFINED_RIDE","_emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_SIDES","_emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_UP","_emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_DOWN","_emscripten_enum_PxControllerNonWalkableModeEnum_ePREVENT_CLIMBING","_emscripten_enum_PxControllerNonWalkableModeEnum_ePREVENT_CLIMBING_AND_FORCE_SLIDING","_emscripten_enum_PxControllerShapeTypeEnum_eBOX","_emscripten_enum_PxControllerShapeTypeEnum_eCAPSULE","_emscripten_enum_PxConvexFlagEnum_e16_BIT_INDICES","_emscripten_enum_PxConvexFlagEnum_eCOMPUTE_CONVEX","_emscripten_enum_PxConvexFlagEnum_eCHECK_ZERO_AREA_TRIANGLES","_emscripten_enum_PxConvexFlagEnum_eQUANTIZE_INPUT","_emscripten_enum_PxConvexFlagEnum_eDISABLE_MESH_VALIDATION","_emscripten_enum_PxConvexFlagEnum_ePLANE_SHIFTING","_emscripten_enum_PxConvexFlagEnum_eFAST_INERTIA_COMPUTATION","_emscripten_enum_PxConvexFlagEnum_eGPU_COMPATIBLE","_emscripten_enum_PxConvexFlagEnum_eSHIFT_VERTICES","_emscripten_enum_PxConvexMeshCookingTypeEnum_eQUICKHULL","_emscripten_enum_PxConvexMeshGeometryFlagEnum_eTIGHT_BOUNDS","_emscripten_enum_PxD6AxisEnum_eX","_emscripten_enum_PxD6AxisEnum_eY","_emscripten_enum_PxD6AxisEnum_eZ","_emscripten_enum_PxD6AxisEnum_eTWIST","_emscripten_enum_PxD6AxisEnum_eSWING1","_emscripten_enum_PxD6AxisEnum_eSWING2","_emscripten_enum_PxD6DriveEnum_eX","_emscripten_enum_PxD6DriveEnum_eY","_emscripten_enum_PxD6DriveEnum_eZ","_emscripten_enum_PxD6DriveEnum_eSWING","_emscripten_enum_PxD6DriveEnum_eTWIST","_emscripten_enum_PxD6DriveEnum_eSLERP","_emscripten_enum_PxD6JointDriveFlagEnum_eACCELERATION","_emscripten_enum_PxD6MotionEnum_eLOCKED","_emscripten_enum_PxD6MotionEnum_eLIMITED","_emscripten_enum_PxD6MotionEnum_eFREE","_emscripten_enum_PxDebugColorEnum_eARGB_BLACK","_emscripten_enum_PxDebugColorEnum_eARGB_RED","_emscripten_enum_PxDebugColorEnum_eARGB_GREEN","_emscripten_enum_PxDebugColorEnum_eARGB_BLUE","_emscripten_enum_PxDebugColorEnum_eARGB_YELLOW","_emscripten_enum_PxDebugColorEnum_eARGB_MAGENTA","_emscripten_enum_PxDebugColorEnum_eARGB_CYAN","_emscripten_enum_PxDebugColorEnum_eARGB_WHITE","_emscripten_enum_PxDebugColorEnum_eARGB_GREY","_emscripten_enum_PxDebugColorEnum_eARGB_DARKRED","_emscripten_enum_PxDebugColorEnum_eARGB_DARKGREEN","_emscripten_enum_PxDebugColorEnum_eARGB_DARKBLUE","_emscripten_enum_PxDistanceJointFlagEnum_eMAX_DISTANCE_ENABLED","_emscripten_enum_PxDistanceJointFlagEnum_eMIN_DISTANCE_ENABLED","_emscripten_enum_PxDistanceJointFlagEnum_eSPRING_ENABLED","_emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eNONE","_emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eBUCKET","_emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eINCREMENTAL","_emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eBVH","_emscripten_enum_PxErrorCodeEnum_eNO_ERROR","_emscripten_enum_PxErrorCodeEnum_eDEBUG_INFO","_emscripten_enum_PxErrorCodeEnum_eDEBUG_WARNING","_emscripten_enum_PxErrorCodeEnum_eINVALID_PARAMETER","_emscripten_enum_PxErrorCodeEnum_eINVALID_OPERATION","_emscripten_enum_PxErrorCodeEnum_eOUT_OF_MEMORY","_emscripten_enum_PxErrorCodeEnum_eINTERNAL_ERROR","_emscripten_enum_PxErrorCodeEnum_eABORT","_emscripten_enum_PxErrorCodeEnum_ePERF_WARNING","_emscripten_enum_PxErrorCodeEnum_eMASK_ALL","_emscripten_enum_PxFilterFlagEnum_eKILL","_emscripten_enum_PxFilterFlagEnum_eSUPPRESS","_emscripten_enum_PxFilterFlagEnum_eCALLBACK","_emscripten_enum_PxFilterFlagEnum_eNOTIFY","_emscripten_enum_PxFilterFlagEnum_eDEFAULT","_emscripten_enum_PxFilterObjectFlagEnum_eKINEMATIC","_emscripten_enum_PxFilterObjectFlagEnum_eTRIGGER","_emscripten_enum_PxForceModeEnum_eFORCE","_emscripten_enum_PxForceModeEnum_eIMPULSE","_emscripten_enum_PxForceModeEnum_eVELOCITY_CHANGE","_emscripten_enum_PxForceModeEnum_eACCELERATION","_emscripten_enum_PxFrictionTypeEnum_ePATCH","_emscripten_enum_PxFrictionTypeEnum_eONE_DIRECTIONAL","_emscripten_enum_PxFrictionTypeEnum_eTWO_DIRECTIONAL","_emscripten_enum_PxFrictionTypeEnum_eFRICTION_COUNT","_emscripten_enum_PxGeometryTypeEnum_eSPHERE","_emscripten_enum_PxGeometryTypeEnum_ePLANE","_emscripten_enum_PxGeometryTypeEnum_eCAPSULE","_emscripten_enum_PxGeometryTypeEnum_eBOX","_emscripten_enum_PxGeometryTypeEnum_eCONVEXMESH","_emscripten_enum_PxGeometryTypeEnum_eTRIANGLEMESH","_emscripten_enum_PxGeometryTypeEnum_eHEIGHTFIELD","_emscripten_enum_PxGeometryTypeEnum_eCUSTOM","_emscripten_enum_PxHeightFieldFlagEnum_eNO_BOUNDARY_EDGES","_emscripten_enum_PxHeightFieldFormatEnum_eS16_TM","_emscripten_enum_PxHitFlagEnum_ePOSITION","_emscripten_enum_PxHitFlagEnum_eNORMAL","_emscripten_enum_PxHitFlagEnum_eUV","_emscripten_enum_PxHitFlagEnum_eASSUME_NO_INITIAL_OVERLAP","_emscripten_enum_PxHitFlagEnum_eMESH_MULTIPLE","_emscripten_enum_PxHitFlagEnum_eMESH_ANY","_emscripten_enum_PxHitFlagEnum_eMESH_BOTH_SIDES","_emscripten_enum_PxHitFlagEnum_ePRECISE_SWEEP","_emscripten_enum_PxHitFlagEnum_eMTD","_emscripten_enum_PxHitFlagEnum_eFACE_INDEX","_emscripten_enum_PxHitFlagEnum_eDEFAULT","_emscripten_enum_PxHitFlagEnum_eMODIFIABLE_FLAGS","_emscripten_enum_PxIDENTITYEnum_PxIdentity","_emscripten_enum_PxJointActorIndexEnum_eACTOR0","_emscripten_enum_PxJointActorIndexEnum_eACTOR1","_emscripten_enum_PxMaterialFlagEnum_eDISABLE_FRICTION","_emscripten_enum_PxMaterialFlagEnum_eDISABLE_STRONG_FRICTION","_emscripten_enum_PxMaterialFlagEnum_eIMPROVED_PATCH_FRICTION","_emscripten_enum_PxMeshCookingHintEnum_eSIM_PERFORMANCE","_emscripten_enum_PxMeshCookingHintEnum_eCOOKING_PERFORMANCE","_emscripten_enum_PxMeshFlagEnum_eFLIPNORMALS","_emscripten_enum_PxMeshFlagEnum_e16_BIT_INDICES","_emscripten_enum_PxMeshGeometryFlagEnum_eDOUBLE_SIDED","_emscripten_enum_PxMeshMidPhaseEnum_eBVH33","_emscripten_enum_PxMeshMidPhaseEnum_eBVH34","_emscripten_enum_PxMeshPreprocessingFlagEnum_eWELD_VERTICES","_emscripten_enum_PxMeshPreprocessingFlagEnum_eDISABLE_CLEAN_MESH","_emscripten_enum_PxMeshPreprocessingFlagEnum_eDISABLE_ACTIVE_EDGES_PRECOMPUTE","_emscripten_enum_PxMeshPreprocessingFlagEnum_eFORCE_32BIT_INDICES","_emscripten_enum_PxPairFilteringModeEnum_eKEEP","_emscripten_enum_PxPairFilteringModeEnum_eSUPPRESS","_emscripten_enum_PxPairFilteringModeEnum_eKILL","_emscripten_enum_PxPairFilteringModeEnum_eDEFAULT","_emscripten_enum_PxPairFlagEnum_eSOLVE_CONTACT","_emscripten_enum_PxPairFlagEnum_eMODIFY_CONTACTS","_emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_FOUND","_emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_PERSISTS","_emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_LOST","_emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_CCD","_emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_FOUND","_emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_PERSISTS","_emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_LOST","_emscripten_enum_PxPairFlagEnum_eNOTIFY_CONTACT_POINTS","_emscripten_enum_PxPairFlagEnum_eDETECT_DISCRETE_CONTACT","_emscripten_enum_PxPairFlagEnum_eDETECT_CCD_CONTACT","_emscripten_enum_PxPairFlagEnum_ePRE_SOLVER_VELOCITY","_emscripten_enum_PxPairFlagEnum_ePOST_SOLVER_VELOCITY","_emscripten_enum_PxPairFlagEnum_eCONTACT_EVENT_POSE","_emscripten_enum_PxPairFlagEnum_eNEXT_FREE","_emscripten_enum_PxPairFlagEnum_eCONTACT_DEFAULT","_emscripten_enum_PxPairFlagEnum_eTRIGGER_DEFAULT","_emscripten_enum_PxPrismaticJointFlagEnum_eLIMIT_ENABLED","_emscripten_enum_PxPruningStructureTypeEnum_eNONE","_emscripten_enum_PxPruningStructureTypeEnum_eDYNAMIC_AABB_TREE","_emscripten_enum_PxPruningStructureTypeEnum_eSTATIC_AABB_TREE","_emscripten_enum_PxPvdInstrumentationFlagEnum_eDEBUG","_emscripten_enum_PxPvdInstrumentationFlagEnum_ePROFILE","_emscripten_enum_PxPvdInstrumentationFlagEnum_eMEMORY","_emscripten_enum_PxPvdInstrumentationFlagEnum_eALL","_emscripten_enum_PxQueryFlagEnum_eSTATIC","_emscripten_enum_PxQueryFlagEnum_eDYNAMIC","_emscripten_enum_PxQueryFlagEnum_ePREFILTER","_emscripten_enum_PxQueryFlagEnum_ePOSTFILTER","_emscripten_enum_PxQueryFlagEnum_eANY_HIT","_emscripten_enum_PxQueryFlagEnum_eNO_BLOCK","_emscripten_enum_PxRevoluteJointFlagEnum_eLIMIT_ENABLED","_emscripten_enum_PxRevoluteJointFlagEnum_eDRIVE_ENABLED","_emscripten_enum_PxRevoluteJointFlagEnum_eDRIVE_FREESPIN","_emscripten_enum_PxRigidBodyFlagEnum_eKINEMATIC","_emscripten_enum_PxRigidBodyFlagEnum_eUSE_KINEMATIC_TARGET_FOR_SCENE_QUERIES","_emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD","_emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD_FRICTION","_emscripten_enum_PxRigidBodyFlagEnum_eENABLE_POSE_INTEGRATION_PREVIEW","_emscripten_enum_PxRigidBodyFlagEnum_eENABLE_SPECULATIVE_CCD","_emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD_MAX_CONTACT_IMPULSE","_emscripten_enum_PxRigidBodyFlagEnum_eRETAIN_ACCELERATIONS","_emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_X","_emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_Y","_emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_Z","_emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_X","_emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_Y","_emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_Z","_emscripten_enum_PxSceneFlagEnum_eENABLE_ACTIVE_ACTORS","_emscripten_enum_PxSceneFlagEnum_eENABLE_CCD","_emscripten_enum_PxSceneFlagEnum_eDISABLE_CCD_RESWEEP","_emscripten_enum_PxSceneFlagEnum_eENABLE_PCM","_emscripten_enum_PxSceneFlagEnum_eDISABLE_CONTACT_REPORT_BUFFER_RESIZE","_emscripten_enum_PxSceneFlagEnum_eDISABLE_CONTACT_CACHE","_emscripten_enum_PxSceneFlagEnum_eREQUIRE_RW_LOCK","_emscripten_enum_PxSceneFlagEnum_eENABLE_STABILIZATION","_emscripten_enum_PxSceneFlagEnum_eENABLE_AVERAGE_POINT","_emscripten_enum_PxSceneFlagEnum_eEXCLUDE_KINEMATICS_FROM_ACTIVE_ACTORS","_emscripten_enum_PxSceneFlagEnum_eENABLE_GPU_DYNAMICS","_emscripten_enum_PxSceneFlagEnum_eENABLE_ENHANCED_DETERMINISM","_emscripten_enum_PxSceneFlagEnum_eENABLE_FRICTION_EVERY_ITERATION","_emscripten_enum_PxSceneFlagEnum_eENABLE_DIRECT_GPU_API","_emscripten_enum_PxSceneFlagEnum_eMUTABLE_FLAGS","_emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_ENABLED_COMMIT_ENABLED","_emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_ENABLED_COMMIT_DISABLED","_emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_DISABLED_COMMIT_DISABLED","_emscripten_enum_PxShapeFlagEnum_eSIMULATION_SHAPE","_emscripten_enum_PxShapeFlagEnum_eSCENE_QUERY_SHAPE","_emscripten_enum_PxShapeFlagEnum_eTRIGGER_SHAPE","_emscripten_enum_PxShapeFlagEnum_eVISUALIZATION","_emscripten_enum_PxSolverTypeEnum_ePGS","_emscripten_enum_PxSolverTypeEnum_eTGS","_emscripten_enum_PxSphericalJointFlagEnum_eLIMIT_ENABLED","_emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eVALID","_emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eDEGENERATE_TETRAHEDRON","_emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eMESH_IS_PROBLEMATIC","_emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eMESH_IS_INVALID","_emscripten_enum_PxTetrahedronMeshFlagEnum_e16_BIT_INDICES","_emscripten_enum_PxTetrahedronMeshFormatEnum_eTET_MESH","_emscripten_enum_PxTetrahedronMeshFormatEnum_eHEX_MESH","_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eVALID","_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eZERO_VOLUME","_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eOPEN_BOUNDARIES","_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eSELF_INTERSECTIONS","_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eINCONSISTENT_TRIANGLE_ORIENTATION","_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_ACUTE_ANGLED_TRIANGLES","_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eEDGE_SHARED_BY_MORE_THAN_TWO_TRIANGLES","_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_DUPLICATE_POINTS","_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_INVALID_POINTS","_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eREQUIRES_32BIT_INDEX_BUFFER","_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eTRIANGLE_INDEX_OUT_OF_RANGE","_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eMESH_IS_PROBLEMATIC","_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eMESH_IS_INVALID","_emscripten_enum_PxTriangleMeshFlagEnum_e16_BIT_INDICES","_emscripten_enum_PxTriangleMeshFlagEnum_eADJACENCY_INFO","_emscripten_enum_PxTriggerPairFlagEnum_eREMOVED_SHAPE_TRIGGER","_emscripten_enum_PxTriggerPairFlagEnum_eREMOVED_SHAPE_OTHER","_emscripten_enum_PxTriggerPairFlagEnum_eNEXT_FREE","_emscripten_enum_PxVehicleAxesEnum_ePosX","_emscripten_enum_PxVehicleAxesEnum_eNegX","_emscripten_enum_PxVehicleAxesEnum_ePosY","_emscripten_enum_PxVehicleAxesEnum_eNegY","_emscripten_enum_PxVehicleAxesEnum_ePosZ","_emscripten_enum_PxVehicleAxesEnum_eNegZ","_emscripten_enum_PxVehicleClutchAccuracyModeEnum_eESTIMATE","_emscripten_enum_PxVehicleClutchAccuracyModeEnum_eBEST_POSSIBLE","_emscripten_enum_PxVehicleCommandNonLinearResponseParamsEnum_eMAX_NB_COMMAND_VALUES","_emscripten_enum_PxVehicleCommandValueResponseTableEnum_eMAX_NB_SPEED_RESPONSES","_emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eREVERSE","_emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eNEUTRAL","_emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eFORWARD","_emscripten_enum_PxVehicleEngineDriveTransmissionCommandStateEnum_eAUTOMATIC_GEAR","_emscripten_enum_PxVehicleGearboxParamsEnum_eMAX_NB_GEARS","_emscripten_enum_PxVehicleLimitsEnum_eMAX_NB_WHEELS","_emscripten_enum_PxVehicleLimitsEnum_eMAX_NB_AXLES","_emscripten_enum_PxVehiclePhysXActorUpdateModeEnum_eAPPLY_VELOCITY","_emscripten_enum_PxVehiclePhysXActorUpdateModeEnum_eAPPLY_ACCELERATION","_emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_DOFS_PER_PXCONSTRAINT","_emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_DOFS_PER_WHEEL","_emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_WHEELS_PER_PXCONSTRAINT","_emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_CONSTRAINTS_PER_VEHICLE","_emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eNONE","_emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eRAYCAST","_emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eSWEEP","_emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eSUSPENSION","_emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eROAD_GEOMETRY_NORMAL","_emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eNONE","_emscripten_enum_PxVehicleSimulationContextTypeEnum_eDEFAULT","_emscripten_enum_PxVehicleSimulationContextTypeEnum_ePHYSX","_emscripten_enum_PxVehicleSuspensionJounceCalculationTypeEnum_eRAYCAST","_emscripten_enum_PxVehicleSuspensionJounceCalculationTypeEnum_eSWEEP","_emscripten_enum_PxVehicleTireDirectionModesEnum_eLONGITUDINAL","_emscripten_enum_PxVehicleTireDirectionModesEnum_eLATERAL","_emscripten_enum_PxVisualizationParameterEnum_eSCALE","_emscripten_enum_PxVisualizationParameterEnum_eWORLD_AXES","_emscripten_enum_PxVisualizationParameterEnum_eBODY_AXES","_emscripten_enum_PxVisualizationParameterEnum_eBODY_MASS_AXES","_emscripten_enum_PxVisualizationParameterEnum_eBODY_LIN_VELOCITY","_emscripten_enum_PxVisualizationParameterEnum_eBODY_ANG_VELOCITY","_emscripten_enum_PxVisualizationParameterEnum_eCONTACT_POINT","_emscripten_enum_PxVisualizationParameterEnum_eCONTACT_NORMAL","_emscripten_enum_PxVisualizationParameterEnum_eCONTACT_ERROR","_emscripten_enum_PxVisualizationParameterEnum_eCONTACT_FORCE","_emscripten_enum_PxVisualizationParameterEnum_eACTOR_AXES","_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_AABBS","_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_SHAPES","_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_AXES","_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_COMPOUNDS","_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_FNORMALS","_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_EDGES","_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_STATIC","_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_DYNAMIC","_emscripten_enum_PxVisualizationParameterEnum_eJOINT_LOCAL_FRAMES","_emscripten_enum_PxVisualizationParameterEnum_eJOINT_LIMITS","_emscripten_enum_PxVisualizationParameterEnum_eCULL_BOX","_emscripten_enum_PxVisualizationParameterEnum_eMBP_REGIONS","_emscripten_enum_PxVisualizationParameterEnum_eSIMULATION_MESH","_emscripten_enum_PxVisualizationParameterEnum_eSDF","_emscripten_enum_PxVisualizationParameterEnum_eNUM_VALUES","_emscripten_enum_PxVisualizationParameterEnum_eFORCE_DWORD","___em_lib_deps_webidl_binder","___indirect_function_table","_fflush","___start_em_lib_deps","___stop_em_lib_deps","___start_em_asm","___stop_em_asm","onRuntimeInitialized"].forEach((prop) => { - if (!Object.getOwnPropertyDescriptor(Module['ready'], prop)) { - Object.defineProperty(Module['ready'], prop, { - get: () => abort('You are getting ' + prop + ' on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js'), - set: () => abort('You are setting ' + prop + ' on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js'), - }); - } -}); - -// --pre-jses are emitted after the Module integration code, so that they can -// refer to Module (if they choose; they can also define Module) - - -// Sometimes an existing Module object exists with properties -// meant to overwrite the default module functionality. Here -// we collect those properties and reapply _after_ we configure -// the current environment's defaults to avoid having to be so -// defensive during initialization. -var moduleOverrides = Object.assign({}, Module); - -var arguments_ = []; -var thisProgram = './this.program'; -var quit_ = (status, toThrow) => { - throw toThrow; -}; - -// Determine the runtime environment we are in. You can customize this by -// setting the ENVIRONMENT setting at compile time (see settings.js). - -// Attempt to auto-detect the environment -var ENVIRONMENT_IS_WEB = typeof window == 'object'; -var ENVIRONMENT_IS_WORKER = typeof importScripts == 'function'; -// N.b. Electron.js environment is simultaneously a NODE-environment, but -// also a web environment. -var ENVIRONMENT_IS_NODE = typeof process == 'object' && typeof process.versions == 'object' && typeof process.versions.node == 'string'; -var ENVIRONMENT_IS_SHELL = !ENVIRONMENT_IS_WEB && !ENVIRONMENT_IS_NODE && !ENVIRONMENT_IS_WORKER; - -if (Module['ENVIRONMENT']) { - throw new Error('Module.ENVIRONMENT has been deprecated. To force the environment, use the ENVIRONMENT compile-time option (for example, -sENVIRONMENT=web or -sENVIRONMENT=node)'); -} - -// `/` should be present at the end if `scriptDirectory` is not empty -var scriptDirectory = ''; -function locateFile(path) { - if (Module['locateFile']) { - return Module['locateFile'](path, scriptDirectory); - } - return scriptDirectory + path; -} - -// Hooks that are implemented differently in different runtime environments. -var read_, - readAsync, - readBinary; - -if (ENVIRONMENT_IS_SHELL) { - - if ((typeof process == 'object' && typeof require === 'function') || typeof window == 'object' || typeof importScripts == 'function') throw new Error('not compiled for this environment (did you build to HTML and try to run it not on the web, or set ENVIRONMENT to something - like node - and run it someplace else - like on the web?)'); - - if (typeof read != 'undefined') { - read_ = read; - } - - readBinary = (f) => { - if (typeof readbuffer == 'function') { - return new Uint8Array(readbuffer(f)); - } - let data = read(f, 'binary'); - assert(typeof data == 'object'); - return data; - }; - - readAsync = (f, onload, onerror) => { - setTimeout(() => onload(readBinary(f))); - }; - - if (typeof clearTimeout == 'undefined') { - globalThis.clearTimeout = (id) => {}; - } - - if (typeof setTimeout == 'undefined') { - // spidermonkey lacks setTimeout but we use it above in readAsync. - globalThis.setTimeout = (f) => (typeof f == 'function') ? f() : abort(); - } - - if (typeof scriptArgs != 'undefined') { - arguments_ = scriptArgs; - } else if (typeof arguments != 'undefined') { - arguments_ = arguments; - } - - if (typeof quit == 'function') { - quit_ = (status, toThrow) => { - // Unlike node which has process.exitCode, d8 has no such mechanism. So we - // have no way to set the exit code and then let the program exit with - // that code when it naturally stops running (say, when all setTimeouts - // have completed). For that reason, we must call `quit` - the only way to - // set the exit code - but quit also halts immediately. To increase - // consistency with node (and the web) we schedule the actual quit call - // using a setTimeout to give the current stack and any exception handlers - // a chance to run. This enables features such as addOnPostRun (which - // expected to be able to run code after main returns). - setTimeout(() => { - if (!(toThrow instanceof ExitStatus)) { - let toLog = toThrow; - if (toThrow && typeof toThrow == 'object' && toThrow.stack) { - toLog = [toThrow, toThrow.stack]; - } - err(`exiting due to exception: ${toLog}`); - } - quit(status); - }); - throw toThrow; - }; - } - - if (typeof print != 'undefined') { - // Prefer to use print/printErr where they exist, as they usually work better. - if (typeof console == 'undefined') console = /** @type{!Console} */({}); - console.log = /** @type{!function(this:Console, ...*): undefined} */ (print); - console.warn = console.error = /** @type{!function(this:Console, ...*): undefined} */ (typeof printErr != 'undefined' ? printErr : print); - } - -} else - -// Note that this includes Node.js workers when relevant (pthreads is enabled). -// Node.js workers are detected as a combination of ENVIRONMENT_IS_WORKER and -// ENVIRONMENT_IS_NODE. -if (ENVIRONMENT_IS_WEB || ENVIRONMENT_IS_WORKER) { - if (ENVIRONMENT_IS_WORKER) { // Check worker, not web, since window could be polyfilled - scriptDirectory = self.location.href; - } else if (typeof document != 'undefined' && document.currentScript) { // web - scriptDirectory = document.currentScript.src; - } - // When MODULARIZE, this JS may be executed later, after document.currentScript - // is gone, so we saved it, and we use it here instead of any other info. - if (_scriptDir) { - scriptDirectory = _scriptDir; - } - // blob urls look like blob:http://site.com/etc/etc and we cannot infer anything from them. - // otherwise, slice off the final part of the url to find the script directory. - // if scriptDirectory does not contain a slash, lastIndexOf will return -1, - // and scriptDirectory will correctly be replaced with an empty string. - // If scriptDirectory contains a query (starting with ?) or a fragment (starting with #), - // they are removed because they could contain a slash. - if (scriptDirectory.indexOf('blob:') !== 0) { - scriptDirectory = scriptDirectory.substr(0, scriptDirectory.replace(/[?#].*/, "").lastIndexOf('/')+1); - } else { - scriptDirectory = ''; - } - - if (!(typeof window == 'object' || typeof importScripts == 'function')) throw new Error('not compiled for this environment (did you build to HTML and try to run it not on the web, or set ENVIRONMENT to something - like node - and run it someplace else - like on the web?)'); - - // Differentiate the Web Worker from the Node Worker case, as reading must - // be done differently. - { -// include: web_or_worker_shell_read.js -read_ = (url) => { - var xhr = new XMLHttpRequest(); - xhr.open('GET', url, false); - xhr.send(null); - return xhr.responseText; - } - - if (ENVIRONMENT_IS_WORKER) { - readBinary = (url) => { - var xhr = new XMLHttpRequest(); - xhr.open('GET', url, false); - xhr.responseType = 'arraybuffer'; - xhr.send(null); - return new Uint8Array(/** @type{!ArrayBuffer} */(xhr.response)); - }; - } - - readAsync = (url, onload, onerror) => { - var xhr = new XMLHttpRequest(); - xhr.open('GET', url, true); - xhr.responseType = 'arraybuffer'; - xhr.onload = () => { - if (xhr.status == 200 || (xhr.status == 0 && xhr.response)) { // file URLs can return 0 - onload(xhr.response); - return; - } - onerror(); - }; - xhr.onerror = onerror; - xhr.send(null); - } - -// end include: web_or_worker_shell_read.js - } -} else -{ - throw new Error('environment detection error'); -} - -var out = Module['print'] || console.log.bind(console); -var err = Module['printErr'] || console.error.bind(console); - -// Merge back in the overrides -Object.assign(Module, moduleOverrides); -// Free the object hierarchy contained in the overrides, this lets the GC -// reclaim data used e.g. in memoryInitializerRequest, which is a large typed array. -moduleOverrides = null; -checkIncomingModuleAPI(); - -// Emit code to handle expected values on the Module object. This applies Module.x -// to the proper local x. This has two benefits: first, we only emit it if it is -// expected to arrive, and second, by using a local everywhere else that can be -// minified. - -if (Module['arguments']) arguments_ = Module['arguments'];legacyModuleProp('arguments', 'arguments_'); - -if (Module['thisProgram']) thisProgram = Module['thisProgram'];legacyModuleProp('thisProgram', 'thisProgram'); - -if (Module['quit']) quit_ = Module['quit'];legacyModuleProp('quit', 'quit_'); - -// perform assertions in shell.js after we set up out() and err(), as otherwise if an assertion fails it cannot print the message -// Assertions on removed incoming Module JS APIs. -assert(typeof Module['memoryInitializerPrefixURL'] == 'undefined', 'Module.memoryInitializerPrefixURL option was removed, use Module.locateFile instead'); -assert(typeof Module['pthreadMainPrefixURL'] == 'undefined', 'Module.pthreadMainPrefixURL option was removed, use Module.locateFile instead'); -assert(typeof Module['cdInitializerPrefixURL'] == 'undefined', 'Module.cdInitializerPrefixURL option was removed, use Module.locateFile instead'); -assert(typeof Module['filePackagePrefixURL'] == 'undefined', 'Module.filePackagePrefixURL option was removed, use Module.locateFile instead'); -assert(typeof Module['read'] == 'undefined', 'Module.read option was removed (modify read_ in JS)'); -assert(typeof Module['readAsync'] == 'undefined', 'Module.readAsync option was removed (modify readAsync in JS)'); -assert(typeof Module['readBinary'] == 'undefined', 'Module.readBinary option was removed (modify readBinary in JS)'); -assert(typeof Module['setWindowTitle'] == 'undefined', 'Module.setWindowTitle option was removed (modify emscripten_set_window_title in JS)'); -assert(typeof Module['TOTAL_MEMORY'] == 'undefined', 'Module.TOTAL_MEMORY has been renamed Module.INITIAL_MEMORY'); -legacyModuleProp('asm', 'wasmExports'); -legacyModuleProp('read', 'read_'); -legacyModuleProp('readAsync', 'readAsync'); -legacyModuleProp('readBinary', 'readBinary'); -legacyModuleProp('setWindowTitle', 'setWindowTitle'); -var IDBFS = 'IDBFS is no longer included by default; build with -lidbfs.js'; -var PROXYFS = 'PROXYFS is no longer included by default; build with -lproxyfs.js'; -var WORKERFS = 'WORKERFS is no longer included by default; build with -lworkerfs.js'; -var FETCHFS = 'FETCHFS is no longer included by default; build with -lfetchfs.js'; -var ICASEFS = 'ICASEFS is no longer included by default; build with -licasefs.js'; -var JSFILEFS = 'JSFILEFS is no longer included by default; build with -ljsfilefs.js'; -var OPFS = 'OPFS is no longer included by default; build with -lopfs.js'; - -var NODEFS = 'NODEFS is no longer included by default; build with -lnodefs.js'; - -assert(!ENVIRONMENT_IS_NODE, "node environment detected but not enabled at build time. Add 'node' to `-sENVIRONMENT` to enable."); - -assert(!ENVIRONMENT_IS_SHELL, "shell environment detected but not enabled at build time. Add 'shell' to `-sENVIRONMENT` to enable."); - - -// end include: shell.js -// include: preamble.js -// === Preamble library stuff === - -// Documentation for the public APIs defined in this file must be updated in: -// site/source/docs/api_reference/preamble.js.rst -// A prebuilt local version of the documentation is available at: -// site/build/text/docs/api_reference/preamble.js.txt -// You can also build docs locally as HTML or other formats in site/ -// An online HTML version (which may be of a different version of Emscripten) -// is up at http://kripken.github.io/emscripten-site/docs/api_reference/preamble.js.html - -var wasmBinary; -if (Module['wasmBinary']) wasmBinary = Module['wasmBinary'];legacyModuleProp('wasmBinary', 'wasmBinary'); - -if (typeof WebAssembly != 'object') { - abort('no native wasm support detected'); -} - -// Wasm globals - -var wasmMemory; - -//======================================== -// Runtime essentials -//======================================== - -// whether we are quitting the application. no code should run after this. -// set in exit() and abort() -var ABORT = false; - -// set by exit() and abort(). Passed to 'onExit' handler. -// NOTE: This is also used as the process return code code in shell environments -// but only when noExitRuntime is false. -var EXITSTATUS; - -// In STRICT mode, we only define assert() when ASSERTIONS is set. i.e. we -// don't define it at all in release modes. This matches the behaviour of -// MINIMAL_RUNTIME. -// TODO(sbc): Make this the default even without STRICT enabled. -/** @type {function(*, string=)} */ -function assert(condition, text) { - if (!condition) { - abort('Assertion failed' + (text ? ': ' + text : '')); - } -} - -// We used to include malloc/free by default in the past. Show a helpful error in -// builds with assertions. -function _free() { - // Show a helpful error since we used to include free by default in the past. - abort("free() called but not included in the build - add '_free' to EXPORTED_FUNCTIONS"); -} - -// Memory management - -var HEAP, -/** @type {!Int8Array} */ - HEAP8, -/** @type {!Uint8Array} */ - HEAPU8, -/** @type {!Int16Array} */ - HEAP16, -/** @type {!Uint16Array} */ - HEAPU16, -/** @type {!Int32Array} */ - HEAP32, -/** @type {!Uint32Array} */ - HEAPU32, -/** @type {!Float32Array} */ - HEAPF32, -/** @type {!Float64Array} */ - HEAPF64; - -function updateMemoryViews() { - var b = wasmMemory.buffer; - Module['HEAP8'] = HEAP8 = new Int8Array(b); - Module['HEAP16'] = HEAP16 = new Int16Array(b); - Module['HEAPU8'] = HEAPU8 = new Uint8Array(b); - Module['HEAPU16'] = HEAPU16 = new Uint16Array(b); - Module['HEAP32'] = HEAP32 = new Int32Array(b); - Module['HEAPU32'] = HEAPU32 = new Uint32Array(b); - Module['HEAPF32'] = HEAPF32 = new Float32Array(b); - Module['HEAPF64'] = HEAPF64 = new Float64Array(b); -} - -assert(!Module['STACK_SIZE'], 'STACK_SIZE can no longer be set at runtime. Use -sSTACK_SIZE at link time') - -assert(typeof Int32Array != 'undefined' && typeof Float64Array !== 'undefined' && Int32Array.prototype.subarray != undefined && Int32Array.prototype.set != undefined, - 'JS engine does not provide full typed array support'); - -// If memory is defined in wasm, the user can't provide it, or set INITIAL_MEMORY -assert(!Module['wasmMemory'], 'Use of `wasmMemory` detected. Use -sIMPORTED_MEMORY to define wasmMemory externally'); -assert(!Module['INITIAL_MEMORY'], 'Detected runtime INITIAL_MEMORY setting. Use -sIMPORTED_MEMORY to define wasmMemory dynamically'); - -// include: runtime_stack_check.js -// Initializes the stack cookie. Called at the startup of main and at the startup of each thread in pthreads mode. -function writeStackCookie() { - var max = _emscripten_stack_get_end(); - assert((max & 3) == 0); - // If the stack ends at address zero we write our cookies 4 bytes into the - // stack. This prevents interference with SAFE_HEAP and ASAN which also - // monitor writes to address zero. - if (max == 0) { - max += 4; - } - // The stack grow downwards towards _emscripten_stack_get_end. - // We write cookies to the final two words in the stack and detect if they are - // ever overwritten. - HEAPU32[((max)>>2)] = 0x02135467; - HEAPU32[(((max)+(4))>>2)] = 0x89BACDFE; - // Also test the global address 0 for integrity. - HEAPU32[((0)>>2)] = 1668509029; -} - -function checkStackCookie() { - if (ABORT) return; - var max = _emscripten_stack_get_end(); - // See writeStackCookie(). - if (max == 0) { - max += 4; - } - var cookie1 = HEAPU32[((max)>>2)]; - var cookie2 = HEAPU32[(((max)+(4))>>2)]; - if (cookie1 != 0x02135467 || cookie2 != 0x89BACDFE) { - abort(`Stack overflow! Stack cookie has been overwritten at ${ptrToString(max)}, expected hex dwords 0x89BACDFE and 0x2135467, but received ${ptrToString(cookie2)} ${ptrToString(cookie1)}`); - } - // Also test the global address 0 for integrity. - if (HEAPU32[((0)>>2)] != 0x63736d65 /* 'emsc' */) { - abort('Runtime error: The application has corrupted its heap memory area (address zero)!'); - } -} -// end include: runtime_stack_check.js -// include: runtime_assertions.js -// Endianness check -(function() { - var h16 = new Int16Array(1); - var h8 = new Int8Array(h16.buffer); - h16[0] = 0x6373; - if (h8[0] !== 0x73 || h8[1] !== 0x63) throw 'Runtime error: expected the system to be little-endian! (Run with -sSUPPORT_BIG_ENDIAN to bypass)'; -})(); - -// end include: runtime_assertions.js -var __ATPRERUN__ = []; // functions called before the runtime is initialized -var __ATINIT__ = []; // functions called during startup -var __ATEXIT__ = []; // functions called during shutdown -var __ATPOSTRUN__ = []; // functions called after the main() is called - -var runtimeInitialized = false; - -function preRun() { - if (Module['preRun']) { - if (typeof Module['preRun'] == 'function') Module['preRun'] = [Module['preRun']]; - while (Module['preRun'].length) { - addOnPreRun(Module['preRun'].shift()); - } - } - callRuntimeCallbacks(__ATPRERUN__); -} - -function initRuntime() { - assert(!runtimeInitialized); - runtimeInitialized = true; - - checkStackCookie(); - - - callRuntimeCallbacks(__ATINIT__); -} - -function postRun() { - checkStackCookie(); - - if (Module['postRun']) { - if (typeof Module['postRun'] == 'function') Module['postRun'] = [Module['postRun']]; - while (Module['postRun'].length) { - addOnPostRun(Module['postRun'].shift()); - } - } - - callRuntimeCallbacks(__ATPOSTRUN__); -} - -function addOnPreRun(cb) { - __ATPRERUN__.unshift(cb); -} - -function addOnInit(cb) { - __ATINIT__.unshift(cb); -} - -function addOnExit(cb) { -} - -function addOnPostRun(cb) { - __ATPOSTRUN__.unshift(cb); -} - -// include: runtime_math.js -// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/imul - -// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/fround - -// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/clz32 - -// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/trunc - -assert(Math.imul, 'This browser does not support Math.imul(), build with LEGACY_VM_SUPPORT or POLYFILL_OLD_MATH_FUNCTIONS to add in a polyfill'); -assert(Math.fround, 'This browser does not support Math.fround(), build with LEGACY_VM_SUPPORT or POLYFILL_OLD_MATH_FUNCTIONS to add in a polyfill'); -assert(Math.clz32, 'This browser does not support Math.clz32(), build with LEGACY_VM_SUPPORT or POLYFILL_OLD_MATH_FUNCTIONS to add in a polyfill'); -assert(Math.trunc, 'This browser does not support Math.trunc(), build with LEGACY_VM_SUPPORT or POLYFILL_OLD_MATH_FUNCTIONS to add in a polyfill'); -// end include: runtime_math.js -// A counter of dependencies for calling run(). If we need to -// do asynchronous work before running, increment this and -// decrement it. Incrementing must happen in a place like -// Module.preRun (used by emcc to add file preloading). -// Note that you can add dependencies in preRun, even though -// it happens right before run - run will be postponed until -// the dependencies are met. -var runDependencies = 0; -var runDependencyWatcher = null; -var dependenciesFulfilled = null; // overridden to take different actions when all run dependencies are fulfilled -var runDependencyTracking = {}; - -function getUniqueRunDependency(id) { - var orig = id; - while (1) { - if (!runDependencyTracking[id]) return id; - id = orig + Math.random(); - } -} - -function addRunDependency(id) { - runDependencies++; - - Module['monitorRunDependencies']?.(runDependencies); - - if (id) { - assert(!runDependencyTracking[id]); - runDependencyTracking[id] = 1; - if (runDependencyWatcher === null && typeof setInterval != 'undefined') { - // Check for missing dependencies every few seconds - runDependencyWatcher = setInterval(() => { - if (ABORT) { - clearInterval(runDependencyWatcher); - runDependencyWatcher = null; - return; - } - var shown = false; - for (var dep in runDependencyTracking) { - if (!shown) { - shown = true; - err('still waiting on run dependencies:'); - } - err(`dependency: ${dep}`); - } - if (shown) { - err('(end of list)'); - } - }, 10000); - } - } else { - err('warning: run dependency added without ID'); - } -} - -function removeRunDependency(id) { - runDependencies--; - - Module['monitorRunDependencies']?.(runDependencies); - - if (id) { - assert(runDependencyTracking[id]); - delete runDependencyTracking[id]; - } else { - err('warning: run dependency removed without ID'); - } - if (runDependencies == 0) { - if (runDependencyWatcher !== null) { - clearInterval(runDependencyWatcher); - runDependencyWatcher = null; - } - if (dependenciesFulfilled) { - var callback = dependenciesFulfilled; - dependenciesFulfilled = null; - callback(); // can add another dependenciesFulfilled - } - } -} - -/** @param {string|number=} what */ -function abort(what) { - Module['onAbort']?.(what); - - what = 'Aborted(' + what + ')'; - // TODO(sbc): Should we remove printing and leave it up to whoever - // catches the exception? - err(what); - - ABORT = true; - EXITSTATUS = 1; - - // Use a wasm runtime error, because a JS error might be seen as a foreign - // exception, which means we'd run destructors on it. We need the error to - // simply make the program stop. - // FIXME This approach does not work in Wasm EH because it currently does not assume - // all RuntimeErrors are from traps; it decides whether a RuntimeError is from - // a trap or not based on a hidden field within the object. So at the moment - // we don't have a way of throwing a wasm trap from JS. TODO Make a JS API that - // allows this in the wasm spec. - - // Suppress closure compiler warning here. Closure compiler's builtin extern - // defintion for WebAssembly.RuntimeError claims it takes no arguments even - // though it can. - // TODO(https://github.com/google/closure-compiler/pull/3913): Remove if/when upstream closure gets fixed. - /** @suppress {checkTypes} */ - var e = new WebAssembly.RuntimeError(what); - - readyPromiseReject(e); - // Throw the error whether or not MODULARIZE is set because abort is used - // in code paths apart from instantiation where an exception is expected - // to be thrown when abort is called. - throw e; -} - -// include: memoryprofiler.js -// end include: memoryprofiler.js -// show errors on likely calls to FS when it was not included -var FS = { - error() { - abort('Filesystem support (FS) was not included. The problem is that you are using files from JS, but files were not used from C/C++, so filesystem support was not auto-included. You can force-include filesystem support with -sFORCE_FILESYSTEM'); - }, - init() { FS.error() }, - createDataFile() { FS.error() }, - createPreloadedFile() { FS.error() }, - createLazyFile() { FS.error() }, - open() { FS.error() }, - mkdev() { FS.error() }, - registerDevice() { FS.error() }, - analyzePath() { FS.error() }, - - ErrnoError() { FS.error() }, -}; -Module['FS_createDataFile'] = FS.createDataFile; -Module['FS_createPreloadedFile'] = FS.createPreloadedFile; - -// include: URIUtils.js -// Prefix of data URIs emitted by SINGLE_FILE and related options. -var dataURIPrefix = 'data:application/octet-stream;base64,'; - -/** - * Indicates whether filename is a base64 data URI. - * @noinline - */ -var isDataURI = (filename) => filename.startsWith(dataURIPrefix); - -/** - * Indicates whether filename is delivered via file protocol (as opposed to http/https) - * @noinline - */ -var isFileURI = (filename) => filename.startsWith('file://'); -// end include: URIUtils.js -function createExportWrapper(name) { - return function() { - assert(runtimeInitialized, `native function \`${name}\` called before runtime initialization`); - var f = wasmExports[name]; - assert(f, `exported native function \`${name}\` not found`); - return f.apply(null, arguments); - }; -} - -// include: runtime_exceptions.js -// end include: runtime_exceptions.js -var wasmBinaryFile; - wasmBinaryFile = 'physx-js-webidl.wasm'; - if (!isDataURI(wasmBinaryFile)) { - wasmBinaryFile = locateFile(wasmBinaryFile); - } - -function getBinarySync(file) { - if (file == wasmBinaryFile && wasmBinary) { - return new Uint8Array(wasmBinary); - } - if (readBinary) { - return readBinary(file); - } - throw "both async and sync fetching of the wasm failed"; -} - -function getBinaryPromise(binaryFile) { - // If we don't have the binary yet, try to load it asynchronously. - // Fetch has some additional restrictions over XHR, like it can't be used on a file:// url. - // See https://github.com/github/fetch/pull/92#issuecomment-140665932 - // Cordova or Electron apps are typically loaded from a file:// url. - // So use fetch if it is available and the url is not a file, otherwise fall back to XHR. - if (!wasmBinary - && (ENVIRONMENT_IS_WEB || ENVIRONMENT_IS_WORKER)) { - if (typeof fetch == 'function' - ) { - return fetch(binaryFile, { credentials: 'same-origin' }).then((response) => { - if (!response['ok']) { - throw "failed to load wasm binary file at '" + binaryFile + "'"; - } - return response['arrayBuffer'](); - }).catch(() => getBinarySync(binaryFile)); - } - } - - // Otherwise, getBinarySync should be able to get it synchronously - return Promise.resolve().then(() => getBinarySync(binaryFile)); -} - -function instantiateArrayBuffer(binaryFile, imports, receiver) { - return getBinaryPromise(binaryFile).then((binary) => { - return WebAssembly.instantiate(binary, imports); - }).then((instance) => { - return instance; - }).then(receiver, (reason) => { - err(`failed to asynchronously prepare wasm: ${reason}`); - - // Warn on some common problems. - if (isFileURI(wasmBinaryFile)) { - err(`warning: Loading from a file URI (${wasmBinaryFile}) is not supported in most browsers. See https://emscripten.org/docs/getting_started/FAQ.html#how-do-i-run-a-local-webserver-for-testing-why-does-my-program-stall-in-downloading-or-preparing`); - } - abort(reason); - }); -} - -function instantiateAsync(binary, binaryFile, imports, callback) { - if (!binary && - typeof WebAssembly.instantiateStreaming == 'function' && - !isDataURI(binaryFile) && - typeof fetch == 'function') { - return fetch(binaryFile, { credentials: 'same-origin' }).then((response) => { - // Suppress closure warning here since the upstream definition for - // instantiateStreaming only allows Promise rather than - // an actual Response. - // TODO(https://github.com/google/closure-compiler/pull/3913): Remove if/when upstream closure is fixed. - /** @suppress {checkTypes} */ - var result = WebAssembly.instantiateStreaming(response, imports); - - return result.then( - callback, - function(reason) { - // We expect the most common failure cause to be a bad MIME type for the binary, - // in which case falling back to ArrayBuffer instantiation should work. - err(`wasm streaming compile failed: ${reason}`); - err('falling back to ArrayBuffer instantiation'); - return instantiateArrayBuffer(binaryFile, imports, callback); - }); - }); - } - return instantiateArrayBuffer(binaryFile, imports, callback); -} - -// Create the wasm instance. -// Receives the wasm imports, returns the exports. -function createWasm() { - // prepare imports - var info = { - 'env': wasmImports, - 'wasi_snapshot_preview1': wasmImports, - }; - // Load the wasm module and create an instance of using native support in the JS engine. - // handle a generated wasm instance, receiving its exports and - // performing other necessary setup - /** @param {WebAssembly.Module=} module*/ - function receiveInstance(instance, module) { - wasmExports = instance.exports; - - - - wasmMemory = wasmExports['memory']; - - assert(wasmMemory, "memory not found in wasm exports"); - // This assertion doesn't hold when emscripten is run in --post-link - // mode. - // TODO(sbc): Read INITIAL_MEMORY out of the wasm file in post-link mode. - //assert(wasmMemory.buffer.byteLength === 268435456); - updateMemoryViews(); - - addOnInit(wasmExports['__wasm_call_ctors']); - - removeRunDependency('wasm-instantiate'); - return wasmExports; - } - // wait for the pthread pool (if any) - addRunDependency('wasm-instantiate'); - - // Prefer streaming instantiation if available. - // Async compilation can be confusing when an error on the page overwrites Module - // (for example, if the order of elements is wrong, and the one defining Module is - // later), so we save Module and check it later. - var trueModule = Module; - function receiveInstantiationResult(result) { - // 'result' is a ResultObject object which has both the module and instance. - // receiveInstance() will swap in the exports (to Module.asm) so they can be called - assert(Module === trueModule, 'the Module object should not be replaced during async compilation - perhaps the order of HTML elements is wrong?'); - trueModule = null; - // TODO: Due to Closure regression https://github.com/google/closure-compiler/issues/3193, the above line no longer optimizes out down to the following line. - // When the regression is fixed, can restore the above PTHREADS-enabled path. - receiveInstance(result['instance']); - } - - // User shell pages can write their own Module.instantiateWasm = function(imports, successCallback) callback - // to manually instantiate the Wasm module themselves. This allows pages to - // run the instantiation parallel to any other async startup actions they are - // performing. - // Also pthreads and wasm workers initialize the wasm instance through this - // path. - if (Module['instantiateWasm']) { - - try { - return Module['instantiateWasm'](info, receiveInstance); - } catch(e) { - err(`Module.instantiateWasm callback failed with error: ${e}`); - // If instantiation fails, reject the module ready promise. - readyPromiseReject(e); - } - } - - // If instantiation fails, reject the module ready promise. - instantiateAsync(wasmBinary, wasmBinaryFile, info, receiveInstantiationResult).catch(readyPromiseReject); - return {}; // no exports yet; we'll fill them in later -} - -// Globals used by JS i64 conversions (see makeSetValue) -var tempDouble; -var tempI64; - -// include: runtime_debug.js -function legacyModuleProp(prop, newName, incomming=true) { - if (!Object.getOwnPropertyDescriptor(Module, prop)) { - Object.defineProperty(Module, prop, { - configurable: true, - get() { - let extra = incomming ? ' (the initial value can be provided on Module, but after startup the value is only looked for on a local variable of that name)' : ''; - abort(`\`Module.${prop}\` has been replaced by \`${newName}\`` + extra); - - } - }); - } -} - -function ignoredModuleProp(prop) { - if (Object.getOwnPropertyDescriptor(Module, prop)) { - abort(`\`Module.${prop}\` was supplied but \`${prop}\` not included in INCOMING_MODULE_JS_API`); - } -} - -// forcing the filesystem exports a few things by default -function isExportedByForceFilesystem(name) { - return name === 'FS_createPath' || - name === 'FS_createDataFile' || - name === 'FS_createPreloadedFile' || - name === 'FS_unlink' || - name === 'addRunDependency' || - // The old FS has some functionality that WasmFS lacks. - name === 'FS_createLazyFile' || - name === 'FS_createDevice' || - name === 'removeRunDependency'; -} - -function missingGlobal(sym, msg) { - if (typeof globalThis !== 'undefined') { - Object.defineProperty(globalThis, sym, { - configurable: true, - get() { - warnOnce(`\`${sym}\` is not longer defined by emscripten. ${msg}`); - return undefined; - } - }); - } -} - -missingGlobal('buffer', 'Please use HEAP8.buffer or wasmMemory.buffer'); -missingGlobal('asm', 'Please use wasmExports instead'); - -function missingLibrarySymbol(sym) { - if (typeof globalThis !== 'undefined' && !Object.getOwnPropertyDescriptor(globalThis, sym)) { - Object.defineProperty(globalThis, sym, { - configurable: true, - get() { - // Can't `abort()` here because it would break code that does runtime - // checks. e.g. `if (typeof SDL === 'undefined')`. - var msg = `\`${sym}\` is a library symbol and not included by default; add it to your library.js __deps or to DEFAULT_LIBRARY_FUNCS_TO_INCLUDE on the command line`; - // DEFAULT_LIBRARY_FUNCS_TO_INCLUDE requires the name as it appears in - // library.js, which means $name for a JS name with no prefix, or name - // for a JS name like _name. - var librarySymbol = sym; - if (!librarySymbol.startsWith('_')) { - librarySymbol = '$' + sym; - } - msg += ` (e.g. -sDEFAULT_LIBRARY_FUNCS_TO_INCLUDE='${librarySymbol}')`; - if (isExportedByForceFilesystem(sym)) { - msg += '. Alternatively, forcing filesystem support (-sFORCE_FILESYSTEM) can export this for you'; - } - warnOnce(msg); - return undefined; - } - }); - } - // Any symbol that is not included from the JS libary is also (by definition) - // not exported on the Module object. - unexportedRuntimeSymbol(sym); -} - -function unexportedRuntimeSymbol(sym) { - if (!Object.getOwnPropertyDescriptor(Module, sym)) { - Object.defineProperty(Module, sym, { - configurable: true, - get() { - var msg = `'${sym}' was not exported. add it to EXPORTED_RUNTIME_METHODS (see the Emscripten FAQ)`; - if (isExportedByForceFilesystem(sym)) { - msg += '. Alternatively, forcing filesystem support (-sFORCE_FILESYSTEM) can export this for you'; - } - abort(msg); - } - }); - } -} - -// Used by XXXXX_DEBUG settings to output debug messages. -function dbg(text) { - // TODO(sbc): Make this configurable somehow. Its not always convenient for - // logging to show up as warnings. - console.warn.apply(console, arguments); -} -// end include: runtime_debug.js -// === Body === - -var ASM_CONSTS = { - 271566: ($0) => { var self = Module['getCache'](Module['CustomSupportImpl'])[$0]; if (!self.hasOwnProperty('getCustomMargin')) throw 'a JSImplementation must implement all functions, you forgot CustomSupportImpl::getCustomMargin.'; return self['getCustomMargin'](); }, - 271818: ($0, $1, $2) => { var self = Module['getCache'](Module['CustomSupportImpl'])[$0]; if (!self.hasOwnProperty('getCustomSupportLocal')) throw 'a JSImplementation must implement all functions, you forgot CustomSupportImpl::getCustomSupportLocal.'; self['getCustomSupportLocal']($1,$2); }, - 272086: ($0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10) => { var self = Module['getCache'](Module['PassThroughFilterShaderImpl'])[$0]; if (!self.hasOwnProperty('filterShader')) throw 'a JSImplementation must implement all functions, you forgot PassThroughFilterShaderImpl::filterShader.'; return self['filterShader']($1,$2,$3,$4,$5,$6,$7,$8,$9,$10); }, - 272379: ($0, $1, $2) => { var self = Module['getCache'](Module['PxControllerBehaviorCallbackImpl'])[$0]; if (!self.hasOwnProperty('getShapeBehaviorFlags')) throw 'a JSImplementation must implement all functions, you forgot PxControllerBehaviorCallbackImpl::getShapeBehaviorFlags.'; return self['getShapeBehaviorFlags']($1,$2); }, - 272684: ($0, $1) => { var self = Module['getCache'](Module['PxControllerBehaviorCallbackImpl'])[$0]; if (!self.hasOwnProperty('getControllerBehaviorFlags')) throw 'a JSImplementation must implement all functions, you forgot PxControllerBehaviorCallbackImpl::getControllerBehaviorFlags.'; return self['getControllerBehaviorFlags']($1); }, - 273001: ($0, $1) => { var self = Module['getCache'](Module['PxControllerBehaviorCallbackImpl'])[$0]; if (!self.hasOwnProperty('getObstacleBehaviorFlags')) throw 'a JSImplementation must implement all functions, you forgot PxControllerBehaviorCallbackImpl::getObstacleBehaviorFlags.'; return self['getObstacleBehaviorFlags']($1); }, - 273312: ($0, $1, $2) => { var self = Module['getCache'](Module['PxControllerFilterCallbackImpl'])[$0]; if (!self.hasOwnProperty('filter')) throw 'a JSImplementation must implement all functions, you forgot PxControllerFilterCallbackImpl::filter.'; return self['filter']($1,$2); }, - 273568: ($0, $1, $2, $3, $4) => { var self = Module['getCache'](Module['PxErrorCallbackImpl'])[$0]; if (!self.hasOwnProperty('reportError')) throw 'a JSImplementation must implement all functions, you forgot PxErrorCallbackImpl::reportError.'; self['reportError']($1,$2,$3,$4); }, - 273816: ($0, $1, $2, $3, $4) => { var self = Module['getCache'](Module['PxQueryFilterCallbackImpl'])[$0]; if (!self.hasOwnProperty('simplePreFilter')) throw 'a JSImplementation must implement all functions, you forgot PxQueryFilterCallbackImpl::simplePreFilter.'; return self['simplePreFilter']($1,$2,$3,$4); }, - 274095: ($0, $1, $2, $3, $4) => { var self = Module['getCache'](Module['PxQueryFilterCallbackImpl'])[$0]; if (!self.hasOwnProperty('simplePostFilter')) throw 'a JSImplementation must implement all functions, you forgot PxQueryFilterCallbackImpl::simplePostFilter.'; return self['simplePostFilter']($1,$2,$3,$4); }, - 274377: ($0, $1, $2) => { var self = Module['getCache'](Module['PxSimulationEventCallbackImpl'])[$0]; if (!self.hasOwnProperty('onConstraintBreak')) throw 'a JSImplementation must implement all functions, you forgot PxSimulationEventCallbackImpl::onConstraintBreak.'; self['onConstraintBreak']($1,$2); }, - 274657: ($0, $1, $2) => { var self = Module['getCache'](Module['PxSimulationEventCallbackImpl'])[$0]; if (!self.hasOwnProperty('onWake')) throw 'a JSImplementation must implement all functions, you forgot PxSimulationEventCallbackImpl::onWake.'; self['onWake']($1,$2); }, - 274904: ($0, $1, $2) => { var self = Module['getCache'](Module['PxSimulationEventCallbackImpl'])[$0]; if (!self.hasOwnProperty('onSleep')) throw 'a JSImplementation must implement all functions, you forgot PxSimulationEventCallbackImpl::onSleep.'; self['onSleep']($1,$2); }, - 275154: ($0, $1, $2, $3) => { var self = Module['getCache'](Module['PxSimulationEventCallbackImpl'])[$0]; if (!self.hasOwnProperty('onContact')) throw 'a JSImplementation must implement all functions, you forgot PxSimulationEventCallbackImpl::onContact.'; self['onContact']($1,$2,$3); }, - 275413: ($0, $1, $2) => { var self = Module['getCache'](Module['PxSimulationEventCallbackImpl'])[$0]; if (!self.hasOwnProperty('onTrigger')) throw 'a JSImplementation must implement all functions, you forgot PxSimulationEventCallbackImpl::onTrigger.'; self['onTrigger']($1,$2); }, - 275669: ($0, $1) => { var self = Module['getCache'](Module['PxUserControllerHitReportImpl'])[$0]; if (!self.hasOwnProperty('onShapeHit')) throw 'a JSImplementation must implement all functions, you forgot PxUserControllerHitReportImpl::onShapeHit.'; self['onShapeHit']($1); }, - 275925: ($0, $1) => { var self = Module['getCache'](Module['PxUserControllerHitReportImpl'])[$0]; if (!self.hasOwnProperty('onControllerHit')) throw 'a JSImplementation must implement all functions, you forgot PxUserControllerHitReportImpl::onControllerHit.'; self['onControllerHit']($1); }, - 276196: ($0, $1) => { var self = Module['getCache'](Module['PxUserControllerHitReportImpl'])[$0]; if (!self.hasOwnProperty('onObstacleHit')) throw 'a JSImplementation must implement all functions, you forgot PxUserControllerHitReportImpl::onObstacleHit.'; self['onObstacleHit']($1); }, - 276461: ($0) => { var self = Module['getCache'](Module['SimplPvdTransportImpl'])[$0]; if (!self.hasOwnProperty('connect')) throw 'a JSImplementation must implement all functions, you forgot SimplPvdTransportImpl::connect.'; return self['connect'](); }, - 276697: ($0) => { var self = Module['getCache'](Module['SimplPvdTransportImpl'])[$0]; if (!self.hasOwnProperty('disconnect')) throw 'a JSImplementation must implement all functions, you forgot SimplPvdTransportImpl::disconnect.'; self['disconnect'](); }, - 276935: ($0) => { var self = Module['getCache'](Module['SimplPvdTransportImpl'])[$0]; if (!self.hasOwnProperty('isConnected')) throw 'a JSImplementation must implement all functions, you forgot SimplPvdTransportImpl::isConnected.'; return self['isConnected'](); }, - 277183: ($0) => { var self = Module['getCache'](Module['SimplPvdTransportImpl'])[$0]; if (!self.hasOwnProperty('flush')) throw 'a JSImplementation must implement all functions, you forgot SimplPvdTransportImpl::flush.'; self['flush'](); }, - 277406: ($0, $1, $2) => { var self = Module['getCache'](Module['SimplPvdTransportImpl'])[$0]; if (!self.hasOwnProperty('send')) throw 'a JSImplementation must implement all functions, you forgot SimplPvdTransportImpl::send.'; self['send']($1,$2); } -}; - - -// end include: preamble.js - - /** @constructor */ - function ExitStatus(status) { - this.name = 'ExitStatus'; - this.message = `Program terminated with exit(${status})`; - this.status = status; - } - - var callRuntimeCallbacks = (callbacks) => { - while (callbacks.length > 0) { - // Pass the module as the first argument. - callbacks.shift()(Module); - } - }; - - - /** - * @param {number} ptr - * @param {string} type - */ - function getValue(ptr, type = 'i8') { - if (type.endsWith('*')) type = '*'; - switch (type) { - case 'i1': return HEAP8[((ptr)>>0)]; - case 'i8': return HEAP8[((ptr)>>0)]; - case 'i16': return HEAP16[((ptr)>>1)]; - case 'i32': return HEAP32[((ptr)>>2)]; - case 'i64': abort('to do getValue(i64) use WASM_BIGINT'); - case 'float': return HEAPF32[((ptr)>>2)]; - case 'double': return HEAPF64[((ptr)>>3)]; - case '*': return HEAPU32[((ptr)>>2)]; - default: abort(`invalid type for getValue: ${type}`); - } - } - - var noExitRuntime = Module['noExitRuntime'] || true; - - var ptrToString = (ptr) => { - assert(typeof ptr === 'number'); - // With CAN_ADDRESS_2GB or MEMORY64, pointers are already unsigned. - ptr >>>= 0; - return '0x' + ptr.toString(16).padStart(8, '0'); - }; - - - /** - * @param {number} ptr - * @param {number} value - * @param {string} type - */ - function setValue(ptr, value, type = 'i8') { - if (type.endsWith('*')) type = '*'; - switch (type) { - case 'i1': HEAP8[((ptr)>>0)] = value; break; - case 'i8': HEAP8[((ptr)>>0)] = value; break; - case 'i16': HEAP16[((ptr)>>1)] = value; break; - case 'i32': HEAP32[((ptr)>>2)] = value; break; - case 'i64': abort('to do setValue(i64) use WASM_BIGINT'); - case 'float': HEAPF32[((ptr)>>2)] = value; break; - case 'double': HEAPF64[((ptr)>>3)] = value; break; - case '*': HEAPU32[((ptr)>>2)] = value; break; - default: abort(`invalid type for setValue: ${type}`); - } - } - - var warnOnce = (text) => { - warnOnce.shown ||= {}; - if (!warnOnce.shown[text]) { - warnOnce.shown[text] = 1; - err(text); - } - }; - - var nowIsMonotonic = 1; - var __emscripten_get_now_is_monotonic = () => nowIsMonotonic; - - var _abort = () => { - abort('native code called abort()'); - }; - - var readEmAsmArgsArray = []; - var readEmAsmArgs = (sigPtr, buf) => { - // Nobody should have mutated _readEmAsmArgsArray underneath us to be something else than an array. - assert(Array.isArray(readEmAsmArgsArray)); - // The input buffer is allocated on the stack, so it must be stack-aligned. - assert(buf % 16 == 0); - readEmAsmArgsArray.length = 0; - var ch; - // Most arguments are i32s, so shift the buffer pointer so it is a plain - // index into HEAP32. - while (ch = HEAPU8[sigPtr++]) { - var chr = String.fromCharCode(ch); - var validChars = ['d', 'f', 'i', 'p']; - assert(validChars.includes(chr), `Invalid character ${ch}("${chr}") in readEmAsmArgs! Use only [${validChars}], and do not specify "v" for void return argument.`); - // Floats are always passed as doubles, so all types except for 'i' - // are 8 bytes and require alignment. - var wide = (ch != 105); - wide &= (ch != 112); - buf += wide && (buf % 8) ? 4 : 0; - readEmAsmArgsArray.push( - // Special case for pointers under wasm64 or CAN_ADDRESS_2GB mode. - ch == 112 ? HEAPU32[((buf)>>2)] : - ch == 105 ? - HEAP32[((buf)>>2)] : - HEAPF64[((buf)>>3)] - ); - buf += wide ? 8 : 4; - } - return readEmAsmArgsArray; - }; - var runEmAsmFunction = (code, sigPtr, argbuf) => { - var args = readEmAsmArgs(sigPtr, argbuf); - assert(ASM_CONSTS.hasOwnProperty(code), `No EM_ASM constant found at address ${code}. The loaded WebAssembly file is likely out of sync with the generated JavaScript.`); - return ASM_CONSTS[code].apply(null, args); - }; - var _emscripten_asm_const_double = (code, sigPtr, argbuf) => { - return runEmAsmFunction(code, sigPtr, argbuf); - }; - - var _emscripten_asm_const_int = (code, sigPtr, argbuf) => { - return runEmAsmFunction(code, sigPtr, argbuf); - }; - - var _emscripten_date_now = () => Date.now(); - - var _emscripten_get_now; - // Modern environment where performance.now() is supported: - // N.B. a shorter form "_emscripten_get_now = performance.now;" is - // unfortunately not allowed even in current browsers (e.g. FF Nightly 75). - _emscripten_get_now = () => performance.now(); - ; - - var _emscripten_memcpy_js = (dest, src, num) => HEAPU8.copyWithin(dest, src, src + num); - - var getHeapMax = () => - HEAPU8.length; - - var abortOnCannotGrowMemory = (requestedSize) => { - abort(`Cannot enlarge memory arrays to size ${requestedSize} bytes (OOM). Either (1) compile with -sINITIAL_MEMORY=X with X higher than the current value ${HEAP8.length}, (2) compile with -sALLOW_MEMORY_GROWTH which allows increasing the size at runtime, or (3) if you want malloc to return NULL (0) instead of this abort, compile with -sABORTING_MALLOC=0`); - }; - var _emscripten_resize_heap = (requestedSize) => { - var oldSize = HEAPU8.length; - // With CAN_ADDRESS_2GB or MEMORY64, pointers are already unsigned. - requestedSize >>>= 0; - abortOnCannotGrowMemory(requestedSize); - }; - - - var runtimeKeepaliveCounter = 0; - var keepRuntimeAlive = () => noExitRuntime || runtimeKeepaliveCounter > 0; - - var UTF8Decoder = typeof TextDecoder != 'undefined' ? new TextDecoder('utf8') : undefined; - - /** - * Given a pointer 'idx' to a null-terminated UTF8-encoded string in the given - * array that contains uint8 values, returns a copy of that string as a - * Javascript String object. - * heapOrArray is either a regular array, or a JavaScript typed array view. - * @param {number} idx - * @param {number=} maxBytesToRead - * @return {string} - */ - var UTF8ArrayToString = (heapOrArray, idx, maxBytesToRead) => { - var endIdx = idx + maxBytesToRead; - var endPtr = idx; - // TextDecoder needs to know the byte length in advance, it doesn't stop on - // null terminator by itself. Also, use the length info to avoid running tiny - // strings through TextDecoder, since .subarray() allocates garbage. - // (As a tiny code save trick, compare endPtr against endIdx using a negation, - // so that undefined means Infinity) - while (heapOrArray[endPtr] && !(endPtr >= endIdx)) ++endPtr; - - if (endPtr - idx > 16 && heapOrArray.buffer && UTF8Decoder) { - return UTF8Decoder.decode(heapOrArray.subarray(idx, endPtr)); - } - var str = ''; - // If building with TextDecoder, we have already computed the string length - // above, so test loop end condition against that - while (idx < endPtr) { - // For UTF8 byte structure, see: - // http://en.wikipedia.org/wiki/UTF-8#Description - // https://www.ietf.org/rfc/rfc2279.txt - // https://tools.ietf.org/html/rfc3629 - var u0 = heapOrArray[idx++]; - if (!(u0 & 0x80)) { str += String.fromCharCode(u0); continue; } - var u1 = heapOrArray[idx++] & 63; - if ((u0 & 0xE0) == 0xC0) { str += String.fromCharCode(((u0 & 31) << 6) | u1); continue; } - var u2 = heapOrArray[idx++] & 63; - if ((u0 & 0xF0) == 0xE0) { - u0 = ((u0 & 15) << 12) | (u1 << 6) | u2; - } else { - if ((u0 & 0xF8) != 0xF0) warnOnce('Invalid UTF-8 leading byte ' + ptrToString(u0) + ' encountered when deserializing a UTF-8 string in wasm memory to a JS string!'); - u0 = ((u0 & 7) << 18) | (u1 << 12) | (u2 << 6) | (heapOrArray[idx++] & 63); - } - - if (u0 < 0x10000) { - str += String.fromCharCode(u0); - } else { - var ch = u0 - 0x10000; - str += String.fromCharCode(0xD800 | (ch >> 10), 0xDC00 | (ch & 0x3FF)); - } - } - return str; - }; - - /** - * Given a pointer 'ptr' to a null-terminated UTF8-encoded string in the - * emscripten HEAP, returns a copy of that string as a Javascript String object. - * - * @param {number} ptr - * @param {number=} maxBytesToRead - An optional length that specifies the - * maximum number of bytes to read. You can omit this parameter to scan the - * string until the first 0 byte. If maxBytesToRead is passed, and the string - * at [ptr, ptr+maxBytesToReadr[ contains a null byte in the middle, then the - * string will cut short at that byte index (i.e. maxBytesToRead will not - * produce a string of exact length [ptr, ptr+maxBytesToRead[) N.B. mixing - * frequent uses of UTF8ToString() with and without maxBytesToRead may throw - * JS JIT optimizations off, so it is worth to consider consistently using one - * @return {string} - */ - var UTF8ToString = (ptr, maxBytesToRead) => { - assert(typeof ptr == 'number', `UTF8ToString expects a number (got ${typeof ptr})`); - return ptr ? UTF8ArrayToString(HEAPU8, ptr, maxBytesToRead) : ''; - }; - var SYSCALLS = { - varargs:undefined, - get() { - assert(SYSCALLS.varargs != undefined); - // the `+` prepended here is necessary to convince the JSCompiler that varargs is indeed a number. - var ret = HEAP32[((+SYSCALLS.varargs)>>2)]; - SYSCALLS.varargs += 4; - return ret; - }, - getp() { return SYSCALLS.get() }, - getStr(ptr) { - var ret = UTF8ToString(ptr); - return ret; - }, - }; - var _proc_exit = (code) => { - EXITSTATUS = code; - if (!keepRuntimeAlive()) { - Module['onExit']?.(code); - ABORT = true; - } - quit_(code, new ExitStatus(code)); - }; - - /** @suppress {duplicate } */ - /** @param {boolean|number=} implicit */ - var exitJS = (status, implicit) => { - EXITSTATUS = status; - - checkUnflushedContent(); - - // if exit() was called explicitly, warn the user if the runtime isn't actually being shut down - if (keepRuntimeAlive() && !implicit) { - var msg = `program exited (with status: ${status}), but keepRuntimeAlive() is set (counter=${runtimeKeepaliveCounter}) due to an async operation, so halting execution but not exiting the runtime or preventing further async execution (you can use emscripten_force_exit, if you want to force a true shutdown)`; - readyPromiseReject(msg); - err(msg); - } - - _proc_exit(status); - }; - var _exit = exitJS; - - var _fd_close = (fd) => { - abort('fd_close called without SYSCALLS_REQUIRE_FILESYSTEM'); - }; - - - var convertI32PairToI53Checked = (lo, hi) => { - assert(lo == (lo >>> 0) || lo == (lo|0)); // lo should either be a i32 or a u32 - assert(hi === (hi|0)); // hi should be a i32 - return ((hi + 0x200000) >>> 0 < 0x400001 - !!lo) ? (lo >>> 0) + hi * 4294967296 : NaN; - }; - function _fd_seek(fd,offset_low, offset_high,whence,newOffset) { - var offset = convertI32PairToI53Checked(offset_low, offset_high);; - - - return 70; - ; - } - - var printCharBuffers = [null,[],[]]; - - var printChar = (stream, curr) => { - var buffer = printCharBuffers[stream]; - assert(buffer); - if (curr === 0 || curr === 10) { - (stream === 1 ? out : err)(UTF8ArrayToString(buffer, 0)); - buffer.length = 0; - } else { - buffer.push(curr); - } - }; - - var flush_NO_FILESYSTEM = () => { - // flush anything remaining in the buffers during shutdown - _fflush(0); - if (printCharBuffers[1].length) printChar(1, 10); - if (printCharBuffers[2].length) printChar(2, 10); - }; - - - var _fd_write = (fd, iov, iovcnt, pnum) => { - // hack to support printf in SYSCALLS_REQUIRE_FILESYSTEM=0 - var num = 0; - for (var i = 0; i < iovcnt; i++) { - var ptr = HEAPU32[((iov)>>2)]; - var len = HEAPU32[(((iov)+(4))>>2)]; - iov += 8; - for (var j = 0; j < len; j++) { - printChar(fd, HEAPU8[ptr+j]); - } - num += len; - } - HEAPU32[((pnum)>>2)] = num; - return 0; - }; - - var lengthBytesUTF8 = (str) => { - var len = 0; - for (var i = 0; i < str.length; ++i) { - // Gotcha: charCodeAt returns a 16-bit word that is a UTF-16 encoded code - // unit, not a Unicode code point of the character! So decode - // UTF16->UTF32->UTF8. - // See http://unicode.org/faq/utf_bom.html#utf16-3 - var c = str.charCodeAt(i); // possibly a lead surrogate - if (c <= 0x7F) { - len++; - } else if (c <= 0x7FF) { - len += 2; - } else if (c >= 0xD800 && c <= 0xDFFF) { - len += 4; ++i; - } else { - len += 3; - } - } - return len; - }; - - var stringToUTF8Array = (str, heap, outIdx, maxBytesToWrite) => { - assert(typeof str === 'string', `stringToUTF8Array expects a string (got ${typeof str})`); - // Parameter maxBytesToWrite is not optional. Negative values, 0, null, - // undefined and false each don't write out any bytes. - if (!(maxBytesToWrite > 0)) - return 0; - - var startIdx = outIdx; - var endIdx = outIdx + maxBytesToWrite - 1; // -1 for string null terminator. - for (var i = 0; i < str.length; ++i) { - // Gotcha: charCodeAt returns a 16-bit word that is a UTF-16 encoded code - // unit, not a Unicode code point of the character! So decode - // UTF16->UTF32->UTF8. - // See http://unicode.org/faq/utf_bom.html#utf16-3 - // For UTF8 byte structure, see http://en.wikipedia.org/wiki/UTF-8#Description - // and https://www.ietf.org/rfc/rfc2279.txt - // and https://tools.ietf.org/html/rfc3629 - var u = str.charCodeAt(i); // possibly a lead surrogate - if (u >= 0xD800 && u <= 0xDFFF) { - var u1 = str.charCodeAt(++i); - u = 0x10000 + ((u & 0x3FF) << 10) | (u1 & 0x3FF); - } - if (u <= 0x7F) { - if (outIdx >= endIdx) break; - heap[outIdx++] = u; - } else if (u <= 0x7FF) { - if (outIdx + 1 >= endIdx) break; - heap[outIdx++] = 0xC0 | (u >> 6); - heap[outIdx++] = 0x80 | (u & 63); - } else if (u <= 0xFFFF) { - if (outIdx + 2 >= endIdx) break; - heap[outIdx++] = 0xE0 | (u >> 12); - heap[outIdx++] = 0x80 | ((u >> 6) & 63); - heap[outIdx++] = 0x80 | (u & 63); - } else { - if (outIdx + 3 >= endIdx) break; - if (u > 0x10FFFF) warnOnce('Invalid Unicode code point ' + ptrToString(u) + ' encountered when serializing a JS string to a UTF-8 string in wasm memory! (Valid unicode code points should be in range 0-0x10FFFF).'); - heap[outIdx++] = 0xF0 | (u >> 18); - heap[outIdx++] = 0x80 | ((u >> 12) & 63); - heap[outIdx++] = 0x80 | ((u >> 6) & 63); - heap[outIdx++] = 0x80 | (u & 63); - } - } - // Null-terminate the pointer to the buffer. - heap[outIdx] = 0; - return outIdx - startIdx; - }; - /** @type {function(string, boolean=, number=)} */ - function intArrayFromString(stringy, dontAddNull, length) { - var len = length > 0 ? length : lengthBytesUTF8(stringy)+1; - var u8array = new Array(len); - var numBytesWritten = stringToUTF8Array(stringy, u8array, 0, u8array.length); - if (dontAddNull) u8array.length = numBytesWritten; - return u8array; - } - -function checkIncomingModuleAPI() { - ignoredModuleProp('fetchSettings'); -} -var wasmImports = { - /** @export */ - _emscripten_get_now_is_monotonic: __emscripten_get_now_is_monotonic, - /** @export */ - abort: _abort, - /** @export */ - emscripten_asm_const_double: _emscripten_asm_const_double, - /** @export */ - emscripten_asm_const_int: _emscripten_asm_const_int, - /** @export */ - emscripten_date_now: _emscripten_date_now, - /** @export */ - emscripten_get_now: _emscripten_get_now, - /** @export */ - emscripten_memcpy_js: _emscripten_memcpy_js, - /** @export */ - emscripten_resize_heap: _emscripten_resize_heap, - /** @export */ - exit: _exit, - /** @export */ - fd_close: _fd_close, - /** @export */ - fd_seek: _fd_seek, - /** @export */ - fd_write: _fd_write -}; -var wasmExports = createWasm(); -var ___wasm_call_ctors = createExportWrapper('__wasm_call_ctors'); -var _webidl_free = Module['_webidl_free'] = createExportWrapper('webidl_free'); -var _webidl_malloc = Module['_webidl_malloc'] = createExportWrapper('webidl_malloc'); -var _malloc = Module['_malloc'] = createExportWrapper('malloc'); -var _emscripten_bind_PxBase_release_0 = Module['_emscripten_bind_PxBase_release_0'] = createExportWrapper('emscripten_bind_PxBase_release_0'); -var _emscripten_bind_PxBase_getConcreteTypeName_0 = Module['_emscripten_bind_PxBase_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxBase_getConcreteTypeName_0'); -var _emscripten_bind_PxBase_getConcreteType_0 = Module['_emscripten_bind_PxBase_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxBase_getConcreteType_0'); -var _emscripten_bind_PxBase_setBaseFlag_2 = Module['_emscripten_bind_PxBase_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxBase_setBaseFlag_2'); -var _emscripten_bind_PxBase_setBaseFlags_1 = Module['_emscripten_bind_PxBase_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxBase_setBaseFlags_1'); -var _emscripten_bind_PxBase_getBaseFlags_0 = Module['_emscripten_bind_PxBase_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxBase_getBaseFlags_0'); -var _emscripten_bind_PxBase_isReleasable_0 = Module['_emscripten_bind_PxBase_isReleasable_0'] = createExportWrapper('emscripten_bind_PxBase_isReleasable_0'); -var _emscripten_bind_PxActor_getType_0 = Module['_emscripten_bind_PxActor_getType_0'] = createExportWrapper('emscripten_bind_PxActor_getType_0'); -var _emscripten_bind_PxActor_getScene_0 = Module['_emscripten_bind_PxActor_getScene_0'] = createExportWrapper('emscripten_bind_PxActor_getScene_0'); -var _emscripten_bind_PxActor_setName_1 = Module['_emscripten_bind_PxActor_setName_1'] = createExportWrapper('emscripten_bind_PxActor_setName_1'); -var _emscripten_bind_PxActor_getName_0 = Module['_emscripten_bind_PxActor_getName_0'] = createExportWrapper('emscripten_bind_PxActor_getName_0'); -var _emscripten_bind_PxActor_getWorldBounds_0 = Module['_emscripten_bind_PxActor_getWorldBounds_0'] = createExportWrapper('emscripten_bind_PxActor_getWorldBounds_0'); -var _emscripten_bind_PxActor_getWorldBounds_1 = Module['_emscripten_bind_PxActor_getWorldBounds_1'] = createExportWrapper('emscripten_bind_PxActor_getWorldBounds_1'); -var _emscripten_bind_PxActor_setActorFlag_2 = Module['_emscripten_bind_PxActor_setActorFlag_2'] = createExportWrapper('emscripten_bind_PxActor_setActorFlag_2'); -var _emscripten_bind_PxActor_setActorFlags_1 = Module['_emscripten_bind_PxActor_setActorFlags_1'] = createExportWrapper('emscripten_bind_PxActor_setActorFlags_1'); -var _emscripten_bind_PxActor_getActorFlags_0 = Module['_emscripten_bind_PxActor_getActorFlags_0'] = createExportWrapper('emscripten_bind_PxActor_getActorFlags_0'); -var _emscripten_bind_PxActor_setDominanceGroup_1 = Module['_emscripten_bind_PxActor_setDominanceGroup_1'] = createExportWrapper('emscripten_bind_PxActor_setDominanceGroup_1'); -var _emscripten_bind_PxActor_getDominanceGroup_0 = Module['_emscripten_bind_PxActor_getDominanceGroup_0'] = createExportWrapper('emscripten_bind_PxActor_getDominanceGroup_0'); -var _emscripten_bind_PxActor_setOwnerClient_1 = Module['_emscripten_bind_PxActor_setOwnerClient_1'] = createExportWrapper('emscripten_bind_PxActor_setOwnerClient_1'); -var _emscripten_bind_PxActor_getOwnerClient_0 = Module['_emscripten_bind_PxActor_getOwnerClient_0'] = createExportWrapper('emscripten_bind_PxActor_getOwnerClient_0'); -var _emscripten_bind_PxActor_release_0 = Module['_emscripten_bind_PxActor_release_0'] = createExportWrapper('emscripten_bind_PxActor_release_0'); -var _emscripten_bind_PxActor_getConcreteTypeName_0 = Module['_emscripten_bind_PxActor_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxActor_getConcreteTypeName_0'); -var _emscripten_bind_PxActor_getConcreteType_0 = Module['_emscripten_bind_PxActor_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxActor_getConcreteType_0'); -var _emscripten_bind_PxActor_setBaseFlag_2 = Module['_emscripten_bind_PxActor_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxActor_setBaseFlag_2'); -var _emscripten_bind_PxActor_setBaseFlags_1 = Module['_emscripten_bind_PxActor_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxActor_setBaseFlags_1'); -var _emscripten_bind_PxActor_getBaseFlags_0 = Module['_emscripten_bind_PxActor_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxActor_getBaseFlags_0'); -var _emscripten_bind_PxActor_isReleasable_0 = Module['_emscripten_bind_PxActor_isReleasable_0'] = createExportWrapper('emscripten_bind_PxActor_isReleasable_0'); -var _emscripten_bind_PxActor_get_userData_0 = Module['_emscripten_bind_PxActor_get_userData_0'] = createExportWrapper('emscripten_bind_PxActor_get_userData_0'); -var _emscripten_bind_PxActor_set_userData_1 = Module['_emscripten_bind_PxActor_set_userData_1'] = createExportWrapper('emscripten_bind_PxActor_set_userData_1'); -var _emscripten_bind_PxQueryHit_get_faceIndex_0 = Module['_emscripten_bind_PxQueryHit_get_faceIndex_0'] = createExportWrapper('emscripten_bind_PxQueryHit_get_faceIndex_0'); -var _emscripten_bind_PxQueryHit_set_faceIndex_1 = Module['_emscripten_bind_PxQueryHit_set_faceIndex_1'] = createExportWrapper('emscripten_bind_PxQueryHit_set_faceIndex_1'); -var _emscripten_bind_PxQueryHit___destroy___0 = Module['_emscripten_bind_PxQueryHit___destroy___0'] = createExportWrapper('emscripten_bind_PxQueryHit___destroy___0'); -var _emscripten_bind_BaseVehicle_initialize_0 = Module['_emscripten_bind_BaseVehicle_initialize_0'] = createExportWrapper('emscripten_bind_BaseVehicle_initialize_0'); -var _emscripten_bind_BaseVehicle_destroyState_0 = Module['_emscripten_bind_BaseVehicle_destroyState_0'] = createExportWrapper('emscripten_bind_BaseVehicle_destroyState_0'); -var _emscripten_bind_BaseVehicle_initComponentSequence_1 = Module['_emscripten_bind_BaseVehicle_initComponentSequence_1'] = createExportWrapper('emscripten_bind_BaseVehicle_initComponentSequence_1'); -var _emscripten_bind_BaseVehicle_step_2 = Module['_emscripten_bind_BaseVehicle_step_2'] = createExportWrapper('emscripten_bind_BaseVehicle_step_2'); -var _emscripten_bind_BaseVehicle_get_baseParams_0 = Module['_emscripten_bind_BaseVehicle_get_baseParams_0'] = createExportWrapper('emscripten_bind_BaseVehicle_get_baseParams_0'); -var _emscripten_bind_BaseVehicle_set_baseParams_1 = Module['_emscripten_bind_BaseVehicle_set_baseParams_1'] = createExportWrapper('emscripten_bind_BaseVehicle_set_baseParams_1'); -var _emscripten_bind_BaseVehicle_get_baseState_0 = Module['_emscripten_bind_BaseVehicle_get_baseState_0'] = createExportWrapper('emscripten_bind_BaseVehicle_get_baseState_0'); -var _emscripten_bind_BaseVehicle_set_baseState_1 = Module['_emscripten_bind_BaseVehicle_set_baseState_1'] = createExportWrapper('emscripten_bind_BaseVehicle_set_baseState_1'); -var _emscripten_bind_BaseVehicle_get_componentSequence_0 = Module['_emscripten_bind_BaseVehicle_get_componentSequence_0'] = createExportWrapper('emscripten_bind_BaseVehicle_get_componentSequence_0'); -var _emscripten_bind_BaseVehicle_set_componentSequence_1 = Module['_emscripten_bind_BaseVehicle_set_componentSequence_1'] = createExportWrapper('emscripten_bind_BaseVehicle_set_componentSequence_1'); -var _emscripten_bind_BaseVehicle_get_componentSequenceSubstepGroupHandle_0 = Module['_emscripten_bind_BaseVehicle_get_componentSequenceSubstepGroupHandle_0'] = createExportWrapper('emscripten_bind_BaseVehicle_get_componentSequenceSubstepGroupHandle_0'); -var _emscripten_bind_BaseVehicle_set_componentSequenceSubstepGroupHandle_1 = Module['_emscripten_bind_BaseVehicle_set_componentSequenceSubstepGroupHandle_1'] = createExportWrapper('emscripten_bind_BaseVehicle_set_componentSequenceSubstepGroupHandle_1'); -var _emscripten_bind_BaseVehicle___destroy___0 = Module['_emscripten_bind_BaseVehicle___destroy___0'] = createExportWrapper('emscripten_bind_BaseVehicle___destroy___0'); -var _emscripten_bind_PxLocationHit_get_flags_0 = Module['_emscripten_bind_PxLocationHit_get_flags_0'] = createExportWrapper('emscripten_bind_PxLocationHit_get_flags_0'); -var _emscripten_bind_PxLocationHit_set_flags_1 = Module['_emscripten_bind_PxLocationHit_set_flags_1'] = createExportWrapper('emscripten_bind_PxLocationHit_set_flags_1'); -var _emscripten_bind_PxLocationHit_get_position_0 = Module['_emscripten_bind_PxLocationHit_get_position_0'] = createExportWrapper('emscripten_bind_PxLocationHit_get_position_0'); -var _emscripten_bind_PxLocationHit_set_position_1 = Module['_emscripten_bind_PxLocationHit_set_position_1'] = createExportWrapper('emscripten_bind_PxLocationHit_set_position_1'); -var _emscripten_bind_PxLocationHit_get_normal_0 = Module['_emscripten_bind_PxLocationHit_get_normal_0'] = createExportWrapper('emscripten_bind_PxLocationHit_get_normal_0'); -var _emscripten_bind_PxLocationHit_set_normal_1 = Module['_emscripten_bind_PxLocationHit_set_normal_1'] = createExportWrapper('emscripten_bind_PxLocationHit_set_normal_1'); -var _emscripten_bind_PxLocationHit_get_distance_0 = Module['_emscripten_bind_PxLocationHit_get_distance_0'] = createExportWrapper('emscripten_bind_PxLocationHit_get_distance_0'); -var _emscripten_bind_PxLocationHit_set_distance_1 = Module['_emscripten_bind_PxLocationHit_set_distance_1'] = createExportWrapper('emscripten_bind_PxLocationHit_set_distance_1'); -var _emscripten_bind_PxLocationHit_get_faceIndex_0 = Module['_emscripten_bind_PxLocationHit_get_faceIndex_0'] = createExportWrapper('emscripten_bind_PxLocationHit_get_faceIndex_0'); -var _emscripten_bind_PxLocationHit_set_faceIndex_1 = Module['_emscripten_bind_PxLocationHit_set_faceIndex_1'] = createExportWrapper('emscripten_bind_PxLocationHit_set_faceIndex_1'); -var _emscripten_bind_PxLocationHit___destroy___0 = Module['_emscripten_bind_PxLocationHit___destroy___0'] = createExportWrapper('emscripten_bind_PxLocationHit___destroy___0'); -var _emscripten_bind_PxPvdTransport_connect_0 = Module['_emscripten_bind_PxPvdTransport_connect_0'] = createExportWrapper('emscripten_bind_PxPvdTransport_connect_0'); -var _emscripten_bind_PxPvdTransport_isConnected_0 = Module['_emscripten_bind_PxPvdTransport_isConnected_0'] = createExportWrapper('emscripten_bind_PxPvdTransport_isConnected_0'); -var _emscripten_bind_PxPvdTransport_disconnect_0 = Module['_emscripten_bind_PxPvdTransport_disconnect_0'] = createExportWrapper('emscripten_bind_PxPvdTransport_disconnect_0'); -var _emscripten_bind_PxPvdTransport_release_0 = Module['_emscripten_bind_PxPvdTransport_release_0'] = createExportWrapper('emscripten_bind_PxPvdTransport_release_0'); -var _emscripten_bind_PxPvdTransport_flush_0 = Module['_emscripten_bind_PxPvdTransport_flush_0'] = createExportWrapper('emscripten_bind_PxPvdTransport_flush_0'); -var _emscripten_bind_PxQueryFilterCallback___destroy___0 = Module['_emscripten_bind_PxQueryFilterCallback___destroy___0'] = createExportWrapper('emscripten_bind_PxQueryFilterCallback___destroy___0'); -var _emscripten_bind_PxRefCounted_getReferenceCount_0 = Module['_emscripten_bind_PxRefCounted_getReferenceCount_0'] = createExportWrapper('emscripten_bind_PxRefCounted_getReferenceCount_0'); -var _emscripten_bind_PxRefCounted_acquireReference_0 = Module['_emscripten_bind_PxRefCounted_acquireReference_0'] = createExportWrapper('emscripten_bind_PxRefCounted_acquireReference_0'); -var _emscripten_bind_PxRefCounted_release_0 = Module['_emscripten_bind_PxRefCounted_release_0'] = createExportWrapper('emscripten_bind_PxRefCounted_release_0'); -var _emscripten_bind_PxRefCounted_getConcreteTypeName_0 = Module['_emscripten_bind_PxRefCounted_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxRefCounted_getConcreteTypeName_0'); -var _emscripten_bind_PxRefCounted_getConcreteType_0 = Module['_emscripten_bind_PxRefCounted_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxRefCounted_getConcreteType_0'); -var _emscripten_bind_PxRefCounted_setBaseFlag_2 = Module['_emscripten_bind_PxRefCounted_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxRefCounted_setBaseFlag_2'); -var _emscripten_bind_PxRefCounted_setBaseFlags_1 = Module['_emscripten_bind_PxRefCounted_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxRefCounted_setBaseFlags_1'); -var _emscripten_bind_PxRefCounted_getBaseFlags_0 = Module['_emscripten_bind_PxRefCounted_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxRefCounted_getBaseFlags_0'); -var _emscripten_bind_PxRefCounted_isReleasable_0 = Module['_emscripten_bind_PxRefCounted_isReleasable_0'] = createExportWrapper('emscripten_bind_PxRefCounted_isReleasable_0'); -var _emscripten_bind_PxRigidActor_getGlobalPose_0 = Module['_emscripten_bind_PxRigidActor_getGlobalPose_0'] = createExportWrapper('emscripten_bind_PxRigidActor_getGlobalPose_0'); -var _emscripten_bind_PxRigidActor_setGlobalPose_1 = Module['_emscripten_bind_PxRigidActor_setGlobalPose_1'] = createExportWrapper('emscripten_bind_PxRigidActor_setGlobalPose_1'); -var _emscripten_bind_PxRigidActor_setGlobalPose_2 = Module['_emscripten_bind_PxRigidActor_setGlobalPose_2'] = createExportWrapper('emscripten_bind_PxRigidActor_setGlobalPose_2'); -var _emscripten_bind_PxRigidActor_attachShape_1 = Module['_emscripten_bind_PxRigidActor_attachShape_1'] = createExportWrapper('emscripten_bind_PxRigidActor_attachShape_1'); -var _emscripten_bind_PxRigidActor_detachShape_1 = Module['_emscripten_bind_PxRigidActor_detachShape_1'] = createExportWrapper('emscripten_bind_PxRigidActor_detachShape_1'); -var _emscripten_bind_PxRigidActor_detachShape_2 = Module['_emscripten_bind_PxRigidActor_detachShape_2'] = createExportWrapper('emscripten_bind_PxRigidActor_detachShape_2'); -var _emscripten_bind_PxRigidActor_getNbShapes_0 = Module['_emscripten_bind_PxRigidActor_getNbShapes_0'] = createExportWrapper('emscripten_bind_PxRigidActor_getNbShapes_0'); -var _emscripten_bind_PxRigidActor_getNbConstraints_0 = Module['_emscripten_bind_PxRigidActor_getNbConstraints_0'] = createExportWrapper('emscripten_bind_PxRigidActor_getNbConstraints_0'); -var _emscripten_bind_PxRigidActor_getType_0 = Module['_emscripten_bind_PxRigidActor_getType_0'] = createExportWrapper('emscripten_bind_PxRigidActor_getType_0'); -var _emscripten_bind_PxRigidActor_getScene_0 = Module['_emscripten_bind_PxRigidActor_getScene_0'] = createExportWrapper('emscripten_bind_PxRigidActor_getScene_0'); -var _emscripten_bind_PxRigidActor_setName_1 = Module['_emscripten_bind_PxRigidActor_setName_1'] = createExportWrapper('emscripten_bind_PxRigidActor_setName_1'); -var _emscripten_bind_PxRigidActor_getName_0 = Module['_emscripten_bind_PxRigidActor_getName_0'] = createExportWrapper('emscripten_bind_PxRigidActor_getName_0'); -var _emscripten_bind_PxRigidActor_getWorldBounds_0 = Module['_emscripten_bind_PxRigidActor_getWorldBounds_0'] = createExportWrapper('emscripten_bind_PxRigidActor_getWorldBounds_0'); -var _emscripten_bind_PxRigidActor_getWorldBounds_1 = Module['_emscripten_bind_PxRigidActor_getWorldBounds_1'] = createExportWrapper('emscripten_bind_PxRigidActor_getWorldBounds_1'); -var _emscripten_bind_PxRigidActor_setActorFlag_2 = Module['_emscripten_bind_PxRigidActor_setActorFlag_2'] = createExportWrapper('emscripten_bind_PxRigidActor_setActorFlag_2'); -var _emscripten_bind_PxRigidActor_setActorFlags_1 = Module['_emscripten_bind_PxRigidActor_setActorFlags_1'] = createExportWrapper('emscripten_bind_PxRigidActor_setActorFlags_1'); -var _emscripten_bind_PxRigidActor_getActorFlags_0 = Module['_emscripten_bind_PxRigidActor_getActorFlags_0'] = createExportWrapper('emscripten_bind_PxRigidActor_getActorFlags_0'); -var _emscripten_bind_PxRigidActor_setDominanceGroup_1 = Module['_emscripten_bind_PxRigidActor_setDominanceGroup_1'] = createExportWrapper('emscripten_bind_PxRigidActor_setDominanceGroup_1'); -var _emscripten_bind_PxRigidActor_getDominanceGroup_0 = Module['_emscripten_bind_PxRigidActor_getDominanceGroup_0'] = createExportWrapper('emscripten_bind_PxRigidActor_getDominanceGroup_0'); -var _emscripten_bind_PxRigidActor_setOwnerClient_1 = Module['_emscripten_bind_PxRigidActor_setOwnerClient_1'] = createExportWrapper('emscripten_bind_PxRigidActor_setOwnerClient_1'); -var _emscripten_bind_PxRigidActor_getOwnerClient_0 = Module['_emscripten_bind_PxRigidActor_getOwnerClient_0'] = createExportWrapper('emscripten_bind_PxRigidActor_getOwnerClient_0'); -var _emscripten_bind_PxRigidActor_release_0 = Module['_emscripten_bind_PxRigidActor_release_0'] = createExportWrapper('emscripten_bind_PxRigidActor_release_0'); -var _emscripten_bind_PxRigidActor_getConcreteTypeName_0 = Module['_emscripten_bind_PxRigidActor_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxRigidActor_getConcreteTypeName_0'); -var _emscripten_bind_PxRigidActor_getConcreteType_0 = Module['_emscripten_bind_PxRigidActor_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxRigidActor_getConcreteType_0'); -var _emscripten_bind_PxRigidActor_setBaseFlag_2 = Module['_emscripten_bind_PxRigidActor_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxRigidActor_setBaseFlag_2'); -var _emscripten_bind_PxRigidActor_setBaseFlags_1 = Module['_emscripten_bind_PxRigidActor_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxRigidActor_setBaseFlags_1'); -var _emscripten_bind_PxRigidActor_getBaseFlags_0 = Module['_emscripten_bind_PxRigidActor_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxRigidActor_getBaseFlags_0'); -var _emscripten_bind_PxRigidActor_isReleasable_0 = Module['_emscripten_bind_PxRigidActor_isReleasable_0'] = createExportWrapper('emscripten_bind_PxRigidActor_isReleasable_0'); -var _emscripten_bind_PxRigidActor_get_userData_0 = Module['_emscripten_bind_PxRigidActor_get_userData_0'] = createExportWrapper('emscripten_bind_PxRigidActor_get_userData_0'); -var _emscripten_bind_PxRigidActor_set_userData_1 = Module['_emscripten_bind_PxRigidActor_set_userData_1'] = createExportWrapper('emscripten_bind_PxRigidActor_set_userData_1'); -var _emscripten_bind_PxSceneQuerySystemBase_setDynamicTreeRebuildRateHint_1 = Module['_emscripten_bind_PxSceneQuerySystemBase_setDynamicTreeRebuildRateHint_1'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_setDynamicTreeRebuildRateHint_1'); -var _emscripten_bind_PxSceneQuerySystemBase_getDynamicTreeRebuildRateHint_0 = Module['_emscripten_bind_PxSceneQuerySystemBase_getDynamicTreeRebuildRateHint_0'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_getDynamicTreeRebuildRateHint_0'); -var _emscripten_bind_PxSceneQuerySystemBase_forceRebuildDynamicTree_1 = Module['_emscripten_bind_PxSceneQuerySystemBase_forceRebuildDynamicTree_1'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_forceRebuildDynamicTree_1'); -var _emscripten_bind_PxSceneQuerySystemBase_setUpdateMode_1 = Module['_emscripten_bind_PxSceneQuerySystemBase_setUpdateMode_1'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_setUpdateMode_1'); -var _emscripten_bind_PxSceneQuerySystemBase_getUpdateMode_0 = Module['_emscripten_bind_PxSceneQuerySystemBase_getUpdateMode_0'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_getUpdateMode_0'); -var _emscripten_bind_PxSceneQuerySystemBase_getStaticTimestamp_0 = Module['_emscripten_bind_PxSceneQuerySystemBase_getStaticTimestamp_0'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_getStaticTimestamp_0'); -var _emscripten_bind_PxSceneQuerySystemBase_flushUpdates_0 = Module['_emscripten_bind_PxSceneQuerySystemBase_flushUpdates_0'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_flushUpdates_0'); -var _emscripten_bind_PxSceneQuerySystemBase_raycast_4 = Module['_emscripten_bind_PxSceneQuerySystemBase_raycast_4'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_raycast_4'); -var _emscripten_bind_PxSceneQuerySystemBase_raycast_5 = Module['_emscripten_bind_PxSceneQuerySystemBase_raycast_5'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_raycast_5'); -var _emscripten_bind_PxSceneQuerySystemBase_raycast_6 = Module['_emscripten_bind_PxSceneQuerySystemBase_raycast_6'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_raycast_6'); -var _emscripten_bind_PxSceneQuerySystemBase_sweep_5 = Module['_emscripten_bind_PxSceneQuerySystemBase_sweep_5'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_sweep_5'); -var _emscripten_bind_PxSceneQuerySystemBase_sweep_6 = Module['_emscripten_bind_PxSceneQuerySystemBase_sweep_6'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_sweep_6'); -var _emscripten_bind_PxSceneQuerySystemBase_sweep_7 = Module['_emscripten_bind_PxSceneQuerySystemBase_sweep_7'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_sweep_7'); -var _emscripten_bind_PxSceneQuerySystemBase_overlap_3 = Module['_emscripten_bind_PxSceneQuerySystemBase_overlap_3'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_overlap_3'); -var _emscripten_bind_PxSceneQuerySystemBase_overlap_4 = Module['_emscripten_bind_PxSceneQuerySystemBase_overlap_4'] = createExportWrapper('emscripten_bind_PxSceneQuerySystemBase_overlap_4'); -var _emscripten_bind_PxSimulationEventCallback___destroy___0 = Module['_emscripten_bind_PxSimulationEventCallback___destroy___0'] = createExportWrapper('emscripten_bind_PxSimulationEventCallback___destroy___0'); -var _emscripten_bind_PxSimulationFilterShader___destroy___0 = Module['_emscripten_bind_PxSimulationFilterShader___destroy___0'] = createExportWrapper('emscripten_bind_PxSimulationFilterShader___destroy___0'); -var _emscripten_bind_Support_getMargin_0 = Module['_emscripten_bind_Support_getMargin_0'] = createExportWrapper('emscripten_bind_Support_getMargin_0'); -var _emscripten_bind_Support_supportLocal_1 = Module['_emscripten_bind_Support_supportLocal_1'] = createExportWrapper('emscripten_bind_Support_supportLocal_1'); -var _emscripten_bind_Support___destroy___0 = Module['_emscripten_bind_Support___destroy___0'] = createExportWrapper('emscripten_bind_Support___destroy___0'); -var _emscripten_bind_CustomSupport_getCustomMargin_0 = Module['_emscripten_bind_CustomSupport_getCustomMargin_0'] = createExportWrapper('emscripten_bind_CustomSupport_getCustomMargin_0'); -var _emscripten_bind_CustomSupport_getCustomSupportLocal_2 = Module['_emscripten_bind_CustomSupport_getCustomSupportLocal_2'] = createExportWrapper('emscripten_bind_CustomSupport_getCustomSupportLocal_2'); -var _emscripten_bind_CustomSupport_getMargin_0 = Module['_emscripten_bind_CustomSupport_getMargin_0'] = createExportWrapper('emscripten_bind_CustomSupport_getMargin_0'); -var _emscripten_bind_CustomSupport_supportLocal_1 = Module['_emscripten_bind_CustomSupport_supportLocal_1'] = createExportWrapper('emscripten_bind_CustomSupport_supportLocal_1'); -var _emscripten_bind_CustomSupport___destroy___0 = Module['_emscripten_bind_CustomSupport___destroy___0'] = createExportWrapper('emscripten_bind_CustomSupport___destroy___0'); -var _emscripten_bind_PassThroughFilterShader_filterShader_10 = Module['_emscripten_bind_PassThroughFilterShader_filterShader_10'] = createExportWrapper('emscripten_bind_PassThroughFilterShader_filterShader_10'); -var _emscripten_bind_PassThroughFilterShader_get_outputPairFlags_0 = Module['_emscripten_bind_PassThroughFilterShader_get_outputPairFlags_0'] = createExportWrapper('emscripten_bind_PassThroughFilterShader_get_outputPairFlags_0'); -var _emscripten_bind_PassThroughFilterShader_set_outputPairFlags_1 = Module['_emscripten_bind_PassThroughFilterShader_set_outputPairFlags_1'] = createExportWrapper('emscripten_bind_PassThroughFilterShader_set_outputPairFlags_1'); -var _emscripten_bind_PassThroughFilterShader___destroy___0 = Module['_emscripten_bind_PassThroughFilterShader___destroy___0'] = createExportWrapper('emscripten_bind_PassThroughFilterShader___destroy___0'); -var _emscripten_bind_PhysXActorVehicle_initialize_3 = Module['_emscripten_bind_PhysXActorVehicle_initialize_3'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_initialize_3'); -var _emscripten_bind_PhysXActorVehicle_destroyState_0 = Module['_emscripten_bind_PhysXActorVehicle_destroyState_0'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_destroyState_0'); -var _emscripten_bind_PhysXActorVehicle_initComponentSequence_1 = Module['_emscripten_bind_PhysXActorVehicle_initComponentSequence_1'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_initComponentSequence_1'); -var _emscripten_bind_PhysXActorVehicle_step_2 = Module['_emscripten_bind_PhysXActorVehicle_step_2'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_step_2'); -var _emscripten_bind_PhysXActorVehicle_get_physXParams_0 = Module['_emscripten_bind_PhysXActorVehicle_get_physXParams_0'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_get_physXParams_0'); -var _emscripten_bind_PhysXActorVehicle_set_physXParams_1 = Module['_emscripten_bind_PhysXActorVehicle_set_physXParams_1'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_set_physXParams_1'); -var _emscripten_bind_PhysXActorVehicle_get_physXState_0 = Module['_emscripten_bind_PhysXActorVehicle_get_physXState_0'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_get_physXState_0'); -var _emscripten_bind_PhysXActorVehicle_set_physXState_1 = Module['_emscripten_bind_PhysXActorVehicle_set_physXState_1'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_set_physXState_1'); -var _emscripten_bind_PhysXActorVehicle_get_commandState_0 = Module['_emscripten_bind_PhysXActorVehicle_get_commandState_0'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_get_commandState_0'); -var _emscripten_bind_PhysXActorVehicle_set_commandState_1 = Module['_emscripten_bind_PhysXActorVehicle_set_commandState_1'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_set_commandState_1'); -var _emscripten_bind_PhysXActorVehicle_get_baseParams_0 = Module['_emscripten_bind_PhysXActorVehicle_get_baseParams_0'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_get_baseParams_0'); -var _emscripten_bind_PhysXActorVehicle_set_baseParams_1 = Module['_emscripten_bind_PhysXActorVehicle_set_baseParams_1'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_set_baseParams_1'); -var _emscripten_bind_PhysXActorVehicle_get_baseState_0 = Module['_emscripten_bind_PhysXActorVehicle_get_baseState_0'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_get_baseState_0'); -var _emscripten_bind_PhysXActorVehicle_set_baseState_1 = Module['_emscripten_bind_PhysXActorVehicle_set_baseState_1'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_set_baseState_1'); -var _emscripten_bind_PhysXActorVehicle_get_componentSequence_0 = Module['_emscripten_bind_PhysXActorVehicle_get_componentSequence_0'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_get_componentSequence_0'); -var _emscripten_bind_PhysXActorVehicle_set_componentSequence_1 = Module['_emscripten_bind_PhysXActorVehicle_set_componentSequence_1'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_set_componentSequence_1'); -var _emscripten_bind_PhysXActorVehicle_get_componentSequenceSubstepGroupHandle_0 = Module['_emscripten_bind_PhysXActorVehicle_get_componentSequenceSubstepGroupHandle_0'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_get_componentSequenceSubstepGroupHandle_0'); -var _emscripten_bind_PhysXActorVehicle_set_componentSequenceSubstepGroupHandle_1 = Module['_emscripten_bind_PhysXActorVehicle_set_componentSequenceSubstepGroupHandle_1'] = createExportWrapper('emscripten_bind_PhysXActorVehicle_set_componentSequenceSubstepGroupHandle_1'); -var _emscripten_bind_PhysXActorVehicle___destroy___0 = Module['_emscripten_bind_PhysXActorVehicle___destroy___0'] = createExportWrapper('emscripten_bind_PhysXActorVehicle___destroy___0'); -var _emscripten_bind_PxArticulationTendon_setStiffness_1 = Module['_emscripten_bind_PxArticulationTendon_setStiffness_1'] = createExportWrapper('emscripten_bind_PxArticulationTendon_setStiffness_1'); -var _emscripten_bind_PxArticulationTendon_getStiffness_0 = Module['_emscripten_bind_PxArticulationTendon_getStiffness_0'] = createExportWrapper('emscripten_bind_PxArticulationTendon_getStiffness_0'); -var _emscripten_bind_PxArticulationTendon_setDamping_1 = Module['_emscripten_bind_PxArticulationTendon_setDamping_1'] = createExportWrapper('emscripten_bind_PxArticulationTendon_setDamping_1'); -var _emscripten_bind_PxArticulationTendon_getDamping_0 = Module['_emscripten_bind_PxArticulationTendon_getDamping_0'] = createExportWrapper('emscripten_bind_PxArticulationTendon_getDamping_0'); -var _emscripten_bind_PxArticulationTendon_setLimitStiffness_1 = Module['_emscripten_bind_PxArticulationTendon_setLimitStiffness_1'] = createExportWrapper('emscripten_bind_PxArticulationTendon_setLimitStiffness_1'); -var _emscripten_bind_PxArticulationTendon_getLimitStiffness_0 = Module['_emscripten_bind_PxArticulationTendon_getLimitStiffness_0'] = createExportWrapper('emscripten_bind_PxArticulationTendon_getLimitStiffness_0'); -var _emscripten_bind_PxArticulationTendon_setOffset_1 = Module['_emscripten_bind_PxArticulationTendon_setOffset_1'] = createExportWrapper('emscripten_bind_PxArticulationTendon_setOffset_1'); -var _emscripten_bind_PxArticulationTendon_setOffset_2 = Module['_emscripten_bind_PxArticulationTendon_setOffset_2'] = createExportWrapper('emscripten_bind_PxArticulationTendon_setOffset_2'); -var _emscripten_bind_PxArticulationTendon_getOffset_0 = Module['_emscripten_bind_PxArticulationTendon_getOffset_0'] = createExportWrapper('emscripten_bind_PxArticulationTendon_getOffset_0'); -var _emscripten_bind_PxArticulationTendon_getArticulation_0 = Module['_emscripten_bind_PxArticulationTendon_getArticulation_0'] = createExportWrapper('emscripten_bind_PxArticulationTendon_getArticulation_0'); -var _emscripten_bind_PxArticulationTendon_release_0 = Module['_emscripten_bind_PxArticulationTendon_release_0'] = createExportWrapper('emscripten_bind_PxArticulationTendon_release_0'); -var _emscripten_bind_PxArticulationTendon_getConcreteTypeName_0 = Module['_emscripten_bind_PxArticulationTendon_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxArticulationTendon_getConcreteTypeName_0'); -var _emscripten_bind_PxArticulationTendon_getConcreteType_0 = Module['_emscripten_bind_PxArticulationTendon_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxArticulationTendon_getConcreteType_0'); -var _emscripten_bind_PxArticulationTendon_setBaseFlag_2 = Module['_emscripten_bind_PxArticulationTendon_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxArticulationTendon_setBaseFlag_2'); -var _emscripten_bind_PxArticulationTendon_setBaseFlags_1 = Module['_emscripten_bind_PxArticulationTendon_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxArticulationTendon_setBaseFlags_1'); -var _emscripten_bind_PxArticulationTendon_getBaseFlags_0 = Module['_emscripten_bind_PxArticulationTendon_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxArticulationTendon_getBaseFlags_0'); -var _emscripten_bind_PxArticulationTendon_isReleasable_0 = Module['_emscripten_bind_PxArticulationTendon_isReleasable_0'] = createExportWrapper('emscripten_bind_PxArticulationTendon_isReleasable_0'); -var _emscripten_bind_PxArticulationTendon___destroy___0 = Module['_emscripten_bind_PxArticulationTendon___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationTendon___destroy___0'); -var _emscripten_bind_PxBaseMaterial_release_0 = Module['_emscripten_bind_PxBaseMaterial_release_0'] = createExportWrapper('emscripten_bind_PxBaseMaterial_release_0'); -var _emscripten_bind_PxBaseMaterial_getConcreteTypeName_0 = Module['_emscripten_bind_PxBaseMaterial_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxBaseMaterial_getConcreteTypeName_0'); -var _emscripten_bind_PxBaseMaterial_getConcreteType_0 = Module['_emscripten_bind_PxBaseMaterial_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxBaseMaterial_getConcreteType_0'); -var _emscripten_bind_PxBaseMaterial_setBaseFlag_2 = Module['_emscripten_bind_PxBaseMaterial_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxBaseMaterial_setBaseFlag_2'); -var _emscripten_bind_PxBaseMaterial_setBaseFlags_1 = Module['_emscripten_bind_PxBaseMaterial_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxBaseMaterial_setBaseFlags_1'); -var _emscripten_bind_PxBaseMaterial_getBaseFlags_0 = Module['_emscripten_bind_PxBaseMaterial_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxBaseMaterial_getBaseFlags_0'); -var _emscripten_bind_PxBaseMaterial_isReleasable_0 = Module['_emscripten_bind_PxBaseMaterial_isReleasable_0'] = createExportWrapper('emscripten_bind_PxBaseMaterial_isReleasable_0'); -var _emscripten_bind_PxBaseMaterial_getReferenceCount_0 = Module['_emscripten_bind_PxBaseMaterial_getReferenceCount_0'] = createExportWrapper('emscripten_bind_PxBaseMaterial_getReferenceCount_0'); -var _emscripten_bind_PxBaseMaterial_acquireReference_0 = Module['_emscripten_bind_PxBaseMaterial_acquireReference_0'] = createExportWrapper('emscripten_bind_PxBaseMaterial_acquireReference_0'); -var _emscripten_bind_PxBaseMaterial___destroy___0 = Module['_emscripten_bind_PxBaseMaterial___destroy___0'] = createExportWrapper('emscripten_bind_PxBaseMaterial___destroy___0'); -var _emscripten_bind_PxConstraintConnector_prepareData_0 = Module['_emscripten_bind_PxConstraintConnector_prepareData_0'] = createExportWrapper('emscripten_bind_PxConstraintConnector_prepareData_0'); -var _emscripten_bind_PxConstraintConnector_updateOmniPvdProperties_0 = Module['_emscripten_bind_PxConstraintConnector_updateOmniPvdProperties_0'] = createExportWrapper('emscripten_bind_PxConstraintConnector_updateOmniPvdProperties_0'); -var _emscripten_bind_PxConstraintConnector_onConstraintRelease_0 = Module['_emscripten_bind_PxConstraintConnector_onConstraintRelease_0'] = createExportWrapper('emscripten_bind_PxConstraintConnector_onConstraintRelease_0'); -var _emscripten_bind_PxConstraintConnector_onComShift_1 = Module['_emscripten_bind_PxConstraintConnector_onComShift_1'] = createExportWrapper('emscripten_bind_PxConstraintConnector_onComShift_1'); -var _emscripten_bind_PxConstraintConnector_onOriginShift_1 = Module['_emscripten_bind_PxConstraintConnector_onOriginShift_1'] = createExportWrapper('emscripten_bind_PxConstraintConnector_onOriginShift_1'); -var _emscripten_bind_PxConstraintConnector_getSerializable_0 = Module['_emscripten_bind_PxConstraintConnector_getSerializable_0'] = createExportWrapper('emscripten_bind_PxConstraintConnector_getSerializable_0'); -var _emscripten_bind_PxConstraintConnector_getPrep_0 = Module['_emscripten_bind_PxConstraintConnector_getPrep_0'] = createExportWrapper('emscripten_bind_PxConstraintConnector_getPrep_0'); -var _emscripten_bind_PxConstraintConnector_getConstantBlock_0 = Module['_emscripten_bind_PxConstraintConnector_getConstantBlock_0'] = createExportWrapper('emscripten_bind_PxConstraintConnector_getConstantBlock_0'); -var _emscripten_bind_PxConstraintConnector_connectToConstraint_1 = Module['_emscripten_bind_PxConstraintConnector_connectToConstraint_1'] = createExportWrapper('emscripten_bind_PxConstraintConnector_connectToConstraint_1'); -var _emscripten_bind_PxConstraintConnector___destroy___0 = Module['_emscripten_bind_PxConstraintConnector___destroy___0'] = createExportWrapper('emscripten_bind_PxConstraintConnector___destroy___0'); -var _emscripten_bind_PxController_getType_0 = Module['_emscripten_bind_PxController_getType_0'] = createExportWrapper('emscripten_bind_PxController_getType_0'); -var _emscripten_bind_PxController_release_0 = Module['_emscripten_bind_PxController_release_0'] = createExportWrapper('emscripten_bind_PxController_release_0'); -var _emscripten_bind_PxController_move_4 = Module['_emscripten_bind_PxController_move_4'] = createExportWrapper('emscripten_bind_PxController_move_4'); -var _emscripten_bind_PxController_move_5 = Module['_emscripten_bind_PxController_move_5'] = createExportWrapper('emscripten_bind_PxController_move_5'); -var _emscripten_bind_PxController_setPosition_1 = Module['_emscripten_bind_PxController_setPosition_1'] = createExportWrapper('emscripten_bind_PxController_setPosition_1'); -var _emscripten_bind_PxController_getPosition_0 = Module['_emscripten_bind_PxController_getPosition_0'] = createExportWrapper('emscripten_bind_PxController_getPosition_0'); -var _emscripten_bind_PxController_setFootPosition_1 = Module['_emscripten_bind_PxController_setFootPosition_1'] = createExportWrapper('emscripten_bind_PxController_setFootPosition_1'); -var _emscripten_bind_PxController_getFootPosition_0 = Module['_emscripten_bind_PxController_getFootPosition_0'] = createExportWrapper('emscripten_bind_PxController_getFootPosition_0'); -var _emscripten_bind_PxController_getActor_0 = Module['_emscripten_bind_PxController_getActor_0'] = createExportWrapper('emscripten_bind_PxController_getActor_0'); -var _emscripten_bind_PxController_setStepOffset_1 = Module['_emscripten_bind_PxController_setStepOffset_1'] = createExportWrapper('emscripten_bind_PxController_setStepOffset_1'); -var _emscripten_bind_PxController_getStepOffset_0 = Module['_emscripten_bind_PxController_getStepOffset_0'] = createExportWrapper('emscripten_bind_PxController_getStepOffset_0'); -var _emscripten_bind_PxController_setNonWalkableMode_1 = Module['_emscripten_bind_PxController_setNonWalkableMode_1'] = createExportWrapper('emscripten_bind_PxController_setNonWalkableMode_1'); -var _emscripten_bind_PxController_getNonWalkableMode_0 = Module['_emscripten_bind_PxController_getNonWalkableMode_0'] = createExportWrapper('emscripten_bind_PxController_getNonWalkableMode_0'); -var _emscripten_bind_PxController_getContactOffset_0 = Module['_emscripten_bind_PxController_getContactOffset_0'] = createExportWrapper('emscripten_bind_PxController_getContactOffset_0'); -var _emscripten_bind_PxController_setContactOffset_1 = Module['_emscripten_bind_PxController_setContactOffset_1'] = createExportWrapper('emscripten_bind_PxController_setContactOffset_1'); -var _emscripten_bind_PxController_getUpDirection_0 = Module['_emscripten_bind_PxController_getUpDirection_0'] = createExportWrapper('emscripten_bind_PxController_getUpDirection_0'); -var _emscripten_bind_PxController_setUpDirection_1 = Module['_emscripten_bind_PxController_setUpDirection_1'] = createExportWrapper('emscripten_bind_PxController_setUpDirection_1'); -var _emscripten_bind_PxController_getSlopeLimit_0 = Module['_emscripten_bind_PxController_getSlopeLimit_0'] = createExportWrapper('emscripten_bind_PxController_getSlopeLimit_0'); -var _emscripten_bind_PxController_setSlopeLimit_1 = Module['_emscripten_bind_PxController_setSlopeLimit_1'] = createExportWrapper('emscripten_bind_PxController_setSlopeLimit_1'); -var _emscripten_bind_PxController_invalidateCache_0 = Module['_emscripten_bind_PxController_invalidateCache_0'] = createExportWrapper('emscripten_bind_PxController_invalidateCache_0'); -var _emscripten_bind_PxController_getScene_0 = Module['_emscripten_bind_PxController_getScene_0'] = createExportWrapper('emscripten_bind_PxController_getScene_0'); -var _emscripten_bind_PxController_getUserData_0 = Module['_emscripten_bind_PxController_getUserData_0'] = createExportWrapper('emscripten_bind_PxController_getUserData_0'); -var _emscripten_bind_PxController_setUserData_1 = Module['_emscripten_bind_PxController_setUserData_1'] = createExportWrapper('emscripten_bind_PxController_setUserData_1'); -var _emscripten_bind_PxController_getState_1 = Module['_emscripten_bind_PxController_getState_1'] = createExportWrapper('emscripten_bind_PxController_getState_1'); -var _emscripten_bind_PxController_getStats_1 = Module['_emscripten_bind_PxController_getStats_1'] = createExportWrapper('emscripten_bind_PxController_getStats_1'); -var _emscripten_bind_PxController_resize_1 = Module['_emscripten_bind_PxController_resize_1'] = createExportWrapper('emscripten_bind_PxController_resize_1'); -var _emscripten_bind_PxControllerDesc_isValid_0 = Module['_emscripten_bind_PxControllerDesc_isValid_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_isValid_0'); -var _emscripten_bind_PxControllerDesc_getType_0 = Module['_emscripten_bind_PxControllerDesc_getType_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_getType_0'); -var _emscripten_bind_PxControllerDesc_get_position_0 = Module['_emscripten_bind_PxControllerDesc_get_position_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_position_0'); -var _emscripten_bind_PxControllerDesc_set_position_1 = Module['_emscripten_bind_PxControllerDesc_set_position_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_position_1'); -var _emscripten_bind_PxControllerDesc_get_upDirection_0 = Module['_emscripten_bind_PxControllerDesc_get_upDirection_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_upDirection_0'); -var _emscripten_bind_PxControllerDesc_set_upDirection_1 = Module['_emscripten_bind_PxControllerDesc_set_upDirection_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_upDirection_1'); -var _emscripten_bind_PxControllerDesc_get_slopeLimit_0 = Module['_emscripten_bind_PxControllerDesc_get_slopeLimit_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_slopeLimit_0'); -var _emscripten_bind_PxControllerDesc_set_slopeLimit_1 = Module['_emscripten_bind_PxControllerDesc_set_slopeLimit_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_slopeLimit_1'); -var _emscripten_bind_PxControllerDesc_get_invisibleWallHeight_0 = Module['_emscripten_bind_PxControllerDesc_get_invisibleWallHeight_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_invisibleWallHeight_0'); -var _emscripten_bind_PxControllerDesc_set_invisibleWallHeight_1 = Module['_emscripten_bind_PxControllerDesc_set_invisibleWallHeight_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_invisibleWallHeight_1'); -var _emscripten_bind_PxControllerDesc_get_maxJumpHeight_0 = Module['_emscripten_bind_PxControllerDesc_get_maxJumpHeight_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_maxJumpHeight_0'); -var _emscripten_bind_PxControllerDesc_set_maxJumpHeight_1 = Module['_emscripten_bind_PxControllerDesc_set_maxJumpHeight_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_maxJumpHeight_1'); -var _emscripten_bind_PxControllerDesc_get_contactOffset_0 = Module['_emscripten_bind_PxControllerDesc_get_contactOffset_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_contactOffset_0'); -var _emscripten_bind_PxControllerDesc_set_contactOffset_1 = Module['_emscripten_bind_PxControllerDesc_set_contactOffset_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_contactOffset_1'); -var _emscripten_bind_PxControllerDesc_get_stepOffset_0 = Module['_emscripten_bind_PxControllerDesc_get_stepOffset_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_stepOffset_0'); -var _emscripten_bind_PxControllerDesc_set_stepOffset_1 = Module['_emscripten_bind_PxControllerDesc_set_stepOffset_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_stepOffset_1'); -var _emscripten_bind_PxControllerDesc_get_density_0 = Module['_emscripten_bind_PxControllerDesc_get_density_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_density_0'); -var _emscripten_bind_PxControllerDesc_set_density_1 = Module['_emscripten_bind_PxControllerDesc_set_density_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_density_1'); -var _emscripten_bind_PxControllerDesc_get_scaleCoeff_0 = Module['_emscripten_bind_PxControllerDesc_get_scaleCoeff_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_scaleCoeff_0'); -var _emscripten_bind_PxControllerDesc_set_scaleCoeff_1 = Module['_emscripten_bind_PxControllerDesc_set_scaleCoeff_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_scaleCoeff_1'); -var _emscripten_bind_PxControllerDesc_get_volumeGrowth_0 = Module['_emscripten_bind_PxControllerDesc_get_volumeGrowth_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_volumeGrowth_0'); -var _emscripten_bind_PxControllerDesc_set_volumeGrowth_1 = Module['_emscripten_bind_PxControllerDesc_set_volumeGrowth_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_volumeGrowth_1'); -var _emscripten_bind_PxControllerDesc_get_reportCallback_0 = Module['_emscripten_bind_PxControllerDesc_get_reportCallback_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_reportCallback_0'); -var _emscripten_bind_PxControllerDesc_set_reportCallback_1 = Module['_emscripten_bind_PxControllerDesc_set_reportCallback_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_reportCallback_1'); -var _emscripten_bind_PxControllerDesc_get_behaviorCallback_0 = Module['_emscripten_bind_PxControllerDesc_get_behaviorCallback_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_behaviorCallback_0'); -var _emscripten_bind_PxControllerDesc_set_behaviorCallback_1 = Module['_emscripten_bind_PxControllerDesc_set_behaviorCallback_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_behaviorCallback_1'); -var _emscripten_bind_PxControllerDesc_get_nonWalkableMode_0 = Module['_emscripten_bind_PxControllerDesc_get_nonWalkableMode_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_nonWalkableMode_0'); -var _emscripten_bind_PxControllerDesc_set_nonWalkableMode_1 = Module['_emscripten_bind_PxControllerDesc_set_nonWalkableMode_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_nonWalkableMode_1'); -var _emscripten_bind_PxControllerDesc_get_material_0 = Module['_emscripten_bind_PxControllerDesc_get_material_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_material_0'); -var _emscripten_bind_PxControllerDesc_set_material_1 = Module['_emscripten_bind_PxControllerDesc_set_material_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_material_1'); -var _emscripten_bind_PxControllerDesc_get_registerDeletionListener_0 = Module['_emscripten_bind_PxControllerDesc_get_registerDeletionListener_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_registerDeletionListener_0'); -var _emscripten_bind_PxControllerDesc_set_registerDeletionListener_1 = Module['_emscripten_bind_PxControllerDesc_set_registerDeletionListener_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_registerDeletionListener_1'); -var _emscripten_bind_PxControllerDesc_get_userData_0 = Module['_emscripten_bind_PxControllerDesc_get_userData_0'] = createExportWrapper('emscripten_bind_PxControllerDesc_get_userData_0'); -var _emscripten_bind_PxControllerDesc_set_userData_1 = Module['_emscripten_bind_PxControllerDesc_set_userData_1'] = createExportWrapper('emscripten_bind_PxControllerDesc_set_userData_1'); -var _emscripten_bind_PxControllerFilterCallback_filter_2 = Module['_emscripten_bind_PxControllerFilterCallback_filter_2'] = createExportWrapper('emscripten_bind_PxControllerFilterCallback_filter_2'); -var _emscripten_bind_PxControllerFilterCallback___destroy___0 = Module['_emscripten_bind_PxControllerFilterCallback___destroy___0'] = createExportWrapper('emscripten_bind_PxControllerFilterCallback___destroy___0'); -var _emscripten_bind_PxControllerHit_get_controller_0 = Module['_emscripten_bind_PxControllerHit_get_controller_0'] = createExportWrapper('emscripten_bind_PxControllerHit_get_controller_0'); -var _emscripten_bind_PxControllerHit_set_controller_1 = Module['_emscripten_bind_PxControllerHit_set_controller_1'] = createExportWrapper('emscripten_bind_PxControllerHit_set_controller_1'); -var _emscripten_bind_PxControllerHit_get_worldPos_0 = Module['_emscripten_bind_PxControllerHit_get_worldPos_0'] = createExportWrapper('emscripten_bind_PxControllerHit_get_worldPos_0'); -var _emscripten_bind_PxControllerHit_set_worldPos_1 = Module['_emscripten_bind_PxControllerHit_set_worldPos_1'] = createExportWrapper('emscripten_bind_PxControllerHit_set_worldPos_1'); -var _emscripten_bind_PxControllerHit_get_worldNormal_0 = Module['_emscripten_bind_PxControllerHit_get_worldNormal_0'] = createExportWrapper('emscripten_bind_PxControllerHit_get_worldNormal_0'); -var _emscripten_bind_PxControllerHit_set_worldNormal_1 = Module['_emscripten_bind_PxControllerHit_set_worldNormal_1'] = createExportWrapper('emscripten_bind_PxControllerHit_set_worldNormal_1'); -var _emscripten_bind_PxControllerHit_get_dir_0 = Module['_emscripten_bind_PxControllerHit_get_dir_0'] = createExportWrapper('emscripten_bind_PxControllerHit_get_dir_0'); -var _emscripten_bind_PxControllerHit_set_dir_1 = Module['_emscripten_bind_PxControllerHit_set_dir_1'] = createExportWrapper('emscripten_bind_PxControllerHit_set_dir_1'); -var _emscripten_bind_PxControllerHit_get_length_0 = Module['_emscripten_bind_PxControllerHit_get_length_0'] = createExportWrapper('emscripten_bind_PxControllerHit_get_length_0'); -var _emscripten_bind_PxControllerHit_set_length_1 = Module['_emscripten_bind_PxControllerHit_set_length_1'] = createExportWrapper('emscripten_bind_PxControllerHit_set_length_1'); -var _emscripten_bind_PxControllerHit___destroy___0 = Module['_emscripten_bind_PxControllerHit___destroy___0'] = createExportWrapper('emscripten_bind_PxControllerHit___destroy___0'); -var _emscripten_bind_PxCpuDispatcher___destroy___0 = Module['_emscripten_bind_PxCpuDispatcher___destroy___0'] = createExportWrapper('emscripten_bind_PxCpuDispatcher___destroy___0'); -var _emscripten_bind_PxErrorCallback_reportError_4 = Module['_emscripten_bind_PxErrorCallback_reportError_4'] = createExportWrapper('emscripten_bind_PxErrorCallback_reportError_4'); -var _emscripten_bind_PxErrorCallback___destroy___0 = Module['_emscripten_bind_PxErrorCallback___destroy___0'] = createExportWrapper('emscripten_bind_PxErrorCallback___destroy___0'); -var _emscripten_bind_PxGeomRaycastHit_hadInitialOverlap_0 = Module['_emscripten_bind_PxGeomRaycastHit_hadInitialOverlap_0'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_hadInitialOverlap_0'); -var _emscripten_bind_PxGeomRaycastHit_get_u_0 = Module['_emscripten_bind_PxGeomRaycastHit_get_u_0'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_get_u_0'); -var _emscripten_bind_PxGeomRaycastHit_set_u_1 = Module['_emscripten_bind_PxGeomRaycastHit_set_u_1'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_set_u_1'); -var _emscripten_bind_PxGeomRaycastHit_get_v_0 = Module['_emscripten_bind_PxGeomRaycastHit_get_v_0'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_get_v_0'); -var _emscripten_bind_PxGeomRaycastHit_set_v_1 = Module['_emscripten_bind_PxGeomRaycastHit_set_v_1'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_set_v_1'); -var _emscripten_bind_PxGeomRaycastHit_get_flags_0 = Module['_emscripten_bind_PxGeomRaycastHit_get_flags_0'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_get_flags_0'); -var _emscripten_bind_PxGeomRaycastHit_set_flags_1 = Module['_emscripten_bind_PxGeomRaycastHit_set_flags_1'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_set_flags_1'); -var _emscripten_bind_PxGeomRaycastHit_get_position_0 = Module['_emscripten_bind_PxGeomRaycastHit_get_position_0'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_get_position_0'); -var _emscripten_bind_PxGeomRaycastHit_set_position_1 = Module['_emscripten_bind_PxGeomRaycastHit_set_position_1'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_set_position_1'); -var _emscripten_bind_PxGeomRaycastHit_get_normal_0 = Module['_emscripten_bind_PxGeomRaycastHit_get_normal_0'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_get_normal_0'); -var _emscripten_bind_PxGeomRaycastHit_set_normal_1 = Module['_emscripten_bind_PxGeomRaycastHit_set_normal_1'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_set_normal_1'); -var _emscripten_bind_PxGeomRaycastHit_get_distance_0 = Module['_emscripten_bind_PxGeomRaycastHit_get_distance_0'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_get_distance_0'); -var _emscripten_bind_PxGeomRaycastHit_set_distance_1 = Module['_emscripten_bind_PxGeomRaycastHit_set_distance_1'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_set_distance_1'); -var _emscripten_bind_PxGeomRaycastHit_get_faceIndex_0 = Module['_emscripten_bind_PxGeomRaycastHit_get_faceIndex_0'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_get_faceIndex_0'); -var _emscripten_bind_PxGeomRaycastHit_set_faceIndex_1 = Module['_emscripten_bind_PxGeomRaycastHit_set_faceIndex_1'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit_set_faceIndex_1'); -var _emscripten_bind_PxGeomRaycastHit___destroy___0 = Module['_emscripten_bind_PxGeomRaycastHit___destroy___0'] = createExportWrapper('emscripten_bind_PxGeomRaycastHit___destroy___0'); -var _emscripten_bind_PxGeomSweepHit_hadInitialOverlap_0 = Module['_emscripten_bind_PxGeomSweepHit_hadInitialOverlap_0'] = createExportWrapper('emscripten_bind_PxGeomSweepHit_hadInitialOverlap_0'); -var _emscripten_bind_PxGeomSweepHit_get_flags_0 = Module['_emscripten_bind_PxGeomSweepHit_get_flags_0'] = createExportWrapper('emscripten_bind_PxGeomSweepHit_get_flags_0'); -var _emscripten_bind_PxGeomSweepHit_set_flags_1 = Module['_emscripten_bind_PxGeomSweepHit_set_flags_1'] = createExportWrapper('emscripten_bind_PxGeomSweepHit_set_flags_1'); -var _emscripten_bind_PxGeomSweepHit_get_position_0 = Module['_emscripten_bind_PxGeomSweepHit_get_position_0'] = createExportWrapper('emscripten_bind_PxGeomSweepHit_get_position_0'); -var _emscripten_bind_PxGeomSweepHit_set_position_1 = Module['_emscripten_bind_PxGeomSweepHit_set_position_1'] = createExportWrapper('emscripten_bind_PxGeomSweepHit_set_position_1'); -var _emscripten_bind_PxGeomSweepHit_get_normal_0 = Module['_emscripten_bind_PxGeomSweepHit_get_normal_0'] = createExportWrapper('emscripten_bind_PxGeomSweepHit_get_normal_0'); -var _emscripten_bind_PxGeomSweepHit_set_normal_1 = Module['_emscripten_bind_PxGeomSweepHit_set_normal_1'] = createExportWrapper('emscripten_bind_PxGeomSweepHit_set_normal_1'); -var _emscripten_bind_PxGeomSweepHit_get_distance_0 = Module['_emscripten_bind_PxGeomSweepHit_get_distance_0'] = createExportWrapper('emscripten_bind_PxGeomSweepHit_get_distance_0'); -var _emscripten_bind_PxGeomSweepHit_set_distance_1 = Module['_emscripten_bind_PxGeomSweepHit_set_distance_1'] = createExportWrapper('emscripten_bind_PxGeomSweepHit_set_distance_1'); -var _emscripten_bind_PxGeomSweepHit_get_faceIndex_0 = Module['_emscripten_bind_PxGeomSweepHit_get_faceIndex_0'] = createExportWrapper('emscripten_bind_PxGeomSweepHit_get_faceIndex_0'); -var _emscripten_bind_PxGeomSweepHit_set_faceIndex_1 = Module['_emscripten_bind_PxGeomSweepHit_set_faceIndex_1'] = createExportWrapper('emscripten_bind_PxGeomSweepHit_set_faceIndex_1'); -var _emscripten_bind_PxGeomSweepHit___destroy___0 = Module['_emscripten_bind_PxGeomSweepHit___destroy___0'] = createExportWrapper('emscripten_bind_PxGeomSweepHit___destroy___0'); -var _emscripten_bind_PxGeometry_getType_0 = Module['_emscripten_bind_PxGeometry_getType_0'] = createExportWrapper('emscripten_bind_PxGeometry_getType_0'); -var _emscripten_bind_PxGeometry___destroy___0 = Module['_emscripten_bind_PxGeometry___destroy___0'] = createExportWrapper('emscripten_bind_PxGeometry___destroy___0'); -var _emscripten_bind_PxI32ConstPtr___destroy___0 = Module['_emscripten_bind_PxI32ConstPtr___destroy___0'] = createExportWrapper('emscripten_bind_PxI32ConstPtr___destroy___0'); -var _emscripten_bind_PxInputData___destroy___0 = Module['_emscripten_bind_PxInputData___destroy___0'] = createExportWrapper('emscripten_bind_PxInputData___destroy___0'); -var _emscripten_bind_PxJoint_setActors_2 = Module['_emscripten_bind_PxJoint_setActors_2'] = createExportWrapper('emscripten_bind_PxJoint_setActors_2'); -var _emscripten_bind_PxJoint_setLocalPose_2 = Module['_emscripten_bind_PxJoint_setLocalPose_2'] = createExportWrapper('emscripten_bind_PxJoint_setLocalPose_2'); -var _emscripten_bind_PxJoint_getLocalPose_1 = Module['_emscripten_bind_PxJoint_getLocalPose_1'] = createExportWrapper('emscripten_bind_PxJoint_getLocalPose_1'); -var _emscripten_bind_PxJoint_getRelativeTransform_0 = Module['_emscripten_bind_PxJoint_getRelativeTransform_0'] = createExportWrapper('emscripten_bind_PxJoint_getRelativeTransform_0'); -var _emscripten_bind_PxJoint_getRelativeLinearVelocity_0 = Module['_emscripten_bind_PxJoint_getRelativeLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxJoint_getRelativeLinearVelocity_0'); -var _emscripten_bind_PxJoint_getRelativeAngularVelocity_0 = Module['_emscripten_bind_PxJoint_getRelativeAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxJoint_getRelativeAngularVelocity_0'); -var _emscripten_bind_PxJoint_setBreakForce_2 = Module['_emscripten_bind_PxJoint_setBreakForce_2'] = createExportWrapper('emscripten_bind_PxJoint_setBreakForce_2'); -var _emscripten_bind_PxJoint_setConstraintFlags_1 = Module['_emscripten_bind_PxJoint_setConstraintFlags_1'] = createExportWrapper('emscripten_bind_PxJoint_setConstraintFlags_1'); -var _emscripten_bind_PxJoint_setConstraintFlag_2 = Module['_emscripten_bind_PxJoint_setConstraintFlag_2'] = createExportWrapper('emscripten_bind_PxJoint_setConstraintFlag_2'); -var _emscripten_bind_PxJoint_getConstraintFlags_0 = Module['_emscripten_bind_PxJoint_getConstraintFlags_0'] = createExportWrapper('emscripten_bind_PxJoint_getConstraintFlags_0'); -var _emscripten_bind_PxJoint_setInvMassScale0_1 = Module['_emscripten_bind_PxJoint_setInvMassScale0_1'] = createExportWrapper('emscripten_bind_PxJoint_setInvMassScale0_1'); -var _emscripten_bind_PxJoint_getInvMassScale0_0 = Module['_emscripten_bind_PxJoint_getInvMassScale0_0'] = createExportWrapper('emscripten_bind_PxJoint_getInvMassScale0_0'); -var _emscripten_bind_PxJoint_setInvMassScale1_1 = Module['_emscripten_bind_PxJoint_setInvMassScale1_1'] = createExportWrapper('emscripten_bind_PxJoint_setInvMassScale1_1'); -var _emscripten_bind_PxJoint_getInvMassScale1_0 = Module['_emscripten_bind_PxJoint_getInvMassScale1_0'] = createExportWrapper('emscripten_bind_PxJoint_getInvMassScale1_0'); -var _emscripten_bind_PxJoint_getConstraint_0 = Module['_emscripten_bind_PxJoint_getConstraint_0'] = createExportWrapper('emscripten_bind_PxJoint_getConstraint_0'); -var _emscripten_bind_PxJoint_setName_1 = Module['_emscripten_bind_PxJoint_setName_1'] = createExportWrapper('emscripten_bind_PxJoint_setName_1'); -var _emscripten_bind_PxJoint_getName_0 = Module['_emscripten_bind_PxJoint_getName_0'] = createExportWrapper('emscripten_bind_PxJoint_getName_0'); -var _emscripten_bind_PxJoint_getScene_0 = Module['_emscripten_bind_PxJoint_getScene_0'] = createExportWrapper('emscripten_bind_PxJoint_getScene_0'); -var _emscripten_bind_PxJoint_release_0 = Module['_emscripten_bind_PxJoint_release_0'] = createExportWrapper('emscripten_bind_PxJoint_release_0'); -var _emscripten_bind_PxJoint_getConcreteTypeName_0 = Module['_emscripten_bind_PxJoint_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxJoint_getConcreteTypeName_0'); -var _emscripten_bind_PxJoint_getConcreteType_0 = Module['_emscripten_bind_PxJoint_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxJoint_getConcreteType_0'); -var _emscripten_bind_PxJoint_setBaseFlag_2 = Module['_emscripten_bind_PxJoint_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxJoint_setBaseFlag_2'); -var _emscripten_bind_PxJoint_setBaseFlags_1 = Module['_emscripten_bind_PxJoint_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxJoint_setBaseFlags_1'); -var _emscripten_bind_PxJoint_getBaseFlags_0 = Module['_emscripten_bind_PxJoint_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxJoint_getBaseFlags_0'); -var _emscripten_bind_PxJoint_isReleasable_0 = Module['_emscripten_bind_PxJoint_isReleasable_0'] = createExportWrapper('emscripten_bind_PxJoint_isReleasable_0'); -var _emscripten_bind_PxJoint_get_userData_0 = Module['_emscripten_bind_PxJoint_get_userData_0'] = createExportWrapper('emscripten_bind_PxJoint_get_userData_0'); -var _emscripten_bind_PxJoint_set_userData_1 = Module['_emscripten_bind_PxJoint_set_userData_1'] = createExportWrapper('emscripten_bind_PxJoint_set_userData_1'); -var _emscripten_bind_PxJointLimitParameters_isValid_0 = Module['_emscripten_bind_PxJointLimitParameters_isValid_0'] = createExportWrapper('emscripten_bind_PxJointLimitParameters_isValid_0'); -var _emscripten_bind_PxJointLimitParameters_isSoft_0 = Module['_emscripten_bind_PxJointLimitParameters_isSoft_0'] = createExportWrapper('emscripten_bind_PxJointLimitParameters_isSoft_0'); -var _emscripten_bind_PxJointLimitParameters_get_restitution_0 = Module['_emscripten_bind_PxJointLimitParameters_get_restitution_0'] = createExportWrapper('emscripten_bind_PxJointLimitParameters_get_restitution_0'); -var _emscripten_bind_PxJointLimitParameters_set_restitution_1 = Module['_emscripten_bind_PxJointLimitParameters_set_restitution_1'] = createExportWrapper('emscripten_bind_PxJointLimitParameters_set_restitution_1'); -var _emscripten_bind_PxJointLimitParameters_get_bounceThreshold_0 = Module['_emscripten_bind_PxJointLimitParameters_get_bounceThreshold_0'] = createExportWrapper('emscripten_bind_PxJointLimitParameters_get_bounceThreshold_0'); -var _emscripten_bind_PxJointLimitParameters_set_bounceThreshold_1 = Module['_emscripten_bind_PxJointLimitParameters_set_bounceThreshold_1'] = createExportWrapper('emscripten_bind_PxJointLimitParameters_set_bounceThreshold_1'); -var _emscripten_bind_PxJointLimitParameters_get_stiffness_0 = Module['_emscripten_bind_PxJointLimitParameters_get_stiffness_0'] = createExportWrapper('emscripten_bind_PxJointLimitParameters_get_stiffness_0'); -var _emscripten_bind_PxJointLimitParameters_set_stiffness_1 = Module['_emscripten_bind_PxJointLimitParameters_set_stiffness_1'] = createExportWrapper('emscripten_bind_PxJointLimitParameters_set_stiffness_1'); -var _emscripten_bind_PxJointLimitParameters_get_damping_0 = Module['_emscripten_bind_PxJointLimitParameters_get_damping_0'] = createExportWrapper('emscripten_bind_PxJointLimitParameters_get_damping_0'); -var _emscripten_bind_PxJointLimitParameters_set_damping_1 = Module['_emscripten_bind_PxJointLimitParameters_set_damping_1'] = createExportWrapper('emscripten_bind_PxJointLimitParameters_set_damping_1'); -var _emscripten_bind_PxObstacle_getType_0 = Module['_emscripten_bind_PxObstacle_getType_0'] = createExportWrapper('emscripten_bind_PxObstacle_getType_0'); -var _emscripten_bind_PxObstacle_get_mUserData_0 = Module['_emscripten_bind_PxObstacle_get_mUserData_0'] = createExportWrapper('emscripten_bind_PxObstacle_get_mUserData_0'); -var _emscripten_bind_PxObstacle_set_mUserData_1 = Module['_emscripten_bind_PxObstacle_set_mUserData_1'] = createExportWrapper('emscripten_bind_PxObstacle_set_mUserData_1'); -var _emscripten_bind_PxObstacle_get_mPos_0 = Module['_emscripten_bind_PxObstacle_get_mPos_0'] = createExportWrapper('emscripten_bind_PxObstacle_get_mPos_0'); -var _emscripten_bind_PxObstacle_set_mPos_1 = Module['_emscripten_bind_PxObstacle_set_mPos_1'] = createExportWrapper('emscripten_bind_PxObstacle_set_mPos_1'); -var _emscripten_bind_PxObstacle_get_mRot_0 = Module['_emscripten_bind_PxObstacle_get_mRot_0'] = createExportWrapper('emscripten_bind_PxObstacle_get_mRot_0'); -var _emscripten_bind_PxObstacle_set_mRot_1 = Module['_emscripten_bind_PxObstacle_set_mRot_1'] = createExportWrapper('emscripten_bind_PxObstacle_set_mRot_1'); -var _emscripten_bind_PxObstacle___destroy___0 = Module['_emscripten_bind_PxObstacle___destroy___0'] = createExportWrapper('emscripten_bind_PxObstacle___destroy___0'); -var _emscripten_bind_PxOutputStream___destroy___0 = Module['_emscripten_bind_PxOutputStream___destroy___0'] = createExportWrapper('emscripten_bind_PxOutputStream___destroy___0'); -var _emscripten_bind_PxOverlapCallback_hasAnyHits_0 = Module['_emscripten_bind_PxOverlapCallback_hasAnyHits_0'] = createExportWrapper('emscripten_bind_PxOverlapCallback_hasAnyHits_0'); -var _emscripten_bind_PxOverlapCallback___destroy___0 = Module['_emscripten_bind_PxOverlapCallback___destroy___0'] = createExportWrapper('emscripten_bind_PxOverlapCallback___destroy___0'); -var _emscripten_bind_PxRaycastCallback_hasAnyHits_0 = Module['_emscripten_bind_PxRaycastCallback_hasAnyHits_0'] = createExportWrapper('emscripten_bind_PxRaycastCallback_hasAnyHits_0'); -var _emscripten_bind_PxRaycastCallback___destroy___0 = Module['_emscripten_bind_PxRaycastCallback___destroy___0'] = createExportWrapper('emscripten_bind_PxRaycastCallback___destroy___0'); -var _emscripten_bind_PxRigidBody_setCMassLocalPose_1 = Module['_emscripten_bind_PxRigidBody_setCMassLocalPose_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setCMassLocalPose_1'); -var _emscripten_bind_PxRigidBody_getCMassLocalPose_0 = Module['_emscripten_bind_PxRigidBody_getCMassLocalPose_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getCMassLocalPose_0'); -var _emscripten_bind_PxRigidBody_setMass_1 = Module['_emscripten_bind_PxRigidBody_setMass_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setMass_1'); -var _emscripten_bind_PxRigidBody_getMass_0 = Module['_emscripten_bind_PxRigidBody_getMass_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getMass_0'); -var _emscripten_bind_PxRigidBody_getInvMass_0 = Module['_emscripten_bind_PxRigidBody_getInvMass_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getInvMass_0'); -var _emscripten_bind_PxRigidBody_setMassSpaceInertiaTensor_1 = Module['_emscripten_bind_PxRigidBody_setMassSpaceInertiaTensor_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setMassSpaceInertiaTensor_1'); -var _emscripten_bind_PxRigidBody_getMassSpaceInertiaTensor_0 = Module['_emscripten_bind_PxRigidBody_getMassSpaceInertiaTensor_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getMassSpaceInertiaTensor_0'); -var _emscripten_bind_PxRigidBody_getMassSpaceInvInertiaTensor_0 = Module['_emscripten_bind_PxRigidBody_getMassSpaceInvInertiaTensor_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getMassSpaceInvInertiaTensor_0'); -var _emscripten_bind_PxRigidBody_setLinearDamping_1 = Module['_emscripten_bind_PxRigidBody_setLinearDamping_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setLinearDamping_1'); -var _emscripten_bind_PxRigidBody_getLinearDamping_0 = Module['_emscripten_bind_PxRigidBody_getLinearDamping_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getLinearDamping_0'); -var _emscripten_bind_PxRigidBody_setAngularDamping_1 = Module['_emscripten_bind_PxRigidBody_setAngularDamping_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setAngularDamping_1'); -var _emscripten_bind_PxRigidBody_getAngularDamping_0 = Module['_emscripten_bind_PxRigidBody_getAngularDamping_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getAngularDamping_0'); -var _emscripten_bind_PxRigidBody_getLinearVelocity_0 = Module['_emscripten_bind_PxRigidBody_getLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getLinearVelocity_0'); -var _emscripten_bind_PxRigidBody_getAngularVelocity_0 = Module['_emscripten_bind_PxRigidBody_getAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getAngularVelocity_0'); -var _emscripten_bind_PxRigidBody_setMaxLinearVelocity_1 = Module['_emscripten_bind_PxRigidBody_setMaxLinearVelocity_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setMaxLinearVelocity_1'); -var _emscripten_bind_PxRigidBody_getMaxLinearVelocity_0 = Module['_emscripten_bind_PxRigidBody_getMaxLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getMaxLinearVelocity_0'); -var _emscripten_bind_PxRigidBody_setMaxAngularVelocity_1 = Module['_emscripten_bind_PxRigidBody_setMaxAngularVelocity_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setMaxAngularVelocity_1'); -var _emscripten_bind_PxRigidBody_getMaxAngularVelocity_0 = Module['_emscripten_bind_PxRigidBody_getMaxAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getMaxAngularVelocity_0'); -var _emscripten_bind_PxRigidBody_addForce_1 = Module['_emscripten_bind_PxRigidBody_addForce_1'] = createExportWrapper('emscripten_bind_PxRigidBody_addForce_1'); -var _emscripten_bind_PxRigidBody_addForce_2 = Module['_emscripten_bind_PxRigidBody_addForce_2'] = createExportWrapper('emscripten_bind_PxRigidBody_addForce_2'); -var _emscripten_bind_PxRigidBody_addForce_3 = Module['_emscripten_bind_PxRigidBody_addForce_3'] = createExportWrapper('emscripten_bind_PxRigidBody_addForce_3'); -var _emscripten_bind_PxRigidBody_addTorque_1 = Module['_emscripten_bind_PxRigidBody_addTorque_1'] = createExportWrapper('emscripten_bind_PxRigidBody_addTorque_1'); -var _emscripten_bind_PxRigidBody_addTorque_2 = Module['_emscripten_bind_PxRigidBody_addTorque_2'] = createExportWrapper('emscripten_bind_PxRigidBody_addTorque_2'); -var _emscripten_bind_PxRigidBody_addTorque_3 = Module['_emscripten_bind_PxRigidBody_addTorque_3'] = createExportWrapper('emscripten_bind_PxRigidBody_addTorque_3'); -var _emscripten_bind_PxRigidBody_clearForce_1 = Module['_emscripten_bind_PxRigidBody_clearForce_1'] = createExportWrapper('emscripten_bind_PxRigidBody_clearForce_1'); -var _emscripten_bind_PxRigidBody_clearTorque_1 = Module['_emscripten_bind_PxRigidBody_clearTorque_1'] = createExportWrapper('emscripten_bind_PxRigidBody_clearTorque_1'); -var _emscripten_bind_PxRigidBody_setForceAndTorque_2 = Module['_emscripten_bind_PxRigidBody_setForceAndTorque_2'] = createExportWrapper('emscripten_bind_PxRigidBody_setForceAndTorque_2'); -var _emscripten_bind_PxRigidBody_setForceAndTorque_3 = Module['_emscripten_bind_PxRigidBody_setForceAndTorque_3'] = createExportWrapper('emscripten_bind_PxRigidBody_setForceAndTorque_3'); -var _emscripten_bind_PxRigidBody_setRigidBodyFlag_2 = Module['_emscripten_bind_PxRigidBody_setRigidBodyFlag_2'] = createExportWrapper('emscripten_bind_PxRigidBody_setRigidBodyFlag_2'); -var _emscripten_bind_PxRigidBody_setRigidBodyFlags_1 = Module['_emscripten_bind_PxRigidBody_setRigidBodyFlags_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setRigidBodyFlags_1'); -var _emscripten_bind_PxRigidBody_getRigidBodyFlags_0 = Module['_emscripten_bind_PxRigidBody_getRigidBodyFlags_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getRigidBodyFlags_0'); -var _emscripten_bind_PxRigidBody_setMinCCDAdvanceCoefficient_1 = Module['_emscripten_bind_PxRigidBody_setMinCCDAdvanceCoefficient_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setMinCCDAdvanceCoefficient_1'); -var _emscripten_bind_PxRigidBody_getMinCCDAdvanceCoefficient_0 = Module['_emscripten_bind_PxRigidBody_getMinCCDAdvanceCoefficient_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getMinCCDAdvanceCoefficient_0'); -var _emscripten_bind_PxRigidBody_setMaxDepenetrationVelocity_1 = Module['_emscripten_bind_PxRigidBody_setMaxDepenetrationVelocity_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setMaxDepenetrationVelocity_1'); -var _emscripten_bind_PxRigidBody_getMaxDepenetrationVelocity_0 = Module['_emscripten_bind_PxRigidBody_getMaxDepenetrationVelocity_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getMaxDepenetrationVelocity_0'); -var _emscripten_bind_PxRigidBody_setMaxContactImpulse_1 = Module['_emscripten_bind_PxRigidBody_setMaxContactImpulse_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setMaxContactImpulse_1'); -var _emscripten_bind_PxRigidBody_getMaxContactImpulse_0 = Module['_emscripten_bind_PxRigidBody_getMaxContactImpulse_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getMaxContactImpulse_0'); -var _emscripten_bind_PxRigidBody_setContactSlopCoefficient_1 = Module['_emscripten_bind_PxRigidBody_setContactSlopCoefficient_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setContactSlopCoefficient_1'); -var _emscripten_bind_PxRigidBody_getContactSlopCoefficient_0 = Module['_emscripten_bind_PxRigidBody_getContactSlopCoefficient_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getContactSlopCoefficient_0'); -var _emscripten_bind_PxRigidBody_getType_0 = Module['_emscripten_bind_PxRigidBody_getType_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getType_0'); -var _emscripten_bind_PxRigidBody_getScene_0 = Module['_emscripten_bind_PxRigidBody_getScene_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getScene_0'); -var _emscripten_bind_PxRigidBody_setName_1 = Module['_emscripten_bind_PxRigidBody_setName_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setName_1'); -var _emscripten_bind_PxRigidBody_getName_0 = Module['_emscripten_bind_PxRigidBody_getName_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getName_0'); -var _emscripten_bind_PxRigidBody_getWorldBounds_0 = Module['_emscripten_bind_PxRigidBody_getWorldBounds_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getWorldBounds_0'); -var _emscripten_bind_PxRigidBody_getWorldBounds_1 = Module['_emscripten_bind_PxRigidBody_getWorldBounds_1'] = createExportWrapper('emscripten_bind_PxRigidBody_getWorldBounds_1'); -var _emscripten_bind_PxRigidBody_setActorFlag_2 = Module['_emscripten_bind_PxRigidBody_setActorFlag_2'] = createExportWrapper('emscripten_bind_PxRigidBody_setActorFlag_2'); -var _emscripten_bind_PxRigidBody_setActorFlags_1 = Module['_emscripten_bind_PxRigidBody_setActorFlags_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setActorFlags_1'); -var _emscripten_bind_PxRigidBody_getActorFlags_0 = Module['_emscripten_bind_PxRigidBody_getActorFlags_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getActorFlags_0'); -var _emscripten_bind_PxRigidBody_setDominanceGroup_1 = Module['_emscripten_bind_PxRigidBody_setDominanceGroup_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setDominanceGroup_1'); -var _emscripten_bind_PxRigidBody_getDominanceGroup_0 = Module['_emscripten_bind_PxRigidBody_getDominanceGroup_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getDominanceGroup_0'); -var _emscripten_bind_PxRigidBody_setOwnerClient_1 = Module['_emscripten_bind_PxRigidBody_setOwnerClient_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setOwnerClient_1'); -var _emscripten_bind_PxRigidBody_getOwnerClient_0 = Module['_emscripten_bind_PxRigidBody_getOwnerClient_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getOwnerClient_0'); -var _emscripten_bind_PxRigidBody_release_0 = Module['_emscripten_bind_PxRigidBody_release_0'] = createExportWrapper('emscripten_bind_PxRigidBody_release_0'); -var _emscripten_bind_PxRigidBody_getConcreteTypeName_0 = Module['_emscripten_bind_PxRigidBody_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getConcreteTypeName_0'); -var _emscripten_bind_PxRigidBody_getConcreteType_0 = Module['_emscripten_bind_PxRigidBody_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getConcreteType_0'); -var _emscripten_bind_PxRigidBody_setBaseFlag_2 = Module['_emscripten_bind_PxRigidBody_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxRigidBody_setBaseFlag_2'); -var _emscripten_bind_PxRigidBody_setBaseFlags_1 = Module['_emscripten_bind_PxRigidBody_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setBaseFlags_1'); -var _emscripten_bind_PxRigidBody_getBaseFlags_0 = Module['_emscripten_bind_PxRigidBody_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getBaseFlags_0'); -var _emscripten_bind_PxRigidBody_isReleasable_0 = Module['_emscripten_bind_PxRigidBody_isReleasable_0'] = createExportWrapper('emscripten_bind_PxRigidBody_isReleasable_0'); -var _emscripten_bind_PxRigidBody_getGlobalPose_0 = Module['_emscripten_bind_PxRigidBody_getGlobalPose_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getGlobalPose_0'); -var _emscripten_bind_PxRigidBody_setGlobalPose_1 = Module['_emscripten_bind_PxRigidBody_setGlobalPose_1'] = createExportWrapper('emscripten_bind_PxRigidBody_setGlobalPose_1'); -var _emscripten_bind_PxRigidBody_setGlobalPose_2 = Module['_emscripten_bind_PxRigidBody_setGlobalPose_2'] = createExportWrapper('emscripten_bind_PxRigidBody_setGlobalPose_2'); -var _emscripten_bind_PxRigidBody_attachShape_1 = Module['_emscripten_bind_PxRigidBody_attachShape_1'] = createExportWrapper('emscripten_bind_PxRigidBody_attachShape_1'); -var _emscripten_bind_PxRigidBody_detachShape_1 = Module['_emscripten_bind_PxRigidBody_detachShape_1'] = createExportWrapper('emscripten_bind_PxRigidBody_detachShape_1'); -var _emscripten_bind_PxRigidBody_detachShape_2 = Module['_emscripten_bind_PxRigidBody_detachShape_2'] = createExportWrapper('emscripten_bind_PxRigidBody_detachShape_2'); -var _emscripten_bind_PxRigidBody_getNbShapes_0 = Module['_emscripten_bind_PxRigidBody_getNbShapes_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getNbShapes_0'); -var _emscripten_bind_PxRigidBody_getNbConstraints_0 = Module['_emscripten_bind_PxRigidBody_getNbConstraints_0'] = createExportWrapper('emscripten_bind_PxRigidBody_getNbConstraints_0'); -var _emscripten_bind_PxRigidBody_get_userData_0 = Module['_emscripten_bind_PxRigidBody_get_userData_0'] = createExportWrapper('emscripten_bind_PxRigidBody_get_userData_0'); -var _emscripten_bind_PxRigidBody_set_userData_1 = Module['_emscripten_bind_PxRigidBody_set_userData_1'] = createExportWrapper('emscripten_bind_PxRigidBody_set_userData_1'); -var _emscripten_bind_PxSceneSQSystem_setSceneQueryUpdateMode_1 = Module['_emscripten_bind_PxSceneSQSystem_setSceneQueryUpdateMode_1'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_setSceneQueryUpdateMode_1'); -var _emscripten_bind_PxSceneSQSystem_getSceneQueryUpdateMode_0 = Module['_emscripten_bind_PxSceneSQSystem_getSceneQueryUpdateMode_0'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_getSceneQueryUpdateMode_0'); -var _emscripten_bind_PxSceneSQSystem_getSceneQueryStaticTimestamp_0 = Module['_emscripten_bind_PxSceneSQSystem_getSceneQueryStaticTimestamp_0'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_getSceneQueryStaticTimestamp_0'); -var _emscripten_bind_PxSceneSQSystem_flushQueryUpdates_0 = Module['_emscripten_bind_PxSceneSQSystem_flushQueryUpdates_0'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_flushQueryUpdates_0'); -var _emscripten_bind_PxSceneSQSystem_forceDynamicTreeRebuild_2 = Module['_emscripten_bind_PxSceneSQSystem_forceDynamicTreeRebuild_2'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_forceDynamicTreeRebuild_2'); -var _emscripten_bind_PxSceneSQSystem_getStaticStructure_0 = Module['_emscripten_bind_PxSceneSQSystem_getStaticStructure_0'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_getStaticStructure_0'); -var _emscripten_bind_PxSceneSQSystem_getDynamicStructure_0 = Module['_emscripten_bind_PxSceneSQSystem_getDynamicStructure_0'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_getDynamicStructure_0'); -var _emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_0 = Module['_emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_0'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_0'); -var _emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_1 = Module['_emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_1'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_1'); -var _emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_2 = Module['_emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_2'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_2'); -var _emscripten_bind_PxSceneSQSystem_checkQueries_0 = Module['_emscripten_bind_PxSceneSQSystem_checkQueries_0'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_checkQueries_0'); -var _emscripten_bind_PxSceneSQSystem_checkQueries_1 = Module['_emscripten_bind_PxSceneSQSystem_checkQueries_1'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_checkQueries_1'); -var _emscripten_bind_PxSceneSQSystem_fetchQueries_0 = Module['_emscripten_bind_PxSceneSQSystem_fetchQueries_0'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_fetchQueries_0'); -var _emscripten_bind_PxSceneSQSystem_fetchQueries_1 = Module['_emscripten_bind_PxSceneSQSystem_fetchQueries_1'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_fetchQueries_1'); -var _emscripten_bind_PxSceneSQSystem_setDynamicTreeRebuildRateHint_1 = Module['_emscripten_bind_PxSceneSQSystem_setDynamicTreeRebuildRateHint_1'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_setDynamicTreeRebuildRateHint_1'); -var _emscripten_bind_PxSceneSQSystem_getDynamicTreeRebuildRateHint_0 = Module['_emscripten_bind_PxSceneSQSystem_getDynamicTreeRebuildRateHint_0'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_getDynamicTreeRebuildRateHint_0'); -var _emscripten_bind_PxSceneSQSystem_forceRebuildDynamicTree_1 = Module['_emscripten_bind_PxSceneSQSystem_forceRebuildDynamicTree_1'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_forceRebuildDynamicTree_1'); -var _emscripten_bind_PxSceneSQSystem_setUpdateMode_1 = Module['_emscripten_bind_PxSceneSQSystem_setUpdateMode_1'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_setUpdateMode_1'); -var _emscripten_bind_PxSceneSQSystem_getUpdateMode_0 = Module['_emscripten_bind_PxSceneSQSystem_getUpdateMode_0'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_getUpdateMode_0'); -var _emscripten_bind_PxSceneSQSystem_getStaticTimestamp_0 = Module['_emscripten_bind_PxSceneSQSystem_getStaticTimestamp_0'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_getStaticTimestamp_0'); -var _emscripten_bind_PxSceneSQSystem_flushUpdates_0 = Module['_emscripten_bind_PxSceneSQSystem_flushUpdates_0'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_flushUpdates_0'); -var _emscripten_bind_PxSceneSQSystem_raycast_4 = Module['_emscripten_bind_PxSceneSQSystem_raycast_4'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_raycast_4'); -var _emscripten_bind_PxSceneSQSystem_raycast_5 = Module['_emscripten_bind_PxSceneSQSystem_raycast_5'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_raycast_5'); -var _emscripten_bind_PxSceneSQSystem_raycast_6 = Module['_emscripten_bind_PxSceneSQSystem_raycast_6'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_raycast_6'); -var _emscripten_bind_PxSceneSQSystem_sweep_5 = Module['_emscripten_bind_PxSceneSQSystem_sweep_5'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_sweep_5'); -var _emscripten_bind_PxSceneSQSystem_sweep_6 = Module['_emscripten_bind_PxSceneSQSystem_sweep_6'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_sweep_6'); -var _emscripten_bind_PxSceneSQSystem_sweep_7 = Module['_emscripten_bind_PxSceneSQSystem_sweep_7'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_sweep_7'); -var _emscripten_bind_PxSceneSQSystem_overlap_3 = Module['_emscripten_bind_PxSceneSQSystem_overlap_3'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_overlap_3'); -var _emscripten_bind_PxSceneSQSystem_overlap_4 = Module['_emscripten_bind_PxSceneSQSystem_overlap_4'] = createExportWrapper('emscripten_bind_PxSceneSQSystem_overlap_4'); -var _emscripten_bind_PxSimpleTriangleMesh_PxSimpleTriangleMesh_0 = Module['_emscripten_bind_PxSimpleTriangleMesh_PxSimpleTriangleMesh_0'] = createExportWrapper('emscripten_bind_PxSimpleTriangleMesh_PxSimpleTriangleMesh_0'); -var _emscripten_bind_PxSimpleTriangleMesh_setToDefault_0 = Module['_emscripten_bind_PxSimpleTriangleMesh_setToDefault_0'] = createExportWrapper('emscripten_bind_PxSimpleTriangleMesh_setToDefault_0'); -var _emscripten_bind_PxSimpleTriangleMesh_isValid_0 = Module['_emscripten_bind_PxSimpleTriangleMesh_isValid_0'] = createExportWrapper('emscripten_bind_PxSimpleTriangleMesh_isValid_0'); -var _emscripten_bind_PxSimpleTriangleMesh_get_points_0 = Module['_emscripten_bind_PxSimpleTriangleMesh_get_points_0'] = createExportWrapper('emscripten_bind_PxSimpleTriangleMesh_get_points_0'); -var _emscripten_bind_PxSimpleTriangleMesh_set_points_1 = Module['_emscripten_bind_PxSimpleTriangleMesh_set_points_1'] = createExportWrapper('emscripten_bind_PxSimpleTriangleMesh_set_points_1'); -var _emscripten_bind_PxSimpleTriangleMesh_get_triangles_0 = Module['_emscripten_bind_PxSimpleTriangleMesh_get_triangles_0'] = createExportWrapper('emscripten_bind_PxSimpleTriangleMesh_get_triangles_0'); -var _emscripten_bind_PxSimpleTriangleMesh_set_triangles_1 = Module['_emscripten_bind_PxSimpleTriangleMesh_set_triangles_1'] = createExportWrapper('emscripten_bind_PxSimpleTriangleMesh_set_triangles_1'); -var _emscripten_bind_PxSimpleTriangleMesh_get_flags_0 = Module['_emscripten_bind_PxSimpleTriangleMesh_get_flags_0'] = createExportWrapper('emscripten_bind_PxSimpleTriangleMesh_get_flags_0'); -var _emscripten_bind_PxSimpleTriangleMesh_set_flags_1 = Module['_emscripten_bind_PxSimpleTriangleMesh_set_flags_1'] = createExportWrapper('emscripten_bind_PxSimpleTriangleMesh_set_flags_1'); -var _emscripten_bind_PxSimpleTriangleMesh___destroy___0 = Module['_emscripten_bind_PxSimpleTriangleMesh___destroy___0'] = createExportWrapper('emscripten_bind_PxSimpleTriangleMesh___destroy___0'); -var _emscripten_bind_PxSpring_PxSpring_2 = Module['_emscripten_bind_PxSpring_PxSpring_2'] = createExportWrapper('emscripten_bind_PxSpring_PxSpring_2'); -var _emscripten_bind_PxSpring_get_stiffness_0 = Module['_emscripten_bind_PxSpring_get_stiffness_0'] = createExportWrapper('emscripten_bind_PxSpring_get_stiffness_0'); -var _emscripten_bind_PxSpring_set_stiffness_1 = Module['_emscripten_bind_PxSpring_set_stiffness_1'] = createExportWrapper('emscripten_bind_PxSpring_set_stiffness_1'); -var _emscripten_bind_PxSpring_get_damping_0 = Module['_emscripten_bind_PxSpring_get_damping_0'] = createExportWrapper('emscripten_bind_PxSpring_get_damping_0'); -var _emscripten_bind_PxSpring_set_damping_1 = Module['_emscripten_bind_PxSpring_set_damping_1'] = createExportWrapper('emscripten_bind_PxSpring_set_damping_1'); -var _emscripten_bind_PxSpring___destroy___0 = Module['_emscripten_bind_PxSpring___destroy___0'] = createExportWrapper('emscripten_bind_PxSpring___destroy___0'); -var _emscripten_bind_PxStridedData_get_stride_0 = Module['_emscripten_bind_PxStridedData_get_stride_0'] = createExportWrapper('emscripten_bind_PxStridedData_get_stride_0'); -var _emscripten_bind_PxStridedData_set_stride_1 = Module['_emscripten_bind_PxStridedData_set_stride_1'] = createExportWrapper('emscripten_bind_PxStridedData_set_stride_1'); -var _emscripten_bind_PxStridedData_get_data_0 = Module['_emscripten_bind_PxStridedData_get_data_0'] = createExportWrapper('emscripten_bind_PxStridedData_get_data_0'); -var _emscripten_bind_PxStridedData_set_data_1 = Module['_emscripten_bind_PxStridedData_set_data_1'] = createExportWrapper('emscripten_bind_PxStridedData_set_data_1'); -var _emscripten_bind_PxStridedData___destroy___0 = Module['_emscripten_bind_PxStridedData___destroy___0'] = createExportWrapper('emscripten_bind_PxStridedData___destroy___0'); -var _emscripten_bind_PxSweepCallback_hasAnyHits_0 = Module['_emscripten_bind_PxSweepCallback_hasAnyHits_0'] = createExportWrapper('emscripten_bind_PxSweepCallback_hasAnyHits_0'); -var _emscripten_bind_PxSweepCallback___destroy___0 = Module['_emscripten_bind_PxSweepCallback___destroy___0'] = createExportWrapper('emscripten_bind_PxSweepCallback___destroy___0'); -var _emscripten_bind_PxU16ConstPtr___destroy___0 = Module['_emscripten_bind_PxU16ConstPtr___destroy___0'] = createExportWrapper('emscripten_bind_PxU16ConstPtr___destroy___0'); -var _emscripten_bind_PxU32ConstPtr___destroy___0 = Module['_emscripten_bind_PxU32ConstPtr___destroy___0'] = createExportWrapper('emscripten_bind_PxU32ConstPtr___destroy___0'); -var _emscripten_bind_PxU8ConstPtr___destroy___0 = Module['_emscripten_bind_PxU8ConstPtr___destroy___0'] = createExportWrapper('emscripten_bind_PxU8ConstPtr___destroy___0'); -var _emscripten_bind_PxUserControllerHitReport_onShapeHit_1 = Module['_emscripten_bind_PxUserControllerHitReport_onShapeHit_1'] = createExportWrapper('emscripten_bind_PxUserControllerHitReport_onShapeHit_1'); -var _emscripten_bind_PxUserControllerHitReport_onControllerHit_1 = Module['_emscripten_bind_PxUserControllerHitReport_onControllerHit_1'] = createExportWrapper('emscripten_bind_PxUserControllerHitReport_onControllerHit_1'); -var _emscripten_bind_PxUserControllerHitReport_onObstacleHit_1 = Module['_emscripten_bind_PxUserControllerHitReport_onObstacleHit_1'] = createExportWrapper('emscripten_bind_PxUserControllerHitReport_onObstacleHit_1'); -var _emscripten_bind_PxVehicleCommandResponseParams_PxVehicleCommandResponseParams_0 = Module['_emscripten_bind_PxVehicleCommandResponseParams_PxVehicleCommandResponseParams_0'] = createExportWrapper('emscripten_bind_PxVehicleCommandResponseParams_PxVehicleCommandResponseParams_0'); -var _emscripten_bind_PxVehicleCommandResponseParams_get_nonlinearResponse_0 = Module['_emscripten_bind_PxVehicleCommandResponseParams_get_nonlinearResponse_0'] = createExportWrapper('emscripten_bind_PxVehicleCommandResponseParams_get_nonlinearResponse_0'); -var _emscripten_bind_PxVehicleCommandResponseParams_set_nonlinearResponse_1 = Module['_emscripten_bind_PxVehicleCommandResponseParams_set_nonlinearResponse_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandResponseParams_set_nonlinearResponse_1'); -var _emscripten_bind_PxVehicleCommandResponseParams_get_wheelResponseMultipliers_1 = Module['_emscripten_bind_PxVehicleCommandResponseParams_get_wheelResponseMultipliers_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandResponseParams_get_wheelResponseMultipliers_1'); -var _emscripten_bind_PxVehicleCommandResponseParams_set_wheelResponseMultipliers_2 = Module['_emscripten_bind_PxVehicleCommandResponseParams_set_wheelResponseMultipliers_2'] = createExportWrapper('emscripten_bind_PxVehicleCommandResponseParams_set_wheelResponseMultipliers_2'); -var _emscripten_bind_PxVehicleCommandResponseParams_get_maxResponse_0 = Module['_emscripten_bind_PxVehicleCommandResponseParams_get_maxResponse_0'] = createExportWrapper('emscripten_bind_PxVehicleCommandResponseParams_get_maxResponse_0'); -var _emscripten_bind_PxVehicleCommandResponseParams_set_maxResponse_1 = Module['_emscripten_bind_PxVehicleCommandResponseParams_set_maxResponse_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandResponseParams_set_maxResponse_1'); -var _emscripten_bind_PxVehicleCommandResponseParams___destroy___0 = Module['_emscripten_bind_PxVehicleCommandResponseParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleCommandResponseParams___destroy___0'); -var _emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_PxVehicleEngineDriveTransmissionCommandState_0 = Module['_emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_PxVehicleEngineDriveTransmissionCommandState_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_PxVehicleEngineDriveTransmissionCommandState_0'); -var _emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_setToDefault_0 = Module['_emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_setToDefault_0'); -var _emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_get_clutch_0 = Module['_emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_get_clutch_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_get_clutch_0'); -var _emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_set_clutch_1 = Module['_emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_set_clutch_1'] = createExportWrapper('emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_set_clutch_1'); -var _emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_get_targetGear_0 = Module['_emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_get_targetGear_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_get_targetGear_0'); -var _emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_set_targetGear_1 = Module['_emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_set_targetGear_1'] = createExportWrapper('emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_set_targetGear_1'); -var _emscripten_bind_PxVehicleEngineDriveTransmissionCommandState___destroy___0 = Module['_emscripten_bind_PxVehicleEngineDriveTransmissionCommandState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleEngineDriveTransmissionCommandState___destroy___0'); -var _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_PxVehicleMultiWheelDriveDifferentialParams_0 = Module['_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_PxVehicleMultiWheelDriveDifferentialParams_0'] = createExportWrapper('emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_PxVehicleMultiWheelDriveDifferentialParams_0'); -var _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_setToDefault_0 = Module['_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_setToDefault_0'); -var _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_isValid_1 = Module['_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_isValid_1'] = createExportWrapper('emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_isValid_1'); -var _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_get_torqueRatios_1 = Module['_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_get_torqueRatios_1'] = createExportWrapper('emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_get_torqueRatios_1'); -var _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_set_torqueRatios_2 = Module['_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_set_torqueRatios_2'] = createExportWrapper('emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_set_torqueRatios_2'); -var _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_get_aveWheelSpeedRatios_1 = Module['_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_get_aveWheelSpeedRatios_1'] = createExportWrapper('emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_get_aveWheelSpeedRatios_1'); -var _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_set_aveWheelSpeedRatios_2 = Module['_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_set_aveWheelSpeedRatios_2'] = createExportWrapper('emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_set_aveWheelSpeedRatios_2'); -var _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams___destroy___0 = Module['_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams___destroy___0'); -var _emscripten_bind_PxVehicleSimulationContext_PxVehicleSimulationContext_0 = Module['_emscripten_bind_PxVehicleSimulationContext_PxVehicleSimulationContext_0'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_PxVehicleSimulationContext_0'); -var _emscripten_bind_PxVehicleSimulationContext_getType_0 = Module['_emscripten_bind_PxVehicleSimulationContext_getType_0'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_getType_0'); -var _emscripten_bind_PxVehicleSimulationContext_setToDefault_0 = Module['_emscripten_bind_PxVehicleSimulationContext_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_setToDefault_0'); -var _emscripten_bind_PxVehicleSimulationContext_transformAndScale_4 = Module['_emscripten_bind_PxVehicleSimulationContext_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_transformAndScale_4'); -var _emscripten_bind_PxVehicleSimulationContext_get_gravity_0 = Module['_emscripten_bind_PxVehicleSimulationContext_get_gravity_0'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_get_gravity_0'); -var _emscripten_bind_PxVehicleSimulationContext_set_gravity_1 = Module['_emscripten_bind_PxVehicleSimulationContext_set_gravity_1'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_set_gravity_1'); -var _emscripten_bind_PxVehicleSimulationContext_get_frame_0 = Module['_emscripten_bind_PxVehicleSimulationContext_get_frame_0'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_get_frame_0'); -var _emscripten_bind_PxVehicleSimulationContext_set_frame_1 = Module['_emscripten_bind_PxVehicleSimulationContext_set_frame_1'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_set_frame_1'); -var _emscripten_bind_PxVehicleSimulationContext_get_scale_0 = Module['_emscripten_bind_PxVehicleSimulationContext_get_scale_0'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_get_scale_0'); -var _emscripten_bind_PxVehicleSimulationContext_set_scale_1 = Module['_emscripten_bind_PxVehicleSimulationContext_set_scale_1'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_set_scale_1'); -var _emscripten_bind_PxVehicleSimulationContext_get_tireSlipParams_0 = Module['_emscripten_bind_PxVehicleSimulationContext_get_tireSlipParams_0'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_get_tireSlipParams_0'); -var _emscripten_bind_PxVehicleSimulationContext_set_tireSlipParams_1 = Module['_emscripten_bind_PxVehicleSimulationContext_set_tireSlipParams_1'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_set_tireSlipParams_1'); -var _emscripten_bind_PxVehicleSimulationContext_get_tireStickyParams_0 = Module['_emscripten_bind_PxVehicleSimulationContext_get_tireStickyParams_0'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_get_tireStickyParams_0'); -var _emscripten_bind_PxVehicleSimulationContext_set_tireStickyParams_1 = Module['_emscripten_bind_PxVehicleSimulationContext_set_tireStickyParams_1'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_set_tireStickyParams_1'); -var _emscripten_bind_PxVehicleSimulationContext_get_thresholdForwardSpeedForWheelAngleIntegration_0 = Module['_emscripten_bind_PxVehicleSimulationContext_get_thresholdForwardSpeedForWheelAngleIntegration_0'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_get_thresholdForwardSpeedForWheelAngleIntegration_0'); -var _emscripten_bind_PxVehicleSimulationContext_set_thresholdForwardSpeedForWheelAngleIntegration_1 = Module['_emscripten_bind_PxVehicleSimulationContext_set_thresholdForwardSpeedForWheelAngleIntegration_1'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_set_thresholdForwardSpeedForWheelAngleIntegration_1'); -var _emscripten_bind_PxVehicleSimulationContext_get_pvdContext_0 = Module['_emscripten_bind_PxVehicleSimulationContext_get_pvdContext_0'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_get_pvdContext_0'); -var _emscripten_bind_PxVehicleSimulationContext_set_pvdContext_1 = Module['_emscripten_bind_PxVehicleSimulationContext_set_pvdContext_1'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext_set_pvdContext_1'); -var _emscripten_bind_PxVehicleSimulationContext___destroy___0 = Module['_emscripten_bind_PxVehicleSimulationContext___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleSimulationContext___destroy___0'); -var _emscripten_bind_SimpleControllerBehaviorCallback_getShapeBehaviorFlags_2 = Module['_emscripten_bind_SimpleControllerBehaviorCallback_getShapeBehaviorFlags_2'] = createExportWrapper('emscripten_bind_SimpleControllerBehaviorCallback_getShapeBehaviorFlags_2'); -var _emscripten_bind_SimpleControllerBehaviorCallback_getControllerBehaviorFlags_1 = Module['_emscripten_bind_SimpleControllerBehaviorCallback_getControllerBehaviorFlags_1'] = createExportWrapper('emscripten_bind_SimpleControllerBehaviorCallback_getControllerBehaviorFlags_1'); -var _emscripten_bind_SimpleControllerBehaviorCallback_getObstacleBehaviorFlags_1 = Module['_emscripten_bind_SimpleControllerBehaviorCallback_getObstacleBehaviorFlags_1'] = createExportWrapper('emscripten_bind_SimpleControllerBehaviorCallback_getObstacleBehaviorFlags_1'); -var _emscripten_bind_SimpleControllerBehaviorCallback___destroy___0 = Module['_emscripten_bind_SimpleControllerBehaviorCallback___destroy___0'] = createExportWrapper('emscripten_bind_SimpleControllerBehaviorCallback___destroy___0'); -var _emscripten_bind_SimplePvdTransport_send_2 = Module['_emscripten_bind_SimplePvdTransport_send_2'] = createExportWrapper('emscripten_bind_SimplePvdTransport_send_2'); -var _emscripten_bind_SimplePvdTransport_connect_0 = Module['_emscripten_bind_SimplePvdTransport_connect_0'] = createExportWrapper('emscripten_bind_SimplePvdTransport_connect_0'); -var _emscripten_bind_SimplePvdTransport_isConnected_0 = Module['_emscripten_bind_SimplePvdTransport_isConnected_0'] = createExportWrapper('emscripten_bind_SimplePvdTransport_isConnected_0'); -var _emscripten_bind_SimplePvdTransport_disconnect_0 = Module['_emscripten_bind_SimplePvdTransport_disconnect_0'] = createExportWrapper('emscripten_bind_SimplePvdTransport_disconnect_0'); -var _emscripten_bind_SimplePvdTransport_release_0 = Module['_emscripten_bind_SimplePvdTransport_release_0'] = createExportWrapper('emscripten_bind_SimplePvdTransport_release_0'); -var _emscripten_bind_SimplePvdTransport_flush_0 = Module['_emscripten_bind_SimplePvdTransport_flush_0'] = createExportWrapper('emscripten_bind_SimplePvdTransport_flush_0'); -var _emscripten_bind_SimplePvdTransport___destroy___0 = Module['_emscripten_bind_SimplePvdTransport___destroy___0'] = createExportWrapper('emscripten_bind_SimplePvdTransport___destroy___0'); -var _emscripten_bind_SimpleQueryFilterCallback_simplePreFilter_4 = Module['_emscripten_bind_SimpleQueryFilterCallback_simplePreFilter_4'] = createExportWrapper('emscripten_bind_SimpleQueryFilterCallback_simplePreFilter_4'); -var _emscripten_bind_SimpleQueryFilterCallback_simplePostFilter_4 = Module['_emscripten_bind_SimpleQueryFilterCallback_simplePostFilter_4'] = createExportWrapper('emscripten_bind_SimpleQueryFilterCallback_simplePostFilter_4'); -var _emscripten_bind_SimpleQueryFilterCallback___destroy___0 = Module['_emscripten_bind_SimpleQueryFilterCallback___destroy___0'] = createExportWrapper('emscripten_bind_SimpleQueryFilterCallback___destroy___0'); -var _emscripten_bind_SimpleSimulationEventCallback_onConstraintBreak_2 = Module['_emscripten_bind_SimpleSimulationEventCallback_onConstraintBreak_2'] = createExportWrapper('emscripten_bind_SimpleSimulationEventCallback_onConstraintBreak_2'); -var _emscripten_bind_SimpleSimulationEventCallback_onWake_2 = Module['_emscripten_bind_SimpleSimulationEventCallback_onWake_2'] = createExportWrapper('emscripten_bind_SimpleSimulationEventCallback_onWake_2'); -var _emscripten_bind_SimpleSimulationEventCallback_onSleep_2 = Module['_emscripten_bind_SimpleSimulationEventCallback_onSleep_2'] = createExportWrapper('emscripten_bind_SimpleSimulationEventCallback_onSleep_2'); -var _emscripten_bind_SimpleSimulationEventCallback_onContact_3 = Module['_emscripten_bind_SimpleSimulationEventCallback_onContact_3'] = createExportWrapper('emscripten_bind_SimpleSimulationEventCallback_onContact_3'); -var _emscripten_bind_SimpleSimulationEventCallback_onTrigger_2 = Module['_emscripten_bind_SimpleSimulationEventCallback_onTrigger_2'] = createExportWrapper('emscripten_bind_SimpleSimulationEventCallback_onTrigger_2'); -var _emscripten_bind_SimpleSimulationEventCallback___destroy___0 = Module['_emscripten_bind_SimpleSimulationEventCallback___destroy___0'] = createExportWrapper('emscripten_bind_SimpleSimulationEventCallback___destroy___0'); -var _emscripten_bind_VoidPtr___destroy___0 = Module['_emscripten_bind_VoidPtr___destroy___0'] = createExportWrapper('emscripten_bind_VoidPtr___destroy___0'); -var _emscripten_bind_BaseVehicleParams_BaseVehicleParams_0 = Module['_emscripten_bind_BaseVehicleParams_BaseVehicleParams_0'] = createExportWrapper('emscripten_bind_BaseVehicleParams_BaseVehicleParams_0'); -var _emscripten_bind_BaseVehicleParams_transformAndScale_4 = Module['_emscripten_bind_BaseVehicleParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_BaseVehicleParams_transformAndScale_4'); -var _emscripten_bind_BaseVehicleParams_isValid_0 = Module['_emscripten_bind_BaseVehicleParams_isValid_0'] = createExportWrapper('emscripten_bind_BaseVehicleParams_isValid_0'); -var _emscripten_bind_BaseVehicleParams_get_axleDescription_0 = Module['_emscripten_bind_BaseVehicleParams_get_axleDescription_0'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_axleDescription_0'); -var _emscripten_bind_BaseVehicleParams_set_axleDescription_1 = Module['_emscripten_bind_BaseVehicleParams_set_axleDescription_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_axleDescription_1'); -var _emscripten_bind_BaseVehicleParams_get_frame_0 = Module['_emscripten_bind_BaseVehicleParams_get_frame_0'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_frame_0'); -var _emscripten_bind_BaseVehicleParams_set_frame_1 = Module['_emscripten_bind_BaseVehicleParams_set_frame_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_frame_1'); -var _emscripten_bind_BaseVehicleParams_get_scale_0 = Module['_emscripten_bind_BaseVehicleParams_get_scale_0'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_scale_0'); -var _emscripten_bind_BaseVehicleParams_set_scale_1 = Module['_emscripten_bind_BaseVehicleParams_set_scale_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_scale_1'); -var _emscripten_bind_BaseVehicleParams_get_suspensionStateCalculationParams_0 = Module['_emscripten_bind_BaseVehicleParams_get_suspensionStateCalculationParams_0'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_suspensionStateCalculationParams_0'); -var _emscripten_bind_BaseVehicleParams_set_suspensionStateCalculationParams_1 = Module['_emscripten_bind_BaseVehicleParams_set_suspensionStateCalculationParams_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_suspensionStateCalculationParams_1'); -var _emscripten_bind_BaseVehicleParams_get_brakeResponseParams_1 = Module['_emscripten_bind_BaseVehicleParams_get_brakeResponseParams_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_brakeResponseParams_1'); -var _emscripten_bind_BaseVehicleParams_set_brakeResponseParams_2 = Module['_emscripten_bind_BaseVehicleParams_set_brakeResponseParams_2'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_brakeResponseParams_2'); -var _emscripten_bind_BaseVehicleParams_get_steerResponseParams_0 = Module['_emscripten_bind_BaseVehicleParams_get_steerResponseParams_0'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_steerResponseParams_0'); -var _emscripten_bind_BaseVehicleParams_set_steerResponseParams_1 = Module['_emscripten_bind_BaseVehicleParams_set_steerResponseParams_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_steerResponseParams_1'); -var _emscripten_bind_BaseVehicleParams_get_ackermannParams_1 = Module['_emscripten_bind_BaseVehicleParams_get_ackermannParams_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_ackermannParams_1'); -var _emscripten_bind_BaseVehicleParams_set_ackermannParams_2 = Module['_emscripten_bind_BaseVehicleParams_set_ackermannParams_2'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_ackermannParams_2'); -var _emscripten_bind_BaseVehicleParams_get_suspensionParams_1 = Module['_emscripten_bind_BaseVehicleParams_get_suspensionParams_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_suspensionParams_1'); -var _emscripten_bind_BaseVehicleParams_set_suspensionParams_2 = Module['_emscripten_bind_BaseVehicleParams_set_suspensionParams_2'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_suspensionParams_2'); -var _emscripten_bind_BaseVehicleParams_get_suspensionComplianceParams_1 = Module['_emscripten_bind_BaseVehicleParams_get_suspensionComplianceParams_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_suspensionComplianceParams_1'); -var _emscripten_bind_BaseVehicleParams_set_suspensionComplianceParams_2 = Module['_emscripten_bind_BaseVehicleParams_set_suspensionComplianceParams_2'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_suspensionComplianceParams_2'); -var _emscripten_bind_BaseVehicleParams_get_suspensionForceParams_1 = Module['_emscripten_bind_BaseVehicleParams_get_suspensionForceParams_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_suspensionForceParams_1'); -var _emscripten_bind_BaseVehicleParams_set_suspensionForceParams_2 = Module['_emscripten_bind_BaseVehicleParams_set_suspensionForceParams_2'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_suspensionForceParams_2'); -var _emscripten_bind_BaseVehicleParams_get_antiRollForceParams_1 = Module['_emscripten_bind_BaseVehicleParams_get_antiRollForceParams_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_antiRollForceParams_1'); -var _emscripten_bind_BaseVehicleParams_set_antiRollForceParams_2 = Module['_emscripten_bind_BaseVehicleParams_set_antiRollForceParams_2'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_antiRollForceParams_2'); -var _emscripten_bind_BaseVehicleParams_get_nbAntiRollForceParams_0 = Module['_emscripten_bind_BaseVehicleParams_get_nbAntiRollForceParams_0'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_nbAntiRollForceParams_0'); -var _emscripten_bind_BaseVehicleParams_set_nbAntiRollForceParams_1 = Module['_emscripten_bind_BaseVehicleParams_set_nbAntiRollForceParams_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_nbAntiRollForceParams_1'); -var _emscripten_bind_BaseVehicleParams_get_tireForceParams_1 = Module['_emscripten_bind_BaseVehicleParams_get_tireForceParams_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_tireForceParams_1'); -var _emscripten_bind_BaseVehicleParams_set_tireForceParams_2 = Module['_emscripten_bind_BaseVehicleParams_set_tireForceParams_2'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_tireForceParams_2'); -var _emscripten_bind_BaseVehicleParams_get_wheelParams_1 = Module['_emscripten_bind_BaseVehicleParams_get_wheelParams_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_wheelParams_1'); -var _emscripten_bind_BaseVehicleParams_set_wheelParams_2 = Module['_emscripten_bind_BaseVehicleParams_set_wheelParams_2'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_wheelParams_2'); -var _emscripten_bind_BaseVehicleParams_get_rigidBodyParams_0 = Module['_emscripten_bind_BaseVehicleParams_get_rigidBodyParams_0'] = createExportWrapper('emscripten_bind_BaseVehicleParams_get_rigidBodyParams_0'); -var _emscripten_bind_BaseVehicleParams_set_rigidBodyParams_1 = Module['_emscripten_bind_BaseVehicleParams_set_rigidBodyParams_1'] = createExportWrapper('emscripten_bind_BaseVehicleParams_set_rigidBodyParams_1'); -var _emscripten_bind_BaseVehicleParams___destroy___0 = Module['_emscripten_bind_BaseVehicleParams___destroy___0'] = createExportWrapper('emscripten_bind_BaseVehicleParams___destroy___0'); -var _emscripten_bind_BaseVehicleState_BaseVehicleState_0 = Module['_emscripten_bind_BaseVehicleState_BaseVehicleState_0'] = createExportWrapper('emscripten_bind_BaseVehicleState_BaseVehicleState_0'); -var _emscripten_bind_BaseVehicleState_setToDefault_0 = Module['_emscripten_bind_BaseVehicleState_setToDefault_0'] = createExportWrapper('emscripten_bind_BaseVehicleState_setToDefault_0'); -var _emscripten_bind_BaseVehicleState_get_brakeCommandResponseStates_1 = Module['_emscripten_bind_BaseVehicleState_get_brakeCommandResponseStates_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_brakeCommandResponseStates_1'); -var _emscripten_bind_BaseVehicleState_set_brakeCommandResponseStates_2 = Module['_emscripten_bind_BaseVehicleState_set_brakeCommandResponseStates_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_brakeCommandResponseStates_2'); -var _emscripten_bind_BaseVehicleState_get_steerCommandResponseStates_1 = Module['_emscripten_bind_BaseVehicleState_get_steerCommandResponseStates_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_steerCommandResponseStates_1'); -var _emscripten_bind_BaseVehicleState_set_steerCommandResponseStates_2 = Module['_emscripten_bind_BaseVehicleState_set_steerCommandResponseStates_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_steerCommandResponseStates_2'); -var _emscripten_bind_BaseVehicleState_get_actuationStates_1 = Module['_emscripten_bind_BaseVehicleState_get_actuationStates_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_actuationStates_1'); -var _emscripten_bind_BaseVehicleState_set_actuationStates_2 = Module['_emscripten_bind_BaseVehicleState_set_actuationStates_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_actuationStates_2'); -var _emscripten_bind_BaseVehicleState_get_roadGeomStates_1 = Module['_emscripten_bind_BaseVehicleState_get_roadGeomStates_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_roadGeomStates_1'); -var _emscripten_bind_BaseVehicleState_set_roadGeomStates_2 = Module['_emscripten_bind_BaseVehicleState_set_roadGeomStates_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_roadGeomStates_2'); -var _emscripten_bind_BaseVehicleState_get_suspensionStates_1 = Module['_emscripten_bind_BaseVehicleState_get_suspensionStates_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_suspensionStates_1'); -var _emscripten_bind_BaseVehicleState_set_suspensionStates_2 = Module['_emscripten_bind_BaseVehicleState_set_suspensionStates_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_suspensionStates_2'); -var _emscripten_bind_BaseVehicleState_get_suspensionComplianceStates_1 = Module['_emscripten_bind_BaseVehicleState_get_suspensionComplianceStates_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_suspensionComplianceStates_1'); -var _emscripten_bind_BaseVehicleState_set_suspensionComplianceStates_2 = Module['_emscripten_bind_BaseVehicleState_set_suspensionComplianceStates_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_suspensionComplianceStates_2'); -var _emscripten_bind_BaseVehicleState_get_suspensionForces_1 = Module['_emscripten_bind_BaseVehicleState_get_suspensionForces_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_suspensionForces_1'); -var _emscripten_bind_BaseVehicleState_set_suspensionForces_2 = Module['_emscripten_bind_BaseVehicleState_set_suspensionForces_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_suspensionForces_2'); -var _emscripten_bind_BaseVehicleState_get_antiRollTorque_0 = Module['_emscripten_bind_BaseVehicleState_get_antiRollTorque_0'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_antiRollTorque_0'); -var _emscripten_bind_BaseVehicleState_set_antiRollTorque_1 = Module['_emscripten_bind_BaseVehicleState_set_antiRollTorque_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_antiRollTorque_1'); -var _emscripten_bind_BaseVehicleState_get_tireGripStates_1 = Module['_emscripten_bind_BaseVehicleState_get_tireGripStates_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_tireGripStates_1'); -var _emscripten_bind_BaseVehicleState_set_tireGripStates_2 = Module['_emscripten_bind_BaseVehicleState_set_tireGripStates_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_tireGripStates_2'); -var _emscripten_bind_BaseVehicleState_get_tireDirectionStates_1 = Module['_emscripten_bind_BaseVehicleState_get_tireDirectionStates_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_tireDirectionStates_1'); -var _emscripten_bind_BaseVehicleState_set_tireDirectionStates_2 = Module['_emscripten_bind_BaseVehicleState_set_tireDirectionStates_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_tireDirectionStates_2'); -var _emscripten_bind_BaseVehicleState_get_tireSpeedStates_1 = Module['_emscripten_bind_BaseVehicleState_get_tireSpeedStates_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_tireSpeedStates_1'); -var _emscripten_bind_BaseVehicleState_set_tireSpeedStates_2 = Module['_emscripten_bind_BaseVehicleState_set_tireSpeedStates_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_tireSpeedStates_2'); -var _emscripten_bind_BaseVehicleState_get_tireSlipStates_1 = Module['_emscripten_bind_BaseVehicleState_get_tireSlipStates_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_tireSlipStates_1'); -var _emscripten_bind_BaseVehicleState_set_tireSlipStates_2 = Module['_emscripten_bind_BaseVehicleState_set_tireSlipStates_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_tireSlipStates_2'); -var _emscripten_bind_BaseVehicleState_get_tireCamberAngleStates_1 = Module['_emscripten_bind_BaseVehicleState_get_tireCamberAngleStates_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_tireCamberAngleStates_1'); -var _emscripten_bind_BaseVehicleState_set_tireCamberAngleStates_2 = Module['_emscripten_bind_BaseVehicleState_set_tireCamberAngleStates_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_tireCamberAngleStates_2'); -var _emscripten_bind_BaseVehicleState_get_tireStickyStates_1 = Module['_emscripten_bind_BaseVehicleState_get_tireStickyStates_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_tireStickyStates_1'); -var _emscripten_bind_BaseVehicleState_set_tireStickyStates_2 = Module['_emscripten_bind_BaseVehicleState_set_tireStickyStates_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_tireStickyStates_2'); -var _emscripten_bind_BaseVehicleState_get_tireForces_1 = Module['_emscripten_bind_BaseVehicleState_get_tireForces_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_tireForces_1'); -var _emscripten_bind_BaseVehicleState_set_tireForces_2 = Module['_emscripten_bind_BaseVehicleState_set_tireForces_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_tireForces_2'); -var _emscripten_bind_BaseVehicleState_get_wheelRigidBody1dStates_1 = Module['_emscripten_bind_BaseVehicleState_get_wheelRigidBody1dStates_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_wheelRigidBody1dStates_1'); -var _emscripten_bind_BaseVehicleState_set_wheelRigidBody1dStates_2 = Module['_emscripten_bind_BaseVehicleState_set_wheelRigidBody1dStates_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_wheelRigidBody1dStates_2'); -var _emscripten_bind_BaseVehicleState_get_wheelLocalPoses_1 = Module['_emscripten_bind_BaseVehicleState_get_wheelLocalPoses_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_wheelLocalPoses_1'); -var _emscripten_bind_BaseVehicleState_set_wheelLocalPoses_2 = Module['_emscripten_bind_BaseVehicleState_set_wheelLocalPoses_2'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_wheelLocalPoses_2'); -var _emscripten_bind_BaseVehicleState_get_rigidBodyState_0 = Module['_emscripten_bind_BaseVehicleState_get_rigidBodyState_0'] = createExportWrapper('emscripten_bind_BaseVehicleState_get_rigidBodyState_0'); -var _emscripten_bind_BaseVehicleState_set_rigidBodyState_1 = Module['_emscripten_bind_BaseVehicleState_set_rigidBodyState_1'] = createExportWrapper('emscripten_bind_BaseVehicleState_set_rigidBodyState_1'); -var _emscripten_bind_BaseVehicleState___destroy___0 = Module['_emscripten_bind_BaseVehicleState___destroy___0'] = createExportWrapper('emscripten_bind_BaseVehicleState___destroy___0'); -var _emscripten_bind_BoxSupport_BoxSupport_1 = Module['_emscripten_bind_BoxSupport_BoxSupport_1'] = createExportWrapper('emscripten_bind_BoxSupport_BoxSupport_1'); -var _emscripten_bind_BoxSupport_BoxSupport_2 = Module['_emscripten_bind_BoxSupport_BoxSupport_2'] = createExportWrapper('emscripten_bind_BoxSupport_BoxSupport_2'); -var _emscripten_bind_BoxSupport_getMargin_0 = Module['_emscripten_bind_BoxSupport_getMargin_0'] = createExportWrapper('emscripten_bind_BoxSupport_getMargin_0'); -var _emscripten_bind_BoxSupport_supportLocal_1 = Module['_emscripten_bind_BoxSupport_supportLocal_1'] = createExportWrapper('emscripten_bind_BoxSupport_supportLocal_1'); -var _emscripten_bind_BoxSupport_get_halfExtents_0 = Module['_emscripten_bind_BoxSupport_get_halfExtents_0'] = createExportWrapper('emscripten_bind_BoxSupport_get_halfExtents_0'); -var _emscripten_bind_BoxSupport_set_halfExtents_1 = Module['_emscripten_bind_BoxSupport_set_halfExtents_1'] = createExportWrapper('emscripten_bind_BoxSupport_set_halfExtents_1'); -var _emscripten_bind_BoxSupport_get_margin_0 = Module['_emscripten_bind_BoxSupport_get_margin_0'] = createExportWrapper('emscripten_bind_BoxSupport_get_margin_0'); -var _emscripten_bind_BoxSupport_set_margin_1 = Module['_emscripten_bind_BoxSupport_set_margin_1'] = createExportWrapper('emscripten_bind_BoxSupport_set_margin_1'); -var _emscripten_bind_BoxSupport___destroy___0 = Module['_emscripten_bind_BoxSupport___destroy___0'] = createExportWrapper('emscripten_bind_BoxSupport___destroy___0'); -var _emscripten_bind_CapsuleSupport_CapsuleSupport_2 = Module['_emscripten_bind_CapsuleSupport_CapsuleSupport_2'] = createExportWrapper('emscripten_bind_CapsuleSupport_CapsuleSupport_2'); -var _emscripten_bind_CapsuleSupport_getMargin_0 = Module['_emscripten_bind_CapsuleSupport_getMargin_0'] = createExportWrapper('emscripten_bind_CapsuleSupport_getMargin_0'); -var _emscripten_bind_CapsuleSupport_supportLocal_1 = Module['_emscripten_bind_CapsuleSupport_supportLocal_1'] = createExportWrapper('emscripten_bind_CapsuleSupport_supportLocal_1'); -var _emscripten_bind_CapsuleSupport_get_radius_0 = Module['_emscripten_bind_CapsuleSupport_get_radius_0'] = createExportWrapper('emscripten_bind_CapsuleSupport_get_radius_0'); -var _emscripten_bind_CapsuleSupport_set_radius_1 = Module['_emscripten_bind_CapsuleSupport_set_radius_1'] = createExportWrapper('emscripten_bind_CapsuleSupport_set_radius_1'); -var _emscripten_bind_CapsuleSupport_get_halfHeight_0 = Module['_emscripten_bind_CapsuleSupport_get_halfHeight_0'] = createExportWrapper('emscripten_bind_CapsuleSupport_get_halfHeight_0'); -var _emscripten_bind_CapsuleSupport_set_halfHeight_1 = Module['_emscripten_bind_CapsuleSupport_set_halfHeight_1'] = createExportWrapper('emscripten_bind_CapsuleSupport_set_halfHeight_1'); -var _emscripten_bind_CapsuleSupport___destroy___0 = Module['_emscripten_bind_CapsuleSupport___destroy___0'] = createExportWrapper('emscripten_bind_CapsuleSupport___destroy___0'); -var _emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_0 = Module['_emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_0'] = createExportWrapper('emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_0'); -var _emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_1 = Module['_emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_1'] = createExportWrapper('emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_1'); -var _emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_2 = Module['_emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_2'] = createExportWrapper('emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_2'); -var _emscripten_bind_ConvexGeomSupport_getMargin_0 = Module['_emscripten_bind_ConvexGeomSupport_getMargin_0'] = createExportWrapper('emscripten_bind_ConvexGeomSupport_getMargin_0'); -var _emscripten_bind_ConvexGeomSupport_supportLocal_1 = Module['_emscripten_bind_ConvexGeomSupport_supportLocal_1'] = createExportWrapper('emscripten_bind_ConvexGeomSupport_supportLocal_1'); -var _emscripten_bind_ConvexGeomSupport___destroy___0 = Module['_emscripten_bind_ConvexGeomSupport___destroy___0'] = createExportWrapper('emscripten_bind_ConvexGeomSupport___destroy___0'); -var _emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_1 = Module['_emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_1'] = createExportWrapper('emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_1'); -var _emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_2 = Module['_emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_2'] = createExportWrapper('emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_2'); -var _emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_3 = Module['_emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_3'] = createExportWrapper('emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_3'); -var _emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_4 = Module['_emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_4'] = createExportWrapper('emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_4'); -var _emscripten_bind_ConvexMeshSupport_getMargin_0 = Module['_emscripten_bind_ConvexMeshSupport_getMargin_0'] = createExportWrapper('emscripten_bind_ConvexMeshSupport_getMargin_0'); -var _emscripten_bind_ConvexMeshSupport_supportLocal_1 = Module['_emscripten_bind_ConvexMeshSupport_supportLocal_1'] = createExportWrapper('emscripten_bind_ConvexMeshSupport_supportLocal_1'); -var _emscripten_bind_ConvexMeshSupport_get_scale_0 = Module['_emscripten_bind_ConvexMeshSupport_get_scale_0'] = createExportWrapper('emscripten_bind_ConvexMeshSupport_get_scale_0'); -var _emscripten_bind_ConvexMeshSupport_set_scale_1 = Module['_emscripten_bind_ConvexMeshSupport_set_scale_1'] = createExportWrapper('emscripten_bind_ConvexMeshSupport_set_scale_1'); -var _emscripten_bind_ConvexMeshSupport_get_scaleRotation_0 = Module['_emscripten_bind_ConvexMeshSupport_get_scaleRotation_0'] = createExportWrapper('emscripten_bind_ConvexMeshSupport_get_scaleRotation_0'); -var _emscripten_bind_ConvexMeshSupport_set_scaleRotation_1 = Module['_emscripten_bind_ConvexMeshSupport_set_scaleRotation_1'] = createExportWrapper('emscripten_bind_ConvexMeshSupport_set_scaleRotation_1'); -var _emscripten_bind_ConvexMeshSupport_get_margin_0 = Module['_emscripten_bind_ConvexMeshSupport_get_margin_0'] = createExportWrapper('emscripten_bind_ConvexMeshSupport_get_margin_0'); -var _emscripten_bind_ConvexMeshSupport_set_margin_1 = Module['_emscripten_bind_ConvexMeshSupport_set_margin_1'] = createExportWrapper('emscripten_bind_ConvexMeshSupport_set_margin_1'); -var _emscripten_bind_ConvexMeshSupport___destroy___0 = Module['_emscripten_bind_ConvexMeshSupport___destroy___0'] = createExportWrapper('emscripten_bind_ConvexMeshSupport___destroy___0'); -var _emscripten_bind_CustomSupportImpl_CustomSupportImpl_0 = Module['_emscripten_bind_CustomSupportImpl_CustomSupportImpl_0'] = createExportWrapper('emscripten_bind_CustomSupportImpl_CustomSupportImpl_0'); -var _emscripten_bind_CustomSupportImpl_getCustomMargin_0 = Module['_emscripten_bind_CustomSupportImpl_getCustomMargin_0'] = createExportWrapper('emscripten_bind_CustomSupportImpl_getCustomMargin_0'); -var _emscripten_bind_CustomSupportImpl_getCustomSupportLocal_2 = Module['_emscripten_bind_CustomSupportImpl_getCustomSupportLocal_2'] = createExportWrapper('emscripten_bind_CustomSupportImpl_getCustomSupportLocal_2'); -var _emscripten_bind_CustomSupportImpl___destroy___0 = Module['_emscripten_bind_CustomSupportImpl___destroy___0'] = createExportWrapper('emscripten_bind_CustomSupportImpl___destroy___0'); -var _emscripten_bind_DirectDriveVehicle_DirectDriveVehicle_0 = Module['_emscripten_bind_DirectDriveVehicle_DirectDriveVehicle_0'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_DirectDriveVehicle_0'); -var _emscripten_bind_DirectDriveVehicle_initialize_3 = Module['_emscripten_bind_DirectDriveVehicle_initialize_3'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_initialize_3'); -var _emscripten_bind_DirectDriveVehicle_initialize_4 = Module['_emscripten_bind_DirectDriveVehicle_initialize_4'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_initialize_4'); -var _emscripten_bind_DirectDriveVehicle_initComponentSequence_1 = Module['_emscripten_bind_DirectDriveVehicle_initComponentSequence_1'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_initComponentSequence_1'); -var _emscripten_bind_DirectDriveVehicle_destroyState_0 = Module['_emscripten_bind_DirectDriveVehicle_destroyState_0'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_destroyState_0'); -var _emscripten_bind_DirectDriveVehicle_step_2 = Module['_emscripten_bind_DirectDriveVehicle_step_2'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_step_2'); -var _emscripten_bind_DirectDriveVehicle_get_directDriveParams_0 = Module['_emscripten_bind_DirectDriveVehicle_get_directDriveParams_0'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_get_directDriveParams_0'); -var _emscripten_bind_DirectDriveVehicle_set_directDriveParams_1 = Module['_emscripten_bind_DirectDriveVehicle_set_directDriveParams_1'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_set_directDriveParams_1'); -var _emscripten_bind_DirectDriveVehicle_get_directDriveState_0 = Module['_emscripten_bind_DirectDriveVehicle_get_directDriveState_0'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_get_directDriveState_0'); -var _emscripten_bind_DirectDriveVehicle_set_directDriveState_1 = Module['_emscripten_bind_DirectDriveVehicle_set_directDriveState_1'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_set_directDriveState_1'); -var _emscripten_bind_DirectDriveVehicle_get_transmissionCommandState_0 = Module['_emscripten_bind_DirectDriveVehicle_get_transmissionCommandState_0'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_get_transmissionCommandState_0'); -var _emscripten_bind_DirectDriveVehicle_set_transmissionCommandState_1 = Module['_emscripten_bind_DirectDriveVehicle_set_transmissionCommandState_1'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_set_transmissionCommandState_1'); -var _emscripten_bind_DirectDriveVehicle_get_baseParams_0 = Module['_emscripten_bind_DirectDriveVehicle_get_baseParams_0'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_get_baseParams_0'); -var _emscripten_bind_DirectDriveVehicle_set_baseParams_1 = Module['_emscripten_bind_DirectDriveVehicle_set_baseParams_1'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_set_baseParams_1'); -var _emscripten_bind_DirectDriveVehicle_get_baseState_0 = Module['_emscripten_bind_DirectDriveVehicle_get_baseState_0'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_get_baseState_0'); -var _emscripten_bind_DirectDriveVehicle_set_baseState_1 = Module['_emscripten_bind_DirectDriveVehicle_set_baseState_1'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_set_baseState_1'); -var _emscripten_bind_DirectDriveVehicle_get_componentSequence_0 = Module['_emscripten_bind_DirectDriveVehicle_get_componentSequence_0'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_get_componentSequence_0'); -var _emscripten_bind_DirectDriveVehicle_set_componentSequence_1 = Module['_emscripten_bind_DirectDriveVehicle_set_componentSequence_1'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_set_componentSequence_1'); -var _emscripten_bind_DirectDriveVehicle_get_componentSequenceSubstepGroupHandle_0 = Module['_emscripten_bind_DirectDriveVehicle_get_componentSequenceSubstepGroupHandle_0'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_get_componentSequenceSubstepGroupHandle_0'); -var _emscripten_bind_DirectDriveVehicle_set_componentSequenceSubstepGroupHandle_1 = Module['_emscripten_bind_DirectDriveVehicle_set_componentSequenceSubstepGroupHandle_1'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_set_componentSequenceSubstepGroupHandle_1'); -var _emscripten_bind_DirectDriveVehicle_get_physXParams_0 = Module['_emscripten_bind_DirectDriveVehicle_get_physXParams_0'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_get_physXParams_0'); -var _emscripten_bind_DirectDriveVehicle_set_physXParams_1 = Module['_emscripten_bind_DirectDriveVehicle_set_physXParams_1'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_set_physXParams_1'); -var _emscripten_bind_DirectDriveVehicle_get_physXState_0 = Module['_emscripten_bind_DirectDriveVehicle_get_physXState_0'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_get_physXState_0'); -var _emscripten_bind_DirectDriveVehicle_set_physXState_1 = Module['_emscripten_bind_DirectDriveVehicle_set_physXState_1'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_set_physXState_1'); -var _emscripten_bind_DirectDriveVehicle_get_commandState_0 = Module['_emscripten_bind_DirectDriveVehicle_get_commandState_0'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_get_commandState_0'); -var _emscripten_bind_DirectDriveVehicle_set_commandState_1 = Module['_emscripten_bind_DirectDriveVehicle_set_commandState_1'] = createExportWrapper('emscripten_bind_DirectDriveVehicle_set_commandState_1'); -var _emscripten_bind_DirectDriveVehicle___destroy___0 = Module['_emscripten_bind_DirectDriveVehicle___destroy___0'] = createExportWrapper('emscripten_bind_DirectDriveVehicle___destroy___0'); -var _emscripten_bind_DirectDrivetrainParams_DirectDrivetrainParams_0 = Module['_emscripten_bind_DirectDrivetrainParams_DirectDrivetrainParams_0'] = createExportWrapper('emscripten_bind_DirectDrivetrainParams_DirectDrivetrainParams_0'); -var _emscripten_bind_DirectDrivetrainParams_transformAndScale_4 = Module['_emscripten_bind_DirectDrivetrainParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_DirectDrivetrainParams_transformAndScale_4'); -var _emscripten_bind_DirectDrivetrainParams_isValid_1 = Module['_emscripten_bind_DirectDrivetrainParams_isValid_1'] = createExportWrapper('emscripten_bind_DirectDrivetrainParams_isValid_1'); -var _emscripten_bind_DirectDrivetrainParams_get_directDriveThrottleResponseParams_0 = Module['_emscripten_bind_DirectDrivetrainParams_get_directDriveThrottleResponseParams_0'] = createExportWrapper('emscripten_bind_DirectDrivetrainParams_get_directDriveThrottleResponseParams_0'); -var _emscripten_bind_DirectDrivetrainParams_set_directDriveThrottleResponseParams_1 = Module['_emscripten_bind_DirectDrivetrainParams_set_directDriveThrottleResponseParams_1'] = createExportWrapper('emscripten_bind_DirectDrivetrainParams_set_directDriveThrottleResponseParams_1'); -var _emscripten_bind_DirectDrivetrainParams___destroy___0 = Module['_emscripten_bind_DirectDrivetrainParams___destroy___0'] = createExportWrapper('emscripten_bind_DirectDrivetrainParams___destroy___0'); -var _emscripten_bind_DirectDrivetrainState_DirectDrivetrainState_0 = Module['_emscripten_bind_DirectDrivetrainState_DirectDrivetrainState_0'] = createExportWrapper('emscripten_bind_DirectDrivetrainState_DirectDrivetrainState_0'); -var _emscripten_bind_DirectDrivetrainState_setToDefault_0 = Module['_emscripten_bind_DirectDrivetrainState_setToDefault_0'] = createExportWrapper('emscripten_bind_DirectDrivetrainState_setToDefault_0'); -var _emscripten_bind_DirectDrivetrainState_get_directDriveThrottleResponseStates_1 = Module['_emscripten_bind_DirectDrivetrainState_get_directDriveThrottleResponseStates_1'] = createExportWrapper('emscripten_bind_DirectDrivetrainState_get_directDriveThrottleResponseStates_1'); -var _emscripten_bind_DirectDrivetrainState_set_directDriveThrottleResponseStates_2 = Module['_emscripten_bind_DirectDrivetrainState_set_directDriveThrottleResponseStates_2'] = createExportWrapper('emscripten_bind_DirectDrivetrainState_set_directDriveThrottleResponseStates_2'); -var _emscripten_bind_DirectDrivetrainState___destroy___0 = Module['_emscripten_bind_DirectDrivetrainState___destroy___0'] = createExportWrapper('emscripten_bind_DirectDrivetrainState___destroy___0'); -var _emscripten_bind_EngineDriveVehicle_EngineDriveVehicle_0 = Module['_emscripten_bind_EngineDriveVehicle_EngineDriveVehicle_0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_EngineDriveVehicle_0'); -var _emscripten_bind_EngineDriveVehicle_initialize_4 = Module['_emscripten_bind_EngineDriveVehicle_initialize_4'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_initialize_4'); -var _emscripten_bind_EngineDriveVehicle_initialize_5 = Module['_emscripten_bind_EngineDriveVehicle_initialize_5'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_initialize_5'); -var _emscripten_bind_EngineDriveVehicle_initComponentSequence_1 = Module['_emscripten_bind_EngineDriveVehicle_initComponentSequence_1'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_initComponentSequence_1'); -var _emscripten_bind_EngineDriveVehicle_destroyState_0 = Module['_emscripten_bind_EngineDriveVehicle_destroyState_0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_destroyState_0'); -var _emscripten_bind_EngineDriveVehicle_step_2 = Module['_emscripten_bind_EngineDriveVehicle_step_2'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_step_2'); -var _emscripten_bind_EngineDriveVehicle_get_engineDriveParams_0 = Module['_emscripten_bind_EngineDriveVehicle_get_engineDriveParams_0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_get_engineDriveParams_0'); -var _emscripten_bind_EngineDriveVehicle_set_engineDriveParams_1 = Module['_emscripten_bind_EngineDriveVehicle_set_engineDriveParams_1'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_set_engineDriveParams_1'); -var _emscripten_bind_EngineDriveVehicle_get_engineDriveState_0 = Module['_emscripten_bind_EngineDriveVehicle_get_engineDriveState_0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_get_engineDriveState_0'); -var _emscripten_bind_EngineDriveVehicle_set_engineDriveState_1 = Module['_emscripten_bind_EngineDriveVehicle_set_engineDriveState_1'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_set_engineDriveState_1'); -var _emscripten_bind_EngineDriveVehicle_get_transmissionCommandState_0 = Module['_emscripten_bind_EngineDriveVehicle_get_transmissionCommandState_0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_get_transmissionCommandState_0'); -var _emscripten_bind_EngineDriveVehicle_set_transmissionCommandState_1 = Module['_emscripten_bind_EngineDriveVehicle_set_transmissionCommandState_1'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_set_transmissionCommandState_1'); -var _emscripten_bind_EngineDriveVehicle_get_tankDriveTransmissionCommandState_0 = Module['_emscripten_bind_EngineDriveVehicle_get_tankDriveTransmissionCommandState_0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_get_tankDriveTransmissionCommandState_0'); -var _emscripten_bind_EngineDriveVehicle_set_tankDriveTransmissionCommandState_1 = Module['_emscripten_bind_EngineDriveVehicle_set_tankDriveTransmissionCommandState_1'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_set_tankDriveTransmissionCommandState_1'); -var _emscripten_bind_EngineDriveVehicle_get_differentialType_0 = Module['_emscripten_bind_EngineDriveVehicle_get_differentialType_0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_get_differentialType_0'); -var _emscripten_bind_EngineDriveVehicle_set_differentialType_1 = Module['_emscripten_bind_EngineDriveVehicle_set_differentialType_1'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_set_differentialType_1'); -var _emscripten_bind_EngineDriveVehicle_get_baseParams_0 = Module['_emscripten_bind_EngineDriveVehicle_get_baseParams_0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_get_baseParams_0'); -var _emscripten_bind_EngineDriveVehicle_set_baseParams_1 = Module['_emscripten_bind_EngineDriveVehicle_set_baseParams_1'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_set_baseParams_1'); -var _emscripten_bind_EngineDriveVehicle_get_baseState_0 = Module['_emscripten_bind_EngineDriveVehicle_get_baseState_0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_get_baseState_0'); -var _emscripten_bind_EngineDriveVehicle_set_baseState_1 = Module['_emscripten_bind_EngineDriveVehicle_set_baseState_1'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_set_baseState_1'); -var _emscripten_bind_EngineDriveVehicle_get_componentSequence_0 = Module['_emscripten_bind_EngineDriveVehicle_get_componentSequence_0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_get_componentSequence_0'); -var _emscripten_bind_EngineDriveVehicle_set_componentSequence_1 = Module['_emscripten_bind_EngineDriveVehicle_set_componentSequence_1'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_set_componentSequence_1'); -var _emscripten_bind_EngineDriveVehicle_get_componentSequenceSubstepGroupHandle_0 = Module['_emscripten_bind_EngineDriveVehicle_get_componentSequenceSubstepGroupHandle_0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_get_componentSequenceSubstepGroupHandle_0'); -var _emscripten_bind_EngineDriveVehicle_set_componentSequenceSubstepGroupHandle_1 = Module['_emscripten_bind_EngineDriveVehicle_set_componentSequenceSubstepGroupHandle_1'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_set_componentSequenceSubstepGroupHandle_1'); -var _emscripten_bind_EngineDriveVehicle_get_physXParams_0 = Module['_emscripten_bind_EngineDriveVehicle_get_physXParams_0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_get_physXParams_0'); -var _emscripten_bind_EngineDriveVehicle_set_physXParams_1 = Module['_emscripten_bind_EngineDriveVehicle_set_physXParams_1'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_set_physXParams_1'); -var _emscripten_bind_EngineDriveVehicle_get_physXState_0 = Module['_emscripten_bind_EngineDriveVehicle_get_physXState_0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_get_physXState_0'); -var _emscripten_bind_EngineDriveVehicle_set_physXState_1 = Module['_emscripten_bind_EngineDriveVehicle_set_physXState_1'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_set_physXState_1'); -var _emscripten_bind_EngineDriveVehicle_get_commandState_0 = Module['_emscripten_bind_EngineDriveVehicle_get_commandState_0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_get_commandState_0'); -var _emscripten_bind_EngineDriveVehicle_set_commandState_1 = Module['_emscripten_bind_EngineDriveVehicle_set_commandState_1'] = createExportWrapper('emscripten_bind_EngineDriveVehicle_set_commandState_1'); -var _emscripten_bind_EngineDriveVehicle___destroy___0 = Module['_emscripten_bind_EngineDriveVehicle___destroy___0'] = createExportWrapper('emscripten_bind_EngineDriveVehicle___destroy___0'); -var _emscripten_bind_EngineDrivetrainParams_EngineDrivetrainParams_0 = Module['_emscripten_bind_EngineDrivetrainParams_EngineDrivetrainParams_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_EngineDrivetrainParams_0'); -var _emscripten_bind_EngineDrivetrainParams_transformAndScale_4 = Module['_emscripten_bind_EngineDrivetrainParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_transformAndScale_4'); -var _emscripten_bind_EngineDrivetrainParams_isValid_1 = Module['_emscripten_bind_EngineDrivetrainParams_isValid_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_isValid_1'); -var _emscripten_bind_EngineDrivetrainParams_get_autoboxParams_0 = Module['_emscripten_bind_EngineDrivetrainParams_get_autoboxParams_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_get_autoboxParams_0'); -var _emscripten_bind_EngineDrivetrainParams_set_autoboxParams_1 = Module['_emscripten_bind_EngineDrivetrainParams_set_autoboxParams_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_set_autoboxParams_1'); -var _emscripten_bind_EngineDrivetrainParams_get_clutchCommandResponseParams_0 = Module['_emscripten_bind_EngineDrivetrainParams_get_clutchCommandResponseParams_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_get_clutchCommandResponseParams_0'); -var _emscripten_bind_EngineDrivetrainParams_set_clutchCommandResponseParams_1 = Module['_emscripten_bind_EngineDrivetrainParams_set_clutchCommandResponseParams_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_set_clutchCommandResponseParams_1'); -var _emscripten_bind_EngineDrivetrainParams_get_engineParams_0 = Module['_emscripten_bind_EngineDrivetrainParams_get_engineParams_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_get_engineParams_0'); -var _emscripten_bind_EngineDrivetrainParams_set_engineParams_1 = Module['_emscripten_bind_EngineDrivetrainParams_set_engineParams_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_set_engineParams_1'); -var _emscripten_bind_EngineDrivetrainParams_get_gearBoxParams_0 = Module['_emscripten_bind_EngineDrivetrainParams_get_gearBoxParams_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_get_gearBoxParams_0'); -var _emscripten_bind_EngineDrivetrainParams_set_gearBoxParams_1 = Module['_emscripten_bind_EngineDrivetrainParams_set_gearBoxParams_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_set_gearBoxParams_1'); -var _emscripten_bind_EngineDrivetrainParams_get_multiWheelDifferentialParams_0 = Module['_emscripten_bind_EngineDrivetrainParams_get_multiWheelDifferentialParams_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_get_multiWheelDifferentialParams_0'); -var _emscripten_bind_EngineDrivetrainParams_set_multiWheelDifferentialParams_1 = Module['_emscripten_bind_EngineDrivetrainParams_set_multiWheelDifferentialParams_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_set_multiWheelDifferentialParams_1'); -var _emscripten_bind_EngineDrivetrainParams_get_fourWheelDifferentialParams_0 = Module['_emscripten_bind_EngineDrivetrainParams_get_fourWheelDifferentialParams_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_get_fourWheelDifferentialParams_0'); -var _emscripten_bind_EngineDrivetrainParams_set_fourWheelDifferentialParams_1 = Module['_emscripten_bind_EngineDrivetrainParams_set_fourWheelDifferentialParams_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_set_fourWheelDifferentialParams_1'); -var _emscripten_bind_EngineDrivetrainParams_get_tankDifferentialParams_0 = Module['_emscripten_bind_EngineDrivetrainParams_get_tankDifferentialParams_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_get_tankDifferentialParams_0'); -var _emscripten_bind_EngineDrivetrainParams_set_tankDifferentialParams_1 = Module['_emscripten_bind_EngineDrivetrainParams_set_tankDifferentialParams_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_set_tankDifferentialParams_1'); -var _emscripten_bind_EngineDrivetrainParams_get_clutchParams_0 = Module['_emscripten_bind_EngineDrivetrainParams_get_clutchParams_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_get_clutchParams_0'); -var _emscripten_bind_EngineDrivetrainParams_set_clutchParams_1 = Module['_emscripten_bind_EngineDrivetrainParams_set_clutchParams_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams_set_clutchParams_1'); -var _emscripten_bind_EngineDrivetrainParams___destroy___0 = Module['_emscripten_bind_EngineDrivetrainParams___destroy___0'] = createExportWrapper('emscripten_bind_EngineDrivetrainParams___destroy___0'); -var _emscripten_bind_EngineDrivetrainState_EngineDrivetrainState_0 = Module['_emscripten_bind_EngineDrivetrainState_EngineDrivetrainState_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_EngineDrivetrainState_0'); -var _emscripten_bind_EngineDrivetrainState_setToDefault_0 = Module['_emscripten_bind_EngineDrivetrainState_setToDefault_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_setToDefault_0'); -var _emscripten_bind_EngineDrivetrainState_get_throttleCommandResponseState_0 = Module['_emscripten_bind_EngineDrivetrainState_get_throttleCommandResponseState_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_get_throttleCommandResponseState_0'); -var _emscripten_bind_EngineDrivetrainState_set_throttleCommandResponseState_1 = Module['_emscripten_bind_EngineDrivetrainState_set_throttleCommandResponseState_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_set_throttleCommandResponseState_1'); -var _emscripten_bind_EngineDrivetrainState_get_autoboxState_0 = Module['_emscripten_bind_EngineDrivetrainState_get_autoboxState_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_get_autoboxState_0'); -var _emscripten_bind_EngineDrivetrainState_set_autoboxState_1 = Module['_emscripten_bind_EngineDrivetrainState_set_autoboxState_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_set_autoboxState_1'); -var _emscripten_bind_EngineDrivetrainState_get_clutchCommandResponseState_0 = Module['_emscripten_bind_EngineDrivetrainState_get_clutchCommandResponseState_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_get_clutchCommandResponseState_0'); -var _emscripten_bind_EngineDrivetrainState_set_clutchCommandResponseState_1 = Module['_emscripten_bind_EngineDrivetrainState_set_clutchCommandResponseState_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_set_clutchCommandResponseState_1'); -var _emscripten_bind_EngineDrivetrainState_get_differentialState_0 = Module['_emscripten_bind_EngineDrivetrainState_get_differentialState_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_get_differentialState_0'); -var _emscripten_bind_EngineDrivetrainState_set_differentialState_1 = Module['_emscripten_bind_EngineDrivetrainState_set_differentialState_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_set_differentialState_1'); -var _emscripten_bind_EngineDrivetrainState_get_wheelConstraintGroupState_0 = Module['_emscripten_bind_EngineDrivetrainState_get_wheelConstraintGroupState_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_get_wheelConstraintGroupState_0'); -var _emscripten_bind_EngineDrivetrainState_set_wheelConstraintGroupState_1 = Module['_emscripten_bind_EngineDrivetrainState_set_wheelConstraintGroupState_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_set_wheelConstraintGroupState_1'); -var _emscripten_bind_EngineDrivetrainState_get_engineState_0 = Module['_emscripten_bind_EngineDrivetrainState_get_engineState_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_get_engineState_0'); -var _emscripten_bind_EngineDrivetrainState_set_engineState_1 = Module['_emscripten_bind_EngineDrivetrainState_set_engineState_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_set_engineState_1'); -var _emscripten_bind_EngineDrivetrainState_get_gearboxState_0 = Module['_emscripten_bind_EngineDrivetrainState_get_gearboxState_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_get_gearboxState_0'); -var _emscripten_bind_EngineDrivetrainState_set_gearboxState_1 = Module['_emscripten_bind_EngineDrivetrainState_set_gearboxState_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_set_gearboxState_1'); -var _emscripten_bind_EngineDrivetrainState_get_clutchState_0 = Module['_emscripten_bind_EngineDrivetrainState_get_clutchState_0'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_get_clutchState_0'); -var _emscripten_bind_EngineDrivetrainState_set_clutchState_1 = Module['_emscripten_bind_EngineDrivetrainState_set_clutchState_1'] = createExportWrapper('emscripten_bind_EngineDrivetrainState_set_clutchState_1'); -var _emscripten_bind_EngineDrivetrainState___destroy___0 = Module['_emscripten_bind_EngineDrivetrainState___destroy___0'] = createExportWrapper('emscripten_bind_EngineDrivetrainState___destroy___0'); -var _emscripten_bind_NativeArrayHelpers_getU8At_2 = Module['_emscripten_bind_NativeArrayHelpers_getU8At_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getU8At_2'); -var _emscripten_bind_NativeArrayHelpers_getU16At_2 = Module['_emscripten_bind_NativeArrayHelpers_getU16At_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getU16At_2'); -var _emscripten_bind_NativeArrayHelpers_getU32At_2 = Module['_emscripten_bind_NativeArrayHelpers_getU32At_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getU32At_2'); -var _emscripten_bind_NativeArrayHelpers_getRealAt_2 = Module['_emscripten_bind_NativeArrayHelpers_getRealAt_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getRealAt_2'); -var _emscripten_bind_NativeArrayHelpers_setU8At_3 = Module['_emscripten_bind_NativeArrayHelpers_setU8At_3'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_setU8At_3'); -var _emscripten_bind_NativeArrayHelpers_setU16At_3 = Module['_emscripten_bind_NativeArrayHelpers_setU16At_3'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_setU16At_3'); -var _emscripten_bind_NativeArrayHelpers_setU32At_3 = Module['_emscripten_bind_NativeArrayHelpers_setU32At_3'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_setU32At_3'); -var _emscripten_bind_NativeArrayHelpers_setRealAt_3 = Module['_emscripten_bind_NativeArrayHelpers_setRealAt_3'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_setRealAt_3'); -var _emscripten_bind_NativeArrayHelpers_voidToU8Ptr_1 = Module['_emscripten_bind_NativeArrayHelpers_voidToU8Ptr_1'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_voidToU8Ptr_1'); -var _emscripten_bind_NativeArrayHelpers_voidToU16Ptr_1 = Module['_emscripten_bind_NativeArrayHelpers_voidToU16Ptr_1'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_voidToU16Ptr_1'); -var _emscripten_bind_NativeArrayHelpers_voidToU32Ptr_1 = Module['_emscripten_bind_NativeArrayHelpers_voidToU32Ptr_1'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_voidToU32Ptr_1'); -var _emscripten_bind_NativeArrayHelpers_voidToI32Ptr_1 = Module['_emscripten_bind_NativeArrayHelpers_voidToI32Ptr_1'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_voidToI32Ptr_1'); -var _emscripten_bind_NativeArrayHelpers_voidToRealPtr_1 = Module['_emscripten_bind_NativeArrayHelpers_voidToRealPtr_1'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_voidToRealPtr_1'); -var _emscripten_bind_NativeArrayHelpers_getActorAt_2 = Module['_emscripten_bind_NativeArrayHelpers_getActorAt_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getActorAt_2'); -var _emscripten_bind_NativeArrayHelpers_getBounds3At_2 = Module['_emscripten_bind_NativeArrayHelpers_getBounds3At_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getBounds3At_2'); -var _emscripten_bind_NativeArrayHelpers_getContactPairAt_2 = Module['_emscripten_bind_NativeArrayHelpers_getContactPairAt_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getContactPairAt_2'); -var _emscripten_bind_NativeArrayHelpers_getContactPairHeaderAt_2 = Module['_emscripten_bind_NativeArrayHelpers_getContactPairHeaderAt_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getContactPairHeaderAt_2'); -var _emscripten_bind_NativeArrayHelpers_getControllerAt_2 = Module['_emscripten_bind_NativeArrayHelpers_getControllerAt_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getControllerAt_2'); -var _emscripten_bind_NativeArrayHelpers_getControllerShapeHitAt_2 = Module['_emscripten_bind_NativeArrayHelpers_getControllerShapeHitAt_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getControllerShapeHitAt_2'); -var _emscripten_bind_NativeArrayHelpers_getControllersHitAt_2 = Module['_emscripten_bind_NativeArrayHelpers_getControllersHitAt_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getControllersHitAt_2'); -var _emscripten_bind_NativeArrayHelpers_getControllerObstacleHitAt_2 = Module['_emscripten_bind_NativeArrayHelpers_getControllerObstacleHitAt_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getControllerObstacleHitAt_2'); -var _emscripten_bind_NativeArrayHelpers_getDebugPointAt_2 = Module['_emscripten_bind_NativeArrayHelpers_getDebugPointAt_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getDebugPointAt_2'); -var _emscripten_bind_NativeArrayHelpers_getDebugLineAt_2 = Module['_emscripten_bind_NativeArrayHelpers_getDebugLineAt_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getDebugLineAt_2'); -var _emscripten_bind_NativeArrayHelpers_getDebugTriangleAt_2 = Module['_emscripten_bind_NativeArrayHelpers_getDebugTriangleAt_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getDebugTriangleAt_2'); -var _emscripten_bind_NativeArrayHelpers_getObstacleAt_2 = Module['_emscripten_bind_NativeArrayHelpers_getObstacleAt_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getObstacleAt_2'); -var _emscripten_bind_NativeArrayHelpers_getShapeAt_2 = Module['_emscripten_bind_NativeArrayHelpers_getShapeAt_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getShapeAt_2'); -var _emscripten_bind_NativeArrayHelpers_getTriggerPairAt_2 = Module['_emscripten_bind_NativeArrayHelpers_getTriggerPairAt_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getTriggerPairAt_2'); -var _emscripten_bind_NativeArrayHelpers_getVec3At_2 = Module['_emscripten_bind_NativeArrayHelpers_getVec3At_2'] = createExportWrapper('emscripten_bind_NativeArrayHelpers_getVec3At_2'); -var _emscripten_bind_NativeArrayHelpers___destroy___0 = Module['_emscripten_bind_NativeArrayHelpers___destroy___0'] = createExportWrapper('emscripten_bind_NativeArrayHelpers___destroy___0'); -var _emscripten_bind_PassThroughFilterShaderImpl_PassThroughFilterShaderImpl_0 = Module['_emscripten_bind_PassThroughFilterShaderImpl_PassThroughFilterShaderImpl_0'] = createExportWrapper('emscripten_bind_PassThroughFilterShaderImpl_PassThroughFilterShaderImpl_0'); -var _emscripten_bind_PassThroughFilterShaderImpl_filterShader_10 = Module['_emscripten_bind_PassThroughFilterShaderImpl_filterShader_10'] = createExportWrapper('emscripten_bind_PassThroughFilterShaderImpl_filterShader_10'); -var _emscripten_bind_PassThroughFilterShaderImpl___destroy___0 = Module['_emscripten_bind_PassThroughFilterShaderImpl___destroy___0'] = createExportWrapper('emscripten_bind_PassThroughFilterShaderImpl___destroy___0'); -var _emscripten_bind_PhysXIntegrationParams_PhysXIntegrationParams_0 = Module['_emscripten_bind_PhysXIntegrationParams_PhysXIntegrationParams_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_PhysXIntegrationParams_0'); -var _emscripten_bind_PhysXIntegrationParams_transformAndScale_4 = Module['_emscripten_bind_PhysXIntegrationParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_transformAndScale_4'); -var _emscripten_bind_PhysXIntegrationParams_isValid_1 = Module['_emscripten_bind_PhysXIntegrationParams_isValid_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_isValid_1'); -var _emscripten_bind_PhysXIntegrationParams_create_10 = Module['_emscripten_bind_PhysXIntegrationParams_create_10'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_create_10'); -var _emscripten_bind_PhysXIntegrationParams_get_physxRoadGeometryQueryParams_0 = Module['_emscripten_bind_PhysXIntegrationParams_get_physxRoadGeometryQueryParams_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_get_physxRoadGeometryQueryParams_0'); -var _emscripten_bind_PhysXIntegrationParams_set_physxRoadGeometryQueryParams_1 = Module['_emscripten_bind_PhysXIntegrationParams_set_physxRoadGeometryQueryParams_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_set_physxRoadGeometryQueryParams_1'); -var _emscripten_bind_PhysXIntegrationParams_get_physxMaterialFrictionParams_1 = Module['_emscripten_bind_PhysXIntegrationParams_get_physxMaterialFrictionParams_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_get_physxMaterialFrictionParams_1'); -var _emscripten_bind_PhysXIntegrationParams_set_physxMaterialFrictionParams_2 = Module['_emscripten_bind_PhysXIntegrationParams_set_physxMaterialFrictionParams_2'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_set_physxMaterialFrictionParams_2'); -var _emscripten_bind_PhysXIntegrationParams_get_physxSuspensionLimitConstraintParams_1 = Module['_emscripten_bind_PhysXIntegrationParams_get_physxSuspensionLimitConstraintParams_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_get_physxSuspensionLimitConstraintParams_1'); -var _emscripten_bind_PhysXIntegrationParams_set_physxSuspensionLimitConstraintParams_2 = Module['_emscripten_bind_PhysXIntegrationParams_set_physxSuspensionLimitConstraintParams_2'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_set_physxSuspensionLimitConstraintParams_2'); -var _emscripten_bind_PhysXIntegrationParams_get_physxActorCMassLocalPose_0 = Module['_emscripten_bind_PhysXIntegrationParams_get_physxActorCMassLocalPose_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_get_physxActorCMassLocalPose_0'); -var _emscripten_bind_PhysXIntegrationParams_set_physxActorCMassLocalPose_1 = Module['_emscripten_bind_PhysXIntegrationParams_set_physxActorCMassLocalPose_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_set_physxActorCMassLocalPose_1'); -var _emscripten_bind_PhysXIntegrationParams_get_physxActorGeometry_0 = Module['_emscripten_bind_PhysXIntegrationParams_get_physxActorGeometry_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_get_physxActorGeometry_0'); -var _emscripten_bind_PhysXIntegrationParams_set_physxActorGeometry_1 = Module['_emscripten_bind_PhysXIntegrationParams_set_physxActorGeometry_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_set_physxActorGeometry_1'); -var _emscripten_bind_PhysXIntegrationParams_get_physxActorBoxShapeLocalPose_0 = Module['_emscripten_bind_PhysXIntegrationParams_get_physxActorBoxShapeLocalPose_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_get_physxActorBoxShapeLocalPose_0'); -var _emscripten_bind_PhysXIntegrationParams_set_physxActorBoxShapeLocalPose_1 = Module['_emscripten_bind_PhysXIntegrationParams_set_physxActorBoxShapeLocalPose_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_set_physxActorBoxShapeLocalPose_1'); -var _emscripten_bind_PhysXIntegrationParams_get_physxWheelShapeLocalPoses_1 = Module['_emscripten_bind_PhysXIntegrationParams_get_physxWheelShapeLocalPoses_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_get_physxWheelShapeLocalPoses_1'); -var _emscripten_bind_PhysXIntegrationParams_set_physxWheelShapeLocalPoses_2 = Module['_emscripten_bind_PhysXIntegrationParams_set_physxWheelShapeLocalPoses_2'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_set_physxWheelShapeLocalPoses_2'); -var _emscripten_bind_PhysXIntegrationParams_get_physxActorShapeFlags_0 = Module['_emscripten_bind_PhysXIntegrationParams_get_physxActorShapeFlags_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_get_physxActorShapeFlags_0'); -var _emscripten_bind_PhysXIntegrationParams_set_physxActorShapeFlags_1 = Module['_emscripten_bind_PhysXIntegrationParams_set_physxActorShapeFlags_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_set_physxActorShapeFlags_1'); -var _emscripten_bind_PhysXIntegrationParams_get_physxActorSimulationFilterData_0 = Module['_emscripten_bind_PhysXIntegrationParams_get_physxActorSimulationFilterData_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_get_physxActorSimulationFilterData_0'); -var _emscripten_bind_PhysXIntegrationParams_set_physxActorSimulationFilterData_1 = Module['_emscripten_bind_PhysXIntegrationParams_set_physxActorSimulationFilterData_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_set_physxActorSimulationFilterData_1'); -var _emscripten_bind_PhysXIntegrationParams_get_physxActorQueryFilterData_0 = Module['_emscripten_bind_PhysXIntegrationParams_get_physxActorQueryFilterData_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_get_physxActorQueryFilterData_0'); -var _emscripten_bind_PhysXIntegrationParams_set_physxActorQueryFilterData_1 = Module['_emscripten_bind_PhysXIntegrationParams_set_physxActorQueryFilterData_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_set_physxActorQueryFilterData_1'); -var _emscripten_bind_PhysXIntegrationParams_get_physxActorWheelShapeFlags_0 = Module['_emscripten_bind_PhysXIntegrationParams_get_physxActorWheelShapeFlags_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_get_physxActorWheelShapeFlags_0'); -var _emscripten_bind_PhysXIntegrationParams_set_physxActorWheelShapeFlags_1 = Module['_emscripten_bind_PhysXIntegrationParams_set_physxActorWheelShapeFlags_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_set_physxActorWheelShapeFlags_1'); -var _emscripten_bind_PhysXIntegrationParams_get_physxActorWheelSimulationFilterData_0 = Module['_emscripten_bind_PhysXIntegrationParams_get_physxActorWheelSimulationFilterData_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_get_physxActorWheelSimulationFilterData_0'); -var _emscripten_bind_PhysXIntegrationParams_set_physxActorWheelSimulationFilterData_1 = Module['_emscripten_bind_PhysXIntegrationParams_set_physxActorWheelSimulationFilterData_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_set_physxActorWheelSimulationFilterData_1'); -var _emscripten_bind_PhysXIntegrationParams_get_physxActorWheelQueryFilterData_0 = Module['_emscripten_bind_PhysXIntegrationParams_get_physxActorWheelQueryFilterData_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_get_physxActorWheelQueryFilterData_0'); -var _emscripten_bind_PhysXIntegrationParams_set_physxActorWheelQueryFilterData_1 = Module['_emscripten_bind_PhysXIntegrationParams_set_physxActorWheelQueryFilterData_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams_set_physxActorWheelQueryFilterData_1'); -var _emscripten_bind_PhysXIntegrationParams___destroy___0 = Module['_emscripten_bind_PhysXIntegrationParams___destroy___0'] = createExportWrapper('emscripten_bind_PhysXIntegrationParams___destroy___0'); -var _emscripten_bind_PhysXIntegrationState_PhysXIntegrationState_0 = Module['_emscripten_bind_PhysXIntegrationState_PhysXIntegrationState_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationState_PhysXIntegrationState_0'); -var _emscripten_bind_PhysXIntegrationState_destroyState_0 = Module['_emscripten_bind_PhysXIntegrationState_destroyState_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationState_destroyState_0'); -var _emscripten_bind_PhysXIntegrationState_setToDefault_0 = Module['_emscripten_bind_PhysXIntegrationState_setToDefault_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationState_setToDefault_0'); -var _emscripten_bind_PhysXIntegrationState_create_5 = Module['_emscripten_bind_PhysXIntegrationState_create_5'] = createExportWrapper('emscripten_bind_PhysXIntegrationState_create_5'); -var _emscripten_bind_PhysXIntegrationState_get_physxActor_0 = Module['_emscripten_bind_PhysXIntegrationState_get_physxActor_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationState_get_physxActor_0'); -var _emscripten_bind_PhysXIntegrationState_set_physxActor_1 = Module['_emscripten_bind_PhysXIntegrationState_set_physxActor_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationState_set_physxActor_1'); -var _emscripten_bind_PhysXIntegrationState_get_physxSteerState_0 = Module['_emscripten_bind_PhysXIntegrationState_get_physxSteerState_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationState_get_physxSteerState_0'); -var _emscripten_bind_PhysXIntegrationState_set_physxSteerState_1 = Module['_emscripten_bind_PhysXIntegrationState_set_physxSteerState_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationState_set_physxSteerState_1'); -var _emscripten_bind_PhysXIntegrationState_get_physxConstraints_0 = Module['_emscripten_bind_PhysXIntegrationState_get_physxConstraints_0'] = createExportWrapper('emscripten_bind_PhysXIntegrationState_get_physxConstraints_0'); -var _emscripten_bind_PhysXIntegrationState_set_physxConstraints_1 = Module['_emscripten_bind_PhysXIntegrationState_set_physxConstraints_1'] = createExportWrapper('emscripten_bind_PhysXIntegrationState_set_physxConstraints_1'); -var _emscripten_bind_PhysXIntegrationState___destroy___0 = Module['_emscripten_bind_PhysXIntegrationState___destroy___0'] = createExportWrapper('emscripten_bind_PhysXIntegrationState___destroy___0'); -var _emscripten_bind_PxActorFlags_PxActorFlags_1 = Module['_emscripten_bind_PxActorFlags_PxActorFlags_1'] = createExportWrapper('emscripten_bind_PxActorFlags_PxActorFlags_1'); -var _emscripten_bind_PxActorFlags_isSet_1 = Module['_emscripten_bind_PxActorFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxActorFlags_isSet_1'); -var _emscripten_bind_PxActorFlags_raise_1 = Module['_emscripten_bind_PxActorFlags_raise_1'] = createExportWrapper('emscripten_bind_PxActorFlags_raise_1'); -var _emscripten_bind_PxActorFlags_clear_1 = Module['_emscripten_bind_PxActorFlags_clear_1'] = createExportWrapper('emscripten_bind_PxActorFlags_clear_1'); -var _emscripten_bind_PxActorFlags___destroy___0 = Module['_emscripten_bind_PxActorFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxActorFlags___destroy___0'); -var _emscripten_bind_PxActorPtr___destroy___0 = Module['_emscripten_bind_PxActorPtr___destroy___0'] = createExportWrapper('emscripten_bind_PxActorPtr___destroy___0'); -var _emscripten_bind_PxActorTypeFlags_PxActorTypeFlags_1 = Module['_emscripten_bind_PxActorTypeFlags_PxActorTypeFlags_1'] = createExportWrapper('emscripten_bind_PxActorTypeFlags_PxActorTypeFlags_1'); -var _emscripten_bind_PxActorTypeFlags_isSet_1 = Module['_emscripten_bind_PxActorTypeFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxActorTypeFlags_isSet_1'); -var _emscripten_bind_PxActorTypeFlags_raise_1 = Module['_emscripten_bind_PxActorTypeFlags_raise_1'] = createExportWrapper('emscripten_bind_PxActorTypeFlags_raise_1'); -var _emscripten_bind_PxActorTypeFlags_clear_1 = Module['_emscripten_bind_PxActorTypeFlags_clear_1'] = createExportWrapper('emscripten_bind_PxActorTypeFlags_clear_1'); -var _emscripten_bind_PxActorTypeFlags___destroy___0 = Module['_emscripten_bind_PxActorTypeFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxActorTypeFlags___destroy___0'); -var _emscripten_bind_PxAggregate_addActor_1 = Module['_emscripten_bind_PxAggregate_addActor_1'] = createExportWrapper('emscripten_bind_PxAggregate_addActor_1'); -var _emscripten_bind_PxAggregate_addActor_2 = Module['_emscripten_bind_PxAggregate_addActor_2'] = createExportWrapper('emscripten_bind_PxAggregate_addActor_2'); -var _emscripten_bind_PxAggregate_removeActor_1 = Module['_emscripten_bind_PxAggregate_removeActor_1'] = createExportWrapper('emscripten_bind_PxAggregate_removeActor_1'); -var _emscripten_bind_PxAggregate_addArticulation_1 = Module['_emscripten_bind_PxAggregate_addArticulation_1'] = createExportWrapper('emscripten_bind_PxAggregate_addArticulation_1'); -var _emscripten_bind_PxAggregate_removeArticulation_1 = Module['_emscripten_bind_PxAggregate_removeArticulation_1'] = createExportWrapper('emscripten_bind_PxAggregate_removeArticulation_1'); -var _emscripten_bind_PxAggregate_getNbActors_0 = Module['_emscripten_bind_PxAggregate_getNbActors_0'] = createExportWrapper('emscripten_bind_PxAggregate_getNbActors_0'); -var _emscripten_bind_PxAggregate_getMaxNbActors_0 = Module['_emscripten_bind_PxAggregate_getMaxNbActors_0'] = createExportWrapper('emscripten_bind_PxAggregate_getMaxNbActors_0'); -var _emscripten_bind_PxAggregate_getMaxNbShapes_0 = Module['_emscripten_bind_PxAggregate_getMaxNbShapes_0'] = createExportWrapper('emscripten_bind_PxAggregate_getMaxNbShapes_0'); -var _emscripten_bind_PxAggregate_getScene_0 = Module['_emscripten_bind_PxAggregate_getScene_0'] = createExportWrapper('emscripten_bind_PxAggregate_getScene_0'); -var _emscripten_bind_PxAggregate_getSelfCollision_0 = Module['_emscripten_bind_PxAggregate_getSelfCollision_0'] = createExportWrapper('emscripten_bind_PxAggregate_getSelfCollision_0'); -var _emscripten_bind_PxAggregate_release_0 = Module['_emscripten_bind_PxAggregate_release_0'] = createExportWrapper('emscripten_bind_PxAggregate_release_0'); -var _emscripten_bind_PxAggregate_getConcreteTypeName_0 = Module['_emscripten_bind_PxAggregate_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxAggregate_getConcreteTypeName_0'); -var _emscripten_bind_PxAggregate_getConcreteType_0 = Module['_emscripten_bind_PxAggregate_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxAggregate_getConcreteType_0'); -var _emscripten_bind_PxAggregate_setBaseFlag_2 = Module['_emscripten_bind_PxAggregate_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxAggregate_setBaseFlag_2'); -var _emscripten_bind_PxAggregate_setBaseFlags_1 = Module['_emscripten_bind_PxAggregate_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxAggregate_setBaseFlags_1'); -var _emscripten_bind_PxAggregate_getBaseFlags_0 = Module['_emscripten_bind_PxAggregate_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxAggregate_getBaseFlags_0'); -var _emscripten_bind_PxAggregate_isReleasable_0 = Module['_emscripten_bind_PxAggregate_isReleasable_0'] = createExportWrapper('emscripten_bind_PxAggregate_isReleasable_0'); -var _emscripten_bind_PxArray_PxActorPtr_PxArray_PxActorPtr_0 = Module['_emscripten_bind_PxArray_PxActorPtr_PxArray_PxActorPtr_0'] = createExportWrapper('emscripten_bind_PxArray_PxActorPtr_PxArray_PxActorPtr_0'); -var _emscripten_bind_PxArray_PxActorPtr_PxArray_PxActorPtr_1 = Module['_emscripten_bind_PxArray_PxActorPtr_PxArray_PxActorPtr_1'] = createExportWrapper('emscripten_bind_PxArray_PxActorPtr_PxArray_PxActorPtr_1'); -var _emscripten_bind_PxArray_PxActorPtr_get_1 = Module['_emscripten_bind_PxArray_PxActorPtr_get_1'] = createExportWrapper('emscripten_bind_PxArray_PxActorPtr_get_1'); -var _emscripten_bind_PxArray_PxActorPtr_set_2 = Module['_emscripten_bind_PxArray_PxActorPtr_set_2'] = createExportWrapper('emscripten_bind_PxArray_PxActorPtr_set_2'); -var _emscripten_bind_PxArray_PxActorPtr_begin_0 = Module['_emscripten_bind_PxArray_PxActorPtr_begin_0'] = createExportWrapper('emscripten_bind_PxArray_PxActorPtr_begin_0'); -var _emscripten_bind_PxArray_PxActorPtr_size_0 = Module['_emscripten_bind_PxArray_PxActorPtr_size_0'] = createExportWrapper('emscripten_bind_PxArray_PxActorPtr_size_0'); -var _emscripten_bind_PxArray_PxActorPtr_pushBack_1 = Module['_emscripten_bind_PxArray_PxActorPtr_pushBack_1'] = createExportWrapper('emscripten_bind_PxArray_PxActorPtr_pushBack_1'); -var _emscripten_bind_PxArray_PxActorPtr_clear_0 = Module['_emscripten_bind_PxArray_PxActorPtr_clear_0'] = createExportWrapper('emscripten_bind_PxArray_PxActorPtr_clear_0'); -var _emscripten_bind_PxArray_PxActorPtr___destroy___0 = Module['_emscripten_bind_PxArray_PxActorPtr___destroy___0'] = createExportWrapper('emscripten_bind_PxArray_PxActorPtr___destroy___0'); -var _emscripten_bind_PxArray_PxContactPairPoint_PxArray_PxContactPairPoint_0 = Module['_emscripten_bind_PxArray_PxContactPairPoint_PxArray_PxContactPairPoint_0'] = createExportWrapper('emscripten_bind_PxArray_PxContactPairPoint_PxArray_PxContactPairPoint_0'); -var _emscripten_bind_PxArray_PxContactPairPoint_PxArray_PxContactPairPoint_1 = Module['_emscripten_bind_PxArray_PxContactPairPoint_PxArray_PxContactPairPoint_1'] = createExportWrapper('emscripten_bind_PxArray_PxContactPairPoint_PxArray_PxContactPairPoint_1'); -var _emscripten_bind_PxArray_PxContactPairPoint_get_1 = Module['_emscripten_bind_PxArray_PxContactPairPoint_get_1'] = createExportWrapper('emscripten_bind_PxArray_PxContactPairPoint_get_1'); -var _emscripten_bind_PxArray_PxContactPairPoint_set_2 = Module['_emscripten_bind_PxArray_PxContactPairPoint_set_2'] = createExportWrapper('emscripten_bind_PxArray_PxContactPairPoint_set_2'); -var _emscripten_bind_PxArray_PxContactPairPoint_begin_0 = Module['_emscripten_bind_PxArray_PxContactPairPoint_begin_0'] = createExportWrapper('emscripten_bind_PxArray_PxContactPairPoint_begin_0'); -var _emscripten_bind_PxArray_PxContactPairPoint_size_0 = Module['_emscripten_bind_PxArray_PxContactPairPoint_size_0'] = createExportWrapper('emscripten_bind_PxArray_PxContactPairPoint_size_0'); -var _emscripten_bind_PxArray_PxContactPairPoint_pushBack_1 = Module['_emscripten_bind_PxArray_PxContactPairPoint_pushBack_1'] = createExportWrapper('emscripten_bind_PxArray_PxContactPairPoint_pushBack_1'); -var _emscripten_bind_PxArray_PxContactPairPoint_clear_0 = Module['_emscripten_bind_PxArray_PxContactPairPoint_clear_0'] = createExportWrapper('emscripten_bind_PxArray_PxContactPairPoint_clear_0'); -var _emscripten_bind_PxArray_PxContactPairPoint___destroy___0 = Module['_emscripten_bind_PxArray_PxContactPairPoint___destroy___0'] = createExportWrapper('emscripten_bind_PxArray_PxContactPairPoint___destroy___0'); -var _emscripten_bind_PxArray_PxHeightFieldSample_PxArray_PxHeightFieldSample_0 = Module['_emscripten_bind_PxArray_PxHeightFieldSample_PxArray_PxHeightFieldSample_0'] = createExportWrapper('emscripten_bind_PxArray_PxHeightFieldSample_PxArray_PxHeightFieldSample_0'); -var _emscripten_bind_PxArray_PxHeightFieldSample_PxArray_PxHeightFieldSample_1 = Module['_emscripten_bind_PxArray_PxHeightFieldSample_PxArray_PxHeightFieldSample_1'] = createExportWrapper('emscripten_bind_PxArray_PxHeightFieldSample_PxArray_PxHeightFieldSample_1'); -var _emscripten_bind_PxArray_PxHeightFieldSample_get_1 = Module['_emscripten_bind_PxArray_PxHeightFieldSample_get_1'] = createExportWrapper('emscripten_bind_PxArray_PxHeightFieldSample_get_1'); -var _emscripten_bind_PxArray_PxHeightFieldSample_set_2 = Module['_emscripten_bind_PxArray_PxHeightFieldSample_set_2'] = createExportWrapper('emscripten_bind_PxArray_PxHeightFieldSample_set_2'); -var _emscripten_bind_PxArray_PxHeightFieldSample_begin_0 = Module['_emscripten_bind_PxArray_PxHeightFieldSample_begin_0'] = createExportWrapper('emscripten_bind_PxArray_PxHeightFieldSample_begin_0'); -var _emscripten_bind_PxArray_PxHeightFieldSample_size_0 = Module['_emscripten_bind_PxArray_PxHeightFieldSample_size_0'] = createExportWrapper('emscripten_bind_PxArray_PxHeightFieldSample_size_0'); -var _emscripten_bind_PxArray_PxHeightFieldSample_pushBack_1 = Module['_emscripten_bind_PxArray_PxHeightFieldSample_pushBack_1'] = createExportWrapper('emscripten_bind_PxArray_PxHeightFieldSample_pushBack_1'); -var _emscripten_bind_PxArray_PxHeightFieldSample_clear_0 = Module['_emscripten_bind_PxArray_PxHeightFieldSample_clear_0'] = createExportWrapper('emscripten_bind_PxArray_PxHeightFieldSample_clear_0'); -var _emscripten_bind_PxArray_PxHeightFieldSample___destroy___0 = Module['_emscripten_bind_PxArray_PxHeightFieldSample___destroy___0'] = createExportWrapper('emscripten_bind_PxArray_PxHeightFieldSample___destroy___0'); -var _emscripten_bind_PxArray_PxMaterialConst_PxArray_PxMaterialConst_0 = Module['_emscripten_bind_PxArray_PxMaterialConst_PxArray_PxMaterialConst_0'] = createExportWrapper('emscripten_bind_PxArray_PxMaterialConst_PxArray_PxMaterialConst_0'); -var _emscripten_bind_PxArray_PxMaterialConst_PxArray_PxMaterialConst_1 = Module['_emscripten_bind_PxArray_PxMaterialConst_PxArray_PxMaterialConst_1'] = createExportWrapper('emscripten_bind_PxArray_PxMaterialConst_PxArray_PxMaterialConst_1'); -var _emscripten_bind_PxArray_PxMaterialConst_get_1 = Module['_emscripten_bind_PxArray_PxMaterialConst_get_1'] = createExportWrapper('emscripten_bind_PxArray_PxMaterialConst_get_1'); -var _emscripten_bind_PxArray_PxMaterialConst_set_2 = Module['_emscripten_bind_PxArray_PxMaterialConst_set_2'] = createExportWrapper('emscripten_bind_PxArray_PxMaterialConst_set_2'); -var _emscripten_bind_PxArray_PxMaterialConst_begin_0 = Module['_emscripten_bind_PxArray_PxMaterialConst_begin_0'] = createExportWrapper('emscripten_bind_PxArray_PxMaterialConst_begin_0'); -var _emscripten_bind_PxArray_PxMaterialConst_size_0 = Module['_emscripten_bind_PxArray_PxMaterialConst_size_0'] = createExportWrapper('emscripten_bind_PxArray_PxMaterialConst_size_0'); -var _emscripten_bind_PxArray_PxMaterialConst_pushBack_1 = Module['_emscripten_bind_PxArray_PxMaterialConst_pushBack_1'] = createExportWrapper('emscripten_bind_PxArray_PxMaterialConst_pushBack_1'); -var _emscripten_bind_PxArray_PxMaterialConst_clear_0 = Module['_emscripten_bind_PxArray_PxMaterialConst_clear_0'] = createExportWrapper('emscripten_bind_PxArray_PxMaterialConst_clear_0'); -var _emscripten_bind_PxArray_PxMaterialConst___destroy___0 = Module['_emscripten_bind_PxArray_PxMaterialConst___destroy___0'] = createExportWrapper('emscripten_bind_PxArray_PxMaterialConst___destroy___0'); -var _emscripten_bind_PxArray_PxRaycastHit_PxArray_PxRaycastHit_0 = Module['_emscripten_bind_PxArray_PxRaycastHit_PxArray_PxRaycastHit_0'] = createExportWrapper('emscripten_bind_PxArray_PxRaycastHit_PxArray_PxRaycastHit_0'); -var _emscripten_bind_PxArray_PxRaycastHit_PxArray_PxRaycastHit_1 = Module['_emscripten_bind_PxArray_PxRaycastHit_PxArray_PxRaycastHit_1'] = createExportWrapper('emscripten_bind_PxArray_PxRaycastHit_PxArray_PxRaycastHit_1'); -var _emscripten_bind_PxArray_PxRaycastHit_get_1 = Module['_emscripten_bind_PxArray_PxRaycastHit_get_1'] = createExportWrapper('emscripten_bind_PxArray_PxRaycastHit_get_1'); -var _emscripten_bind_PxArray_PxRaycastHit_set_2 = Module['_emscripten_bind_PxArray_PxRaycastHit_set_2'] = createExportWrapper('emscripten_bind_PxArray_PxRaycastHit_set_2'); -var _emscripten_bind_PxArray_PxRaycastHit_begin_0 = Module['_emscripten_bind_PxArray_PxRaycastHit_begin_0'] = createExportWrapper('emscripten_bind_PxArray_PxRaycastHit_begin_0'); -var _emscripten_bind_PxArray_PxRaycastHit_size_0 = Module['_emscripten_bind_PxArray_PxRaycastHit_size_0'] = createExportWrapper('emscripten_bind_PxArray_PxRaycastHit_size_0'); -var _emscripten_bind_PxArray_PxRaycastHit_pushBack_1 = Module['_emscripten_bind_PxArray_PxRaycastHit_pushBack_1'] = createExportWrapper('emscripten_bind_PxArray_PxRaycastHit_pushBack_1'); -var _emscripten_bind_PxArray_PxRaycastHit_clear_0 = Module['_emscripten_bind_PxArray_PxRaycastHit_clear_0'] = createExportWrapper('emscripten_bind_PxArray_PxRaycastHit_clear_0'); -var _emscripten_bind_PxArray_PxRaycastHit___destroy___0 = Module['_emscripten_bind_PxArray_PxRaycastHit___destroy___0'] = createExportWrapper('emscripten_bind_PxArray_PxRaycastHit___destroy___0'); -var _emscripten_bind_PxArray_PxReal_PxArray_PxReal_0 = Module['_emscripten_bind_PxArray_PxReal_PxArray_PxReal_0'] = createExportWrapper('emscripten_bind_PxArray_PxReal_PxArray_PxReal_0'); -var _emscripten_bind_PxArray_PxReal_PxArray_PxReal_1 = Module['_emscripten_bind_PxArray_PxReal_PxArray_PxReal_1'] = createExportWrapper('emscripten_bind_PxArray_PxReal_PxArray_PxReal_1'); -var _emscripten_bind_PxArray_PxReal_get_1 = Module['_emscripten_bind_PxArray_PxReal_get_1'] = createExportWrapper('emscripten_bind_PxArray_PxReal_get_1'); -var _emscripten_bind_PxArray_PxReal_set_2 = Module['_emscripten_bind_PxArray_PxReal_set_2'] = createExportWrapper('emscripten_bind_PxArray_PxReal_set_2'); -var _emscripten_bind_PxArray_PxReal_begin_0 = Module['_emscripten_bind_PxArray_PxReal_begin_0'] = createExportWrapper('emscripten_bind_PxArray_PxReal_begin_0'); -var _emscripten_bind_PxArray_PxReal_size_0 = Module['_emscripten_bind_PxArray_PxReal_size_0'] = createExportWrapper('emscripten_bind_PxArray_PxReal_size_0'); -var _emscripten_bind_PxArray_PxReal_pushBack_1 = Module['_emscripten_bind_PxArray_PxReal_pushBack_1'] = createExportWrapper('emscripten_bind_PxArray_PxReal_pushBack_1'); -var _emscripten_bind_PxArray_PxReal_clear_0 = Module['_emscripten_bind_PxArray_PxReal_clear_0'] = createExportWrapper('emscripten_bind_PxArray_PxReal_clear_0'); -var _emscripten_bind_PxArray_PxReal___destroy___0 = Module['_emscripten_bind_PxArray_PxReal___destroy___0'] = createExportWrapper('emscripten_bind_PxArray_PxReal___destroy___0'); -var _emscripten_bind_PxArray_PxSweepHit_PxArray_PxSweepHit_0 = Module['_emscripten_bind_PxArray_PxSweepHit_PxArray_PxSweepHit_0'] = createExportWrapper('emscripten_bind_PxArray_PxSweepHit_PxArray_PxSweepHit_0'); -var _emscripten_bind_PxArray_PxSweepHit_PxArray_PxSweepHit_1 = Module['_emscripten_bind_PxArray_PxSweepHit_PxArray_PxSweepHit_1'] = createExportWrapper('emscripten_bind_PxArray_PxSweepHit_PxArray_PxSweepHit_1'); -var _emscripten_bind_PxArray_PxSweepHit_get_1 = Module['_emscripten_bind_PxArray_PxSweepHit_get_1'] = createExportWrapper('emscripten_bind_PxArray_PxSweepHit_get_1'); -var _emscripten_bind_PxArray_PxSweepHit_set_2 = Module['_emscripten_bind_PxArray_PxSweepHit_set_2'] = createExportWrapper('emscripten_bind_PxArray_PxSweepHit_set_2'); -var _emscripten_bind_PxArray_PxSweepHit_begin_0 = Module['_emscripten_bind_PxArray_PxSweepHit_begin_0'] = createExportWrapper('emscripten_bind_PxArray_PxSweepHit_begin_0'); -var _emscripten_bind_PxArray_PxSweepHit_size_0 = Module['_emscripten_bind_PxArray_PxSweepHit_size_0'] = createExportWrapper('emscripten_bind_PxArray_PxSweepHit_size_0'); -var _emscripten_bind_PxArray_PxSweepHit_pushBack_1 = Module['_emscripten_bind_PxArray_PxSweepHit_pushBack_1'] = createExportWrapper('emscripten_bind_PxArray_PxSweepHit_pushBack_1'); -var _emscripten_bind_PxArray_PxSweepHit_clear_0 = Module['_emscripten_bind_PxArray_PxSweepHit_clear_0'] = createExportWrapper('emscripten_bind_PxArray_PxSweepHit_clear_0'); -var _emscripten_bind_PxArray_PxSweepHit___destroy___0 = Module['_emscripten_bind_PxArray_PxSweepHit___destroy___0'] = createExportWrapper('emscripten_bind_PxArray_PxSweepHit___destroy___0'); -var _emscripten_bind_PxArray_PxU16_PxArray_PxU16_0 = Module['_emscripten_bind_PxArray_PxU16_PxArray_PxU16_0'] = createExportWrapper('emscripten_bind_PxArray_PxU16_PxArray_PxU16_0'); -var _emscripten_bind_PxArray_PxU16_PxArray_PxU16_1 = Module['_emscripten_bind_PxArray_PxU16_PxArray_PxU16_1'] = createExportWrapper('emscripten_bind_PxArray_PxU16_PxArray_PxU16_1'); -var _emscripten_bind_PxArray_PxU16_get_1 = Module['_emscripten_bind_PxArray_PxU16_get_1'] = createExportWrapper('emscripten_bind_PxArray_PxU16_get_1'); -var _emscripten_bind_PxArray_PxU16_set_2 = Module['_emscripten_bind_PxArray_PxU16_set_2'] = createExportWrapper('emscripten_bind_PxArray_PxU16_set_2'); -var _emscripten_bind_PxArray_PxU16_begin_0 = Module['_emscripten_bind_PxArray_PxU16_begin_0'] = createExportWrapper('emscripten_bind_PxArray_PxU16_begin_0'); -var _emscripten_bind_PxArray_PxU16_size_0 = Module['_emscripten_bind_PxArray_PxU16_size_0'] = createExportWrapper('emscripten_bind_PxArray_PxU16_size_0'); -var _emscripten_bind_PxArray_PxU16_pushBack_1 = Module['_emscripten_bind_PxArray_PxU16_pushBack_1'] = createExportWrapper('emscripten_bind_PxArray_PxU16_pushBack_1'); -var _emscripten_bind_PxArray_PxU16_clear_0 = Module['_emscripten_bind_PxArray_PxU16_clear_0'] = createExportWrapper('emscripten_bind_PxArray_PxU16_clear_0'); -var _emscripten_bind_PxArray_PxU16___destroy___0 = Module['_emscripten_bind_PxArray_PxU16___destroy___0'] = createExportWrapper('emscripten_bind_PxArray_PxU16___destroy___0'); -var _emscripten_bind_PxArray_PxU32_PxArray_PxU32_0 = Module['_emscripten_bind_PxArray_PxU32_PxArray_PxU32_0'] = createExportWrapper('emscripten_bind_PxArray_PxU32_PxArray_PxU32_0'); -var _emscripten_bind_PxArray_PxU32_PxArray_PxU32_1 = Module['_emscripten_bind_PxArray_PxU32_PxArray_PxU32_1'] = createExportWrapper('emscripten_bind_PxArray_PxU32_PxArray_PxU32_1'); -var _emscripten_bind_PxArray_PxU32_get_1 = Module['_emscripten_bind_PxArray_PxU32_get_1'] = createExportWrapper('emscripten_bind_PxArray_PxU32_get_1'); -var _emscripten_bind_PxArray_PxU32_set_2 = Module['_emscripten_bind_PxArray_PxU32_set_2'] = createExportWrapper('emscripten_bind_PxArray_PxU32_set_2'); -var _emscripten_bind_PxArray_PxU32_begin_0 = Module['_emscripten_bind_PxArray_PxU32_begin_0'] = createExportWrapper('emscripten_bind_PxArray_PxU32_begin_0'); -var _emscripten_bind_PxArray_PxU32_size_0 = Module['_emscripten_bind_PxArray_PxU32_size_0'] = createExportWrapper('emscripten_bind_PxArray_PxU32_size_0'); -var _emscripten_bind_PxArray_PxU32_pushBack_1 = Module['_emscripten_bind_PxArray_PxU32_pushBack_1'] = createExportWrapper('emscripten_bind_PxArray_PxU32_pushBack_1'); -var _emscripten_bind_PxArray_PxU32_clear_0 = Module['_emscripten_bind_PxArray_PxU32_clear_0'] = createExportWrapper('emscripten_bind_PxArray_PxU32_clear_0'); -var _emscripten_bind_PxArray_PxU32___destroy___0 = Module['_emscripten_bind_PxArray_PxU32___destroy___0'] = createExportWrapper('emscripten_bind_PxArray_PxU32___destroy___0'); -var _emscripten_bind_PxArray_PxU8_PxArray_PxU8_0 = Module['_emscripten_bind_PxArray_PxU8_PxArray_PxU8_0'] = createExportWrapper('emscripten_bind_PxArray_PxU8_PxArray_PxU8_0'); -var _emscripten_bind_PxArray_PxU8_PxArray_PxU8_1 = Module['_emscripten_bind_PxArray_PxU8_PxArray_PxU8_1'] = createExportWrapper('emscripten_bind_PxArray_PxU8_PxArray_PxU8_1'); -var _emscripten_bind_PxArray_PxU8_get_1 = Module['_emscripten_bind_PxArray_PxU8_get_1'] = createExportWrapper('emscripten_bind_PxArray_PxU8_get_1'); -var _emscripten_bind_PxArray_PxU8_set_2 = Module['_emscripten_bind_PxArray_PxU8_set_2'] = createExportWrapper('emscripten_bind_PxArray_PxU8_set_2'); -var _emscripten_bind_PxArray_PxU8_begin_0 = Module['_emscripten_bind_PxArray_PxU8_begin_0'] = createExportWrapper('emscripten_bind_PxArray_PxU8_begin_0'); -var _emscripten_bind_PxArray_PxU8_size_0 = Module['_emscripten_bind_PxArray_PxU8_size_0'] = createExportWrapper('emscripten_bind_PxArray_PxU8_size_0'); -var _emscripten_bind_PxArray_PxU8_pushBack_1 = Module['_emscripten_bind_PxArray_PxU8_pushBack_1'] = createExportWrapper('emscripten_bind_PxArray_PxU8_pushBack_1'); -var _emscripten_bind_PxArray_PxU8_clear_0 = Module['_emscripten_bind_PxArray_PxU8_clear_0'] = createExportWrapper('emscripten_bind_PxArray_PxU8_clear_0'); -var _emscripten_bind_PxArray_PxU8___destroy___0 = Module['_emscripten_bind_PxArray_PxU8___destroy___0'] = createExportWrapper('emscripten_bind_PxArray_PxU8___destroy___0'); -var _emscripten_bind_PxArray_PxVec3_PxArray_PxVec3_0 = Module['_emscripten_bind_PxArray_PxVec3_PxArray_PxVec3_0'] = createExportWrapper('emscripten_bind_PxArray_PxVec3_PxArray_PxVec3_0'); -var _emscripten_bind_PxArray_PxVec3_PxArray_PxVec3_1 = Module['_emscripten_bind_PxArray_PxVec3_PxArray_PxVec3_1'] = createExportWrapper('emscripten_bind_PxArray_PxVec3_PxArray_PxVec3_1'); -var _emscripten_bind_PxArray_PxVec3_get_1 = Module['_emscripten_bind_PxArray_PxVec3_get_1'] = createExportWrapper('emscripten_bind_PxArray_PxVec3_get_1'); -var _emscripten_bind_PxArray_PxVec3_set_2 = Module['_emscripten_bind_PxArray_PxVec3_set_2'] = createExportWrapper('emscripten_bind_PxArray_PxVec3_set_2'); -var _emscripten_bind_PxArray_PxVec3_begin_0 = Module['_emscripten_bind_PxArray_PxVec3_begin_0'] = createExportWrapper('emscripten_bind_PxArray_PxVec3_begin_0'); -var _emscripten_bind_PxArray_PxVec3_size_0 = Module['_emscripten_bind_PxArray_PxVec3_size_0'] = createExportWrapper('emscripten_bind_PxArray_PxVec3_size_0'); -var _emscripten_bind_PxArray_PxVec3_pushBack_1 = Module['_emscripten_bind_PxArray_PxVec3_pushBack_1'] = createExportWrapper('emscripten_bind_PxArray_PxVec3_pushBack_1'); -var _emscripten_bind_PxArray_PxVec3_clear_0 = Module['_emscripten_bind_PxArray_PxVec3_clear_0'] = createExportWrapper('emscripten_bind_PxArray_PxVec3_clear_0'); -var _emscripten_bind_PxArray_PxVec3___destroy___0 = Module['_emscripten_bind_PxArray_PxVec3___destroy___0'] = createExportWrapper('emscripten_bind_PxArray_PxVec3___destroy___0'); -var _emscripten_bind_PxArray_PxVec4_PxArray_PxVec4_0 = Module['_emscripten_bind_PxArray_PxVec4_PxArray_PxVec4_0'] = createExportWrapper('emscripten_bind_PxArray_PxVec4_PxArray_PxVec4_0'); -var _emscripten_bind_PxArray_PxVec4_PxArray_PxVec4_1 = Module['_emscripten_bind_PxArray_PxVec4_PxArray_PxVec4_1'] = createExportWrapper('emscripten_bind_PxArray_PxVec4_PxArray_PxVec4_1'); -var _emscripten_bind_PxArray_PxVec4_get_1 = Module['_emscripten_bind_PxArray_PxVec4_get_1'] = createExportWrapper('emscripten_bind_PxArray_PxVec4_get_1'); -var _emscripten_bind_PxArray_PxVec4_set_2 = Module['_emscripten_bind_PxArray_PxVec4_set_2'] = createExportWrapper('emscripten_bind_PxArray_PxVec4_set_2'); -var _emscripten_bind_PxArray_PxVec4_begin_0 = Module['_emscripten_bind_PxArray_PxVec4_begin_0'] = createExportWrapper('emscripten_bind_PxArray_PxVec4_begin_0'); -var _emscripten_bind_PxArray_PxVec4_size_0 = Module['_emscripten_bind_PxArray_PxVec4_size_0'] = createExportWrapper('emscripten_bind_PxArray_PxVec4_size_0'); -var _emscripten_bind_PxArray_PxVec4_pushBack_1 = Module['_emscripten_bind_PxArray_PxVec4_pushBack_1'] = createExportWrapper('emscripten_bind_PxArray_PxVec4_pushBack_1'); -var _emscripten_bind_PxArray_PxVec4_clear_0 = Module['_emscripten_bind_PxArray_PxVec4_clear_0'] = createExportWrapper('emscripten_bind_PxArray_PxVec4_clear_0'); -var _emscripten_bind_PxArray_PxVec4___destroy___0 = Module['_emscripten_bind_PxArray_PxVec4___destroy___0'] = createExportWrapper('emscripten_bind_PxArray_PxVec4___destroy___0'); -var _emscripten_bind_PxArticulationAttachment_setRestLength_1 = Module['_emscripten_bind_PxArticulationAttachment_setRestLength_1'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_setRestLength_1'); -var _emscripten_bind_PxArticulationAttachment_getRestLength_0 = Module['_emscripten_bind_PxArticulationAttachment_getRestLength_0'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_getRestLength_0'); -var _emscripten_bind_PxArticulationAttachment_setLimitParameters_1 = Module['_emscripten_bind_PxArticulationAttachment_setLimitParameters_1'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_setLimitParameters_1'); -var _emscripten_bind_PxArticulationAttachment_getLimitParameters_0 = Module['_emscripten_bind_PxArticulationAttachment_getLimitParameters_0'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_getLimitParameters_0'); -var _emscripten_bind_PxArticulationAttachment_setRelativeOffset_1 = Module['_emscripten_bind_PxArticulationAttachment_setRelativeOffset_1'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_setRelativeOffset_1'); -var _emscripten_bind_PxArticulationAttachment_getRelativeOffset_0 = Module['_emscripten_bind_PxArticulationAttachment_getRelativeOffset_0'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_getRelativeOffset_0'); -var _emscripten_bind_PxArticulationAttachment_setCoefficient_1 = Module['_emscripten_bind_PxArticulationAttachment_setCoefficient_1'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_setCoefficient_1'); -var _emscripten_bind_PxArticulationAttachment_getCoefficient_0 = Module['_emscripten_bind_PxArticulationAttachment_getCoefficient_0'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_getCoefficient_0'); -var _emscripten_bind_PxArticulationAttachment_getLink_0 = Module['_emscripten_bind_PxArticulationAttachment_getLink_0'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_getLink_0'); -var _emscripten_bind_PxArticulationAttachment_getParent_0 = Module['_emscripten_bind_PxArticulationAttachment_getParent_0'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_getParent_0'); -var _emscripten_bind_PxArticulationAttachment_isLeaf_0 = Module['_emscripten_bind_PxArticulationAttachment_isLeaf_0'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_isLeaf_0'); -var _emscripten_bind_PxArticulationAttachment_getTendon_0 = Module['_emscripten_bind_PxArticulationAttachment_getTendon_0'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_getTendon_0'); -var _emscripten_bind_PxArticulationAttachment_release_0 = Module['_emscripten_bind_PxArticulationAttachment_release_0'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_release_0'); -var _emscripten_bind_PxArticulationAttachment_get_userData_0 = Module['_emscripten_bind_PxArticulationAttachment_get_userData_0'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_get_userData_0'); -var _emscripten_bind_PxArticulationAttachment_set_userData_1 = Module['_emscripten_bind_PxArticulationAttachment_set_userData_1'] = createExportWrapper('emscripten_bind_PxArticulationAttachment_set_userData_1'); -var _emscripten_bind_PxArticulationAttachment___destroy___0 = Module['_emscripten_bind_PxArticulationAttachment___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationAttachment___destroy___0'); -var _emscripten_bind_PxArticulationCache_release_0 = Module['_emscripten_bind_PxArticulationCache_release_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_release_0'); -var _emscripten_bind_PxArticulationCache_get_externalForces_0 = Module['_emscripten_bind_PxArticulationCache_get_externalForces_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_externalForces_0'); -var _emscripten_bind_PxArticulationCache_set_externalForces_1 = Module['_emscripten_bind_PxArticulationCache_set_externalForces_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_externalForces_1'); -var _emscripten_bind_PxArticulationCache_get_denseJacobian_0 = Module['_emscripten_bind_PxArticulationCache_get_denseJacobian_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_denseJacobian_0'); -var _emscripten_bind_PxArticulationCache_set_denseJacobian_1 = Module['_emscripten_bind_PxArticulationCache_set_denseJacobian_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_denseJacobian_1'); -var _emscripten_bind_PxArticulationCache_get_massMatrix_0 = Module['_emscripten_bind_PxArticulationCache_get_massMatrix_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_massMatrix_0'); -var _emscripten_bind_PxArticulationCache_set_massMatrix_1 = Module['_emscripten_bind_PxArticulationCache_set_massMatrix_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_massMatrix_1'); -var _emscripten_bind_PxArticulationCache_get_jointVelocity_0 = Module['_emscripten_bind_PxArticulationCache_get_jointVelocity_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_jointVelocity_0'); -var _emscripten_bind_PxArticulationCache_set_jointVelocity_1 = Module['_emscripten_bind_PxArticulationCache_set_jointVelocity_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_jointVelocity_1'); -var _emscripten_bind_PxArticulationCache_get_jointAcceleration_0 = Module['_emscripten_bind_PxArticulationCache_get_jointAcceleration_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_jointAcceleration_0'); -var _emscripten_bind_PxArticulationCache_set_jointAcceleration_1 = Module['_emscripten_bind_PxArticulationCache_set_jointAcceleration_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_jointAcceleration_1'); -var _emscripten_bind_PxArticulationCache_get_jointPosition_0 = Module['_emscripten_bind_PxArticulationCache_get_jointPosition_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_jointPosition_0'); -var _emscripten_bind_PxArticulationCache_set_jointPosition_1 = Module['_emscripten_bind_PxArticulationCache_set_jointPosition_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_jointPosition_1'); -var _emscripten_bind_PxArticulationCache_get_jointForce_0 = Module['_emscripten_bind_PxArticulationCache_get_jointForce_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_jointForce_0'); -var _emscripten_bind_PxArticulationCache_set_jointForce_1 = Module['_emscripten_bind_PxArticulationCache_set_jointForce_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_jointForce_1'); -var _emscripten_bind_PxArticulationCache_get_linkVelocity_0 = Module['_emscripten_bind_PxArticulationCache_get_linkVelocity_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_linkVelocity_0'); -var _emscripten_bind_PxArticulationCache_set_linkVelocity_1 = Module['_emscripten_bind_PxArticulationCache_set_linkVelocity_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_linkVelocity_1'); -var _emscripten_bind_PxArticulationCache_get_linkAcceleration_0 = Module['_emscripten_bind_PxArticulationCache_get_linkAcceleration_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_linkAcceleration_0'); -var _emscripten_bind_PxArticulationCache_set_linkAcceleration_1 = Module['_emscripten_bind_PxArticulationCache_set_linkAcceleration_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_linkAcceleration_1'); -var _emscripten_bind_PxArticulationCache_get_rootLinkData_0 = Module['_emscripten_bind_PxArticulationCache_get_rootLinkData_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_rootLinkData_0'); -var _emscripten_bind_PxArticulationCache_set_rootLinkData_1 = Module['_emscripten_bind_PxArticulationCache_set_rootLinkData_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_rootLinkData_1'); -var _emscripten_bind_PxArticulationCache_get_sensorForces_0 = Module['_emscripten_bind_PxArticulationCache_get_sensorForces_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_sensorForces_0'); -var _emscripten_bind_PxArticulationCache_set_sensorForces_1 = Module['_emscripten_bind_PxArticulationCache_set_sensorForces_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_sensorForces_1'); -var _emscripten_bind_PxArticulationCache_get_coefficientMatrix_0 = Module['_emscripten_bind_PxArticulationCache_get_coefficientMatrix_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_coefficientMatrix_0'); -var _emscripten_bind_PxArticulationCache_set_coefficientMatrix_1 = Module['_emscripten_bind_PxArticulationCache_set_coefficientMatrix_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_coefficientMatrix_1'); -var _emscripten_bind_PxArticulationCache_get_lambda_0 = Module['_emscripten_bind_PxArticulationCache_get_lambda_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_lambda_0'); -var _emscripten_bind_PxArticulationCache_set_lambda_1 = Module['_emscripten_bind_PxArticulationCache_set_lambda_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_lambda_1'); -var _emscripten_bind_PxArticulationCache_get_scratchMemory_0 = Module['_emscripten_bind_PxArticulationCache_get_scratchMemory_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_scratchMemory_0'); -var _emscripten_bind_PxArticulationCache_set_scratchMemory_1 = Module['_emscripten_bind_PxArticulationCache_set_scratchMemory_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_scratchMemory_1'); -var _emscripten_bind_PxArticulationCache_get_scratchAllocator_0 = Module['_emscripten_bind_PxArticulationCache_get_scratchAllocator_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_scratchAllocator_0'); -var _emscripten_bind_PxArticulationCache_set_scratchAllocator_1 = Module['_emscripten_bind_PxArticulationCache_set_scratchAllocator_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_scratchAllocator_1'); -var _emscripten_bind_PxArticulationCache_get_version_0 = Module['_emscripten_bind_PxArticulationCache_get_version_0'] = createExportWrapper('emscripten_bind_PxArticulationCache_get_version_0'); -var _emscripten_bind_PxArticulationCache_set_version_1 = Module['_emscripten_bind_PxArticulationCache_set_version_1'] = createExportWrapper('emscripten_bind_PxArticulationCache_set_version_1'); -var _emscripten_bind_PxArticulationCache___destroy___0 = Module['_emscripten_bind_PxArticulationCache___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationCache___destroy___0'); -var _emscripten_bind_PxArticulationCacheFlags_PxArticulationCacheFlags_1 = Module['_emscripten_bind_PxArticulationCacheFlags_PxArticulationCacheFlags_1'] = createExportWrapper('emscripten_bind_PxArticulationCacheFlags_PxArticulationCacheFlags_1'); -var _emscripten_bind_PxArticulationCacheFlags_isSet_1 = Module['_emscripten_bind_PxArticulationCacheFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxArticulationCacheFlags_isSet_1'); -var _emscripten_bind_PxArticulationCacheFlags_raise_1 = Module['_emscripten_bind_PxArticulationCacheFlags_raise_1'] = createExportWrapper('emscripten_bind_PxArticulationCacheFlags_raise_1'); -var _emscripten_bind_PxArticulationCacheFlags_clear_1 = Module['_emscripten_bind_PxArticulationCacheFlags_clear_1'] = createExportWrapper('emscripten_bind_PxArticulationCacheFlags_clear_1'); -var _emscripten_bind_PxArticulationCacheFlags___destroy___0 = Module['_emscripten_bind_PxArticulationCacheFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationCacheFlags___destroy___0'); -var _emscripten_bind_PxArticulationDrive_PxArticulationDrive_0 = Module['_emscripten_bind_PxArticulationDrive_PxArticulationDrive_0'] = createExportWrapper('emscripten_bind_PxArticulationDrive_PxArticulationDrive_0'); -var _emscripten_bind_PxArticulationDrive_PxArticulationDrive_4 = Module['_emscripten_bind_PxArticulationDrive_PxArticulationDrive_4'] = createExportWrapper('emscripten_bind_PxArticulationDrive_PxArticulationDrive_4'); -var _emscripten_bind_PxArticulationDrive_get_stiffness_0 = Module['_emscripten_bind_PxArticulationDrive_get_stiffness_0'] = createExportWrapper('emscripten_bind_PxArticulationDrive_get_stiffness_0'); -var _emscripten_bind_PxArticulationDrive_set_stiffness_1 = Module['_emscripten_bind_PxArticulationDrive_set_stiffness_1'] = createExportWrapper('emscripten_bind_PxArticulationDrive_set_stiffness_1'); -var _emscripten_bind_PxArticulationDrive_get_damping_0 = Module['_emscripten_bind_PxArticulationDrive_get_damping_0'] = createExportWrapper('emscripten_bind_PxArticulationDrive_get_damping_0'); -var _emscripten_bind_PxArticulationDrive_set_damping_1 = Module['_emscripten_bind_PxArticulationDrive_set_damping_1'] = createExportWrapper('emscripten_bind_PxArticulationDrive_set_damping_1'); -var _emscripten_bind_PxArticulationDrive_get_maxForce_0 = Module['_emscripten_bind_PxArticulationDrive_get_maxForce_0'] = createExportWrapper('emscripten_bind_PxArticulationDrive_get_maxForce_0'); -var _emscripten_bind_PxArticulationDrive_set_maxForce_1 = Module['_emscripten_bind_PxArticulationDrive_set_maxForce_1'] = createExportWrapper('emscripten_bind_PxArticulationDrive_set_maxForce_1'); -var _emscripten_bind_PxArticulationDrive_get_driveType_0 = Module['_emscripten_bind_PxArticulationDrive_get_driveType_0'] = createExportWrapper('emscripten_bind_PxArticulationDrive_get_driveType_0'); -var _emscripten_bind_PxArticulationDrive_set_driveType_1 = Module['_emscripten_bind_PxArticulationDrive_set_driveType_1'] = createExportWrapper('emscripten_bind_PxArticulationDrive_set_driveType_1'); -var _emscripten_bind_PxArticulationDrive___destroy___0 = Module['_emscripten_bind_PxArticulationDrive___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationDrive___destroy___0'); -var _emscripten_bind_PxArticulationFixedTendon_createTendonJoint_5 = Module['_emscripten_bind_PxArticulationFixedTendon_createTendonJoint_5'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_createTendonJoint_5'); -var _emscripten_bind_PxArticulationFixedTendon_getNbTendonJoints_0 = Module['_emscripten_bind_PxArticulationFixedTendon_getNbTendonJoints_0'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_getNbTendonJoints_0'); -var _emscripten_bind_PxArticulationFixedTendon_setRestLength_1 = Module['_emscripten_bind_PxArticulationFixedTendon_setRestLength_1'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_setRestLength_1'); -var _emscripten_bind_PxArticulationFixedTendon_getRestLength_0 = Module['_emscripten_bind_PxArticulationFixedTendon_getRestLength_0'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_getRestLength_0'); -var _emscripten_bind_PxArticulationFixedTendon_setLimitParameters_1 = Module['_emscripten_bind_PxArticulationFixedTendon_setLimitParameters_1'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_setLimitParameters_1'); -var _emscripten_bind_PxArticulationFixedTendon_getLimitParameters_0 = Module['_emscripten_bind_PxArticulationFixedTendon_getLimitParameters_0'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_getLimitParameters_0'); -var _emscripten_bind_PxArticulationFixedTendon_setStiffness_1 = Module['_emscripten_bind_PxArticulationFixedTendon_setStiffness_1'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_setStiffness_1'); -var _emscripten_bind_PxArticulationFixedTendon_getStiffness_0 = Module['_emscripten_bind_PxArticulationFixedTendon_getStiffness_0'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_getStiffness_0'); -var _emscripten_bind_PxArticulationFixedTendon_setDamping_1 = Module['_emscripten_bind_PxArticulationFixedTendon_setDamping_1'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_setDamping_1'); -var _emscripten_bind_PxArticulationFixedTendon_getDamping_0 = Module['_emscripten_bind_PxArticulationFixedTendon_getDamping_0'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_getDamping_0'); -var _emscripten_bind_PxArticulationFixedTendon_setLimitStiffness_1 = Module['_emscripten_bind_PxArticulationFixedTendon_setLimitStiffness_1'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_setLimitStiffness_1'); -var _emscripten_bind_PxArticulationFixedTendon_getLimitStiffness_0 = Module['_emscripten_bind_PxArticulationFixedTendon_getLimitStiffness_0'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_getLimitStiffness_0'); -var _emscripten_bind_PxArticulationFixedTendon_setOffset_1 = Module['_emscripten_bind_PxArticulationFixedTendon_setOffset_1'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_setOffset_1'); -var _emscripten_bind_PxArticulationFixedTendon_setOffset_2 = Module['_emscripten_bind_PxArticulationFixedTendon_setOffset_2'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_setOffset_2'); -var _emscripten_bind_PxArticulationFixedTendon_getOffset_0 = Module['_emscripten_bind_PxArticulationFixedTendon_getOffset_0'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_getOffset_0'); -var _emscripten_bind_PxArticulationFixedTendon_getArticulation_0 = Module['_emscripten_bind_PxArticulationFixedTendon_getArticulation_0'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_getArticulation_0'); -var _emscripten_bind_PxArticulationFixedTendon_release_0 = Module['_emscripten_bind_PxArticulationFixedTendon_release_0'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_release_0'); -var _emscripten_bind_PxArticulationFixedTendon_getConcreteTypeName_0 = Module['_emscripten_bind_PxArticulationFixedTendon_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_getConcreteTypeName_0'); -var _emscripten_bind_PxArticulationFixedTendon_getConcreteType_0 = Module['_emscripten_bind_PxArticulationFixedTendon_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_getConcreteType_0'); -var _emscripten_bind_PxArticulationFixedTendon_setBaseFlag_2 = Module['_emscripten_bind_PxArticulationFixedTendon_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_setBaseFlag_2'); -var _emscripten_bind_PxArticulationFixedTendon_setBaseFlags_1 = Module['_emscripten_bind_PxArticulationFixedTendon_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_setBaseFlags_1'); -var _emscripten_bind_PxArticulationFixedTendon_getBaseFlags_0 = Module['_emscripten_bind_PxArticulationFixedTendon_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_getBaseFlags_0'); -var _emscripten_bind_PxArticulationFixedTendon_isReleasable_0 = Module['_emscripten_bind_PxArticulationFixedTendon_isReleasable_0'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon_isReleasable_0'); -var _emscripten_bind_PxArticulationFixedTendon___destroy___0 = Module['_emscripten_bind_PxArticulationFixedTendon___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationFixedTendon___destroy___0'); -var _emscripten_bind_PxArticulationFlags_PxArticulationFlags_1 = Module['_emscripten_bind_PxArticulationFlags_PxArticulationFlags_1'] = createExportWrapper('emscripten_bind_PxArticulationFlags_PxArticulationFlags_1'); -var _emscripten_bind_PxArticulationFlags_isSet_1 = Module['_emscripten_bind_PxArticulationFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxArticulationFlags_isSet_1'); -var _emscripten_bind_PxArticulationFlags_raise_1 = Module['_emscripten_bind_PxArticulationFlags_raise_1'] = createExportWrapper('emscripten_bind_PxArticulationFlags_raise_1'); -var _emscripten_bind_PxArticulationFlags_clear_1 = Module['_emscripten_bind_PxArticulationFlags_clear_1'] = createExportWrapper('emscripten_bind_PxArticulationFlags_clear_1'); -var _emscripten_bind_PxArticulationFlags___destroy___0 = Module['_emscripten_bind_PxArticulationFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationFlags___destroy___0'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getParentArticulationLink_0 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getParentArticulationLink_0'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getParentArticulationLink_0'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setParentPose_1 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setParentPose_1'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setParentPose_1'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getParentPose_0 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getParentPose_0'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getParentPose_0'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getChildArticulationLink_0 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getChildArticulationLink_0'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getChildArticulationLink_0'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setChildPose_1 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setChildPose_1'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setChildPose_1'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getChildPose_0 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getChildPose_0'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getChildPose_0'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setJointType_1 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setJointType_1'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setJointType_1'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getJointType_0 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getJointType_0'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getJointType_0'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setMotion_2 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setMotion_2'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setMotion_2'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getMotion_1 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getMotion_1'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getMotion_1'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setLimitParams_2 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setLimitParams_2'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setLimitParams_2'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getLimitParams_1 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getLimitParams_1'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getLimitParams_1'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setDriveParams_2 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setDriveParams_2'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setDriveParams_2'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setDriveTarget_2 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setDriveTarget_2'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setDriveTarget_2'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setDriveTarget_3 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setDriveTarget_3'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setDriveTarget_3'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getDriveTarget_1 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getDriveTarget_1'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getDriveTarget_1'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setDriveVelocity_2 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setDriveVelocity_2'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setDriveVelocity_2'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setDriveVelocity_3 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setDriveVelocity_3'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setDriveVelocity_3'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getDriveVelocity_1 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getDriveVelocity_1'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getDriveVelocity_1'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setArmature_2 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setArmature_2'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setArmature_2'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getArmature_1 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getArmature_1'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getArmature_1'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setFrictionCoefficient_1 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setFrictionCoefficient_1'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setFrictionCoefficient_1'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getFrictionCoefficient_0 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getFrictionCoefficient_0'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getFrictionCoefficient_0'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setMaxJointVelocity_1 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setMaxJointVelocity_1'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setMaxJointVelocity_1'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getMaxJointVelocity_0 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getMaxJointVelocity_0'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getMaxJointVelocity_0'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setJointPosition_2 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setJointPosition_2'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setJointPosition_2'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getJointPosition_1 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getJointPosition_1'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getJointPosition_1'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setJointVelocity_2 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setJointVelocity_2'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setJointVelocity_2'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getJointVelocity_1 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getJointVelocity_1'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getJointVelocity_1'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_release_0 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_release_0'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_release_0'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getConcreteTypeName_0 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getConcreteTypeName_0'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getConcreteType_0 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getConcreteType_0'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setBaseFlag_2 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setBaseFlag_2'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_setBaseFlags_1 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_setBaseFlags_1'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_getBaseFlags_0 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_getBaseFlags_0'); -var _emscripten_bind_PxArticulationJointReducedCoordinate_isReleasable_0 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate_isReleasable_0'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate_isReleasable_0'); -var _emscripten_bind_PxArticulationJointReducedCoordinate___destroy___0 = Module['_emscripten_bind_PxArticulationJointReducedCoordinate___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationJointReducedCoordinate___destroy___0'); -var _emscripten_bind_PxArticulationKinematicFlags_PxArticulationKinematicFlags_1 = Module['_emscripten_bind_PxArticulationKinematicFlags_PxArticulationKinematicFlags_1'] = createExportWrapper('emscripten_bind_PxArticulationKinematicFlags_PxArticulationKinematicFlags_1'); -var _emscripten_bind_PxArticulationKinematicFlags_isSet_1 = Module['_emscripten_bind_PxArticulationKinematicFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxArticulationKinematicFlags_isSet_1'); -var _emscripten_bind_PxArticulationKinematicFlags_raise_1 = Module['_emscripten_bind_PxArticulationKinematicFlags_raise_1'] = createExportWrapper('emscripten_bind_PxArticulationKinematicFlags_raise_1'); -var _emscripten_bind_PxArticulationKinematicFlags_clear_1 = Module['_emscripten_bind_PxArticulationKinematicFlags_clear_1'] = createExportWrapper('emscripten_bind_PxArticulationKinematicFlags_clear_1'); -var _emscripten_bind_PxArticulationKinematicFlags___destroy___0 = Module['_emscripten_bind_PxArticulationKinematicFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationKinematicFlags___destroy___0'); -var _emscripten_bind_PxArticulationLimit_PxArticulationLimit_0 = Module['_emscripten_bind_PxArticulationLimit_PxArticulationLimit_0'] = createExportWrapper('emscripten_bind_PxArticulationLimit_PxArticulationLimit_0'); -var _emscripten_bind_PxArticulationLimit_PxArticulationLimit_2 = Module['_emscripten_bind_PxArticulationLimit_PxArticulationLimit_2'] = createExportWrapper('emscripten_bind_PxArticulationLimit_PxArticulationLimit_2'); -var _emscripten_bind_PxArticulationLimit_get_low_0 = Module['_emscripten_bind_PxArticulationLimit_get_low_0'] = createExportWrapper('emscripten_bind_PxArticulationLimit_get_low_0'); -var _emscripten_bind_PxArticulationLimit_set_low_1 = Module['_emscripten_bind_PxArticulationLimit_set_low_1'] = createExportWrapper('emscripten_bind_PxArticulationLimit_set_low_1'); -var _emscripten_bind_PxArticulationLimit_get_high_0 = Module['_emscripten_bind_PxArticulationLimit_get_high_0'] = createExportWrapper('emscripten_bind_PxArticulationLimit_get_high_0'); -var _emscripten_bind_PxArticulationLimit_set_high_1 = Module['_emscripten_bind_PxArticulationLimit_set_high_1'] = createExportWrapper('emscripten_bind_PxArticulationLimit_set_high_1'); -var _emscripten_bind_PxArticulationLimit___destroy___0 = Module['_emscripten_bind_PxArticulationLimit___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationLimit___destroy___0'); -var _emscripten_bind_PxArticulationLink_getArticulation_0 = Module['_emscripten_bind_PxArticulationLink_getArticulation_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getArticulation_0'); -var _emscripten_bind_PxArticulationLink_getInboundJoint_0 = Module['_emscripten_bind_PxArticulationLink_getInboundJoint_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getInboundJoint_0'); -var _emscripten_bind_PxArticulationLink_getInboundJointDof_0 = Module['_emscripten_bind_PxArticulationLink_getInboundJointDof_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getInboundJointDof_0'); -var _emscripten_bind_PxArticulationLink_getNbChildren_0 = Module['_emscripten_bind_PxArticulationLink_getNbChildren_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getNbChildren_0'); -var _emscripten_bind_PxArticulationLink_getLinkIndex_0 = Module['_emscripten_bind_PxArticulationLink_getLinkIndex_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getLinkIndex_0'); -var _emscripten_bind_PxArticulationLink_setCfmScale_1 = Module['_emscripten_bind_PxArticulationLink_setCfmScale_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setCfmScale_1'); -var _emscripten_bind_PxArticulationLink_getCfmScale_0 = Module['_emscripten_bind_PxArticulationLink_getCfmScale_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getCfmScale_0'); -var _emscripten_bind_PxArticulationLink_getType_0 = Module['_emscripten_bind_PxArticulationLink_getType_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getType_0'); -var _emscripten_bind_PxArticulationLink_getScene_0 = Module['_emscripten_bind_PxArticulationLink_getScene_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getScene_0'); -var _emscripten_bind_PxArticulationLink_setName_1 = Module['_emscripten_bind_PxArticulationLink_setName_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setName_1'); -var _emscripten_bind_PxArticulationLink_getName_0 = Module['_emscripten_bind_PxArticulationLink_getName_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getName_0'); -var _emscripten_bind_PxArticulationLink_getWorldBounds_0 = Module['_emscripten_bind_PxArticulationLink_getWorldBounds_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getWorldBounds_0'); -var _emscripten_bind_PxArticulationLink_getWorldBounds_1 = Module['_emscripten_bind_PxArticulationLink_getWorldBounds_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_getWorldBounds_1'); -var _emscripten_bind_PxArticulationLink_setActorFlag_2 = Module['_emscripten_bind_PxArticulationLink_setActorFlag_2'] = createExportWrapper('emscripten_bind_PxArticulationLink_setActorFlag_2'); -var _emscripten_bind_PxArticulationLink_setActorFlags_1 = Module['_emscripten_bind_PxArticulationLink_setActorFlags_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setActorFlags_1'); -var _emscripten_bind_PxArticulationLink_getActorFlags_0 = Module['_emscripten_bind_PxArticulationLink_getActorFlags_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getActorFlags_0'); -var _emscripten_bind_PxArticulationLink_setDominanceGroup_1 = Module['_emscripten_bind_PxArticulationLink_setDominanceGroup_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setDominanceGroup_1'); -var _emscripten_bind_PxArticulationLink_getDominanceGroup_0 = Module['_emscripten_bind_PxArticulationLink_getDominanceGroup_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getDominanceGroup_0'); -var _emscripten_bind_PxArticulationLink_setOwnerClient_1 = Module['_emscripten_bind_PxArticulationLink_setOwnerClient_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setOwnerClient_1'); -var _emscripten_bind_PxArticulationLink_getOwnerClient_0 = Module['_emscripten_bind_PxArticulationLink_getOwnerClient_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getOwnerClient_0'); -var _emscripten_bind_PxArticulationLink_release_0 = Module['_emscripten_bind_PxArticulationLink_release_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_release_0'); -var _emscripten_bind_PxArticulationLink_getConcreteTypeName_0 = Module['_emscripten_bind_PxArticulationLink_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getConcreteTypeName_0'); -var _emscripten_bind_PxArticulationLink_getConcreteType_0 = Module['_emscripten_bind_PxArticulationLink_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getConcreteType_0'); -var _emscripten_bind_PxArticulationLink_setBaseFlag_2 = Module['_emscripten_bind_PxArticulationLink_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxArticulationLink_setBaseFlag_2'); -var _emscripten_bind_PxArticulationLink_setBaseFlags_1 = Module['_emscripten_bind_PxArticulationLink_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setBaseFlags_1'); -var _emscripten_bind_PxArticulationLink_getBaseFlags_0 = Module['_emscripten_bind_PxArticulationLink_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getBaseFlags_0'); -var _emscripten_bind_PxArticulationLink_isReleasable_0 = Module['_emscripten_bind_PxArticulationLink_isReleasable_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_isReleasable_0'); -var _emscripten_bind_PxArticulationLink_getGlobalPose_0 = Module['_emscripten_bind_PxArticulationLink_getGlobalPose_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getGlobalPose_0'); -var _emscripten_bind_PxArticulationLink_setGlobalPose_1 = Module['_emscripten_bind_PxArticulationLink_setGlobalPose_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setGlobalPose_1'); -var _emscripten_bind_PxArticulationLink_setGlobalPose_2 = Module['_emscripten_bind_PxArticulationLink_setGlobalPose_2'] = createExportWrapper('emscripten_bind_PxArticulationLink_setGlobalPose_2'); -var _emscripten_bind_PxArticulationLink_attachShape_1 = Module['_emscripten_bind_PxArticulationLink_attachShape_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_attachShape_1'); -var _emscripten_bind_PxArticulationLink_detachShape_1 = Module['_emscripten_bind_PxArticulationLink_detachShape_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_detachShape_1'); -var _emscripten_bind_PxArticulationLink_detachShape_2 = Module['_emscripten_bind_PxArticulationLink_detachShape_2'] = createExportWrapper('emscripten_bind_PxArticulationLink_detachShape_2'); -var _emscripten_bind_PxArticulationLink_getNbShapes_0 = Module['_emscripten_bind_PxArticulationLink_getNbShapes_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getNbShapes_0'); -var _emscripten_bind_PxArticulationLink_getNbConstraints_0 = Module['_emscripten_bind_PxArticulationLink_getNbConstraints_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getNbConstraints_0'); -var _emscripten_bind_PxArticulationLink_setCMassLocalPose_1 = Module['_emscripten_bind_PxArticulationLink_setCMassLocalPose_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setCMassLocalPose_1'); -var _emscripten_bind_PxArticulationLink_getCMassLocalPose_0 = Module['_emscripten_bind_PxArticulationLink_getCMassLocalPose_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getCMassLocalPose_0'); -var _emscripten_bind_PxArticulationLink_setMass_1 = Module['_emscripten_bind_PxArticulationLink_setMass_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setMass_1'); -var _emscripten_bind_PxArticulationLink_getMass_0 = Module['_emscripten_bind_PxArticulationLink_getMass_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getMass_0'); -var _emscripten_bind_PxArticulationLink_getInvMass_0 = Module['_emscripten_bind_PxArticulationLink_getInvMass_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getInvMass_0'); -var _emscripten_bind_PxArticulationLink_setMassSpaceInertiaTensor_1 = Module['_emscripten_bind_PxArticulationLink_setMassSpaceInertiaTensor_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setMassSpaceInertiaTensor_1'); -var _emscripten_bind_PxArticulationLink_getMassSpaceInertiaTensor_0 = Module['_emscripten_bind_PxArticulationLink_getMassSpaceInertiaTensor_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getMassSpaceInertiaTensor_0'); -var _emscripten_bind_PxArticulationLink_getMassSpaceInvInertiaTensor_0 = Module['_emscripten_bind_PxArticulationLink_getMassSpaceInvInertiaTensor_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getMassSpaceInvInertiaTensor_0'); -var _emscripten_bind_PxArticulationLink_setLinearDamping_1 = Module['_emscripten_bind_PxArticulationLink_setLinearDamping_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setLinearDamping_1'); -var _emscripten_bind_PxArticulationLink_getLinearDamping_0 = Module['_emscripten_bind_PxArticulationLink_getLinearDamping_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getLinearDamping_0'); -var _emscripten_bind_PxArticulationLink_setAngularDamping_1 = Module['_emscripten_bind_PxArticulationLink_setAngularDamping_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setAngularDamping_1'); -var _emscripten_bind_PxArticulationLink_getAngularDamping_0 = Module['_emscripten_bind_PxArticulationLink_getAngularDamping_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getAngularDamping_0'); -var _emscripten_bind_PxArticulationLink_getLinearVelocity_0 = Module['_emscripten_bind_PxArticulationLink_getLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getLinearVelocity_0'); -var _emscripten_bind_PxArticulationLink_getAngularVelocity_0 = Module['_emscripten_bind_PxArticulationLink_getAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getAngularVelocity_0'); -var _emscripten_bind_PxArticulationLink_setMaxLinearVelocity_1 = Module['_emscripten_bind_PxArticulationLink_setMaxLinearVelocity_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setMaxLinearVelocity_1'); -var _emscripten_bind_PxArticulationLink_getMaxLinearVelocity_0 = Module['_emscripten_bind_PxArticulationLink_getMaxLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getMaxLinearVelocity_0'); -var _emscripten_bind_PxArticulationLink_setMaxAngularVelocity_1 = Module['_emscripten_bind_PxArticulationLink_setMaxAngularVelocity_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setMaxAngularVelocity_1'); -var _emscripten_bind_PxArticulationLink_getMaxAngularVelocity_0 = Module['_emscripten_bind_PxArticulationLink_getMaxAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getMaxAngularVelocity_0'); -var _emscripten_bind_PxArticulationLink_addForce_1 = Module['_emscripten_bind_PxArticulationLink_addForce_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_addForce_1'); -var _emscripten_bind_PxArticulationLink_addForce_2 = Module['_emscripten_bind_PxArticulationLink_addForce_2'] = createExportWrapper('emscripten_bind_PxArticulationLink_addForce_2'); -var _emscripten_bind_PxArticulationLink_addForce_3 = Module['_emscripten_bind_PxArticulationLink_addForce_3'] = createExportWrapper('emscripten_bind_PxArticulationLink_addForce_3'); -var _emscripten_bind_PxArticulationLink_addTorque_1 = Module['_emscripten_bind_PxArticulationLink_addTorque_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_addTorque_1'); -var _emscripten_bind_PxArticulationLink_addTorque_2 = Module['_emscripten_bind_PxArticulationLink_addTorque_2'] = createExportWrapper('emscripten_bind_PxArticulationLink_addTorque_2'); -var _emscripten_bind_PxArticulationLink_addTorque_3 = Module['_emscripten_bind_PxArticulationLink_addTorque_3'] = createExportWrapper('emscripten_bind_PxArticulationLink_addTorque_3'); -var _emscripten_bind_PxArticulationLink_clearForce_1 = Module['_emscripten_bind_PxArticulationLink_clearForce_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_clearForce_1'); -var _emscripten_bind_PxArticulationLink_clearTorque_1 = Module['_emscripten_bind_PxArticulationLink_clearTorque_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_clearTorque_1'); -var _emscripten_bind_PxArticulationLink_setForceAndTorque_2 = Module['_emscripten_bind_PxArticulationLink_setForceAndTorque_2'] = createExportWrapper('emscripten_bind_PxArticulationLink_setForceAndTorque_2'); -var _emscripten_bind_PxArticulationLink_setForceAndTorque_3 = Module['_emscripten_bind_PxArticulationLink_setForceAndTorque_3'] = createExportWrapper('emscripten_bind_PxArticulationLink_setForceAndTorque_3'); -var _emscripten_bind_PxArticulationLink_setRigidBodyFlag_2 = Module['_emscripten_bind_PxArticulationLink_setRigidBodyFlag_2'] = createExportWrapper('emscripten_bind_PxArticulationLink_setRigidBodyFlag_2'); -var _emscripten_bind_PxArticulationLink_setRigidBodyFlags_1 = Module['_emscripten_bind_PxArticulationLink_setRigidBodyFlags_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setRigidBodyFlags_1'); -var _emscripten_bind_PxArticulationLink_getRigidBodyFlags_0 = Module['_emscripten_bind_PxArticulationLink_getRigidBodyFlags_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getRigidBodyFlags_0'); -var _emscripten_bind_PxArticulationLink_setMinCCDAdvanceCoefficient_1 = Module['_emscripten_bind_PxArticulationLink_setMinCCDAdvanceCoefficient_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setMinCCDAdvanceCoefficient_1'); -var _emscripten_bind_PxArticulationLink_getMinCCDAdvanceCoefficient_0 = Module['_emscripten_bind_PxArticulationLink_getMinCCDAdvanceCoefficient_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getMinCCDAdvanceCoefficient_0'); -var _emscripten_bind_PxArticulationLink_setMaxDepenetrationVelocity_1 = Module['_emscripten_bind_PxArticulationLink_setMaxDepenetrationVelocity_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setMaxDepenetrationVelocity_1'); -var _emscripten_bind_PxArticulationLink_getMaxDepenetrationVelocity_0 = Module['_emscripten_bind_PxArticulationLink_getMaxDepenetrationVelocity_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getMaxDepenetrationVelocity_0'); -var _emscripten_bind_PxArticulationLink_setMaxContactImpulse_1 = Module['_emscripten_bind_PxArticulationLink_setMaxContactImpulse_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setMaxContactImpulse_1'); -var _emscripten_bind_PxArticulationLink_getMaxContactImpulse_0 = Module['_emscripten_bind_PxArticulationLink_getMaxContactImpulse_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getMaxContactImpulse_0'); -var _emscripten_bind_PxArticulationLink_setContactSlopCoefficient_1 = Module['_emscripten_bind_PxArticulationLink_setContactSlopCoefficient_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_setContactSlopCoefficient_1'); -var _emscripten_bind_PxArticulationLink_getContactSlopCoefficient_0 = Module['_emscripten_bind_PxArticulationLink_getContactSlopCoefficient_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_getContactSlopCoefficient_0'); -var _emscripten_bind_PxArticulationLink_get_userData_0 = Module['_emscripten_bind_PxArticulationLink_get_userData_0'] = createExportWrapper('emscripten_bind_PxArticulationLink_get_userData_0'); -var _emscripten_bind_PxArticulationLink_set_userData_1 = Module['_emscripten_bind_PxArticulationLink_set_userData_1'] = createExportWrapper('emscripten_bind_PxArticulationLink_set_userData_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_getScene_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getScene_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getScene_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_setSolverIterationCounts_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setSolverIterationCounts_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setSolverIterationCounts_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_setSolverIterationCounts_2 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setSolverIterationCounts_2'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setSolverIterationCounts_2'); -var _emscripten_bind_PxArticulationReducedCoordinate_isSleeping_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_isSleeping_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_isSleeping_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_setSleepThreshold_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setSleepThreshold_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setSleepThreshold_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_getSleepThreshold_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getSleepThreshold_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getSleepThreshold_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_setStabilizationThreshold_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setStabilizationThreshold_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setStabilizationThreshold_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_getStabilizationThreshold_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getStabilizationThreshold_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getStabilizationThreshold_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_setWakeCounter_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setWakeCounter_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setWakeCounter_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_getWakeCounter_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getWakeCounter_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getWakeCounter_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_wakeUp_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_wakeUp_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_wakeUp_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_putToSleep_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_putToSleep_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_putToSleep_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_setMaxCOMLinearVelocity_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setMaxCOMLinearVelocity_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setMaxCOMLinearVelocity_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_getMaxCOMLinearVelocity_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getMaxCOMLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getMaxCOMLinearVelocity_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_setMaxCOMAngularVelocity_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setMaxCOMAngularVelocity_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setMaxCOMAngularVelocity_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_getMaxCOMAngularVelocity_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getMaxCOMAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getMaxCOMAngularVelocity_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_createLink_2 = Module['_emscripten_bind_PxArticulationReducedCoordinate_createLink_2'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_createLink_2'); -var _emscripten_bind_PxArticulationReducedCoordinate_getNbLinks_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getNbLinks_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getNbLinks_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_getNbShapes_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getNbShapes_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getNbShapes_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_setName_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setName_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setName_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_getName_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getName_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getName_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_getWorldBounds_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getWorldBounds_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getWorldBounds_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_getWorldBounds_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getWorldBounds_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getWorldBounds_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_getAggregate_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getAggregate_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getAggregate_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_setArticulationFlags_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setArticulationFlags_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setArticulationFlags_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_setArticulationFlag_2 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setArticulationFlag_2'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setArticulationFlag_2'); -var _emscripten_bind_PxArticulationReducedCoordinate_getArticulationFlags_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getArticulationFlags_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getArticulationFlags_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_getDofs_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getDofs_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getDofs_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_createCache_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_createCache_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_createCache_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_getCacheDataSize_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getCacheDataSize_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getCacheDataSize_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_zeroCache_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_zeroCache_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_zeroCache_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_applyCache_2 = Module['_emscripten_bind_PxArticulationReducedCoordinate_applyCache_2'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_applyCache_2'); -var _emscripten_bind_PxArticulationReducedCoordinate_applyCache_3 = Module['_emscripten_bind_PxArticulationReducedCoordinate_applyCache_3'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_applyCache_3'); -var _emscripten_bind_PxArticulationReducedCoordinate_copyInternalStateToCache_2 = Module['_emscripten_bind_PxArticulationReducedCoordinate_copyInternalStateToCache_2'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_copyInternalStateToCache_2'); -var _emscripten_bind_PxArticulationReducedCoordinate_commonInit_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_commonInit_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_commonInit_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedGravityForce_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedGravityForce_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedGravityForce_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_computeCoriolisAndCentrifugalForce_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_computeCoriolisAndCentrifugalForce_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_computeCoriolisAndCentrifugalForce_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedExternalForce_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedExternalForce_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedExternalForce_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_computeJointAcceleration_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_computeJointAcceleration_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_computeJointAcceleration_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_computeJointForce_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_computeJointForce_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_computeJointForce_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_computeCoefficientMatrix_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_computeCoefficientMatrix_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_computeCoefficientMatrix_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedMassMatrix_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedMassMatrix_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedMassMatrix_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_addLoopJoint_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_addLoopJoint_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_addLoopJoint_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_removeLoopJoint_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_removeLoopJoint_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_removeLoopJoint_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_getNbLoopJoints_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getNbLoopJoints_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getNbLoopJoints_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_getCoefficientMatrixSize_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getCoefficientMatrixSize_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getCoefficientMatrixSize_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_setRootGlobalPose_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setRootGlobalPose_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setRootGlobalPose_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_setRootGlobalPose_2 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setRootGlobalPose_2'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setRootGlobalPose_2'); -var _emscripten_bind_PxArticulationReducedCoordinate_getRootGlobalPose_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getRootGlobalPose_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getRootGlobalPose_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_setRootLinearVelocity_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setRootLinearVelocity_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setRootLinearVelocity_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_setRootLinearVelocity_2 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setRootLinearVelocity_2'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setRootLinearVelocity_2'); -var _emscripten_bind_PxArticulationReducedCoordinate_getRootLinearVelocity_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getRootLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getRootLinearVelocity_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_setRootAngularVelocity_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setRootAngularVelocity_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setRootAngularVelocity_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_setRootAngularVelocity_2 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setRootAngularVelocity_2'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setRootAngularVelocity_2'); -var _emscripten_bind_PxArticulationReducedCoordinate_getRootAngularVelocity_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getRootAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getRootAngularVelocity_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_getLinkAcceleration_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getLinkAcceleration_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getLinkAcceleration_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_getGpuArticulationIndex_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getGpuArticulationIndex_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getGpuArticulationIndex_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_createSpatialTendon_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_createSpatialTendon_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_createSpatialTendon_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_createFixedTendon_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_createFixedTendon_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_createFixedTendon_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_createSensor_2 = Module['_emscripten_bind_PxArticulationReducedCoordinate_createSensor_2'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_createSensor_2'); -var _emscripten_bind_PxArticulationReducedCoordinate_getNbSpatialTendons_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getNbSpatialTendons_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getNbSpatialTendons_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_getNbFixedTendons_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getNbFixedTendons_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getNbFixedTendons_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_getNbSensors_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getNbSensors_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getNbSensors_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_updateKinematic_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_updateKinematic_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_updateKinematic_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_release_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_release_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_release_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_getConcreteTypeName_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getConcreteTypeName_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_getConcreteType_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getConcreteType_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_setBaseFlag_2 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setBaseFlag_2'); -var _emscripten_bind_PxArticulationReducedCoordinate_setBaseFlags_1 = Module['_emscripten_bind_PxArticulationReducedCoordinate_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_setBaseFlags_1'); -var _emscripten_bind_PxArticulationReducedCoordinate_getBaseFlags_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_getBaseFlags_0'); -var _emscripten_bind_PxArticulationReducedCoordinate_isReleasable_0 = Module['_emscripten_bind_PxArticulationReducedCoordinate_isReleasable_0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate_isReleasable_0'); -var _emscripten_bind_PxArticulationReducedCoordinate___destroy___0 = Module['_emscripten_bind_PxArticulationReducedCoordinate___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationReducedCoordinate___destroy___0'); -var _emscripten_bind_PxArticulationRootLinkData_PxArticulationRootLinkData_0 = Module['_emscripten_bind_PxArticulationRootLinkData_PxArticulationRootLinkData_0'] = createExportWrapper('emscripten_bind_PxArticulationRootLinkData_PxArticulationRootLinkData_0'); -var _emscripten_bind_PxArticulationRootLinkData_get_transform_0 = Module['_emscripten_bind_PxArticulationRootLinkData_get_transform_0'] = createExportWrapper('emscripten_bind_PxArticulationRootLinkData_get_transform_0'); -var _emscripten_bind_PxArticulationRootLinkData_set_transform_1 = Module['_emscripten_bind_PxArticulationRootLinkData_set_transform_1'] = createExportWrapper('emscripten_bind_PxArticulationRootLinkData_set_transform_1'); -var _emscripten_bind_PxArticulationRootLinkData_get_worldLinVel_0 = Module['_emscripten_bind_PxArticulationRootLinkData_get_worldLinVel_0'] = createExportWrapper('emscripten_bind_PxArticulationRootLinkData_get_worldLinVel_0'); -var _emscripten_bind_PxArticulationRootLinkData_set_worldLinVel_1 = Module['_emscripten_bind_PxArticulationRootLinkData_set_worldLinVel_1'] = createExportWrapper('emscripten_bind_PxArticulationRootLinkData_set_worldLinVel_1'); -var _emscripten_bind_PxArticulationRootLinkData_get_worldAngVel_0 = Module['_emscripten_bind_PxArticulationRootLinkData_get_worldAngVel_0'] = createExportWrapper('emscripten_bind_PxArticulationRootLinkData_get_worldAngVel_0'); -var _emscripten_bind_PxArticulationRootLinkData_set_worldAngVel_1 = Module['_emscripten_bind_PxArticulationRootLinkData_set_worldAngVel_1'] = createExportWrapper('emscripten_bind_PxArticulationRootLinkData_set_worldAngVel_1'); -var _emscripten_bind_PxArticulationRootLinkData_get_worldLinAccel_0 = Module['_emscripten_bind_PxArticulationRootLinkData_get_worldLinAccel_0'] = createExportWrapper('emscripten_bind_PxArticulationRootLinkData_get_worldLinAccel_0'); -var _emscripten_bind_PxArticulationRootLinkData_set_worldLinAccel_1 = Module['_emscripten_bind_PxArticulationRootLinkData_set_worldLinAccel_1'] = createExportWrapper('emscripten_bind_PxArticulationRootLinkData_set_worldLinAccel_1'); -var _emscripten_bind_PxArticulationRootLinkData_get_worldAngAccel_0 = Module['_emscripten_bind_PxArticulationRootLinkData_get_worldAngAccel_0'] = createExportWrapper('emscripten_bind_PxArticulationRootLinkData_get_worldAngAccel_0'); -var _emscripten_bind_PxArticulationRootLinkData_set_worldAngAccel_1 = Module['_emscripten_bind_PxArticulationRootLinkData_set_worldAngAccel_1'] = createExportWrapper('emscripten_bind_PxArticulationRootLinkData_set_worldAngAccel_1'); -var _emscripten_bind_PxArticulationRootLinkData___destroy___0 = Module['_emscripten_bind_PxArticulationRootLinkData___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationRootLinkData___destroy___0'); -var _emscripten_bind_PxArticulationSensor_getForces_0 = Module['_emscripten_bind_PxArticulationSensor_getForces_0'] = createExportWrapper('emscripten_bind_PxArticulationSensor_getForces_0'); -var _emscripten_bind_PxArticulationSensor_getRelativePose_0 = Module['_emscripten_bind_PxArticulationSensor_getRelativePose_0'] = createExportWrapper('emscripten_bind_PxArticulationSensor_getRelativePose_0'); -var _emscripten_bind_PxArticulationSensor_setRelativePose_1 = Module['_emscripten_bind_PxArticulationSensor_setRelativePose_1'] = createExportWrapper('emscripten_bind_PxArticulationSensor_setRelativePose_1'); -var _emscripten_bind_PxArticulationSensor_getLink_0 = Module['_emscripten_bind_PxArticulationSensor_getLink_0'] = createExportWrapper('emscripten_bind_PxArticulationSensor_getLink_0'); -var _emscripten_bind_PxArticulationSensor_getIndex_0 = Module['_emscripten_bind_PxArticulationSensor_getIndex_0'] = createExportWrapper('emscripten_bind_PxArticulationSensor_getIndex_0'); -var _emscripten_bind_PxArticulationSensor_getArticulation_0 = Module['_emscripten_bind_PxArticulationSensor_getArticulation_0'] = createExportWrapper('emscripten_bind_PxArticulationSensor_getArticulation_0'); -var _emscripten_bind_PxArticulationSensor_getFlags_0 = Module['_emscripten_bind_PxArticulationSensor_getFlags_0'] = createExportWrapper('emscripten_bind_PxArticulationSensor_getFlags_0'); -var _emscripten_bind_PxArticulationSensor_setFlag_2 = Module['_emscripten_bind_PxArticulationSensor_setFlag_2'] = createExportWrapper('emscripten_bind_PxArticulationSensor_setFlag_2'); -var _emscripten_bind_PxArticulationSensor_release_0 = Module['_emscripten_bind_PxArticulationSensor_release_0'] = createExportWrapper('emscripten_bind_PxArticulationSensor_release_0'); -var _emscripten_bind_PxArticulationSensor_getConcreteTypeName_0 = Module['_emscripten_bind_PxArticulationSensor_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxArticulationSensor_getConcreteTypeName_0'); -var _emscripten_bind_PxArticulationSensor_getConcreteType_0 = Module['_emscripten_bind_PxArticulationSensor_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxArticulationSensor_getConcreteType_0'); -var _emscripten_bind_PxArticulationSensor_setBaseFlag_2 = Module['_emscripten_bind_PxArticulationSensor_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxArticulationSensor_setBaseFlag_2'); -var _emscripten_bind_PxArticulationSensor_setBaseFlags_1 = Module['_emscripten_bind_PxArticulationSensor_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxArticulationSensor_setBaseFlags_1'); -var _emscripten_bind_PxArticulationSensor_getBaseFlags_0 = Module['_emscripten_bind_PxArticulationSensor_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxArticulationSensor_getBaseFlags_0'); -var _emscripten_bind_PxArticulationSensor_isReleasable_0 = Module['_emscripten_bind_PxArticulationSensor_isReleasable_0'] = createExportWrapper('emscripten_bind_PxArticulationSensor_isReleasable_0'); -var _emscripten_bind_PxArticulationSensor_get_userData_0 = Module['_emscripten_bind_PxArticulationSensor_get_userData_0'] = createExportWrapper('emscripten_bind_PxArticulationSensor_get_userData_0'); -var _emscripten_bind_PxArticulationSensor_set_userData_1 = Module['_emscripten_bind_PxArticulationSensor_set_userData_1'] = createExportWrapper('emscripten_bind_PxArticulationSensor_set_userData_1'); -var _emscripten_bind_PxArticulationSensor___destroy___0 = Module['_emscripten_bind_PxArticulationSensor___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationSensor___destroy___0'); -var _emscripten_bind_PxArticulationSensorFlags_PxArticulationSensorFlags_1 = Module['_emscripten_bind_PxArticulationSensorFlags_PxArticulationSensorFlags_1'] = createExportWrapper('emscripten_bind_PxArticulationSensorFlags_PxArticulationSensorFlags_1'); -var _emscripten_bind_PxArticulationSensorFlags_isSet_1 = Module['_emscripten_bind_PxArticulationSensorFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxArticulationSensorFlags_isSet_1'); -var _emscripten_bind_PxArticulationSensorFlags_raise_1 = Module['_emscripten_bind_PxArticulationSensorFlags_raise_1'] = createExportWrapper('emscripten_bind_PxArticulationSensorFlags_raise_1'); -var _emscripten_bind_PxArticulationSensorFlags_clear_1 = Module['_emscripten_bind_PxArticulationSensorFlags_clear_1'] = createExportWrapper('emscripten_bind_PxArticulationSensorFlags_clear_1'); -var _emscripten_bind_PxArticulationSensorFlags___destroy___0 = Module['_emscripten_bind_PxArticulationSensorFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationSensorFlags___destroy___0'); -var _emscripten_bind_PxArticulationSpatialTendon_createAttachment_4 = Module['_emscripten_bind_PxArticulationSpatialTendon_createAttachment_4'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_createAttachment_4'); -var _emscripten_bind_PxArticulationSpatialTendon_getNbAttachments_0 = Module['_emscripten_bind_PxArticulationSpatialTendon_getNbAttachments_0'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_getNbAttachments_0'); -var _emscripten_bind_PxArticulationSpatialTendon_setStiffness_1 = Module['_emscripten_bind_PxArticulationSpatialTendon_setStiffness_1'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_setStiffness_1'); -var _emscripten_bind_PxArticulationSpatialTendon_getStiffness_0 = Module['_emscripten_bind_PxArticulationSpatialTendon_getStiffness_0'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_getStiffness_0'); -var _emscripten_bind_PxArticulationSpatialTendon_setDamping_1 = Module['_emscripten_bind_PxArticulationSpatialTendon_setDamping_1'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_setDamping_1'); -var _emscripten_bind_PxArticulationSpatialTendon_getDamping_0 = Module['_emscripten_bind_PxArticulationSpatialTendon_getDamping_0'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_getDamping_0'); -var _emscripten_bind_PxArticulationSpatialTendon_setLimitStiffness_1 = Module['_emscripten_bind_PxArticulationSpatialTendon_setLimitStiffness_1'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_setLimitStiffness_1'); -var _emscripten_bind_PxArticulationSpatialTendon_getLimitStiffness_0 = Module['_emscripten_bind_PxArticulationSpatialTendon_getLimitStiffness_0'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_getLimitStiffness_0'); -var _emscripten_bind_PxArticulationSpatialTendon_setOffset_1 = Module['_emscripten_bind_PxArticulationSpatialTendon_setOffset_1'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_setOffset_1'); -var _emscripten_bind_PxArticulationSpatialTendon_setOffset_2 = Module['_emscripten_bind_PxArticulationSpatialTendon_setOffset_2'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_setOffset_2'); -var _emscripten_bind_PxArticulationSpatialTendon_getOffset_0 = Module['_emscripten_bind_PxArticulationSpatialTendon_getOffset_0'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_getOffset_0'); -var _emscripten_bind_PxArticulationSpatialTendon_getArticulation_0 = Module['_emscripten_bind_PxArticulationSpatialTendon_getArticulation_0'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_getArticulation_0'); -var _emscripten_bind_PxArticulationSpatialTendon_release_0 = Module['_emscripten_bind_PxArticulationSpatialTendon_release_0'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_release_0'); -var _emscripten_bind_PxArticulationSpatialTendon_getConcreteTypeName_0 = Module['_emscripten_bind_PxArticulationSpatialTendon_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_getConcreteTypeName_0'); -var _emscripten_bind_PxArticulationSpatialTendon_getConcreteType_0 = Module['_emscripten_bind_PxArticulationSpatialTendon_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_getConcreteType_0'); -var _emscripten_bind_PxArticulationSpatialTendon_setBaseFlag_2 = Module['_emscripten_bind_PxArticulationSpatialTendon_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_setBaseFlag_2'); -var _emscripten_bind_PxArticulationSpatialTendon_setBaseFlags_1 = Module['_emscripten_bind_PxArticulationSpatialTendon_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_setBaseFlags_1'); -var _emscripten_bind_PxArticulationSpatialTendon_getBaseFlags_0 = Module['_emscripten_bind_PxArticulationSpatialTendon_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_getBaseFlags_0'); -var _emscripten_bind_PxArticulationSpatialTendon_isReleasable_0 = Module['_emscripten_bind_PxArticulationSpatialTendon_isReleasable_0'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon_isReleasable_0'); -var _emscripten_bind_PxArticulationSpatialTendon___destroy___0 = Module['_emscripten_bind_PxArticulationSpatialTendon___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationSpatialTendon___destroy___0'); -var _emscripten_bind_PxArticulationTendonJoint_setCoefficient_3 = Module['_emscripten_bind_PxArticulationTendonJoint_setCoefficient_3'] = createExportWrapper('emscripten_bind_PxArticulationTendonJoint_setCoefficient_3'); -var _emscripten_bind_PxArticulationTendonJoint_getLink_0 = Module['_emscripten_bind_PxArticulationTendonJoint_getLink_0'] = createExportWrapper('emscripten_bind_PxArticulationTendonJoint_getLink_0'); -var _emscripten_bind_PxArticulationTendonJoint_getParent_0 = Module['_emscripten_bind_PxArticulationTendonJoint_getParent_0'] = createExportWrapper('emscripten_bind_PxArticulationTendonJoint_getParent_0'); -var _emscripten_bind_PxArticulationTendonJoint_getTendon_0 = Module['_emscripten_bind_PxArticulationTendonJoint_getTendon_0'] = createExportWrapper('emscripten_bind_PxArticulationTendonJoint_getTendon_0'); -var _emscripten_bind_PxArticulationTendonJoint_release_0 = Module['_emscripten_bind_PxArticulationTendonJoint_release_0'] = createExportWrapper('emscripten_bind_PxArticulationTendonJoint_release_0'); -var _emscripten_bind_PxArticulationTendonJoint_get_userData_0 = Module['_emscripten_bind_PxArticulationTendonJoint_get_userData_0'] = createExportWrapper('emscripten_bind_PxArticulationTendonJoint_get_userData_0'); -var _emscripten_bind_PxArticulationTendonJoint_set_userData_1 = Module['_emscripten_bind_PxArticulationTendonJoint_set_userData_1'] = createExportWrapper('emscripten_bind_PxArticulationTendonJoint_set_userData_1'); -var _emscripten_bind_PxArticulationTendonJoint___destroy___0 = Module['_emscripten_bind_PxArticulationTendonJoint___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationTendonJoint___destroy___0'); -var _emscripten_bind_PxArticulationTendonLimit_get_lowLimit_0 = Module['_emscripten_bind_PxArticulationTendonLimit_get_lowLimit_0'] = createExportWrapper('emscripten_bind_PxArticulationTendonLimit_get_lowLimit_0'); -var _emscripten_bind_PxArticulationTendonLimit_set_lowLimit_1 = Module['_emscripten_bind_PxArticulationTendonLimit_set_lowLimit_1'] = createExportWrapper('emscripten_bind_PxArticulationTendonLimit_set_lowLimit_1'); -var _emscripten_bind_PxArticulationTendonLimit_get_highLimit_0 = Module['_emscripten_bind_PxArticulationTendonLimit_get_highLimit_0'] = createExportWrapper('emscripten_bind_PxArticulationTendonLimit_get_highLimit_0'); -var _emscripten_bind_PxArticulationTendonLimit_set_highLimit_1 = Module['_emscripten_bind_PxArticulationTendonLimit_set_highLimit_1'] = createExportWrapper('emscripten_bind_PxArticulationTendonLimit_set_highLimit_1'); -var _emscripten_bind_PxArticulationTendonLimit___destroy___0 = Module['_emscripten_bind_PxArticulationTendonLimit___destroy___0'] = createExportWrapper('emscripten_bind_PxArticulationTendonLimit___destroy___0'); -var _emscripten_bind_PxBVH_release_0 = Module['_emscripten_bind_PxBVH_release_0'] = createExportWrapper('emscripten_bind_PxBVH_release_0'); -var _emscripten_bind_PxBVH_getConcreteTypeName_0 = Module['_emscripten_bind_PxBVH_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxBVH_getConcreteTypeName_0'); -var _emscripten_bind_PxBVH_getConcreteType_0 = Module['_emscripten_bind_PxBVH_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxBVH_getConcreteType_0'); -var _emscripten_bind_PxBVH_setBaseFlag_2 = Module['_emscripten_bind_PxBVH_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxBVH_setBaseFlag_2'); -var _emscripten_bind_PxBVH_setBaseFlags_1 = Module['_emscripten_bind_PxBVH_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxBVH_setBaseFlags_1'); -var _emscripten_bind_PxBVH_getBaseFlags_0 = Module['_emscripten_bind_PxBVH_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxBVH_getBaseFlags_0'); -var _emscripten_bind_PxBVH_isReleasable_0 = Module['_emscripten_bind_PxBVH_isReleasable_0'] = createExportWrapper('emscripten_bind_PxBVH_isReleasable_0'); -var _emscripten_bind_PxBVH33MidphaseDesc_setToDefault_0 = Module['_emscripten_bind_PxBVH33MidphaseDesc_setToDefault_0'] = createExportWrapper('emscripten_bind_PxBVH33MidphaseDesc_setToDefault_0'); -var _emscripten_bind_PxBVH33MidphaseDesc_isValid_0 = Module['_emscripten_bind_PxBVH33MidphaseDesc_isValid_0'] = createExportWrapper('emscripten_bind_PxBVH33MidphaseDesc_isValid_0'); -var _emscripten_bind_PxBVH33MidphaseDesc_get_meshSizePerformanceTradeOff_0 = Module['_emscripten_bind_PxBVH33MidphaseDesc_get_meshSizePerformanceTradeOff_0'] = createExportWrapper('emscripten_bind_PxBVH33MidphaseDesc_get_meshSizePerformanceTradeOff_0'); -var _emscripten_bind_PxBVH33MidphaseDesc_set_meshSizePerformanceTradeOff_1 = Module['_emscripten_bind_PxBVH33MidphaseDesc_set_meshSizePerformanceTradeOff_1'] = createExportWrapper('emscripten_bind_PxBVH33MidphaseDesc_set_meshSizePerformanceTradeOff_1'); -var _emscripten_bind_PxBVH33MidphaseDesc_get_meshCookingHint_0 = Module['_emscripten_bind_PxBVH33MidphaseDesc_get_meshCookingHint_0'] = createExportWrapper('emscripten_bind_PxBVH33MidphaseDesc_get_meshCookingHint_0'); -var _emscripten_bind_PxBVH33MidphaseDesc_set_meshCookingHint_1 = Module['_emscripten_bind_PxBVH33MidphaseDesc_set_meshCookingHint_1'] = createExportWrapper('emscripten_bind_PxBVH33MidphaseDesc_set_meshCookingHint_1'); -var _emscripten_bind_PxBVH33MidphaseDesc___destroy___0 = Module['_emscripten_bind_PxBVH33MidphaseDesc___destroy___0'] = createExportWrapper('emscripten_bind_PxBVH33MidphaseDesc___destroy___0'); -var _emscripten_bind_PxBVH34MidphaseDesc_setToDefault_0 = Module['_emscripten_bind_PxBVH34MidphaseDesc_setToDefault_0'] = createExportWrapper('emscripten_bind_PxBVH34MidphaseDesc_setToDefault_0'); -var _emscripten_bind_PxBVH34MidphaseDesc_isValid_0 = Module['_emscripten_bind_PxBVH34MidphaseDesc_isValid_0'] = createExportWrapper('emscripten_bind_PxBVH34MidphaseDesc_isValid_0'); -var _emscripten_bind_PxBVH34MidphaseDesc_get_numPrimsPerLeaf_0 = Module['_emscripten_bind_PxBVH34MidphaseDesc_get_numPrimsPerLeaf_0'] = createExportWrapper('emscripten_bind_PxBVH34MidphaseDesc_get_numPrimsPerLeaf_0'); -var _emscripten_bind_PxBVH34MidphaseDesc_set_numPrimsPerLeaf_1 = Module['_emscripten_bind_PxBVH34MidphaseDesc_set_numPrimsPerLeaf_1'] = createExportWrapper('emscripten_bind_PxBVH34MidphaseDesc_set_numPrimsPerLeaf_1'); -var _emscripten_bind_PxBVH34MidphaseDesc___destroy___0 = Module['_emscripten_bind_PxBVH34MidphaseDesc___destroy___0'] = createExportWrapper('emscripten_bind_PxBVH34MidphaseDesc___destroy___0'); -var _emscripten_bind_PxBaseFlags_PxBaseFlags_1 = Module['_emscripten_bind_PxBaseFlags_PxBaseFlags_1'] = createExportWrapper('emscripten_bind_PxBaseFlags_PxBaseFlags_1'); -var _emscripten_bind_PxBaseFlags_isSet_1 = Module['_emscripten_bind_PxBaseFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxBaseFlags_isSet_1'); -var _emscripten_bind_PxBaseFlags_raise_1 = Module['_emscripten_bind_PxBaseFlags_raise_1'] = createExportWrapper('emscripten_bind_PxBaseFlags_raise_1'); -var _emscripten_bind_PxBaseFlags_clear_1 = Module['_emscripten_bind_PxBaseFlags_clear_1'] = createExportWrapper('emscripten_bind_PxBaseFlags_clear_1'); -var _emscripten_bind_PxBaseFlags___destroy___0 = Module['_emscripten_bind_PxBaseFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxBaseFlags___destroy___0'); -var _emscripten_bind_PxBaseTask___destroy___0 = Module['_emscripten_bind_PxBaseTask___destroy___0'] = createExportWrapper('emscripten_bind_PxBaseTask___destroy___0'); -var _emscripten_bind_PxBoundedData_PxBoundedData_0 = Module['_emscripten_bind_PxBoundedData_PxBoundedData_0'] = createExportWrapper('emscripten_bind_PxBoundedData_PxBoundedData_0'); -var _emscripten_bind_PxBoundedData_get_count_0 = Module['_emscripten_bind_PxBoundedData_get_count_0'] = createExportWrapper('emscripten_bind_PxBoundedData_get_count_0'); -var _emscripten_bind_PxBoundedData_set_count_1 = Module['_emscripten_bind_PxBoundedData_set_count_1'] = createExportWrapper('emscripten_bind_PxBoundedData_set_count_1'); -var _emscripten_bind_PxBoundedData_get_stride_0 = Module['_emscripten_bind_PxBoundedData_get_stride_0'] = createExportWrapper('emscripten_bind_PxBoundedData_get_stride_0'); -var _emscripten_bind_PxBoundedData_set_stride_1 = Module['_emscripten_bind_PxBoundedData_set_stride_1'] = createExportWrapper('emscripten_bind_PxBoundedData_set_stride_1'); -var _emscripten_bind_PxBoundedData_get_data_0 = Module['_emscripten_bind_PxBoundedData_get_data_0'] = createExportWrapper('emscripten_bind_PxBoundedData_get_data_0'); -var _emscripten_bind_PxBoundedData_set_data_1 = Module['_emscripten_bind_PxBoundedData_set_data_1'] = createExportWrapper('emscripten_bind_PxBoundedData_set_data_1'); -var _emscripten_bind_PxBoundedData___destroy___0 = Module['_emscripten_bind_PxBoundedData___destroy___0'] = createExportWrapper('emscripten_bind_PxBoundedData___destroy___0'); -var _emscripten_bind_PxBounds3_PxBounds3_0 = Module['_emscripten_bind_PxBounds3_PxBounds3_0'] = createExportWrapper('emscripten_bind_PxBounds3_PxBounds3_0'); -var _emscripten_bind_PxBounds3_PxBounds3_2 = Module['_emscripten_bind_PxBounds3_PxBounds3_2'] = createExportWrapper('emscripten_bind_PxBounds3_PxBounds3_2'); -var _emscripten_bind_PxBounds3_setEmpty_0 = Module['_emscripten_bind_PxBounds3_setEmpty_0'] = createExportWrapper('emscripten_bind_PxBounds3_setEmpty_0'); -var _emscripten_bind_PxBounds3_setMaximal_0 = Module['_emscripten_bind_PxBounds3_setMaximal_0'] = createExportWrapper('emscripten_bind_PxBounds3_setMaximal_0'); -var _emscripten_bind_PxBounds3_include_1 = Module['_emscripten_bind_PxBounds3_include_1'] = createExportWrapper('emscripten_bind_PxBounds3_include_1'); -var _emscripten_bind_PxBounds3_isEmpty_0 = Module['_emscripten_bind_PxBounds3_isEmpty_0'] = createExportWrapper('emscripten_bind_PxBounds3_isEmpty_0'); -var _emscripten_bind_PxBounds3_intersects_1 = Module['_emscripten_bind_PxBounds3_intersects_1'] = createExportWrapper('emscripten_bind_PxBounds3_intersects_1'); -var _emscripten_bind_PxBounds3_intersects1D_2 = Module['_emscripten_bind_PxBounds3_intersects1D_2'] = createExportWrapper('emscripten_bind_PxBounds3_intersects1D_2'); -var _emscripten_bind_PxBounds3_contains_1 = Module['_emscripten_bind_PxBounds3_contains_1'] = createExportWrapper('emscripten_bind_PxBounds3_contains_1'); -var _emscripten_bind_PxBounds3_isInside_1 = Module['_emscripten_bind_PxBounds3_isInside_1'] = createExportWrapper('emscripten_bind_PxBounds3_isInside_1'); -var _emscripten_bind_PxBounds3_getCenter_0 = Module['_emscripten_bind_PxBounds3_getCenter_0'] = createExportWrapper('emscripten_bind_PxBounds3_getCenter_0'); -var _emscripten_bind_PxBounds3_getDimensions_0 = Module['_emscripten_bind_PxBounds3_getDimensions_0'] = createExportWrapper('emscripten_bind_PxBounds3_getDimensions_0'); -var _emscripten_bind_PxBounds3_getExtents_0 = Module['_emscripten_bind_PxBounds3_getExtents_0'] = createExportWrapper('emscripten_bind_PxBounds3_getExtents_0'); -var _emscripten_bind_PxBounds3_scaleSafe_1 = Module['_emscripten_bind_PxBounds3_scaleSafe_1'] = createExportWrapper('emscripten_bind_PxBounds3_scaleSafe_1'); -var _emscripten_bind_PxBounds3_scaleFast_1 = Module['_emscripten_bind_PxBounds3_scaleFast_1'] = createExportWrapper('emscripten_bind_PxBounds3_scaleFast_1'); -var _emscripten_bind_PxBounds3_fattenSafe_1 = Module['_emscripten_bind_PxBounds3_fattenSafe_1'] = createExportWrapper('emscripten_bind_PxBounds3_fattenSafe_1'); -var _emscripten_bind_PxBounds3_fattenFast_1 = Module['_emscripten_bind_PxBounds3_fattenFast_1'] = createExportWrapper('emscripten_bind_PxBounds3_fattenFast_1'); -var _emscripten_bind_PxBounds3_isFinite_0 = Module['_emscripten_bind_PxBounds3_isFinite_0'] = createExportWrapper('emscripten_bind_PxBounds3_isFinite_0'); -var _emscripten_bind_PxBounds3_isValid_0 = Module['_emscripten_bind_PxBounds3_isValid_0'] = createExportWrapper('emscripten_bind_PxBounds3_isValid_0'); -var _emscripten_bind_PxBounds3_get_minimum_0 = Module['_emscripten_bind_PxBounds3_get_minimum_0'] = createExportWrapper('emscripten_bind_PxBounds3_get_minimum_0'); -var _emscripten_bind_PxBounds3_set_minimum_1 = Module['_emscripten_bind_PxBounds3_set_minimum_1'] = createExportWrapper('emscripten_bind_PxBounds3_set_minimum_1'); -var _emscripten_bind_PxBounds3_get_maximum_0 = Module['_emscripten_bind_PxBounds3_get_maximum_0'] = createExportWrapper('emscripten_bind_PxBounds3_get_maximum_0'); -var _emscripten_bind_PxBounds3_set_maximum_1 = Module['_emscripten_bind_PxBounds3_set_maximum_1'] = createExportWrapper('emscripten_bind_PxBounds3_set_maximum_1'); -var _emscripten_bind_PxBounds3___destroy___0 = Module['_emscripten_bind_PxBounds3___destroy___0'] = createExportWrapper('emscripten_bind_PxBounds3___destroy___0'); -var _emscripten_bind_PxBoxController_getHalfHeight_0 = Module['_emscripten_bind_PxBoxController_getHalfHeight_0'] = createExportWrapper('emscripten_bind_PxBoxController_getHalfHeight_0'); -var _emscripten_bind_PxBoxController_getHalfSideExtent_0 = Module['_emscripten_bind_PxBoxController_getHalfSideExtent_0'] = createExportWrapper('emscripten_bind_PxBoxController_getHalfSideExtent_0'); -var _emscripten_bind_PxBoxController_getHalfForwardExtent_0 = Module['_emscripten_bind_PxBoxController_getHalfForwardExtent_0'] = createExportWrapper('emscripten_bind_PxBoxController_getHalfForwardExtent_0'); -var _emscripten_bind_PxBoxController_setHalfHeight_1 = Module['_emscripten_bind_PxBoxController_setHalfHeight_1'] = createExportWrapper('emscripten_bind_PxBoxController_setHalfHeight_1'); -var _emscripten_bind_PxBoxController_setHalfSideExtent_1 = Module['_emscripten_bind_PxBoxController_setHalfSideExtent_1'] = createExportWrapper('emscripten_bind_PxBoxController_setHalfSideExtent_1'); -var _emscripten_bind_PxBoxController_setHalfForwardExtent_1 = Module['_emscripten_bind_PxBoxController_setHalfForwardExtent_1'] = createExportWrapper('emscripten_bind_PxBoxController_setHalfForwardExtent_1'); -var _emscripten_bind_PxBoxController_getType_0 = Module['_emscripten_bind_PxBoxController_getType_0'] = createExportWrapper('emscripten_bind_PxBoxController_getType_0'); -var _emscripten_bind_PxBoxController_release_0 = Module['_emscripten_bind_PxBoxController_release_0'] = createExportWrapper('emscripten_bind_PxBoxController_release_0'); -var _emscripten_bind_PxBoxController_move_4 = Module['_emscripten_bind_PxBoxController_move_4'] = createExportWrapper('emscripten_bind_PxBoxController_move_4'); -var _emscripten_bind_PxBoxController_move_5 = Module['_emscripten_bind_PxBoxController_move_5'] = createExportWrapper('emscripten_bind_PxBoxController_move_5'); -var _emscripten_bind_PxBoxController_setPosition_1 = Module['_emscripten_bind_PxBoxController_setPosition_1'] = createExportWrapper('emscripten_bind_PxBoxController_setPosition_1'); -var _emscripten_bind_PxBoxController_getPosition_0 = Module['_emscripten_bind_PxBoxController_getPosition_0'] = createExportWrapper('emscripten_bind_PxBoxController_getPosition_0'); -var _emscripten_bind_PxBoxController_setFootPosition_1 = Module['_emscripten_bind_PxBoxController_setFootPosition_1'] = createExportWrapper('emscripten_bind_PxBoxController_setFootPosition_1'); -var _emscripten_bind_PxBoxController_getFootPosition_0 = Module['_emscripten_bind_PxBoxController_getFootPosition_0'] = createExportWrapper('emscripten_bind_PxBoxController_getFootPosition_0'); -var _emscripten_bind_PxBoxController_getActor_0 = Module['_emscripten_bind_PxBoxController_getActor_0'] = createExportWrapper('emscripten_bind_PxBoxController_getActor_0'); -var _emscripten_bind_PxBoxController_setStepOffset_1 = Module['_emscripten_bind_PxBoxController_setStepOffset_1'] = createExportWrapper('emscripten_bind_PxBoxController_setStepOffset_1'); -var _emscripten_bind_PxBoxController_getStepOffset_0 = Module['_emscripten_bind_PxBoxController_getStepOffset_0'] = createExportWrapper('emscripten_bind_PxBoxController_getStepOffset_0'); -var _emscripten_bind_PxBoxController_setNonWalkableMode_1 = Module['_emscripten_bind_PxBoxController_setNonWalkableMode_1'] = createExportWrapper('emscripten_bind_PxBoxController_setNonWalkableMode_1'); -var _emscripten_bind_PxBoxController_getNonWalkableMode_0 = Module['_emscripten_bind_PxBoxController_getNonWalkableMode_0'] = createExportWrapper('emscripten_bind_PxBoxController_getNonWalkableMode_0'); -var _emscripten_bind_PxBoxController_getContactOffset_0 = Module['_emscripten_bind_PxBoxController_getContactOffset_0'] = createExportWrapper('emscripten_bind_PxBoxController_getContactOffset_0'); -var _emscripten_bind_PxBoxController_setContactOffset_1 = Module['_emscripten_bind_PxBoxController_setContactOffset_1'] = createExportWrapper('emscripten_bind_PxBoxController_setContactOffset_1'); -var _emscripten_bind_PxBoxController_getUpDirection_0 = Module['_emscripten_bind_PxBoxController_getUpDirection_0'] = createExportWrapper('emscripten_bind_PxBoxController_getUpDirection_0'); -var _emscripten_bind_PxBoxController_setUpDirection_1 = Module['_emscripten_bind_PxBoxController_setUpDirection_1'] = createExportWrapper('emscripten_bind_PxBoxController_setUpDirection_1'); -var _emscripten_bind_PxBoxController_getSlopeLimit_0 = Module['_emscripten_bind_PxBoxController_getSlopeLimit_0'] = createExportWrapper('emscripten_bind_PxBoxController_getSlopeLimit_0'); -var _emscripten_bind_PxBoxController_setSlopeLimit_1 = Module['_emscripten_bind_PxBoxController_setSlopeLimit_1'] = createExportWrapper('emscripten_bind_PxBoxController_setSlopeLimit_1'); -var _emscripten_bind_PxBoxController_invalidateCache_0 = Module['_emscripten_bind_PxBoxController_invalidateCache_0'] = createExportWrapper('emscripten_bind_PxBoxController_invalidateCache_0'); -var _emscripten_bind_PxBoxController_getScene_0 = Module['_emscripten_bind_PxBoxController_getScene_0'] = createExportWrapper('emscripten_bind_PxBoxController_getScene_0'); -var _emscripten_bind_PxBoxController_getUserData_0 = Module['_emscripten_bind_PxBoxController_getUserData_0'] = createExportWrapper('emscripten_bind_PxBoxController_getUserData_0'); -var _emscripten_bind_PxBoxController_setUserData_1 = Module['_emscripten_bind_PxBoxController_setUserData_1'] = createExportWrapper('emscripten_bind_PxBoxController_setUserData_1'); -var _emscripten_bind_PxBoxController_getState_1 = Module['_emscripten_bind_PxBoxController_getState_1'] = createExportWrapper('emscripten_bind_PxBoxController_getState_1'); -var _emscripten_bind_PxBoxController_getStats_1 = Module['_emscripten_bind_PxBoxController_getStats_1'] = createExportWrapper('emscripten_bind_PxBoxController_getStats_1'); -var _emscripten_bind_PxBoxController_resize_1 = Module['_emscripten_bind_PxBoxController_resize_1'] = createExportWrapper('emscripten_bind_PxBoxController_resize_1'); -var _emscripten_bind_PxBoxControllerDesc_PxBoxControllerDesc_0 = Module['_emscripten_bind_PxBoxControllerDesc_PxBoxControllerDesc_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_PxBoxControllerDesc_0'); -var _emscripten_bind_PxBoxControllerDesc_setToDefault_0 = Module['_emscripten_bind_PxBoxControllerDesc_setToDefault_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_setToDefault_0'); -var _emscripten_bind_PxBoxControllerDesc_isValid_0 = Module['_emscripten_bind_PxBoxControllerDesc_isValid_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_isValid_0'); -var _emscripten_bind_PxBoxControllerDesc_getType_0 = Module['_emscripten_bind_PxBoxControllerDesc_getType_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_getType_0'); -var _emscripten_bind_PxBoxControllerDesc_get_halfHeight_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_halfHeight_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_halfHeight_0'); -var _emscripten_bind_PxBoxControllerDesc_set_halfHeight_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_halfHeight_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_halfHeight_1'); -var _emscripten_bind_PxBoxControllerDesc_get_halfSideExtent_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_halfSideExtent_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_halfSideExtent_0'); -var _emscripten_bind_PxBoxControllerDesc_set_halfSideExtent_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_halfSideExtent_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_halfSideExtent_1'); -var _emscripten_bind_PxBoxControllerDesc_get_halfForwardExtent_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_halfForwardExtent_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_halfForwardExtent_0'); -var _emscripten_bind_PxBoxControllerDesc_set_halfForwardExtent_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_halfForwardExtent_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_halfForwardExtent_1'); -var _emscripten_bind_PxBoxControllerDesc_get_position_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_position_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_position_0'); -var _emscripten_bind_PxBoxControllerDesc_set_position_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_position_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_position_1'); -var _emscripten_bind_PxBoxControllerDesc_get_upDirection_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_upDirection_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_upDirection_0'); -var _emscripten_bind_PxBoxControllerDesc_set_upDirection_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_upDirection_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_upDirection_1'); -var _emscripten_bind_PxBoxControllerDesc_get_slopeLimit_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_slopeLimit_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_slopeLimit_0'); -var _emscripten_bind_PxBoxControllerDesc_set_slopeLimit_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_slopeLimit_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_slopeLimit_1'); -var _emscripten_bind_PxBoxControllerDesc_get_invisibleWallHeight_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_invisibleWallHeight_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_invisibleWallHeight_0'); -var _emscripten_bind_PxBoxControllerDesc_set_invisibleWallHeight_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_invisibleWallHeight_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_invisibleWallHeight_1'); -var _emscripten_bind_PxBoxControllerDesc_get_maxJumpHeight_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_maxJumpHeight_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_maxJumpHeight_0'); -var _emscripten_bind_PxBoxControllerDesc_set_maxJumpHeight_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_maxJumpHeight_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_maxJumpHeight_1'); -var _emscripten_bind_PxBoxControllerDesc_get_contactOffset_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_contactOffset_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_contactOffset_0'); -var _emscripten_bind_PxBoxControllerDesc_set_contactOffset_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_contactOffset_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_contactOffset_1'); -var _emscripten_bind_PxBoxControllerDesc_get_stepOffset_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_stepOffset_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_stepOffset_0'); -var _emscripten_bind_PxBoxControllerDesc_set_stepOffset_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_stepOffset_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_stepOffset_1'); -var _emscripten_bind_PxBoxControllerDesc_get_density_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_density_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_density_0'); -var _emscripten_bind_PxBoxControllerDesc_set_density_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_density_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_density_1'); -var _emscripten_bind_PxBoxControllerDesc_get_scaleCoeff_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_scaleCoeff_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_scaleCoeff_0'); -var _emscripten_bind_PxBoxControllerDesc_set_scaleCoeff_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_scaleCoeff_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_scaleCoeff_1'); -var _emscripten_bind_PxBoxControllerDesc_get_volumeGrowth_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_volumeGrowth_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_volumeGrowth_0'); -var _emscripten_bind_PxBoxControllerDesc_set_volumeGrowth_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_volumeGrowth_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_volumeGrowth_1'); -var _emscripten_bind_PxBoxControllerDesc_get_reportCallback_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_reportCallback_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_reportCallback_0'); -var _emscripten_bind_PxBoxControllerDesc_set_reportCallback_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_reportCallback_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_reportCallback_1'); -var _emscripten_bind_PxBoxControllerDesc_get_behaviorCallback_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_behaviorCallback_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_behaviorCallback_0'); -var _emscripten_bind_PxBoxControllerDesc_set_behaviorCallback_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_behaviorCallback_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_behaviorCallback_1'); -var _emscripten_bind_PxBoxControllerDesc_get_nonWalkableMode_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_nonWalkableMode_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_nonWalkableMode_0'); -var _emscripten_bind_PxBoxControllerDesc_set_nonWalkableMode_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_nonWalkableMode_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_nonWalkableMode_1'); -var _emscripten_bind_PxBoxControllerDesc_get_material_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_material_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_material_0'); -var _emscripten_bind_PxBoxControllerDesc_set_material_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_material_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_material_1'); -var _emscripten_bind_PxBoxControllerDesc_get_registerDeletionListener_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_registerDeletionListener_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_registerDeletionListener_0'); -var _emscripten_bind_PxBoxControllerDesc_set_registerDeletionListener_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_registerDeletionListener_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_registerDeletionListener_1'); -var _emscripten_bind_PxBoxControllerDesc_get_userData_0 = Module['_emscripten_bind_PxBoxControllerDesc_get_userData_0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_get_userData_0'); -var _emscripten_bind_PxBoxControllerDesc_set_userData_1 = Module['_emscripten_bind_PxBoxControllerDesc_set_userData_1'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc_set_userData_1'); -var _emscripten_bind_PxBoxControllerDesc___destroy___0 = Module['_emscripten_bind_PxBoxControllerDesc___destroy___0'] = createExportWrapper('emscripten_bind_PxBoxControllerDesc___destroy___0'); -var _emscripten_bind_PxBoxGeometry_PxBoxGeometry_3 = Module['_emscripten_bind_PxBoxGeometry_PxBoxGeometry_3'] = createExportWrapper('emscripten_bind_PxBoxGeometry_PxBoxGeometry_3'); -var _emscripten_bind_PxBoxGeometry_getType_0 = Module['_emscripten_bind_PxBoxGeometry_getType_0'] = createExportWrapper('emscripten_bind_PxBoxGeometry_getType_0'); -var _emscripten_bind_PxBoxGeometry_get_halfExtents_0 = Module['_emscripten_bind_PxBoxGeometry_get_halfExtents_0'] = createExportWrapper('emscripten_bind_PxBoxGeometry_get_halfExtents_0'); -var _emscripten_bind_PxBoxGeometry_set_halfExtents_1 = Module['_emscripten_bind_PxBoxGeometry_set_halfExtents_1'] = createExportWrapper('emscripten_bind_PxBoxGeometry_set_halfExtents_1'); -var _emscripten_bind_PxBoxGeometry___destroy___0 = Module['_emscripten_bind_PxBoxGeometry___destroy___0'] = createExportWrapper('emscripten_bind_PxBoxGeometry___destroy___0'); -var _emscripten_bind_PxBoxObstacle_PxBoxObstacle_0 = Module['_emscripten_bind_PxBoxObstacle_PxBoxObstacle_0'] = createExportWrapper('emscripten_bind_PxBoxObstacle_PxBoxObstacle_0'); -var _emscripten_bind_PxBoxObstacle_getType_0 = Module['_emscripten_bind_PxBoxObstacle_getType_0'] = createExportWrapper('emscripten_bind_PxBoxObstacle_getType_0'); -var _emscripten_bind_PxBoxObstacle_get_mHalfExtents_0 = Module['_emscripten_bind_PxBoxObstacle_get_mHalfExtents_0'] = createExportWrapper('emscripten_bind_PxBoxObstacle_get_mHalfExtents_0'); -var _emscripten_bind_PxBoxObstacle_set_mHalfExtents_1 = Module['_emscripten_bind_PxBoxObstacle_set_mHalfExtents_1'] = createExportWrapper('emscripten_bind_PxBoxObstacle_set_mHalfExtents_1'); -var _emscripten_bind_PxBoxObstacle_get_mUserData_0 = Module['_emscripten_bind_PxBoxObstacle_get_mUserData_0'] = createExportWrapper('emscripten_bind_PxBoxObstacle_get_mUserData_0'); -var _emscripten_bind_PxBoxObstacle_set_mUserData_1 = Module['_emscripten_bind_PxBoxObstacle_set_mUserData_1'] = createExportWrapper('emscripten_bind_PxBoxObstacle_set_mUserData_1'); -var _emscripten_bind_PxBoxObstacle_get_mPos_0 = Module['_emscripten_bind_PxBoxObstacle_get_mPos_0'] = createExportWrapper('emscripten_bind_PxBoxObstacle_get_mPos_0'); -var _emscripten_bind_PxBoxObstacle_set_mPos_1 = Module['_emscripten_bind_PxBoxObstacle_set_mPos_1'] = createExportWrapper('emscripten_bind_PxBoxObstacle_set_mPos_1'); -var _emscripten_bind_PxBoxObstacle_get_mRot_0 = Module['_emscripten_bind_PxBoxObstacle_get_mRot_0'] = createExportWrapper('emscripten_bind_PxBoxObstacle_get_mRot_0'); -var _emscripten_bind_PxBoxObstacle_set_mRot_1 = Module['_emscripten_bind_PxBoxObstacle_set_mRot_1'] = createExportWrapper('emscripten_bind_PxBoxObstacle_set_mRot_1'); -var _emscripten_bind_PxBoxObstacle___destroy___0 = Module['_emscripten_bind_PxBoxObstacle___destroy___0'] = createExportWrapper('emscripten_bind_PxBoxObstacle___destroy___0'); -var _emscripten_bind_PxBroadPhaseCaps_PxBroadPhaseCaps_0 = Module['_emscripten_bind_PxBroadPhaseCaps_PxBroadPhaseCaps_0'] = createExportWrapper('emscripten_bind_PxBroadPhaseCaps_PxBroadPhaseCaps_0'); -var _emscripten_bind_PxBroadPhaseCaps_get_mMaxNbRegions_0 = Module['_emscripten_bind_PxBroadPhaseCaps_get_mMaxNbRegions_0'] = createExportWrapper('emscripten_bind_PxBroadPhaseCaps_get_mMaxNbRegions_0'); -var _emscripten_bind_PxBroadPhaseCaps_set_mMaxNbRegions_1 = Module['_emscripten_bind_PxBroadPhaseCaps_set_mMaxNbRegions_1'] = createExportWrapper('emscripten_bind_PxBroadPhaseCaps_set_mMaxNbRegions_1'); -var _emscripten_bind_PxBroadPhaseCaps___destroy___0 = Module['_emscripten_bind_PxBroadPhaseCaps___destroy___0'] = createExportWrapper('emscripten_bind_PxBroadPhaseCaps___destroy___0'); -var _emscripten_bind_PxBroadPhaseRegion_PxBroadPhaseRegion_0 = Module['_emscripten_bind_PxBroadPhaseRegion_PxBroadPhaseRegion_0'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegion_PxBroadPhaseRegion_0'); -var _emscripten_bind_PxBroadPhaseRegion_get_mBounds_0 = Module['_emscripten_bind_PxBroadPhaseRegion_get_mBounds_0'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegion_get_mBounds_0'); -var _emscripten_bind_PxBroadPhaseRegion_set_mBounds_1 = Module['_emscripten_bind_PxBroadPhaseRegion_set_mBounds_1'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegion_set_mBounds_1'); -var _emscripten_bind_PxBroadPhaseRegion_get_mUserData_0 = Module['_emscripten_bind_PxBroadPhaseRegion_get_mUserData_0'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegion_get_mUserData_0'); -var _emscripten_bind_PxBroadPhaseRegion_set_mUserData_1 = Module['_emscripten_bind_PxBroadPhaseRegion_set_mUserData_1'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegion_set_mUserData_1'); -var _emscripten_bind_PxBroadPhaseRegion___destroy___0 = Module['_emscripten_bind_PxBroadPhaseRegion___destroy___0'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegion___destroy___0'); -var _emscripten_bind_PxBroadPhaseRegionInfo_PxBroadPhaseRegionInfo_0 = Module['_emscripten_bind_PxBroadPhaseRegionInfo_PxBroadPhaseRegionInfo_0'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegionInfo_PxBroadPhaseRegionInfo_0'); -var _emscripten_bind_PxBroadPhaseRegionInfo_get_mRegion_0 = Module['_emscripten_bind_PxBroadPhaseRegionInfo_get_mRegion_0'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegionInfo_get_mRegion_0'); -var _emscripten_bind_PxBroadPhaseRegionInfo_set_mRegion_1 = Module['_emscripten_bind_PxBroadPhaseRegionInfo_set_mRegion_1'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegionInfo_set_mRegion_1'); -var _emscripten_bind_PxBroadPhaseRegionInfo_get_mNbStaticObjects_0 = Module['_emscripten_bind_PxBroadPhaseRegionInfo_get_mNbStaticObjects_0'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegionInfo_get_mNbStaticObjects_0'); -var _emscripten_bind_PxBroadPhaseRegionInfo_set_mNbStaticObjects_1 = Module['_emscripten_bind_PxBroadPhaseRegionInfo_set_mNbStaticObjects_1'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegionInfo_set_mNbStaticObjects_1'); -var _emscripten_bind_PxBroadPhaseRegionInfo_get_mNbDynamicObjects_0 = Module['_emscripten_bind_PxBroadPhaseRegionInfo_get_mNbDynamicObjects_0'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegionInfo_get_mNbDynamicObjects_0'); -var _emscripten_bind_PxBroadPhaseRegionInfo_set_mNbDynamicObjects_1 = Module['_emscripten_bind_PxBroadPhaseRegionInfo_set_mNbDynamicObjects_1'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegionInfo_set_mNbDynamicObjects_1'); -var _emscripten_bind_PxBroadPhaseRegionInfo_get_mActive_0 = Module['_emscripten_bind_PxBroadPhaseRegionInfo_get_mActive_0'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegionInfo_get_mActive_0'); -var _emscripten_bind_PxBroadPhaseRegionInfo_set_mActive_1 = Module['_emscripten_bind_PxBroadPhaseRegionInfo_set_mActive_1'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegionInfo_set_mActive_1'); -var _emscripten_bind_PxBroadPhaseRegionInfo_get_mOverlap_0 = Module['_emscripten_bind_PxBroadPhaseRegionInfo_get_mOverlap_0'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegionInfo_get_mOverlap_0'); -var _emscripten_bind_PxBroadPhaseRegionInfo_set_mOverlap_1 = Module['_emscripten_bind_PxBroadPhaseRegionInfo_set_mOverlap_1'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegionInfo_set_mOverlap_1'); -var _emscripten_bind_PxBroadPhaseRegionInfo___destroy___0 = Module['_emscripten_bind_PxBroadPhaseRegionInfo___destroy___0'] = createExportWrapper('emscripten_bind_PxBroadPhaseRegionInfo___destroy___0'); -var _emscripten_bind_PxCapsuleController_getRadius_0 = Module['_emscripten_bind_PxCapsuleController_getRadius_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_getRadius_0'); -var _emscripten_bind_PxCapsuleController_setRadius_1 = Module['_emscripten_bind_PxCapsuleController_setRadius_1'] = createExportWrapper('emscripten_bind_PxCapsuleController_setRadius_1'); -var _emscripten_bind_PxCapsuleController_getHeight_0 = Module['_emscripten_bind_PxCapsuleController_getHeight_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_getHeight_0'); -var _emscripten_bind_PxCapsuleController_setHeight_1 = Module['_emscripten_bind_PxCapsuleController_setHeight_1'] = createExportWrapper('emscripten_bind_PxCapsuleController_setHeight_1'); -var _emscripten_bind_PxCapsuleController_getClimbingMode_0 = Module['_emscripten_bind_PxCapsuleController_getClimbingMode_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_getClimbingMode_0'); -var _emscripten_bind_PxCapsuleController_setClimbingMode_1 = Module['_emscripten_bind_PxCapsuleController_setClimbingMode_1'] = createExportWrapper('emscripten_bind_PxCapsuleController_setClimbingMode_1'); -var _emscripten_bind_PxCapsuleController_getType_0 = Module['_emscripten_bind_PxCapsuleController_getType_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_getType_0'); -var _emscripten_bind_PxCapsuleController_release_0 = Module['_emscripten_bind_PxCapsuleController_release_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_release_0'); -var _emscripten_bind_PxCapsuleController_move_4 = Module['_emscripten_bind_PxCapsuleController_move_4'] = createExportWrapper('emscripten_bind_PxCapsuleController_move_4'); -var _emscripten_bind_PxCapsuleController_move_5 = Module['_emscripten_bind_PxCapsuleController_move_5'] = createExportWrapper('emscripten_bind_PxCapsuleController_move_5'); -var _emscripten_bind_PxCapsuleController_setPosition_1 = Module['_emscripten_bind_PxCapsuleController_setPosition_1'] = createExportWrapper('emscripten_bind_PxCapsuleController_setPosition_1'); -var _emscripten_bind_PxCapsuleController_getPosition_0 = Module['_emscripten_bind_PxCapsuleController_getPosition_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_getPosition_0'); -var _emscripten_bind_PxCapsuleController_setFootPosition_1 = Module['_emscripten_bind_PxCapsuleController_setFootPosition_1'] = createExportWrapper('emscripten_bind_PxCapsuleController_setFootPosition_1'); -var _emscripten_bind_PxCapsuleController_getFootPosition_0 = Module['_emscripten_bind_PxCapsuleController_getFootPosition_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_getFootPosition_0'); -var _emscripten_bind_PxCapsuleController_getActor_0 = Module['_emscripten_bind_PxCapsuleController_getActor_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_getActor_0'); -var _emscripten_bind_PxCapsuleController_setStepOffset_1 = Module['_emscripten_bind_PxCapsuleController_setStepOffset_1'] = createExportWrapper('emscripten_bind_PxCapsuleController_setStepOffset_1'); -var _emscripten_bind_PxCapsuleController_getStepOffset_0 = Module['_emscripten_bind_PxCapsuleController_getStepOffset_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_getStepOffset_0'); -var _emscripten_bind_PxCapsuleController_setNonWalkableMode_1 = Module['_emscripten_bind_PxCapsuleController_setNonWalkableMode_1'] = createExportWrapper('emscripten_bind_PxCapsuleController_setNonWalkableMode_1'); -var _emscripten_bind_PxCapsuleController_getNonWalkableMode_0 = Module['_emscripten_bind_PxCapsuleController_getNonWalkableMode_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_getNonWalkableMode_0'); -var _emscripten_bind_PxCapsuleController_getContactOffset_0 = Module['_emscripten_bind_PxCapsuleController_getContactOffset_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_getContactOffset_0'); -var _emscripten_bind_PxCapsuleController_setContactOffset_1 = Module['_emscripten_bind_PxCapsuleController_setContactOffset_1'] = createExportWrapper('emscripten_bind_PxCapsuleController_setContactOffset_1'); -var _emscripten_bind_PxCapsuleController_getUpDirection_0 = Module['_emscripten_bind_PxCapsuleController_getUpDirection_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_getUpDirection_0'); -var _emscripten_bind_PxCapsuleController_setUpDirection_1 = Module['_emscripten_bind_PxCapsuleController_setUpDirection_1'] = createExportWrapper('emscripten_bind_PxCapsuleController_setUpDirection_1'); -var _emscripten_bind_PxCapsuleController_getSlopeLimit_0 = Module['_emscripten_bind_PxCapsuleController_getSlopeLimit_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_getSlopeLimit_0'); -var _emscripten_bind_PxCapsuleController_setSlopeLimit_1 = Module['_emscripten_bind_PxCapsuleController_setSlopeLimit_1'] = createExportWrapper('emscripten_bind_PxCapsuleController_setSlopeLimit_1'); -var _emscripten_bind_PxCapsuleController_invalidateCache_0 = Module['_emscripten_bind_PxCapsuleController_invalidateCache_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_invalidateCache_0'); -var _emscripten_bind_PxCapsuleController_getScene_0 = Module['_emscripten_bind_PxCapsuleController_getScene_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_getScene_0'); -var _emscripten_bind_PxCapsuleController_getUserData_0 = Module['_emscripten_bind_PxCapsuleController_getUserData_0'] = createExportWrapper('emscripten_bind_PxCapsuleController_getUserData_0'); -var _emscripten_bind_PxCapsuleController_setUserData_1 = Module['_emscripten_bind_PxCapsuleController_setUserData_1'] = createExportWrapper('emscripten_bind_PxCapsuleController_setUserData_1'); -var _emscripten_bind_PxCapsuleController_getState_1 = Module['_emscripten_bind_PxCapsuleController_getState_1'] = createExportWrapper('emscripten_bind_PxCapsuleController_getState_1'); -var _emscripten_bind_PxCapsuleController_getStats_1 = Module['_emscripten_bind_PxCapsuleController_getStats_1'] = createExportWrapper('emscripten_bind_PxCapsuleController_getStats_1'); -var _emscripten_bind_PxCapsuleController_resize_1 = Module['_emscripten_bind_PxCapsuleController_resize_1'] = createExportWrapper('emscripten_bind_PxCapsuleController_resize_1'); -var _emscripten_bind_PxCapsuleControllerDesc_PxCapsuleControllerDesc_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_PxCapsuleControllerDesc_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_PxCapsuleControllerDesc_0'); -var _emscripten_bind_PxCapsuleControllerDesc_setToDefault_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_setToDefault_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_setToDefault_0'); -var _emscripten_bind_PxCapsuleControllerDesc_isValid_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_isValid_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_isValid_0'); -var _emscripten_bind_PxCapsuleControllerDesc_getType_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_getType_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_getType_0'); -var _emscripten_bind_PxCapsuleControllerDesc_get_radius_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_radius_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_radius_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_radius_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_radius_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_radius_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_height_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_height_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_height_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_height_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_height_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_height_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_climbingMode_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_climbingMode_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_climbingMode_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_climbingMode_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_climbingMode_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_climbingMode_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_position_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_position_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_position_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_position_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_position_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_position_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_upDirection_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_upDirection_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_upDirection_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_upDirection_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_upDirection_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_upDirection_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_slopeLimit_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_slopeLimit_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_slopeLimit_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_slopeLimit_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_slopeLimit_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_slopeLimit_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_invisibleWallHeight_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_invisibleWallHeight_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_invisibleWallHeight_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_invisibleWallHeight_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_invisibleWallHeight_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_invisibleWallHeight_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_maxJumpHeight_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_maxJumpHeight_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_maxJumpHeight_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_maxJumpHeight_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_maxJumpHeight_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_maxJumpHeight_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_contactOffset_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_contactOffset_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_contactOffset_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_contactOffset_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_contactOffset_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_contactOffset_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_stepOffset_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_stepOffset_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_stepOffset_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_stepOffset_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_stepOffset_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_stepOffset_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_density_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_density_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_density_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_density_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_density_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_density_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_scaleCoeff_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_scaleCoeff_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_scaleCoeff_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_scaleCoeff_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_scaleCoeff_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_scaleCoeff_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_volumeGrowth_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_volumeGrowth_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_volumeGrowth_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_volumeGrowth_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_volumeGrowth_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_volumeGrowth_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_reportCallback_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_reportCallback_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_reportCallback_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_reportCallback_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_reportCallback_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_reportCallback_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_behaviorCallback_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_behaviorCallback_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_behaviorCallback_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_behaviorCallback_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_behaviorCallback_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_behaviorCallback_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_nonWalkableMode_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_nonWalkableMode_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_nonWalkableMode_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_nonWalkableMode_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_nonWalkableMode_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_nonWalkableMode_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_material_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_material_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_material_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_material_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_material_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_material_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_registerDeletionListener_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_registerDeletionListener_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_registerDeletionListener_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_registerDeletionListener_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_registerDeletionListener_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_registerDeletionListener_1'); -var _emscripten_bind_PxCapsuleControllerDesc_get_userData_0 = Module['_emscripten_bind_PxCapsuleControllerDesc_get_userData_0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_get_userData_0'); -var _emscripten_bind_PxCapsuleControllerDesc_set_userData_1 = Module['_emscripten_bind_PxCapsuleControllerDesc_set_userData_1'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc_set_userData_1'); -var _emscripten_bind_PxCapsuleControllerDesc___destroy___0 = Module['_emscripten_bind_PxCapsuleControllerDesc___destroy___0'] = createExportWrapper('emscripten_bind_PxCapsuleControllerDesc___destroy___0'); -var _emscripten_bind_PxCapsuleGeometry_PxCapsuleGeometry_2 = Module['_emscripten_bind_PxCapsuleGeometry_PxCapsuleGeometry_2'] = createExportWrapper('emscripten_bind_PxCapsuleGeometry_PxCapsuleGeometry_2'); -var _emscripten_bind_PxCapsuleGeometry_getType_0 = Module['_emscripten_bind_PxCapsuleGeometry_getType_0'] = createExportWrapper('emscripten_bind_PxCapsuleGeometry_getType_0'); -var _emscripten_bind_PxCapsuleGeometry_get_radius_0 = Module['_emscripten_bind_PxCapsuleGeometry_get_radius_0'] = createExportWrapper('emscripten_bind_PxCapsuleGeometry_get_radius_0'); -var _emscripten_bind_PxCapsuleGeometry_set_radius_1 = Module['_emscripten_bind_PxCapsuleGeometry_set_radius_1'] = createExportWrapper('emscripten_bind_PxCapsuleGeometry_set_radius_1'); -var _emscripten_bind_PxCapsuleGeometry_get_halfHeight_0 = Module['_emscripten_bind_PxCapsuleGeometry_get_halfHeight_0'] = createExportWrapper('emscripten_bind_PxCapsuleGeometry_get_halfHeight_0'); -var _emscripten_bind_PxCapsuleGeometry_set_halfHeight_1 = Module['_emscripten_bind_PxCapsuleGeometry_set_halfHeight_1'] = createExportWrapper('emscripten_bind_PxCapsuleGeometry_set_halfHeight_1'); -var _emscripten_bind_PxCapsuleGeometry___destroy___0 = Module['_emscripten_bind_PxCapsuleGeometry___destroy___0'] = createExportWrapper('emscripten_bind_PxCapsuleGeometry___destroy___0'); -var _emscripten_bind_PxCapsuleObstacle_PxCapsuleObstacle_0 = Module['_emscripten_bind_PxCapsuleObstacle_PxCapsuleObstacle_0'] = createExportWrapper('emscripten_bind_PxCapsuleObstacle_PxCapsuleObstacle_0'); -var _emscripten_bind_PxCapsuleObstacle_getType_0 = Module['_emscripten_bind_PxCapsuleObstacle_getType_0'] = createExportWrapper('emscripten_bind_PxCapsuleObstacle_getType_0'); -var _emscripten_bind_PxCapsuleObstacle_get_mHalfHeight_0 = Module['_emscripten_bind_PxCapsuleObstacle_get_mHalfHeight_0'] = createExportWrapper('emscripten_bind_PxCapsuleObstacle_get_mHalfHeight_0'); -var _emscripten_bind_PxCapsuleObstacle_set_mHalfHeight_1 = Module['_emscripten_bind_PxCapsuleObstacle_set_mHalfHeight_1'] = createExportWrapper('emscripten_bind_PxCapsuleObstacle_set_mHalfHeight_1'); -var _emscripten_bind_PxCapsuleObstacle_get_mRadius_0 = Module['_emscripten_bind_PxCapsuleObstacle_get_mRadius_0'] = createExportWrapper('emscripten_bind_PxCapsuleObstacle_get_mRadius_0'); -var _emscripten_bind_PxCapsuleObstacle_set_mRadius_1 = Module['_emscripten_bind_PxCapsuleObstacle_set_mRadius_1'] = createExportWrapper('emscripten_bind_PxCapsuleObstacle_set_mRadius_1'); -var _emscripten_bind_PxCapsuleObstacle_get_mUserData_0 = Module['_emscripten_bind_PxCapsuleObstacle_get_mUserData_0'] = createExportWrapper('emscripten_bind_PxCapsuleObstacle_get_mUserData_0'); -var _emscripten_bind_PxCapsuleObstacle_set_mUserData_1 = Module['_emscripten_bind_PxCapsuleObstacle_set_mUserData_1'] = createExportWrapper('emscripten_bind_PxCapsuleObstacle_set_mUserData_1'); -var _emscripten_bind_PxCapsuleObstacle_get_mPos_0 = Module['_emscripten_bind_PxCapsuleObstacle_get_mPos_0'] = createExportWrapper('emscripten_bind_PxCapsuleObstacle_get_mPos_0'); -var _emscripten_bind_PxCapsuleObstacle_set_mPos_1 = Module['_emscripten_bind_PxCapsuleObstacle_set_mPos_1'] = createExportWrapper('emscripten_bind_PxCapsuleObstacle_set_mPos_1'); -var _emscripten_bind_PxCapsuleObstacle_get_mRot_0 = Module['_emscripten_bind_PxCapsuleObstacle_get_mRot_0'] = createExportWrapper('emscripten_bind_PxCapsuleObstacle_get_mRot_0'); -var _emscripten_bind_PxCapsuleObstacle_set_mRot_1 = Module['_emscripten_bind_PxCapsuleObstacle_set_mRot_1'] = createExportWrapper('emscripten_bind_PxCapsuleObstacle_set_mRot_1'); -var _emscripten_bind_PxCapsuleObstacle___destroy___0 = Module['_emscripten_bind_PxCapsuleObstacle___destroy___0'] = createExportWrapper('emscripten_bind_PxCapsuleObstacle___destroy___0'); -var _emscripten_bind_PxCollection_add_1 = Module['_emscripten_bind_PxCollection_add_1'] = createExportWrapper('emscripten_bind_PxCollection_add_1'); -var _emscripten_bind_PxCollection_add_2 = Module['_emscripten_bind_PxCollection_add_2'] = createExportWrapper('emscripten_bind_PxCollection_add_2'); -var _emscripten_bind_PxCollection_remove_1 = Module['_emscripten_bind_PxCollection_remove_1'] = createExportWrapper('emscripten_bind_PxCollection_remove_1'); -var _emscripten_bind_PxCollection_contains_1 = Module['_emscripten_bind_PxCollection_contains_1'] = createExportWrapper('emscripten_bind_PxCollection_contains_1'); -var _emscripten_bind_PxCollection_addId_2 = Module['_emscripten_bind_PxCollection_addId_2'] = createExportWrapper('emscripten_bind_PxCollection_addId_2'); -var _emscripten_bind_PxCollection_removeId_1 = Module['_emscripten_bind_PxCollection_removeId_1'] = createExportWrapper('emscripten_bind_PxCollection_removeId_1'); -var _emscripten_bind_PxCollection_getNbObjects_0 = Module['_emscripten_bind_PxCollection_getNbObjects_0'] = createExportWrapper('emscripten_bind_PxCollection_getNbObjects_0'); -var _emscripten_bind_PxCollection_getObject_1 = Module['_emscripten_bind_PxCollection_getObject_1'] = createExportWrapper('emscripten_bind_PxCollection_getObject_1'); -var _emscripten_bind_PxCollection_find_1 = Module['_emscripten_bind_PxCollection_find_1'] = createExportWrapper('emscripten_bind_PxCollection_find_1'); -var _emscripten_bind_PxCollection_getNbIds_0 = Module['_emscripten_bind_PxCollection_getNbIds_0'] = createExportWrapper('emscripten_bind_PxCollection_getNbIds_0'); -var _emscripten_bind_PxCollection_getId_1 = Module['_emscripten_bind_PxCollection_getId_1'] = createExportWrapper('emscripten_bind_PxCollection_getId_1'); -var _emscripten_bind_PxCollection_release_0 = Module['_emscripten_bind_PxCollection_release_0'] = createExportWrapper('emscripten_bind_PxCollection_release_0'); -var _emscripten_bind_PxCollectionExt_releaseObjects_1 = Module['_emscripten_bind_PxCollectionExt_releaseObjects_1'] = createExportWrapper('emscripten_bind_PxCollectionExt_releaseObjects_1'); -var _emscripten_bind_PxCollectionExt_releaseObjects_2 = Module['_emscripten_bind_PxCollectionExt_releaseObjects_2'] = createExportWrapper('emscripten_bind_PxCollectionExt_releaseObjects_2'); -var _emscripten_bind_PxCollectionExt_remove_2 = Module['_emscripten_bind_PxCollectionExt_remove_2'] = createExportWrapper('emscripten_bind_PxCollectionExt_remove_2'); -var _emscripten_bind_PxCollectionExt_remove_3 = Module['_emscripten_bind_PxCollectionExt_remove_3'] = createExportWrapper('emscripten_bind_PxCollectionExt_remove_3'); -var _emscripten_bind_PxCollectionExt_createCollection_1 = Module['_emscripten_bind_PxCollectionExt_createCollection_1'] = createExportWrapper('emscripten_bind_PxCollectionExt_createCollection_1'); -var _emscripten_bind_PxCollectionExt___destroy___0 = Module['_emscripten_bind_PxCollectionExt___destroy___0'] = createExportWrapper('emscripten_bind_PxCollectionExt___destroy___0'); -var _emscripten_bind_PxConstraint_getScene_0 = Module['_emscripten_bind_PxConstraint_getScene_0'] = createExportWrapper('emscripten_bind_PxConstraint_getScene_0'); -var _emscripten_bind_PxConstraint_setActors_2 = Module['_emscripten_bind_PxConstraint_setActors_2'] = createExportWrapper('emscripten_bind_PxConstraint_setActors_2'); -var _emscripten_bind_PxConstraint_markDirty_0 = Module['_emscripten_bind_PxConstraint_markDirty_0'] = createExportWrapper('emscripten_bind_PxConstraint_markDirty_0'); -var _emscripten_bind_PxConstraint_setFlags_1 = Module['_emscripten_bind_PxConstraint_setFlags_1'] = createExportWrapper('emscripten_bind_PxConstraint_setFlags_1'); -var _emscripten_bind_PxConstraint_getFlags_0 = Module['_emscripten_bind_PxConstraint_getFlags_0'] = createExportWrapper('emscripten_bind_PxConstraint_getFlags_0'); -var _emscripten_bind_PxConstraint_setFlag_2 = Module['_emscripten_bind_PxConstraint_setFlag_2'] = createExportWrapper('emscripten_bind_PxConstraint_setFlag_2'); -var _emscripten_bind_PxConstraint_getForce_2 = Module['_emscripten_bind_PxConstraint_getForce_2'] = createExportWrapper('emscripten_bind_PxConstraint_getForce_2'); -var _emscripten_bind_PxConstraint_isValid_0 = Module['_emscripten_bind_PxConstraint_isValid_0'] = createExportWrapper('emscripten_bind_PxConstraint_isValid_0'); -var _emscripten_bind_PxConstraint_setBreakForce_2 = Module['_emscripten_bind_PxConstraint_setBreakForce_2'] = createExportWrapper('emscripten_bind_PxConstraint_setBreakForce_2'); -var _emscripten_bind_PxConstraint_setMinResponseThreshold_1 = Module['_emscripten_bind_PxConstraint_setMinResponseThreshold_1'] = createExportWrapper('emscripten_bind_PxConstraint_setMinResponseThreshold_1'); -var _emscripten_bind_PxConstraint_getMinResponseThreshold_0 = Module['_emscripten_bind_PxConstraint_getMinResponseThreshold_0'] = createExportWrapper('emscripten_bind_PxConstraint_getMinResponseThreshold_0'); -var _emscripten_bind_PxConstraint_release_0 = Module['_emscripten_bind_PxConstraint_release_0'] = createExportWrapper('emscripten_bind_PxConstraint_release_0'); -var _emscripten_bind_PxConstraint_getConcreteTypeName_0 = Module['_emscripten_bind_PxConstraint_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxConstraint_getConcreteTypeName_0'); -var _emscripten_bind_PxConstraint_getConcreteType_0 = Module['_emscripten_bind_PxConstraint_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxConstraint_getConcreteType_0'); -var _emscripten_bind_PxConstraint_setBaseFlag_2 = Module['_emscripten_bind_PxConstraint_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxConstraint_setBaseFlag_2'); -var _emscripten_bind_PxConstraint_setBaseFlags_1 = Module['_emscripten_bind_PxConstraint_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxConstraint_setBaseFlags_1'); -var _emscripten_bind_PxConstraint_getBaseFlags_0 = Module['_emscripten_bind_PxConstraint_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxConstraint_getBaseFlags_0'); -var _emscripten_bind_PxConstraint_isReleasable_0 = Module['_emscripten_bind_PxConstraint_isReleasable_0'] = createExportWrapper('emscripten_bind_PxConstraint_isReleasable_0'); -var _emscripten_bind_PxConstraintFlags_PxConstraintFlags_1 = Module['_emscripten_bind_PxConstraintFlags_PxConstraintFlags_1'] = createExportWrapper('emscripten_bind_PxConstraintFlags_PxConstraintFlags_1'); -var _emscripten_bind_PxConstraintFlags_isSet_1 = Module['_emscripten_bind_PxConstraintFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxConstraintFlags_isSet_1'); -var _emscripten_bind_PxConstraintFlags_raise_1 = Module['_emscripten_bind_PxConstraintFlags_raise_1'] = createExportWrapper('emscripten_bind_PxConstraintFlags_raise_1'); -var _emscripten_bind_PxConstraintFlags_clear_1 = Module['_emscripten_bind_PxConstraintFlags_clear_1'] = createExportWrapper('emscripten_bind_PxConstraintFlags_clear_1'); -var _emscripten_bind_PxConstraintFlags___destroy___0 = Module['_emscripten_bind_PxConstraintFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxConstraintFlags___destroy___0'); -var _emscripten_bind_PxConstraintInfo_get_constraint_0 = Module['_emscripten_bind_PxConstraintInfo_get_constraint_0'] = createExportWrapper('emscripten_bind_PxConstraintInfo_get_constraint_0'); -var _emscripten_bind_PxConstraintInfo_set_constraint_1 = Module['_emscripten_bind_PxConstraintInfo_set_constraint_1'] = createExportWrapper('emscripten_bind_PxConstraintInfo_set_constraint_1'); -var _emscripten_bind_PxConstraintInfo_get_externalReference_0 = Module['_emscripten_bind_PxConstraintInfo_get_externalReference_0'] = createExportWrapper('emscripten_bind_PxConstraintInfo_get_externalReference_0'); -var _emscripten_bind_PxConstraintInfo_set_externalReference_1 = Module['_emscripten_bind_PxConstraintInfo_set_externalReference_1'] = createExportWrapper('emscripten_bind_PxConstraintInfo_set_externalReference_1'); -var _emscripten_bind_PxConstraintInfo_get_type_0 = Module['_emscripten_bind_PxConstraintInfo_get_type_0'] = createExportWrapper('emscripten_bind_PxConstraintInfo_get_type_0'); -var _emscripten_bind_PxConstraintInfo_set_type_1 = Module['_emscripten_bind_PxConstraintInfo_set_type_1'] = createExportWrapper('emscripten_bind_PxConstraintInfo_set_type_1'); -var _emscripten_bind_PxConstraintInfo___destroy___0 = Module['_emscripten_bind_PxConstraintInfo___destroy___0'] = createExportWrapper('emscripten_bind_PxConstraintInfo___destroy___0'); -var _emscripten_bind_PxConstraintSolverPrep___destroy___0 = Module['_emscripten_bind_PxConstraintSolverPrep___destroy___0'] = createExportWrapper('emscripten_bind_PxConstraintSolverPrep___destroy___0'); -var _emscripten_bind_PxContactBuffer_reset_0 = Module['_emscripten_bind_PxContactBuffer_reset_0'] = createExportWrapper('emscripten_bind_PxContactBuffer_reset_0'); -var _emscripten_bind_PxContactBuffer_contact_1 = Module['_emscripten_bind_PxContactBuffer_contact_1'] = createExportWrapper('emscripten_bind_PxContactBuffer_contact_1'); -var _emscripten_bind_PxContactBuffer_contact_3 = Module['_emscripten_bind_PxContactBuffer_contact_3'] = createExportWrapper('emscripten_bind_PxContactBuffer_contact_3'); -var _emscripten_bind_PxContactBuffer_contact_4 = Module['_emscripten_bind_PxContactBuffer_contact_4'] = createExportWrapper('emscripten_bind_PxContactBuffer_contact_4'); -var _emscripten_bind_PxContactBuffer_get_contacts_1 = Module['_emscripten_bind_PxContactBuffer_get_contacts_1'] = createExportWrapper('emscripten_bind_PxContactBuffer_get_contacts_1'); -var _emscripten_bind_PxContactBuffer_set_contacts_2 = Module['_emscripten_bind_PxContactBuffer_set_contacts_2'] = createExportWrapper('emscripten_bind_PxContactBuffer_set_contacts_2'); -var _emscripten_bind_PxContactBuffer_get_count_0 = Module['_emscripten_bind_PxContactBuffer_get_count_0'] = createExportWrapper('emscripten_bind_PxContactBuffer_get_count_0'); -var _emscripten_bind_PxContactBuffer_set_count_1 = Module['_emscripten_bind_PxContactBuffer_set_count_1'] = createExportWrapper('emscripten_bind_PxContactBuffer_set_count_1'); -var _emscripten_bind_PxContactBuffer_get_pad_0 = Module['_emscripten_bind_PxContactBuffer_get_pad_0'] = createExportWrapper('emscripten_bind_PxContactBuffer_get_pad_0'); -var _emscripten_bind_PxContactBuffer_set_pad_1 = Module['_emscripten_bind_PxContactBuffer_set_pad_1'] = createExportWrapper('emscripten_bind_PxContactBuffer_set_pad_1'); -var _emscripten_bind_PxContactBuffer_get_MAX_CONTACTS_0 = Module['_emscripten_bind_PxContactBuffer_get_MAX_CONTACTS_0'] = createExportWrapper('emscripten_bind_PxContactBuffer_get_MAX_CONTACTS_0'); -var _emscripten_bind_PxContactBuffer___destroy___0 = Module['_emscripten_bind_PxContactBuffer___destroy___0'] = createExportWrapper('emscripten_bind_PxContactBuffer___destroy___0'); -var _emscripten_bind_PxContactPair_extractContacts_2 = Module['_emscripten_bind_PxContactPair_extractContacts_2'] = createExportWrapper('emscripten_bind_PxContactPair_extractContacts_2'); -var _emscripten_bind_PxContactPair_get_shapes_1 = Module['_emscripten_bind_PxContactPair_get_shapes_1'] = createExportWrapper('emscripten_bind_PxContactPair_get_shapes_1'); -var _emscripten_bind_PxContactPair_set_shapes_2 = Module['_emscripten_bind_PxContactPair_set_shapes_2'] = createExportWrapper('emscripten_bind_PxContactPair_set_shapes_2'); -var _emscripten_bind_PxContactPair_get_contactCount_0 = Module['_emscripten_bind_PxContactPair_get_contactCount_0'] = createExportWrapper('emscripten_bind_PxContactPair_get_contactCount_0'); -var _emscripten_bind_PxContactPair_set_contactCount_1 = Module['_emscripten_bind_PxContactPair_set_contactCount_1'] = createExportWrapper('emscripten_bind_PxContactPair_set_contactCount_1'); -var _emscripten_bind_PxContactPair_get_patchCount_0 = Module['_emscripten_bind_PxContactPair_get_patchCount_0'] = createExportWrapper('emscripten_bind_PxContactPair_get_patchCount_0'); -var _emscripten_bind_PxContactPair_set_patchCount_1 = Module['_emscripten_bind_PxContactPair_set_patchCount_1'] = createExportWrapper('emscripten_bind_PxContactPair_set_patchCount_1'); -var _emscripten_bind_PxContactPair_get_flags_0 = Module['_emscripten_bind_PxContactPair_get_flags_0'] = createExportWrapper('emscripten_bind_PxContactPair_get_flags_0'); -var _emscripten_bind_PxContactPair_set_flags_1 = Module['_emscripten_bind_PxContactPair_set_flags_1'] = createExportWrapper('emscripten_bind_PxContactPair_set_flags_1'); -var _emscripten_bind_PxContactPair_get_events_0 = Module['_emscripten_bind_PxContactPair_get_events_0'] = createExportWrapper('emscripten_bind_PxContactPair_get_events_0'); -var _emscripten_bind_PxContactPair_set_events_1 = Module['_emscripten_bind_PxContactPair_set_events_1'] = createExportWrapper('emscripten_bind_PxContactPair_set_events_1'); -var _emscripten_bind_PxContactPair___destroy___0 = Module['_emscripten_bind_PxContactPair___destroy___0'] = createExportWrapper('emscripten_bind_PxContactPair___destroy___0'); -var _emscripten_bind_PxContactPairFlags_PxContactPairFlags_1 = Module['_emscripten_bind_PxContactPairFlags_PxContactPairFlags_1'] = createExportWrapper('emscripten_bind_PxContactPairFlags_PxContactPairFlags_1'); -var _emscripten_bind_PxContactPairFlags_isSet_1 = Module['_emscripten_bind_PxContactPairFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxContactPairFlags_isSet_1'); -var _emscripten_bind_PxContactPairFlags_raise_1 = Module['_emscripten_bind_PxContactPairFlags_raise_1'] = createExportWrapper('emscripten_bind_PxContactPairFlags_raise_1'); -var _emscripten_bind_PxContactPairFlags_clear_1 = Module['_emscripten_bind_PxContactPairFlags_clear_1'] = createExportWrapper('emscripten_bind_PxContactPairFlags_clear_1'); -var _emscripten_bind_PxContactPairFlags___destroy___0 = Module['_emscripten_bind_PxContactPairFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxContactPairFlags___destroy___0'); -var _emscripten_bind_PxContactPairHeader_get_actors_1 = Module['_emscripten_bind_PxContactPairHeader_get_actors_1'] = createExportWrapper('emscripten_bind_PxContactPairHeader_get_actors_1'); -var _emscripten_bind_PxContactPairHeader_set_actors_2 = Module['_emscripten_bind_PxContactPairHeader_set_actors_2'] = createExportWrapper('emscripten_bind_PxContactPairHeader_set_actors_2'); -var _emscripten_bind_PxContactPairHeader_get_flags_0 = Module['_emscripten_bind_PxContactPairHeader_get_flags_0'] = createExportWrapper('emscripten_bind_PxContactPairHeader_get_flags_0'); -var _emscripten_bind_PxContactPairHeader_set_flags_1 = Module['_emscripten_bind_PxContactPairHeader_set_flags_1'] = createExportWrapper('emscripten_bind_PxContactPairHeader_set_flags_1'); -var _emscripten_bind_PxContactPairHeader_get_pairs_0 = Module['_emscripten_bind_PxContactPairHeader_get_pairs_0'] = createExportWrapper('emscripten_bind_PxContactPairHeader_get_pairs_0'); -var _emscripten_bind_PxContactPairHeader_set_pairs_1 = Module['_emscripten_bind_PxContactPairHeader_set_pairs_1'] = createExportWrapper('emscripten_bind_PxContactPairHeader_set_pairs_1'); -var _emscripten_bind_PxContactPairHeader_get_nbPairs_0 = Module['_emscripten_bind_PxContactPairHeader_get_nbPairs_0'] = createExportWrapper('emscripten_bind_PxContactPairHeader_get_nbPairs_0'); -var _emscripten_bind_PxContactPairHeader_set_nbPairs_1 = Module['_emscripten_bind_PxContactPairHeader_set_nbPairs_1'] = createExportWrapper('emscripten_bind_PxContactPairHeader_set_nbPairs_1'); -var _emscripten_bind_PxContactPairHeader___destroy___0 = Module['_emscripten_bind_PxContactPairHeader___destroy___0'] = createExportWrapper('emscripten_bind_PxContactPairHeader___destroy___0'); -var _emscripten_bind_PxContactPairHeaderFlags_PxContactPairHeaderFlags_1 = Module['_emscripten_bind_PxContactPairHeaderFlags_PxContactPairHeaderFlags_1'] = createExportWrapper('emscripten_bind_PxContactPairHeaderFlags_PxContactPairHeaderFlags_1'); -var _emscripten_bind_PxContactPairHeaderFlags_isSet_1 = Module['_emscripten_bind_PxContactPairHeaderFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxContactPairHeaderFlags_isSet_1'); -var _emscripten_bind_PxContactPairHeaderFlags_raise_1 = Module['_emscripten_bind_PxContactPairHeaderFlags_raise_1'] = createExportWrapper('emscripten_bind_PxContactPairHeaderFlags_raise_1'); -var _emscripten_bind_PxContactPairHeaderFlags_clear_1 = Module['_emscripten_bind_PxContactPairHeaderFlags_clear_1'] = createExportWrapper('emscripten_bind_PxContactPairHeaderFlags_clear_1'); -var _emscripten_bind_PxContactPairHeaderFlags___destroy___0 = Module['_emscripten_bind_PxContactPairHeaderFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxContactPairHeaderFlags___destroy___0'); -var _emscripten_bind_PxContactPairPoint_get_position_0 = Module['_emscripten_bind_PxContactPairPoint_get_position_0'] = createExportWrapper('emscripten_bind_PxContactPairPoint_get_position_0'); -var _emscripten_bind_PxContactPairPoint_set_position_1 = Module['_emscripten_bind_PxContactPairPoint_set_position_1'] = createExportWrapper('emscripten_bind_PxContactPairPoint_set_position_1'); -var _emscripten_bind_PxContactPairPoint_get_separation_0 = Module['_emscripten_bind_PxContactPairPoint_get_separation_0'] = createExportWrapper('emscripten_bind_PxContactPairPoint_get_separation_0'); -var _emscripten_bind_PxContactPairPoint_set_separation_1 = Module['_emscripten_bind_PxContactPairPoint_set_separation_1'] = createExportWrapper('emscripten_bind_PxContactPairPoint_set_separation_1'); -var _emscripten_bind_PxContactPairPoint_get_normal_0 = Module['_emscripten_bind_PxContactPairPoint_get_normal_0'] = createExportWrapper('emscripten_bind_PxContactPairPoint_get_normal_0'); -var _emscripten_bind_PxContactPairPoint_set_normal_1 = Module['_emscripten_bind_PxContactPairPoint_set_normal_1'] = createExportWrapper('emscripten_bind_PxContactPairPoint_set_normal_1'); -var _emscripten_bind_PxContactPairPoint_get_internalFaceIndex0_0 = Module['_emscripten_bind_PxContactPairPoint_get_internalFaceIndex0_0'] = createExportWrapper('emscripten_bind_PxContactPairPoint_get_internalFaceIndex0_0'); -var _emscripten_bind_PxContactPairPoint_set_internalFaceIndex0_1 = Module['_emscripten_bind_PxContactPairPoint_set_internalFaceIndex0_1'] = createExportWrapper('emscripten_bind_PxContactPairPoint_set_internalFaceIndex0_1'); -var _emscripten_bind_PxContactPairPoint_get_impulse_0 = Module['_emscripten_bind_PxContactPairPoint_get_impulse_0'] = createExportWrapper('emscripten_bind_PxContactPairPoint_get_impulse_0'); -var _emscripten_bind_PxContactPairPoint_set_impulse_1 = Module['_emscripten_bind_PxContactPairPoint_set_impulse_1'] = createExportWrapper('emscripten_bind_PxContactPairPoint_set_impulse_1'); -var _emscripten_bind_PxContactPairPoint_get_internalFaceIndex1_0 = Module['_emscripten_bind_PxContactPairPoint_get_internalFaceIndex1_0'] = createExportWrapper('emscripten_bind_PxContactPairPoint_get_internalFaceIndex1_0'); -var _emscripten_bind_PxContactPairPoint_set_internalFaceIndex1_1 = Module['_emscripten_bind_PxContactPairPoint_set_internalFaceIndex1_1'] = createExportWrapper('emscripten_bind_PxContactPairPoint_set_internalFaceIndex1_1'); -var _emscripten_bind_PxContactPairPoint___destroy___0 = Module['_emscripten_bind_PxContactPairPoint___destroy___0'] = createExportWrapper('emscripten_bind_PxContactPairPoint___destroy___0'); -var _emscripten_bind_PxContactPoint_PxContactPoint_0 = Module['_emscripten_bind_PxContactPoint_PxContactPoint_0'] = createExportWrapper('emscripten_bind_PxContactPoint_PxContactPoint_0'); -var _emscripten_bind_PxContactPoint_get_normal_0 = Module['_emscripten_bind_PxContactPoint_get_normal_0'] = createExportWrapper('emscripten_bind_PxContactPoint_get_normal_0'); -var _emscripten_bind_PxContactPoint_set_normal_1 = Module['_emscripten_bind_PxContactPoint_set_normal_1'] = createExportWrapper('emscripten_bind_PxContactPoint_set_normal_1'); -var _emscripten_bind_PxContactPoint_get_point_0 = Module['_emscripten_bind_PxContactPoint_get_point_0'] = createExportWrapper('emscripten_bind_PxContactPoint_get_point_0'); -var _emscripten_bind_PxContactPoint_set_point_1 = Module['_emscripten_bind_PxContactPoint_set_point_1'] = createExportWrapper('emscripten_bind_PxContactPoint_set_point_1'); -var _emscripten_bind_PxContactPoint_get_targetVel_0 = Module['_emscripten_bind_PxContactPoint_get_targetVel_0'] = createExportWrapper('emscripten_bind_PxContactPoint_get_targetVel_0'); -var _emscripten_bind_PxContactPoint_set_targetVel_1 = Module['_emscripten_bind_PxContactPoint_set_targetVel_1'] = createExportWrapper('emscripten_bind_PxContactPoint_set_targetVel_1'); -var _emscripten_bind_PxContactPoint_get_separation_0 = Module['_emscripten_bind_PxContactPoint_get_separation_0'] = createExportWrapper('emscripten_bind_PxContactPoint_get_separation_0'); -var _emscripten_bind_PxContactPoint_set_separation_1 = Module['_emscripten_bind_PxContactPoint_set_separation_1'] = createExportWrapper('emscripten_bind_PxContactPoint_set_separation_1'); -var _emscripten_bind_PxContactPoint_get_maxImpulse_0 = Module['_emscripten_bind_PxContactPoint_get_maxImpulse_0'] = createExportWrapper('emscripten_bind_PxContactPoint_get_maxImpulse_0'); -var _emscripten_bind_PxContactPoint_set_maxImpulse_1 = Module['_emscripten_bind_PxContactPoint_set_maxImpulse_1'] = createExportWrapper('emscripten_bind_PxContactPoint_set_maxImpulse_1'); -var _emscripten_bind_PxContactPoint_get_staticFriction_0 = Module['_emscripten_bind_PxContactPoint_get_staticFriction_0'] = createExportWrapper('emscripten_bind_PxContactPoint_get_staticFriction_0'); -var _emscripten_bind_PxContactPoint_set_staticFriction_1 = Module['_emscripten_bind_PxContactPoint_set_staticFriction_1'] = createExportWrapper('emscripten_bind_PxContactPoint_set_staticFriction_1'); -var _emscripten_bind_PxContactPoint_get_materialFlags_0 = Module['_emscripten_bind_PxContactPoint_get_materialFlags_0'] = createExportWrapper('emscripten_bind_PxContactPoint_get_materialFlags_0'); -var _emscripten_bind_PxContactPoint_set_materialFlags_1 = Module['_emscripten_bind_PxContactPoint_set_materialFlags_1'] = createExportWrapper('emscripten_bind_PxContactPoint_set_materialFlags_1'); -var _emscripten_bind_PxContactPoint_get_internalFaceIndex1_0 = Module['_emscripten_bind_PxContactPoint_get_internalFaceIndex1_0'] = createExportWrapper('emscripten_bind_PxContactPoint_get_internalFaceIndex1_0'); -var _emscripten_bind_PxContactPoint_set_internalFaceIndex1_1 = Module['_emscripten_bind_PxContactPoint_set_internalFaceIndex1_1'] = createExportWrapper('emscripten_bind_PxContactPoint_set_internalFaceIndex1_1'); -var _emscripten_bind_PxContactPoint_get_dynamicFriction_0 = Module['_emscripten_bind_PxContactPoint_get_dynamicFriction_0'] = createExportWrapper('emscripten_bind_PxContactPoint_get_dynamicFriction_0'); -var _emscripten_bind_PxContactPoint_set_dynamicFriction_1 = Module['_emscripten_bind_PxContactPoint_set_dynamicFriction_1'] = createExportWrapper('emscripten_bind_PxContactPoint_set_dynamicFriction_1'); -var _emscripten_bind_PxContactPoint_get_restitution_0 = Module['_emscripten_bind_PxContactPoint_get_restitution_0'] = createExportWrapper('emscripten_bind_PxContactPoint_get_restitution_0'); -var _emscripten_bind_PxContactPoint_set_restitution_1 = Module['_emscripten_bind_PxContactPoint_set_restitution_1'] = createExportWrapper('emscripten_bind_PxContactPoint_set_restitution_1'); -var _emscripten_bind_PxContactPoint_get_damping_0 = Module['_emscripten_bind_PxContactPoint_get_damping_0'] = createExportWrapper('emscripten_bind_PxContactPoint_get_damping_0'); -var _emscripten_bind_PxContactPoint_set_damping_1 = Module['_emscripten_bind_PxContactPoint_set_damping_1'] = createExportWrapper('emscripten_bind_PxContactPoint_set_damping_1'); -var _emscripten_bind_PxContactPoint___destroy___0 = Module['_emscripten_bind_PxContactPoint___destroy___0'] = createExportWrapper('emscripten_bind_PxContactPoint___destroy___0'); -var _emscripten_bind_PxControllerBehaviorCallbackImpl_PxControllerBehaviorCallbackImpl_0 = Module['_emscripten_bind_PxControllerBehaviorCallbackImpl_PxControllerBehaviorCallbackImpl_0'] = createExportWrapper('emscripten_bind_PxControllerBehaviorCallbackImpl_PxControllerBehaviorCallbackImpl_0'); -var _emscripten_bind_PxControllerBehaviorCallbackImpl_getShapeBehaviorFlags_2 = Module['_emscripten_bind_PxControllerBehaviorCallbackImpl_getShapeBehaviorFlags_2'] = createExportWrapper('emscripten_bind_PxControllerBehaviorCallbackImpl_getShapeBehaviorFlags_2'); -var _emscripten_bind_PxControllerBehaviorCallbackImpl_getControllerBehaviorFlags_1 = Module['_emscripten_bind_PxControllerBehaviorCallbackImpl_getControllerBehaviorFlags_1'] = createExportWrapper('emscripten_bind_PxControllerBehaviorCallbackImpl_getControllerBehaviorFlags_1'); -var _emscripten_bind_PxControllerBehaviorCallbackImpl_getObstacleBehaviorFlags_1 = Module['_emscripten_bind_PxControllerBehaviorCallbackImpl_getObstacleBehaviorFlags_1'] = createExportWrapper('emscripten_bind_PxControllerBehaviorCallbackImpl_getObstacleBehaviorFlags_1'); -var _emscripten_bind_PxControllerBehaviorCallbackImpl___destroy___0 = Module['_emscripten_bind_PxControllerBehaviorCallbackImpl___destroy___0'] = createExportWrapper('emscripten_bind_PxControllerBehaviorCallbackImpl___destroy___0'); -var _emscripten_bind_PxControllerBehaviorFlags_PxControllerBehaviorFlags_1 = Module['_emscripten_bind_PxControllerBehaviorFlags_PxControllerBehaviorFlags_1'] = createExportWrapper('emscripten_bind_PxControllerBehaviorFlags_PxControllerBehaviorFlags_1'); -var _emscripten_bind_PxControllerBehaviorFlags_isSet_1 = Module['_emscripten_bind_PxControllerBehaviorFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxControllerBehaviorFlags_isSet_1'); -var _emscripten_bind_PxControllerBehaviorFlags_raise_1 = Module['_emscripten_bind_PxControllerBehaviorFlags_raise_1'] = createExportWrapper('emscripten_bind_PxControllerBehaviorFlags_raise_1'); -var _emscripten_bind_PxControllerBehaviorFlags_clear_1 = Module['_emscripten_bind_PxControllerBehaviorFlags_clear_1'] = createExportWrapper('emscripten_bind_PxControllerBehaviorFlags_clear_1'); -var _emscripten_bind_PxControllerBehaviorFlags___destroy___0 = Module['_emscripten_bind_PxControllerBehaviorFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxControllerBehaviorFlags___destroy___0'); -var _emscripten_bind_PxControllerCollisionFlags_PxControllerCollisionFlags_1 = Module['_emscripten_bind_PxControllerCollisionFlags_PxControllerCollisionFlags_1'] = createExportWrapper('emscripten_bind_PxControllerCollisionFlags_PxControllerCollisionFlags_1'); -var _emscripten_bind_PxControllerCollisionFlags_isSet_1 = Module['_emscripten_bind_PxControllerCollisionFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxControllerCollisionFlags_isSet_1'); -var _emscripten_bind_PxControllerCollisionFlags_raise_1 = Module['_emscripten_bind_PxControllerCollisionFlags_raise_1'] = createExportWrapper('emscripten_bind_PxControllerCollisionFlags_raise_1'); -var _emscripten_bind_PxControllerCollisionFlags_clear_1 = Module['_emscripten_bind_PxControllerCollisionFlags_clear_1'] = createExportWrapper('emscripten_bind_PxControllerCollisionFlags_clear_1'); -var _emscripten_bind_PxControllerCollisionFlags___destroy___0 = Module['_emscripten_bind_PxControllerCollisionFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxControllerCollisionFlags___destroy___0'); -var _emscripten_bind_PxControllerFilterCallbackImpl_PxControllerFilterCallbackImpl_0 = Module['_emscripten_bind_PxControllerFilterCallbackImpl_PxControllerFilterCallbackImpl_0'] = createExportWrapper('emscripten_bind_PxControllerFilterCallbackImpl_PxControllerFilterCallbackImpl_0'); -var _emscripten_bind_PxControllerFilterCallbackImpl_filter_2 = Module['_emscripten_bind_PxControllerFilterCallbackImpl_filter_2'] = createExportWrapper('emscripten_bind_PxControllerFilterCallbackImpl_filter_2'); -var _emscripten_bind_PxControllerFilterCallbackImpl___destroy___0 = Module['_emscripten_bind_PxControllerFilterCallbackImpl___destroy___0'] = createExportWrapper('emscripten_bind_PxControllerFilterCallbackImpl___destroy___0'); -var _emscripten_bind_PxControllerFilters_PxControllerFilters_0 = Module['_emscripten_bind_PxControllerFilters_PxControllerFilters_0'] = createExportWrapper('emscripten_bind_PxControllerFilters_PxControllerFilters_0'); -var _emscripten_bind_PxControllerFilters_PxControllerFilters_1 = Module['_emscripten_bind_PxControllerFilters_PxControllerFilters_1'] = createExportWrapper('emscripten_bind_PxControllerFilters_PxControllerFilters_1'); -var _emscripten_bind_PxControllerFilters_get_mFilterData_0 = Module['_emscripten_bind_PxControllerFilters_get_mFilterData_0'] = createExportWrapper('emscripten_bind_PxControllerFilters_get_mFilterData_0'); -var _emscripten_bind_PxControllerFilters_set_mFilterData_1 = Module['_emscripten_bind_PxControllerFilters_set_mFilterData_1'] = createExportWrapper('emscripten_bind_PxControllerFilters_set_mFilterData_1'); -var _emscripten_bind_PxControllerFilters_get_mFilterCallback_0 = Module['_emscripten_bind_PxControllerFilters_get_mFilterCallback_0'] = createExportWrapper('emscripten_bind_PxControllerFilters_get_mFilterCallback_0'); -var _emscripten_bind_PxControllerFilters_set_mFilterCallback_1 = Module['_emscripten_bind_PxControllerFilters_set_mFilterCallback_1'] = createExportWrapper('emscripten_bind_PxControllerFilters_set_mFilterCallback_1'); -var _emscripten_bind_PxControllerFilters_get_mFilterFlags_0 = Module['_emscripten_bind_PxControllerFilters_get_mFilterFlags_0'] = createExportWrapper('emscripten_bind_PxControllerFilters_get_mFilterFlags_0'); -var _emscripten_bind_PxControllerFilters_set_mFilterFlags_1 = Module['_emscripten_bind_PxControllerFilters_set_mFilterFlags_1'] = createExportWrapper('emscripten_bind_PxControllerFilters_set_mFilterFlags_1'); -var _emscripten_bind_PxControllerFilters_get_mCCTFilterCallback_0 = Module['_emscripten_bind_PxControllerFilters_get_mCCTFilterCallback_0'] = createExportWrapper('emscripten_bind_PxControllerFilters_get_mCCTFilterCallback_0'); -var _emscripten_bind_PxControllerFilters_set_mCCTFilterCallback_1 = Module['_emscripten_bind_PxControllerFilters_set_mCCTFilterCallback_1'] = createExportWrapper('emscripten_bind_PxControllerFilters_set_mCCTFilterCallback_1'); -var _emscripten_bind_PxControllerFilters___destroy___0 = Module['_emscripten_bind_PxControllerFilters___destroy___0'] = createExportWrapper('emscripten_bind_PxControllerFilters___destroy___0'); -var _emscripten_bind_PxControllerManager_release_0 = Module['_emscripten_bind_PxControllerManager_release_0'] = createExportWrapper('emscripten_bind_PxControllerManager_release_0'); -var _emscripten_bind_PxControllerManager_getScene_0 = Module['_emscripten_bind_PxControllerManager_getScene_0'] = createExportWrapper('emscripten_bind_PxControllerManager_getScene_0'); -var _emscripten_bind_PxControllerManager_getNbControllers_0 = Module['_emscripten_bind_PxControllerManager_getNbControllers_0'] = createExportWrapper('emscripten_bind_PxControllerManager_getNbControllers_0'); -var _emscripten_bind_PxControllerManager_getController_1 = Module['_emscripten_bind_PxControllerManager_getController_1'] = createExportWrapper('emscripten_bind_PxControllerManager_getController_1'); -var _emscripten_bind_PxControllerManager_createController_1 = Module['_emscripten_bind_PxControllerManager_createController_1'] = createExportWrapper('emscripten_bind_PxControllerManager_createController_1'); -var _emscripten_bind_PxControllerManager_purgeControllers_0 = Module['_emscripten_bind_PxControllerManager_purgeControllers_0'] = createExportWrapper('emscripten_bind_PxControllerManager_purgeControllers_0'); -var _emscripten_bind_PxControllerManager_getNbObstacleContexts_0 = Module['_emscripten_bind_PxControllerManager_getNbObstacleContexts_0'] = createExportWrapper('emscripten_bind_PxControllerManager_getNbObstacleContexts_0'); -var _emscripten_bind_PxControllerManager_getObstacleContext_1 = Module['_emscripten_bind_PxControllerManager_getObstacleContext_1'] = createExportWrapper('emscripten_bind_PxControllerManager_getObstacleContext_1'); -var _emscripten_bind_PxControllerManager_createObstacleContext_0 = Module['_emscripten_bind_PxControllerManager_createObstacleContext_0'] = createExportWrapper('emscripten_bind_PxControllerManager_createObstacleContext_0'); -var _emscripten_bind_PxControllerManager_computeInteractions_1 = Module['_emscripten_bind_PxControllerManager_computeInteractions_1'] = createExportWrapper('emscripten_bind_PxControllerManager_computeInteractions_1'); -var _emscripten_bind_PxControllerManager_setTessellation_2 = Module['_emscripten_bind_PxControllerManager_setTessellation_2'] = createExportWrapper('emscripten_bind_PxControllerManager_setTessellation_2'); -var _emscripten_bind_PxControllerManager_setOverlapRecoveryModule_1 = Module['_emscripten_bind_PxControllerManager_setOverlapRecoveryModule_1'] = createExportWrapper('emscripten_bind_PxControllerManager_setOverlapRecoveryModule_1'); -var _emscripten_bind_PxControllerManager_setPreciseSweeps_1 = Module['_emscripten_bind_PxControllerManager_setPreciseSweeps_1'] = createExportWrapper('emscripten_bind_PxControllerManager_setPreciseSweeps_1'); -var _emscripten_bind_PxControllerManager_setPreventVerticalSlidingAgainstCeiling_1 = Module['_emscripten_bind_PxControllerManager_setPreventVerticalSlidingAgainstCeiling_1'] = createExportWrapper('emscripten_bind_PxControllerManager_setPreventVerticalSlidingAgainstCeiling_1'); -var _emscripten_bind_PxControllerManager_shiftOrigin_1 = Module['_emscripten_bind_PxControllerManager_shiftOrigin_1'] = createExportWrapper('emscripten_bind_PxControllerManager_shiftOrigin_1'); -var _emscripten_bind_PxControllerObstacleHit_get_userData_0 = Module['_emscripten_bind_PxControllerObstacleHit_get_userData_0'] = createExportWrapper('emscripten_bind_PxControllerObstacleHit_get_userData_0'); -var _emscripten_bind_PxControllerObstacleHit_set_userData_1 = Module['_emscripten_bind_PxControllerObstacleHit_set_userData_1'] = createExportWrapper('emscripten_bind_PxControllerObstacleHit_set_userData_1'); -var _emscripten_bind_PxControllerObstacleHit_get_controller_0 = Module['_emscripten_bind_PxControllerObstacleHit_get_controller_0'] = createExportWrapper('emscripten_bind_PxControllerObstacleHit_get_controller_0'); -var _emscripten_bind_PxControllerObstacleHit_set_controller_1 = Module['_emscripten_bind_PxControllerObstacleHit_set_controller_1'] = createExportWrapper('emscripten_bind_PxControllerObstacleHit_set_controller_1'); -var _emscripten_bind_PxControllerObstacleHit_get_worldPos_0 = Module['_emscripten_bind_PxControllerObstacleHit_get_worldPos_0'] = createExportWrapper('emscripten_bind_PxControllerObstacleHit_get_worldPos_0'); -var _emscripten_bind_PxControllerObstacleHit_set_worldPos_1 = Module['_emscripten_bind_PxControllerObstacleHit_set_worldPos_1'] = createExportWrapper('emscripten_bind_PxControllerObstacleHit_set_worldPos_1'); -var _emscripten_bind_PxControllerObstacleHit_get_worldNormal_0 = Module['_emscripten_bind_PxControllerObstacleHit_get_worldNormal_0'] = createExportWrapper('emscripten_bind_PxControllerObstacleHit_get_worldNormal_0'); -var _emscripten_bind_PxControllerObstacleHit_set_worldNormal_1 = Module['_emscripten_bind_PxControllerObstacleHit_set_worldNormal_1'] = createExportWrapper('emscripten_bind_PxControllerObstacleHit_set_worldNormal_1'); -var _emscripten_bind_PxControllerObstacleHit_get_dir_0 = Module['_emscripten_bind_PxControllerObstacleHit_get_dir_0'] = createExportWrapper('emscripten_bind_PxControllerObstacleHit_get_dir_0'); -var _emscripten_bind_PxControllerObstacleHit_set_dir_1 = Module['_emscripten_bind_PxControllerObstacleHit_set_dir_1'] = createExportWrapper('emscripten_bind_PxControllerObstacleHit_set_dir_1'); -var _emscripten_bind_PxControllerObstacleHit_get_length_0 = Module['_emscripten_bind_PxControllerObstacleHit_get_length_0'] = createExportWrapper('emscripten_bind_PxControllerObstacleHit_get_length_0'); -var _emscripten_bind_PxControllerObstacleHit_set_length_1 = Module['_emscripten_bind_PxControllerObstacleHit_set_length_1'] = createExportWrapper('emscripten_bind_PxControllerObstacleHit_set_length_1'); -var _emscripten_bind_PxControllerObstacleHit___destroy___0 = Module['_emscripten_bind_PxControllerObstacleHit___destroy___0'] = createExportWrapper('emscripten_bind_PxControllerObstacleHit___destroy___0'); -var _emscripten_bind_PxControllerShapeHit_get_shape_0 = Module['_emscripten_bind_PxControllerShapeHit_get_shape_0'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_get_shape_0'); -var _emscripten_bind_PxControllerShapeHit_set_shape_1 = Module['_emscripten_bind_PxControllerShapeHit_set_shape_1'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_set_shape_1'); -var _emscripten_bind_PxControllerShapeHit_get_actor_0 = Module['_emscripten_bind_PxControllerShapeHit_get_actor_0'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_get_actor_0'); -var _emscripten_bind_PxControllerShapeHit_set_actor_1 = Module['_emscripten_bind_PxControllerShapeHit_set_actor_1'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_set_actor_1'); -var _emscripten_bind_PxControllerShapeHit_get_triangleIndex_0 = Module['_emscripten_bind_PxControllerShapeHit_get_triangleIndex_0'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_get_triangleIndex_0'); -var _emscripten_bind_PxControllerShapeHit_set_triangleIndex_1 = Module['_emscripten_bind_PxControllerShapeHit_set_triangleIndex_1'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_set_triangleIndex_1'); -var _emscripten_bind_PxControllerShapeHit_get_controller_0 = Module['_emscripten_bind_PxControllerShapeHit_get_controller_0'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_get_controller_0'); -var _emscripten_bind_PxControllerShapeHit_set_controller_1 = Module['_emscripten_bind_PxControllerShapeHit_set_controller_1'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_set_controller_1'); -var _emscripten_bind_PxControllerShapeHit_get_worldPos_0 = Module['_emscripten_bind_PxControllerShapeHit_get_worldPos_0'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_get_worldPos_0'); -var _emscripten_bind_PxControllerShapeHit_set_worldPos_1 = Module['_emscripten_bind_PxControllerShapeHit_set_worldPos_1'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_set_worldPos_1'); -var _emscripten_bind_PxControllerShapeHit_get_worldNormal_0 = Module['_emscripten_bind_PxControllerShapeHit_get_worldNormal_0'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_get_worldNormal_0'); -var _emscripten_bind_PxControllerShapeHit_set_worldNormal_1 = Module['_emscripten_bind_PxControllerShapeHit_set_worldNormal_1'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_set_worldNormal_1'); -var _emscripten_bind_PxControllerShapeHit_get_dir_0 = Module['_emscripten_bind_PxControllerShapeHit_get_dir_0'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_get_dir_0'); -var _emscripten_bind_PxControllerShapeHit_set_dir_1 = Module['_emscripten_bind_PxControllerShapeHit_set_dir_1'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_set_dir_1'); -var _emscripten_bind_PxControllerShapeHit_get_length_0 = Module['_emscripten_bind_PxControllerShapeHit_get_length_0'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_get_length_0'); -var _emscripten_bind_PxControllerShapeHit_set_length_1 = Module['_emscripten_bind_PxControllerShapeHit_set_length_1'] = createExportWrapper('emscripten_bind_PxControllerShapeHit_set_length_1'); -var _emscripten_bind_PxControllerShapeHit___destroy___0 = Module['_emscripten_bind_PxControllerShapeHit___destroy___0'] = createExportWrapper('emscripten_bind_PxControllerShapeHit___destroy___0'); -var _emscripten_bind_PxControllerState_PxControllerState_0 = Module['_emscripten_bind_PxControllerState_PxControllerState_0'] = createExportWrapper('emscripten_bind_PxControllerState_PxControllerState_0'); -var _emscripten_bind_PxControllerState_get_deltaXP_0 = Module['_emscripten_bind_PxControllerState_get_deltaXP_0'] = createExportWrapper('emscripten_bind_PxControllerState_get_deltaXP_0'); -var _emscripten_bind_PxControllerState_set_deltaXP_1 = Module['_emscripten_bind_PxControllerState_set_deltaXP_1'] = createExportWrapper('emscripten_bind_PxControllerState_set_deltaXP_1'); -var _emscripten_bind_PxControllerState_get_touchedShape_0 = Module['_emscripten_bind_PxControllerState_get_touchedShape_0'] = createExportWrapper('emscripten_bind_PxControllerState_get_touchedShape_0'); -var _emscripten_bind_PxControllerState_set_touchedShape_1 = Module['_emscripten_bind_PxControllerState_set_touchedShape_1'] = createExportWrapper('emscripten_bind_PxControllerState_set_touchedShape_1'); -var _emscripten_bind_PxControllerState_get_touchedActor_0 = Module['_emscripten_bind_PxControllerState_get_touchedActor_0'] = createExportWrapper('emscripten_bind_PxControllerState_get_touchedActor_0'); -var _emscripten_bind_PxControllerState_set_touchedActor_1 = Module['_emscripten_bind_PxControllerState_set_touchedActor_1'] = createExportWrapper('emscripten_bind_PxControllerState_set_touchedActor_1'); -var _emscripten_bind_PxControllerState_get_touchedObstacleHandle_0 = Module['_emscripten_bind_PxControllerState_get_touchedObstacleHandle_0'] = createExportWrapper('emscripten_bind_PxControllerState_get_touchedObstacleHandle_0'); -var _emscripten_bind_PxControllerState_set_touchedObstacleHandle_1 = Module['_emscripten_bind_PxControllerState_set_touchedObstacleHandle_1'] = createExportWrapper('emscripten_bind_PxControllerState_set_touchedObstacleHandle_1'); -var _emscripten_bind_PxControllerState_get_collisionFlags_0 = Module['_emscripten_bind_PxControllerState_get_collisionFlags_0'] = createExportWrapper('emscripten_bind_PxControllerState_get_collisionFlags_0'); -var _emscripten_bind_PxControllerState_set_collisionFlags_1 = Module['_emscripten_bind_PxControllerState_set_collisionFlags_1'] = createExportWrapper('emscripten_bind_PxControllerState_set_collisionFlags_1'); -var _emscripten_bind_PxControllerState_get_standOnAnotherCCT_0 = Module['_emscripten_bind_PxControllerState_get_standOnAnotherCCT_0'] = createExportWrapper('emscripten_bind_PxControllerState_get_standOnAnotherCCT_0'); -var _emscripten_bind_PxControllerState_set_standOnAnotherCCT_1 = Module['_emscripten_bind_PxControllerState_set_standOnAnotherCCT_1'] = createExportWrapper('emscripten_bind_PxControllerState_set_standOnAnotherCCT_1'); -var _emscripten_bind_PxControllerState_get_standOnObstacle_0 = Module['_emscripten_bind_PxControllerState_get_standOnObstacle_0'] = createExportWrapper('emscripten_bind_PxControllerState_get_standOnObstacle_0'); -var _emscripten_bind_PxControllerState_set_standOnObstacle_1 = Module['_emscripten_bind_PxControllerState_set_standOnObstacle_1'] = createExportWrapper('emscripten_bind_PxControllerState_set_standOnObstacle_1'); -var _emscripten_bind_PxControllerState_get_isMovingUp_0 = Module['_emscripten_bind_PxControllerState_get_isMovingUp_0'] = createExportWrapper('emscripten_bind_PxControllerState_get_isMovingUp_0'); -var _emscripten_bind_PxControllerState_set_isMovingUp_1 = Module['_emscripten_bind_PxControllerState_set_isMovingUp_1'] = createExportWrapper('emscripten_bind_PxControllerState_set_isMovingUp_1'); -var _emscripten_bind_PxControllerState___destroy___0 = Module['_emscripten_bind_PxControllerState___destroy___0'] = createExportWrapper('emscripten_bind_PxControllerState___destroy___0'); -var _emscripten_bind_PxControllerStats_get_nbIterations_0 = Module['_emscripten_bind_PxControllerStats_get_nbIterations_0'] = createExportWrapper('emscripten_bind_PxControllerStats_get_nbIterations_0'); -var _emscripten_bind_PxControllerStats_set_nbIterations_1 = Module['_emscripten_bind_PxControllerStats_set_nbIterations_1'] = createExportWrapper('emscripten_bind_PxControllerStats_set_nbIterations_1'); -var _emscripten_bind_PxControllerStats_get_nbFullUpdates_0 = Module['_emscripten_bind_PxControllerStats_get_nbFullUpdates_0'] = createExportWrapper('emscripten_bind_PxControllerStats_get_nbFullUpdates_0'); -var _emscripten_bind_PxControllerStats_set_nbFullUpdates_1 = Module['_emscripten_bind_PxControllerStats_set_nbFullUpdates_1'] = createExportWrapper('emscripten_bind_PxControllerStats_set_nbFullUpdates_1'); -var _emscripten_bind_PxControllerStats_get_nbPartialUpdates_0 = Module['_emscripten_bind_PxControllerStats_get_nbPartialUpdates_0'] = createExportWrapper('emscripten_bind_PxControllerStats_get_nbPartialUpdates_0'); -var _emscripten_bind_PxControllerStats_set_nbPartialUpdates_1 = Module['_emscripten_bind_PxControllerStats_set_nbPartialUpdates_1'] = createExportWrapper('emscripten_bind_PxControllerStats_set_nbPartialUpdates_1'); -var _emscripten_bind_PxControllerStats_get_nbTessellation_0 = Module['_emscripten_bind_PxControllerStats_get_nbTessellation_0'] = createExportWrapper('emscripten_bind_PxControllerStats_get_nbTessellation_0'); -var _emscripten_bind_PxControllerStats_set_nbTessellation_1 = Module['_emscripten_bind_PxControllerStats_set_nbTessellation_1'] = createExportWrapper('emscripten_bind_PxControllerStats_set_nbTessellation_1'); -var _emscripten_bind_PxControllerStats___destroy___0 = Module['_emscripten_bind_PxControllerStats___destroy___0'] = createExportWrapper('emscripten_bind_PxControllerStats___destroy___0'); -var _emscripten_bind_PxControllersHit_get_other_0 = Module['_emscripten_bind_PxControllersHit_get_other_0'] = createExportWrapper('emscripten_bind_PxControllersHit_get_other_0'); -var _emscripten_bind_PxControllersHit_set_other_1 = Module['_emscripten_bind_PxControllersHit_set_other_1'] = createExportWrapper('emscripten_bind_PxControllersHit_set_other_1'); -var _emscripten_bind_PxControllersHit_get_controller_0 = Module['_emscripten_bind_PxControllersHit_get_controller_0'] = createExportWrapper('emscripten_bind_PxControllersHit_get_controller_0'); -var _emscripten_bind_PxControllersHit_set_controller_1 = Module['_emscripten_bind_PxControllersHit_set_controller_1'] = createExportWrapper('emscripten_bind_PxControllersHit_set_controller_1'); -var _emscripten_bind_PxControllersHit_get_worldPos_0 = Module['_emscripten_bind_PxControllersHit_get_worldPos_0'] = createExportWrapper('emscripten_bind_PxControllersHit_get_worldPos_0'); -var _emscripten_bind_PxControllersHit_set_worldPos_1 = Module['_emscripten_bind_PxControllersHit_set_worldPos_1'] = createExportWrapper('emscripten_bind_PxControllersHit_set_worldPos_1'); -var _emscripten_bind_PxControllersHit_get_worldNormal_0 = Module['_emscripten_bind_PxControllersHit_get_worldNormal_0'] = createExportWrapper('emscripten_bind_PxControllersHit_get_worldNormal_0'); -var _emscripten_bind_PxControllersHit_set_worldNormal_1 = Module['_emscripten_bind_PxControllersHit_set_worldNormal_1'] = createExportWrapper('emscripten_bind_PxControllersHit_set_worldNormal_1'); -var _emscripten_bind_PxControllersHit_get_dir_0 = Module['_emscripten_bind_PxControllersHit_get_dir_0'] = createExportWrapper('emscripten_bind_PxControllersHit_get_dir_0'); -var _emscripten_bind_PxControllersHit_set_dir_1 = Module['_emscripten_bind_PxControllersHit_set_dir_1'] = createExportWrapper('emscripten_bind_PxControllersHit_set_dir_1'); -var _emscripten_bind_PxControllersHit_get_length_0 = Module['_emscripten_bind_PxControllersHit_get_length_0'] = createExportWrapper('emscripten_bind_PxControllersHit_get_length_0'); -var _emscripten_bind_PxControllersHit_set_length_1 = Module['_emscripten_bind_PxControllersHit_set_length_1'] = createExportWrapper('emscripten_bind_PxControllersHit_set_length_1'); -var _emscripten_bind_PxControllersHit___destroy___0 = Module['_emscripten_bind_PxControllersHit___destroy___0'] = createExportWrapper('emscripten_bind_PxControllersHit___destroy___0'); -var _emscripten_bind_PxConvexFlags_PxConvexFlags_1 = Module['_emscripten_bind_PxConvexFlags_PxConvexFlags_1'] = createExportWrapper('emscripten_bind_PxConvexFlags_PxConvexFlags_1'); -var _emscripten_bind_PxConvexFlags_isSet_1 = Module['_emscripten_bind_PxConvexFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxConvexFlags_isSet_1'); -var _emscripten_bind_PxConvexFlags_raise_1 = Module['_emscripten_bind_PxConvexFlags_raise_1'] = createExportWrapper('emscripten_bind_PxConvexFlags_raise_1'); -var _emscripten_bind_PxConvexFlags_clear_1 = Module['_emscripten_bind_PxConvexFlags_clear_1'] = createExportWrapper('emscripten_bind_PxConvexFlags_clear_1'); -var _emscripten_bind_PxConvexFlags___destroy___0 = Module['_emscripten_bind_PxConvexFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxConvexFlags___destroy___0'); -var _emscripten_bind_PxConvexMesh_getNbVertices_0 = Module['_emscripten_bind_PxConvexMesh_getNbVertices_0'] = createExportWrapper('emscripten_bind_PxConvexMesh_getNbVertices_0'); -var _emscripten_bind_PxConvexMesh_getVertices_0 = Module['_emscripten_bind_PxConvexMesh_getVertices_0'] = createExportWrapper('emscripten_bind_PxConvexMesh_getVertices_0'); -var _emscripten_bind_PxConvexMesh_getIndexBuffer_0 = Module['_emscripten_bind_PxConvexMesh_getIndexBuffer_0'] = createExportWrapper('emscripten_bind_PxConvexMesh_getIndexBuffer_0'); -var _emscripten_bind_PxConvexMesh_getNbPolygons_0 = Module['_emscripten_bind_PxConvexMesh_getNbPolygons_0'] = createExportWrapper('emscripten_bind_PxConvexMesh_getNbPolygons_0'); -var _emscripten_bind_PxConvexMesh_getPolygonData_2 = Module['_emscripten_bind_PxConvexMesh_getPolygonData_2'] = createExportWrapper('emscripten_bind_PxConvexMesh_getPolygonData_2'); -var _emscripten_bind_PxConvexMesh_getLocalBounds_0 = Module['_emscripten_bind_PxConvexMesh_getLocalBounds_0'] = createExportWrapper('emscripten_bind_PxConvexMesh_getLocalBounds_0'); -var _emscripten_bind_PxConvexMesh_isGpuCompatible_0 = Module['_emscripten_bind_PxConvexMesh_isGpuCompatible_0'] = createExportWrapper('emscripten_bind_PxConvexMesh_isGpuCompatible_0'); -var _emscripten_bind_PxConvexMesh_release_0 = Module['_emscripten_bind_PxConvexMesh_release_0'] = createExportWrapper('emscripten_bind_PxConvexMesh_release_0'); -var _emscripten_bind_PxConvexMesh_getConcreteTypeName_0 = Module['_emscripten_bind_PxConvexMesh_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxConvexMesh_getConcreteTypeName_0'); -var _emscripten_bind_PxConvexMesh_getConcreteType_0 = Module['_emscripten_bind_PxConvexMesh_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxConvexMesh_getConcreteType_0'); -var _emscripten_bind_PxConvexMesh_setBaseFlag_2 = Module['_emscripten_bind_PxConvexMesh_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxConvexMesh_setBaseFlag_2'); -var _emscripten_bind_PxConvexMesh_setBaseFlags_1 = Module['_emscripten_bind_PxConvexMesh_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxConvexMesh_setBaseFlags_1'); -var _emscripten_bind_PxConvexMesh_getBaseFlags_0 = Module['_emscripten_bind_PxConvexMesh_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxConvexMesh_getBaseFlags_0'); -var _emscripten_bind_PxConvexMesh_isReleasable_0 = Module['_emscripten_bind_PxConvexMesh_isReleasable_0'] = createExportWrapper('emscripten_bind_PxConvexMesh_isReleasable_0'); -var _emscripten_bind_PxConvexMesh_getReferenceCount_0 = Module['_emscripten_bind_PxConvexMesh_getReferenceCount_0'] = createExportWrapper('emscripten_bind_PxConvexMesh_getReferenceCount_0'); -var _emscripten_bind_PxConvexMesh_acquireReference_0 = Module['_emscripten_bind_PxConvexMesh_acquireReference_0'] = createExportWrapper('emscripten_bind_PxConvexMesh_acquireReference_0'); -var _emscripten_bind_PxConvexMeshDesc_PxConvexMeshDesc_0 = Module['_emscripten_bind_PxConvexMeshDesc_PxConvexMeshDesc_0'] = createExportWrapper('emscripten_bind_PxConvexMeshDesc_PxConvexMeshDesc_0'); -var _emscripten_bind_PxConvexMeshDesc_get_points_0 = Module['_emscripten_bind_PxConvexMeshDesc_get_points_0'] = createExportWrapper('emscripten_bind_PxConvexMeshDesc_get_points_0'); -var _emscripten_bind_PxConvexMeshDesc_set_points_1 = Module['_emscripten_bind_PxConvexMeshDesc_set_points_1'] = createExportWrapper('emscripten_bind_PxConvexMeshDesc_set_points_1'); -var _emscripten_bind_PxConvexMeshDesc_get_flags_0 = Module['_emscripten_bind_PxConvexMeshDesc_get_flags_0'] = createExportWrapper('emscripten_bind_PxConvexMeshDesc_get_flags_0'); -var _emscripten_bind_PxConvexMeshDesc_set_flags_1 = Module['_emscripten_bind_PxConvexMeshDesc_set_flags_1'] = createExportWrapper('emscripten_bind_PxConvexMeshDesc_set_flags_1'); -var _emscripten_bind_PxConvexMeshDesc___destroy___0 = Module['_emscripten_bind_PxConvexMeshDesc___destroy___0'] = createExportWrapper('emscripten_bind_PxConvexMeshDesc___destroy___0'); -var _emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_1 = Module['_emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_1'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_1'); -var _emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_2 = Module['_emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_2'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_2'); -var _emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_3 = Module['_emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_3'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_3'); -var _emscripten_bind_PxConvexMeshGeometry_getType_0 = Module['_emscripten_bind_PxConvexMeshGeometry_getType_0'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometry_getType_0'); -var _emscripten_bind_PxConvexMeshGeometry_get_scale_0 = Module['_emscripten_bind_PxConvexMeshGeometry_get_scale_0'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometry_get_scale_0'); -var _emscripten_bind_PxConvexMeshGeometry_set_scale_1 = Module['_emscripten_bind_PxConvexMeshGeometry_set_scale_1'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometry_set_scale_1'); -var _emscripten_bind_PxConvexMeshGeometry_get_convexMesh_0 = Module['_emscripten_bind_PxConvexMeshGeometry_get_convexMesh_0'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometry_get_convexMesh_0'); -var _emscripten_bind_PxConvexMeshGeometry_set_convexMesh_1 = Module['_emscripten_bind_PxConvexMeshGeometry_set_convexMesh_1'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometry_set_convexMesh_1'); -var _emscripten_bind_PxConvexMeshGeometry_get_meshFlags_0 = Module['_emscripten_bind_PxConvexMeshGeometry_get_meshFlags_0'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometry_get_meshFlags_0'); -var _emscripten_bind_PxConvexMeshGeometry_set_meshFlags_1 = Module['_emscripten_bind_PxConvexMeshGeometry_set_meshFlags_1'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometry_set_meshFlags_1'); -var _emscripten_bind_PxConvexMeshGeometry___destroy___0 = Module['_emscripten_bind_PxConvexMeshGeometry___destroy___0'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometry___destroy___0'); -var _emscripten_bind_PxConvexMeshGeometryFlags_PxConvexMeshGeometryFlags_1 = Module['_emscripten_bind_PxConvexMeshGeometryFlags_PxConvexMeshGeometryFlags_1'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometryFlags_PxConvexMeshGeometryFlags_1'); -var _emscripten_bind_PxConvexMeshGeometryFlags_isSet_1 = Module['_emscripten_bind_PxConvexMeshGeometryFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometryFlags_isSet_1'); -var _emscripten_bind_PxConvexMeshGeometryFlags_raise_1 = Module['_emscripten_bind_PxConvexMeshGeometryFlags_raise_1'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometryFlags_raise_1'); -var _emscripten_bind_PxConvexMeshGeometryFlags_clear_1 = Module['_emscripten_bind_PxConvexMeshGeometryFlags_clear_1'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometryFlags_clear_1'); -var _emscripten_bind_PxConvexMeshGeometryFlags___destroy___0 = Module['_emscripten_bind_PxConvexMeshGeometryFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxConvexMeshGeometryFlags___destroy___0'); -var _emscripten_bind_PxCookingParams_PxCookingParams_1 = Module['_emscripten_bind_PxCookingParams_PxCookingParams_1'] = createExportWrapper('emscripten_bind_PxCookingParams_PxCookingParams_1'); -var _emscripten_bind_PxCookingParams_get_areaTestEpsilon_0 = Module['_emscripten_bind_PxCookingParams_get_areaTestEpsilon_0'] = createExportWrapper('emscripten_bind_PxCookingParams_get_areaTestEpsilon_0'); -var _emscripten_bind_PxCookingParams_set_areaTestEpsilon_1 = Module['_emscripten_bind_PxCookingParams_set_areaTestEpsilon_1'] = createExportWrapper('emscripten_bind_PxCookingParams_set_areaTestEpsilon_1'); -var _emscripten_bind_PxCookingParams_get_planeTolerance_0 = Module['_emscripten_bind_PxCookingParams_get_planeTolerance_0'] = createExportWrapper('emscripten_bind_PxCookingParams_get_planeTolerance_0'); -var _emscripten_bind_PxCookingParams_set_planeTolerance_1 = Module['_emscripten_bind_PxCookingParams_set_planeTolerance_1'] = createExportWrapper('emscripten_bind_PxCookingParams_set_planeTolerance_1'); -var _emscripten_bind_PxCookingParams_get_convexMeshCookingType_0 = Module['_emscripten_bind_PxCookingParams_get_convexMeshCookingType_0'] = createExportWrapper('emscripten_bind_PxCookingParams_get_convexMeshCookingType_0'); -var _emscripten_bind_PxCookingParams_set_convexMeshCookingType_1 = Module['_emscripten_bind_PxCookingParams_set_convexMeshCookingType_1'] = createExportWrapper('emscripten_bind_PxCookingParams_set_convexMeshCookingType_1'); -var _emscripten_bind_PxCookingParams_get_suppressTriangleMeshRemapTable_0 = Module['_emscripten_bind_PxCookingParams_get_suppressTriangleMeshRemapTable_0'] = createExportWrapper('emscripten_bind_PxCookingParams_get_suppressTriangleMeshRemapTable_0'); -var _emscripten_bind_PxCookingParams_set_suppressTriangleMeshRemapTable_1 = Module['_emscripten_bind_PxCookingParams_set_suppressTriangleMeshRemapTable_1'] = createExportWrapper('emscripten_bind_PxCookingParams_set_suppressTriangleMeshRemapTable_1'); -var _emscripten_bind_PxCookingParams_get_buildTriangleAdjacencies_0 = Module['_emscripten_bind_PxCookingParams_get_buildTriangleAdjacencies_0'] = createExportWrapper('emscripten_bind_PxCookingParams_get_buildTriangleAdjacencies_0'); -var _emscripten_bind_PxCookingParams_set_buildTriangleAdjacencies_1 = Module['_emscripten_bind_PxCookingParams_set_buildTriangleAdjacencies_1'] = createExportWrapper('emscripten_bind_PxCookingParams_set_buildTriangleAdjacencies_1'); -var _emscripten_bind_PxCookingParams_get_buildGPUData_0 = Module['_emscripten_bind_PxCookingParams_get_buildGPUData_0'] = createExportWrapper('emscripten_bind_PxCookingParams_get_buildGPUData_0'); -var _emscripten_bind_PxCookingParams_set_buildGPUData_1 = Module['_emscripten_bind_PxCookingParams_set_buildGPUData_1'] = createExportWrapper('emscripten_bind_PxCookingParams_set_buildGPUData_1'); -var _emscripten_bind_PxCookingParams_get_scale_0 = Module['_emscripten_bind_PxCookingParams_get_scale_0'] = createExportWrapper('emscripten_bind_PxCookingParams_get_scale_0'); -var _emscripten_bind_PxCookingParams_set_scale_1 = Module['_emscripten_bind_PxCookingParams_set_scale_1'] = createExportWrapper('emscripten_bind_PxCookingParams_set_scale_1'); -var _emscripten_bind_PxCookingParams_get_meshPreprocessParams_0 = Module['_emscripten_bind_PxCookingParams_get_meshPreprocessParams_0'] = createExportWrapper('emscripten_bind_PxCookingParams_get_meshPreprocessParams_0'); -var _emscripten_bind_PxCookingParams_set_meshPreprocessParams_1 = Module['_emscripten_bind_PxCookingParams_set_meshPreprocessParams_1'] = createExportWrapper('emscripten_bind_PxCookingParams_set_meshPreprocessParams_1'); -var _emscripten_bind_PxCookingParams_get_meshWeldTolerance_0 = Module['_emscripten_bind_PxCookingParams_get_meshWeldTolerance_0'] = createExportWrapper('emscripten_bind_PxCookingParams_get_meshWeldTolerance_0'); -var _emscripten_bind_PxCookingParams_set_meshWeldTolerance_1 = Module['_emscripten_bind_PxCookingParams_set_meshWeldTolerance_1'] = createExportWrapper('emscripten_bind_PxCookingParams_set_meshWeldTolerance_1'); -var _emscripten_bind_PxCookingParams_get_midphaseDesc_0 = Module['_emscripten_bind_PxCookingParams_get_midphaseDesc_0'] = createExportWrapper('emscripten_bind_PxCookingParams_get_midphaseDesc_0'); -var _emscripten_bind_PxCookingParams_set_midphaseDesc_1 = Module['_emscripten_bind_PxCookingParams_set_midphaseDesc_1'] = createExportWrapper('emscripten_bind_PxCookingParams_set_midphaseDesc_1'); -var _emscripten_bind_PxCookingParams_get_gaussMapLimit_0 = Module['_emscripten_bind_PxCookingParams_get_gaussMapLimit_0'] = createExportWrapper('emscripten_bind_PxCookingParams_get_gaussMapLimit_0'); -var _emscripten_bind_PxCookingParams_set_gaussMapLimit_1 = Module['_emscripten_bind_PxCookingParams_set_gaussMapLimit_1'] = createExportWrapper('emscripten_bind_PxCookingParams_set_gaussMapLimit_1'); -var _emscripten_bind_PxCookingParams___destroy___0 = Module['_emscripten_bind_PxCookingParams___destroy___0'] = createExportWrapper('emscripten_bind_PxCookingParams___destroy___0'); -var _emscripten_bind_PxD6Joint_setMotion_2 = Module['_emscripten_bind_PxD6Joint_setMotion_2'] = createExportWrapper('emscripten_bind_PxD6Joint_setMotion_2'); -var _emscripten_bind_PxD6Joint_getMotion_1 = Module['_emscripten_bind_PxD6Joint_getMotion_1'] = createExportWrapper('emscripten_bind_PxD6Joint_getMotion_1'); -var _emscripten_bind_PxD6Joint_getTwistAngle_0 = Module['_emscripten_bind_PxD6Joint_getTwistAngle_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getTwistAngle_0'); -var _emscripten_bind_PxD6Joint_getSwingYAngle_0 = Module['_emscripten_bind_PxD6Joint_getSwingYAngle_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getSwingYAngle_0'); -var _emscripten_bind_PxD6Joint_getSwingZAngle_0 = Module['_emscripten_bind_PxD6Joint_getSwingZAngle_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getSwingZAngle_0'); -var _emscripten_bind_PxD6Joint_setDistanceLimit_1 = Module['_emscripten_bind_PxD6Joint_setDistanceLimit_1'] = createExportWrapper('emscripten_bind_PxD6Joint_setDistanceLimit_1'); -var _emscripten_bind_PxD6Joint_setLinearLimit_2 = Module['_emscripten_bind_PxD6Joint_setLinearLimit_2'] = createExportWrapper('emscripten_bind_PxD6Joint_setLinearLimit_2'); -var _emscripten_bind_PxD6Joint_setTwistLimit_1 = Module['_emscripten_bind_PxD6Joint_setTwistLimit_1'] = createExportWrapper('emscripten_bind_PxD6Joint_setTwistLimit_1'); -var _emscripten_bind_PxD6Joint_setSwingLimit_1 = Module['_emscripten_bind_PxD6Joint_setSwingLimit_1'] = createExportWrapper('emscripten_bind_PxD6Joint_setSwingLimit_1'); -var _emscripten_bind_PxD6Joint_setPyramidSwingLimit_1 = Module['_emscripten_bind_PxD6Joint_setPyramidSwingLimit_1'] = createExportWrapper('emscripten_bind_PxD6Joint_setPyramidSwingLimit_1'); -var _emscripten_bind_PxD6Joint_setDrive_2 = Module['_emscripten_bind_PxD6Joint_setDrive_2'] = createExportWrapper('emscripten_bind_PxD6Joint_setDrive_2'); -var _emscripten_bind_PxD6Joint_getDrive_1 = Module['_emscripten_bind_PxD6Joint_getDrive_1'] = createExportWrapper('emscripten_bind_PxD6Joint_getDrive_1'); -var _emscripten_bind_PxD6Joint_setDrivePosition_1 = Module['_emscripten_bind_PxD6Joint_setDrivePosition_1'] = createExportWrapper('emscripten_bind_PxD6Joint_setDrivePosition_1'); -var _emscripten_bind_PxD6Joint_setDrivePosition_2 = Module['_emscripten_bind_PxD6Joint_setDrivePosition_2'] = createExportWrapper('emscripten_bind_PxD6Joint_setDrivePosition_2'); -var _emscripten_bind_PxD6Joint_getDrivePosition_0 = Module['_emscripten_bind_PxD6Joint_getDrivePosition_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getDrivePosition_0'); -var _emscripten_bind_PxD6Joint_setDriveVelocity_2 = Module['_emscripten_bind_PxD6Joint_setDriveVelocity_2'] = createExportWrapper('emscripten_bind_PxD6Joint_setDriveVelocity_2'); -var _emscripten_bind_PxD6Joint_getDriveVelocity_2 = Module['_emscripten_bind_PxD6Joint_getDriveVelocity_2'] = createExportWrapper('emscripten_bind_PxD6Joint_getDriveVelocity_2'); -var _emscripten_bind_PxD6Joint_release_0 = Module['_emscripten_bind_PxD6Joint_release_0'] = createExportWrapper('emscripten_bind_PxD6Joint_release_0'); -var _emscripten_bind_PxD6Joint_getConcreteTypeName_0 = Module['_emscripten_bind_PxD6Joint_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getConcreteTypeName_0'); -var _emscripten_bind_PxD6Joint_getConcreteType_0 = Module['_emscripten_bind_PxD6Joint_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getConcreteType_0'); -var _emscripten_bind_PxD6Joint_setBaseFlag_2 = Module['_emscripten_bind_PxD6Joint_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxD6Joint_setBaseFlag_2'); -var _emscripten_bind_PxD6Joint_setBaseFlags_1 = Module['_emscripten_bind_PxD6Joint_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxD6Joint_setBaseFlags_1'); -var _emscripten_bind_PxD6Joint_getBaseFlags_0 = Module['_emscripten_bind_PxD6Joint_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getBaseFlags_0'); -var _emscripten_bind_PxD6Joint_isReleasable_0 = Module['_emscripten_bind_PxD6Joint_isReleasable_0'] = createExportWrapper('emscripten_bind_PxD6Joint_isReleasable_0'); -var _emscripten_bind_PxD6Joint_setActors_2 = Module['_emscripten_bind_PxD6Joint_setActors_2'] = createExportWrapper('emscripten_bind_PxD6Joint_setActors_2'); -var _emscripten_bind_PxD6Joint_setLocalPose_2 = Module['_emscripten_bind_PxD6Joint_setLocalPose_2'] = createExportWrapper('emscripten_bind_PxD6Joint_setLocalPose_2'); -var _emscripten_bind_PxD6Joint_getLocalPose_1 = Module['_emscripten_bind_PxD6Joint_getLocalPose_1'] = createExportWrapper('emscripten_bind_PxD6Joint_getLocalPose_1'); -var _emscripten_bind_PxD6Joint_getRelativeTransform_0 = Module['_emscripten_bind_PxD6Joint_getRelativeTransform_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getRelativeTransform_0'); -var _emscripten_bind_PxD6Joint_getRelativeLinearVelocity_0 = Module['_emscripten_bind_PxD6Joint_getRelativeLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getRelativeLinearVelocity_0'); -var _emscripten_bind_PxD6Joint_getRelativeAngularVelocity_0 = Module['_emscripten_bind_PxD6Joint_getRelativeAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getRelativeAngularVelocity_0'); -var _emscripten_bind_PxD6Joint_setBreakForce_2 = Module['_emscripten_bind_PxD6Joint_setBreakForce_2'] = createExportWrapper('emscripten_bind_PxD6Joint_setBreakForce_2'); -var _emscripten_bind_PxD6Joint_setConstraintFlags_1 = Module['_emscripten_bind_PxD6Joint_setConstraintFlags_1'] = createExportWrapper('emscripten_bind_PxD6Joint_setConstraintFlags_1'); -var _emscripten_bind_PxD6Joint_setConstraintFlag_2 = Module['_emscripten_bind_PxD6Joint_setConstraintFlag_2'] = createExportWrapper('emscripten_bind_PxD6Joint_setConstraintFlag_2'); -var _emscripten_bind_PxD6Joint_getConstraintFlags_0 = Module['_emscripten_bind_PxD6Joint_getConstraintFlags_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getConstraintFlags_0'); -var _emscripten_bind_PxD6Joint_setInvMassScale0_1 = Module['_emscripten_bind_PxD6Joint_setInvMassScale0_1'] = createExportWrapper('emscripten_bind_PxD6Joint_setInvMassScale0_1'); -var _emscripten_bind_PxD6Joint_getInvMassScale0_0 = Module['_emscripten_bind_PxD6Joint_getInvMassScale0_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getInvMassScale0_0'); -var _emscripten_bind_PxD6Joint_setInvMassScale1_1 = Module['_emscripten_bind_PxD6Joint_setInvMassScale1_1'] = createExportWrapper('emscripten_bind_PxD6Joint_setInvMassScale1_1'); -var _emscripten_bind_PxD6Joint_getInvMassScale1_0 = Module['_emscripten_bind_PxD6Joint_getInvMassScale1_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getInvMassScale1_0'); -var _emscripten_bind_PxD6Joint_getConstraint_0 = Module['_emscripten_bind_PxD6Joint_getConstraint_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getConstraint_0'); -var _emscripten_bind_PxD6Joint_setName_1 = Module['_emscripten_bind_PxD6Joint_setName_1'] = createExportWrapper('emscripten_bind_PxD6Joint_setName_1'); -var _emscripten_bind_PxD6Joint_getName_0 = Module['_emscripten_bind_PxD6Joint_getName_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getName_0'); -var _emscripten_bind_PxD6Joint_getScene_0 = Module['_emscripten_bind_PxD6Joint_getScene_0'] = createExportWrapper('emscripten_bind_PxD6Joint_getScene_0'); -var _emscripten_bind_PxD6Joint_get_userData_0 = Module['_emscripten_bind_PxD6Joint_get_userData_0'] = createExportWrapper('emscripten_bind_PxD6Joint_get_userData_0'); -var _emscripten_bind_PxD6Joint_set_userData_1 = Module['_emscripten_bind_PxD6Joint_set_userData_1'] = createExportWrapper('emscripten_bind_PxD6Joint_set_userData_1'); -var _emscripten_bind_PxD6Joint___destroy___0 = Module['_emscripten_bind_PxD6Joint___destroy___0'] = createExportWrapper('emscripten_bind_PxD6Joint___destroy___0'); -var _emscripten_bind_PxD6JointDrive_PxD6JointDrive_0 = Module['_emscripten_bind_PxD6JointDrive_PxD6JointDrive_0'] = createExportWrapper('emscripten_bind_PxD6JointDrive_PxD6JointDrive_0'); -var _emscripten_bind_PxD6JointDrive_PxD6JointDrive_3 = Module['_emscripten_bind_PxD6JointDrive_PxD6JointDrive_3'] = createExportWrapper('emscripten_bind_PxD6JointDrive_PxD6JointDrive_3'); -var _emscripten_bind_PxD6JointDrive_PxD6JointDrive_4 = Module['_emscripten_bind_PxD6JointDrive_PxD6JointDrive_4'] = createExportWrapper('emscripten_bind_PxD6JointDrive_PxD6JointDrive_4'); -var _emscripten_bind_PxD6JointDrive_get_forceLimit_0 = Module['_emscripten_bind_PxD6JointDrive_get_forceLimit_0'] = createExportWrapper('emscripten_bind_PxD6JointDrive_get_forceLimit_0'); -var _emscripten_bind_PxD6JointDrive_set_forceLimit_1 = Module['_emscripten_bind_PxD6JointDrive_set_forceLimit_1'] = createExportWrapper('emscripten_bind_PxD6JointDrive_set_forceLimit_1'); -var _emscripten_bind_PxD6JointDrive_get_flags_0 = Module['_emscripten_bind_PxD6JointDrive_get_flags_0'] = createExportWrapper('emscripten_bind_PxD6JointDrive_get_flags_0'); -var _emscripten_bind_PxD6JointDrive_set_flags_1 = Module['_emscripten_bind_PxD6JointDrive_set_flags_1'] = createExportWrapper('emscripten_bind_PxD6JointDrive_set_flags_1'); -var _emscripten_bind_PxD6JointDrive_get_stiffness_0 = Module['_emscripten_bind_PxD6JointDrive_get_stiffness_0'] = createExportWrapper('emscripten_bind_PxD6JointDrive_get_stiffness_0'); -var _emscripten_bind_PxD6JointDrive_set_stiffness_1 = Module['_emscripten_bind_PxD6JointDrive_set_stiffness_1'] = createExportWrapper('emscripten_bind_PxD6JointDrive_set_stiffness_1'); -var _emscripten_bind_PxD6JointDrive_get_damping_0 = Module['_emscripten_bind_PxD6JointDrive_get_damping_0'] = createExportWrapper('emscripten_bind_PxD6JointDrive_get_damping_0'); -var _emscripten_bind_PxD6JointDrive_set_damping_1 = Module['_emscripten_bind_PxD6JointDrive_set_damping_1'] = createExportWrapper('emscripten_bind_PxD6JointDrive_set_damping_1'); -var _emscripten_bind_PxD6JointDrive___destroy___0 = Module['_emscripten_bind_PxD6JointDrive___destroy___0'] = createExportWrapper('emscripten_bind_PxD6JointDrive___destroy___0'); -var _emscripten_bind_PxD6JointDriveFlags_PxD6JointDriveFlags_1 = Module['_emscripten_bind_PxD6JointDriveFlags_PxD6JointDriveFlags_1'] = createExportWrapper('emscripten_bind_PxD6JointDriveFlags_PxD6JointDriveFlags_1'); -var _emscripten_bind_PxD6JointDriveFlags_isSet_1 = Module['_emscripten_bind_PxD6JointDriveFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxD6JointDriveFlags_isSet_1'); -var _emscripten_bind_PxD6JointDriveFlags_raise_1 = Module['_emscripten_bind_PxD6JointDriveFlags_raise_1'] = createExportWrapper('emscripten_bind_PxD6JointDriveFlags_raise_1'); -var _emscripten_bind_PxD6JointDriveFlags_clear_1 = Module['_emscripten_bind_PxD6JointDriveFlags_clear_1'] = createExportWrapper('emscripten_bind_PxD6JointDriveFlags_clear_1'); -var _emscripten_bind_PxD6JointDriveFlags___destroy___0 = Module['_emscripten_bind_PxD6JointDriveFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxD6JointDriveFlags___destroy___0'); -var _emscripten_bind_PxDebugLine_get_pos0_0 = Module['_emscripten_bind_PxDebugLine_get_pos0_0'] = createExportWrapper('emscripten_bind_PxDebugLine_get_pos0_0'); -var _emscripten_bind_PxDebugLine_set_pos0_1 = Module['_emscripten_bind_PxDebugLine_set_pos0_1'] = createExportWrapper('emscripten_bind_PxDebugLine_set_pos0_1'); -var _emscripten_bind_PxDebugLine_get_color0_0 = Module['_emscripten_bind_PxDebugLine_get_color0_0'] = createExportWrapper('emscripten_bind_PxDebugLine_get_color0_0'); -var _emscripten_bind_PxDebugLine_set_color0_1 = Module['_emscripten_bind_PxDebugLine_set_color0_1'] = createExportWrapper('emscripten_bind_PxDebugLine_set_color0_1'); -var _emscripten_bind_PxDebugLine_get_pos1_0 = Module['_emscripten_bind_PxDebugLine_get_pos1_0'] = createExportWrapper('emscripten_bind_PxDebugLine_get_pos1_0'); -var _emscripten_bind_PxDebugLine_set_pos1_1 = Module['_emscripten_bind_PxDebugLine_set_pos1_1'] = createExportWrapper('emscripten_bind_PxDebugLine_set_pos1_1'); -var _emscripten_bind_PxDebugLine_get_color1_0 = Module['_emscripten_bind_PxDebugLine_get_color1_0'] = createExportWrapper('emscripten_bind_PxDebugLine_get_color1_0'); -var _emscripten_bind_PxDebugLine_set_color1_1 = Module['_emscripten_bind_PxDebugLine_set_color1_1'] = createExportWrapper('emscripten_bind_PxDebugLine_set_color1_1'); -var _emscripten_bind_PxDebugPoint_get_pos_0 = Module['_emscripten_bind_PxDebugPoint_get_pos_0'] = createExportWrapper('emscripten_bind_PxDebugPoint_get_pos_0'); -var _emscripten_bind_PxDebugPoint_set_pos_1 = Module['_emscripten_bind_PxDebugPoint_set_pos_1'] = createExportWrapper('emscripten_bind_PxDebugPoint_set_pos_1'); -var _emscripten_bind_PxDebugPoint_get_color_0 = Module['_emscripten_bind_PxDebugPoint_get_color_0'] = createExportWrapper('emscripten_bind_PxDebugPoint_get_color_0'); -var _emscripten_bind_PxDebugPoint_set_color_1 = Module['_emscripten_bind_PxDebugPoint_set_color_1'] = createExportWrapper('emscripten_bind_PxDebugPoint_set_color_1'); -var _emscripten_bind_PxDebugTriangle_get_pos0_0 = Module['_emscripten_bind_PxDebugTriangle_get_pos0_0'] = createExportWrapper('emscripten_bind_PxDebugTriangle_get_pos0_0'); -var _emscripten_bind_PxDebugTriangle_set_pos0_1 = Module['_emscripten_bind_PxDebugTriangle_set_pos0_1'] = createExportWrapper('emscripten_bind_PxDebugTriangle_set_pos0_1'); -var _emscripten_bind_PxDebugTriangle_get_color0_0 = Module['_emscripten_bind_PxDebugTriangle_get_color0_0'] = createExportWrapper('emscripten_bind_PxDebugTriangle_get_color0_0'); -var _emscripten_bind_PxDebugTriangle_set_color0_1 = Module['_emscripten_bind_PxDebugTriangle_set_color0_1'] = createExportWrapper('emscripten_bind_PxDebugTriangle_set_color0_1'); -var _emscripten_bind_PxDebugTriangle_get_pos1_0 = Module['_emscripten_bind_PxDebugTriangle_get_pos1_0'] = createExportWrapper('emscripten_bind_PxDebugTriangle_get_pos1_0'); -var _emscripten_bind_PxDebugTriangle_set_pos1_1 = Module['_emscripten_bind_PxDebugTriangle_set_pos1_1'] = createExportWrapper('emscripten_bind_PxDebugTriangle_set_pos1_1'); -var _emscripten_bind_PxDebugTriangle_get_color1_0 = Module['_emscripten_bind_PxDebugTriangle_get_color1_0'] = createExportWrapper('emscripten_bind_PxDebugTriangle_get_color1_0'); -var _emscripten_bind_PxDebugTriangle_set_color1_1 = Module['_emscripten_bind_PxDebugTriangle_set_color1_1'] = createExportWrapper('emscripten_bind_PxDebugTriangle_set_color1_1'); -var _emscripten_bind_PxDebugTriangle_get_pos2_0 = Module['_emscripten_bind_PxDebugTriangle_get_pos2_0'] = createExportWrapper('emscripten_bind_PxDebugTriangle_get_pos2_0'); -var _emscripten_bind_PxDebugTriangle_set_pos2_1 = Module['_emscripten_bind_PxDebugTriangle_set_pos2_1'] = createExportWrapper('emscripten_bind_PxDebugTriangle_set_pos2_1'); -var _emscripten_bind_PxDebugTriangle_get_color2_0 = Module['_emscripten_bind_PxDebugTriangle_get_color2_0'] = createExportWrapper('emscripten_bind_PxDebugTriangle_get_color2_0'); -var _emscripten_bind_PxDebugTriangle_set_color2_1 = Module['_emscripten_bind_PxDebugTriangle_set_color2_1'] = createExportWrapper('emscripten_bind_PxDebugTriangle_set_color2_1'); -var _emscripten_bind_PxDefaultAllocator_PxDefaultAllocator_0 = Module['_emscripten_bind_PxDefaultAllocator_PxDefaultAllocator_0'] = createExportWrapper('emscripten_bind_PxDefaultAllocator_PxDefaultAllocator_0'); -var _emscripten_bind_PxDefaultAllocator___destroy___0 = Module['_emscripten_bind_PxDefaultAllocator___destroy___0'] = createExportWrapper('emscripten_bind_PxDefaultAllocator___destroy___0'); -var _emscripten_bind_PxDefaultCpuDispatcher___destroy___0 = Module['_emscripten_bind_PxDefaultCpuDispatcher___destroy___0'] = createExportWrapper('emscripten_bind_PxDefaultCpuDispatcher___destroy___0'); -var _emscripten_bind_PxDefaultErrorCallback_PxDefaultErrorCallback_0 = Module['_emscripten_bind_PxDefaultErrorCallback_PxDefaultErrorCallback_0'] = createExportWrapper('emscripten_bind_PxDefaultErrorCallback_PxDefaultErrorCallback_0'); -var _emscripten_bind_PxDefaultErrorCallback_reportError_4 = Module['_emscripten_bind_PxDefaultErrorCallback_reportError_4'] = createExportWrapper('emscripten_bind_PxDefaultErrorCallback_reportError_4'); -var _emscripten_bind_PxDefaultErrorCallback___destroy___0 = Module['_emscripten_bind_PxDefaultErrorCallback___destroy___0'] = createExportWrapper('emscripten_bind_PxDefaultErrorCallback___destroy___0'); -var _emscripten_bind_PxDefaultMemoryInputData_PxDefaultMemoryInputData_2 = Module['_emscripten_bind_PxDefaultMemoryInputData_PxDefaultMemoryInputData_2'] = createExportWrapper('emscripten_bind_PxDefaultMemoryInputData_PxDefaultMemoryInputData_2'); -var _emscripten_bind_PxDefaultMemoryInputData_read_2 = Module['_emscripten_bind_PxDefaultMemoryInputData_read_2'] = createExportWrapper('emscripten_bind_PxDefaultMemoryInputData_read_2'); -var _emscripten_bind_PxDefaultMemoryInputData_getLength_0 = Module['_emscripten_bind_PxDefaultMemoryInputData_getLength_0'] = createExportWrapper('emscripten_bind_PxDefaultMemoryInputData_getLength_0'); -var _emscripten_bind_PxDefaultMemoryInputData_seek_1 = Module['_emscripten_bind_PxDefaultMemoryInputData_seek_1'] = createExportWrapper('emscripten_bind_PxDefaultMemoryInputData_seek_1'); -var _emscripten_bind_PxDefaultMemoryInputData_tell_0 = Module['_emscripten_bind_PxDefaultMemoryInputData_tell_0'] = createExportWrapper('emscripten_bind_PxDefaultMemoryInputData_tell_0'); -var _emscripten_bind_PxDefaultMemoryInputData___destroy___0 = Module['_emscripten_bind_PxDefaultMemoryInputData___destroy___0'] = createExportWrapper('emscripten_bind_PxDefaultMemoryInputData___destroy___0'); -var _emscripten_bind_PxDefaultMemoryOutputStream_PxDefaultMemoryOutputStream_0 = Module['_emscripten_bind_PxDefaultMemoryOutputStream_PxDefaultMemoryOutputStream_0'] = createExportWrapper('emscripten_bind_PxDefaultMemoryOutputStream_PxDefaultMemoryOutputStream_0'); -var _emscripten_bind_PxDefaultMemoryOutputStream_write_2 = Module['_emscripten_bind_PxDefaultMemoryOutputStream_write_2'] = createExportWrapper('emscripten_bind_PxDefaultMemoryOutputStream_write_2'); -var _emscripten_bind_PxDefaultMemoryOutputStream_getSize_0 = Module['_emscripten_bind_PxDefaultMemoryOutputStream_getSize_0'] = createExportWrapper('emscripten_bind_PxDefaultMemoryOutputStream_getSize_0'); -var _emscripten_bind_PxDefaultMemoryOutputStream_getData_0 = Module['_emscripten_bind_PxDefaultMemoryOutputStream_getData_0'] = createExportWrapper('emscripten_bind_PxDefaultMemoryOutputStream_getData_0'); -var _emscripten_bind_PxDefaultMemoryOutputStream___destroy___0 = Module['_emscripten_bind_PxDefaultMemoryOutputStream___destroy___0'] = createExportWrapper('emscripten_bind_PxDefaultMemoryOutputStream___destroy___0'); -var _emscripten_bind_PxDistanceJoint_getDistance_0 = Module['_emscripten_bind_PxDistanceJoint_getDistance_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getDistance_0'); -var _emscripten_bind_PxDistanceJoint_setMinDistance_1 = Module['_emscripten_bind_PxDistanceJoint_setMinDistance_1'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setMinDistance_1'); -var _emscripten_bind_PxDistanceJoint_getMinDistance_0 = Module['_emscripten_bind_PxDistanceJoint_getMinDistance_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getMinDistance_0'); -var _emscripten_bind_PxDistanceJoint_setMaxDistance_1 = Module['_emscripten_bind_PxDistanceJoint_setMaxDistance_1'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setMaxDistance_1'); -var _emscripten_bind_PxDistanceJoint_getMaxDistance_0 = Module['_emscripten_bind_PxDistanceJoint_getMaxDistance_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getMaxDistance_0'); -var _emscripten_bind_PxDistanceJoint_setTolerance_1 = Module['_emscripten_bind_PxDistanceJoint_setTolerance_1'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setTolerance_1'); -var _emscripten_bind_PxDistanceJoint_getTolerance_0 = Module['_emscripten_bind_PxDistanceJoint_getTolerance_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getTolerance_0'); -var _emscripten_bind_PxDistanceJoint_setStiffness_1 = Module['_emscripten_bind_PxDistanceJoint_setStiffness_1'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setStiffness_1'); -var _emscripten_bind_PxDistanceJoint_getStiffness_0 = Module['_emscripten_bind_PxDistanceJoint_getStiffness_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getStiffness_0'); -var _emscripten_bind_PxDistanceJoint_setDamping_1 = Module['_emscripten_bind_PxDistanceJoint_setDamping_1'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setDamping_1'); -var _emscripten_bind_PxDistanceJoint_getDamping_0 = Module['_emscripten_bind_PxDistanceJoint_getDamping_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getDamping_0'); -var _emscripten_bind_PxDistanceJoint_setDistanceJointFlags_1 = Module['_emscripten_bind_PxDistanceJoint_setDistanceJointFlags_1'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setDistanceJointFlags_1'); -var _emscripten_bind_PxDistanceJoint_setDistanceJointFlag_2 = Module['_emscripten_bind_PxDistanceJoint_setDistanceJointFlag_2'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setDistanceJointFlag_2'); -var _emscripten_bind_PxDistanceJoint_getDistanceJointFlags_0 = Module['_emscripten_bind_PxDistanceJoint_getDistanceJointFlags_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getDistanceJointFlags_0'); -var _emscripten_bind_PxDistanceJoint_release_0 = Module['_emscripten_bind_PxDistanceJoint_release_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_release_0'); -var _emscripten_bind_PxDistanceJoint_getConcreteTypeName_0 = Module['_emscripten_bind_PxDistanceJoint_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getConcreteTypeName_0'); -var _emscripten_bind_PxDistanceJoint_getConcreteType_0 = Module['_emscripten_bind_PxDistanceJoint_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getConcreteType_0'); -var _emscripten_bind_PxDistanceJoint_setBaseFlag_2 = Module['_emscripten_bind_PxDistanceJoint_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setBaseFlag_2'); -var _emscripten_bind_PxDistanceJoint_setBaseFlags_1 = Module['_emscripten_bind_PxDistanceJoint_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setBaseFlags_1'); -var _emscripten_bind_PxDistanceJoint_getBaseFlags_0 = Module['_emscripten_bind_PxDistanceJoint_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getBaseFlags_0'); -var _emscripten_bind_PxDistanceJoint_isReleasable_0 = Module['_emscripten_bind_PxDistanceJoint_isReleasable_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_isReleasable_0'); -var _emscripten_bind_PxDistanceJoint_setActors_2 = Module['_emscripten_bind_PxDistanceJoint_setActors_2'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setActors_2'); -var _emscripten_bind_PxDistanceJoint_setLocalPose_2 = Module['_emscripten_bind_PxDistanceJoint_setLocalPose_2'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setLocalPose_2'); -var _emscripten_bind_PxDistanceJoint_getLocalPose_1 = Module['_emscripten_bind_PxDistanceJoint_getLocalPose_1'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getLocalPose_1'); -var _emscripten_bind_PxDistanceJoint_getRelativeTransform_0 = Module['_emscripten_bind_PxDistanceJoint_getRelativeTransform_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getRelativeTransform_0'); -var _emscripten_bind_PxDistanceJoint_getRelativeLinearVelocity_0 = Module['_emscripten_bind_PxDistanceJoint_getRelativeLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getRelativeLinearVelocity_0'); -var _emscripten_bind_PxDistanceJoint_getRelativeAngularVelocity_0 = Module['_emscripten_bind_PxDistanceJoint_getRelativeAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getRelativeAngularVelocity_0'); -var _emscripten_bind_PxDistanceJoint_setBreakForce_2 = Module['_emscripten_bind_PxDistanceJoint_setBreakForce_2'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setBreakForce_2'); -var _emscripten_bind_PxDistanceJoint_setConstraintFlags_1 = Module['_emscripten_bind_PxDistanceJoint_setConstraintFlags_1'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setConstraintFlags_1'); -var _emscripten_bind_PxDistanceJoint_setConstraintFlag_2 = Module['_emscripten_bind_PxDistanceJoint_setConstraintFlag_2'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setConstraintFlag_2'); -var _emscripten_bind_PxDistanceJoint_getConstraintFlags_0 = Module['_emscripten_bind_PxDistanceJoint_getConstraintFlags_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getConstraintFlags_0'); -var _emscripten_bind_PxDistanceJoint_setInvMassScale0_1 = Module['_emscripten_bind_PxDistanceJoint_setInvMassScale0_1'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setInvMassScale0_1'); -var _emscripten_bind_PxDistanceJoint_getInvMassScale0_0 = Module['_emscripten_bind_PxDistanceJoint_getInvMassScale0_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getInvMassScale0_0'); -var _emscripten_bind_PxDistanceJoint_setInvMassScale1_1 = Module['_emscripten_bind_PxDistanceJoint_setInvMassScale1_1'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setInvMassScale1_1'); -var _emscripten_bind_PxDistanceJoint_getInvMassScale1_0 = Module['_emscripten_bind_PxDistanceJoint_getInvMassScale1_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getInvMassScale1_0'); -var _emscripten_bind_PxDistanceJoint_getConstraint_0 = Module['_emscripten_bind_PxDistanceJoint_getConstraint_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getConstraint_0'); -var _emscripten_bind_PxDistanceJoint_setName_1 = Module['_emscripten_bind_PxDistanceJoint_setName_1'] = createExportWrapper('emscripten_bind_PxDistanceJoint_setName_1'); -var _emscripten_bind_PxDistanceJoint_getName_0 = Module['_emscripten_bind_PxDistanceJoint_getName_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getName_0'); -var _emscripten_bind_PxDistanceJoint_getScene_0 = Module['_emscripten_bind_PxDistanceJoint_getScene_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_getScene_0'); -var _emscripten_bind_PxDistanceJoint_get_userData_0 = Module['_emscripten_bind_PxDistanceJoint_get_userData_0'] = createExportWrapper('emscripten_bind_PxDistanceJoint_get_userData_0'); -var _emscripten_bind_PxDistanceJoint_set_userData_1 = Module['_emscripten_bind_PxDistanceJoint_set_userData_1'] = createExportWrapper('emscripten_bind_PxDistanceJoint_set_userData_1'); -var _emscripten_bind_PxDistanceJoint___destroy___0 = Module['_emscripten_bind_PxDistanceJoint___destroy___0'] = createExportWrapper('emscripten_bind_PxDistanceJoint___destroy___0'); -var _emscripten_bind_PxDistanceJointFlags_PxDistanceJointFlags_1 = Module['_emscripten_bind_PxDistanceJointFlags_PxDistanceJointFlags_1'] = createExportWrapper('emscripten_bind_PxDistanceJointFlags_PxDistanceJointFlags_1'); -var _emscripten_bind_PxDistanceJointFlags_isSet_1 = Module['_emscripten_bind_PxDistanceJointFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxDistanceJointFlags_isSet_1'); -var _emscripten_bind_PxDistanceJointFlags_raise_1 = Module['_emscripten_bind_PxDistanceJointFlags_raise_1'] = createExportWrapper('emscripten_bind_PxDistanceJointFlags_raise_1'); -var _emscripten_bind_PxDistanceJointFlags_clear_1 = Module['_emscripten_bind_PxDistanceJointFlags_clear_1'] = createExportWrapper('emscripten_bind_PxDistanceJointFlags_clear_1'); -var _emscripten_bind_PxDistanceJointFlags___destroy___0 = Module['_emscripten_bind_PxDistanceJointFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxDistanceJointFlags___destroy___0'); -var _emscripten_bind_PxDominanceGroupPair_PxDominanceGroupPair_2 = Module['_emscripten_bind_PxDominanceGroupPair_PxDominanceGroupPair_2'] = createExportWrapper('emscripten_bind_PxDominanceGroupPair_PxDominanceGroupPair_2'); -var _emscripten_bind_PxDominanceGroupPair_get_dominance0_0 = Module['_emscripten_bind_PxDominanceGroupPair_get_dominance0_0'] = createExportWrapper('emscripten_bind_PxDominanceGroupPair_get_dominance0_0'); -var _emscripten_bind_PxDominanceGroupPair_set_dominance0_1 = Module['_emscripten_bind_PxDominanceGroupPair_set_dominance0_1'] = createExportWrapper('emscripten_bind_PxDominanceGroupPair_set_dominance0_1'); -var _emscripten_bind_PxDominanceGroupPair_get_dominance1_0 = Module['_emscripten_bind_PxDominanceGroupPair_get_dominance1_0'] = createExportWrapper('emscripten_bind_PxDominanceGroupPair_get_dominance1_0'); -var _emscripten_bind_PxDominanceGroupPair_set_dominance1_1 = Module['_emscripten_bind_PxDominanceGroupPair_set_dominance1_1'] = createExportWrapper('emscripten_bind_PxDominanceGroupPair_set_dominance1_1'); -var _emscripten_bind_PxDominanceGroupPair___destroy___0 = Module['_emscripten_bind_PxDominanceGroupPair___destroy___0'] = createExportWrapper('emscripten_bind_PxDominanceGroupPair___destroy___0'); -var _emscripten_bind_PxErrorCallbackImpl_PxErrorCallbackImpl_0 = Module['_emscripten_bind_PxErrorCallbackImpl_PxErrorCallbackImpl_0'] = createExportWrapper('emscripten_bind_PxErrorCallbackImpl_PxErrorCallbackImpl_0'); -var _emscripten_bind_PxErrorCallbackImpl_reportError_4 = Module['_emscripten_bind_PxErrorCallbackImpl_reportError_4'] = createExportWrapper('emscripten_bind_PxErrorCallbackImpl_reportError_4'); -var _emscripten_bind_PxErrorCallbackImpl___destroy___0 = Module['_emscripten_bind_PxErrorCallbackImpl___destroy___0'] = createExportWrapper('emscripten_bind_PxErrorCallbackImpl___destroy___0'); -var _emscripten_bind_PxExtendedVec3_PxExtendedVec3_0 = Module['_emscripten_bind_PxExtendedVec3_PxExtendedVec3_0'] = createExportWrapper('emscripten_bind_PxExtendedVec3_PxExtendedVec3_0'); -var _emscripten_bind_PxExtendedVec3_PxExtendedVec3_3 = Module['_emscripten_bind_PxExtendedVec3_PxExtendedVec3_3'] = createExportWrapper('emscripten_bind_PxExtendedVec3_PxExtendedVec3_3'); -var _emscripten_bind_PxExtendedVec3_get_x_0 = Module['_emscripten_bind_PxExtendedVec3_get_x_0'] = createExportWrapper('emscripten_bind_PxExtendedVec3_get_x_0'); -var _emscripten_bind_PxExtendedVec3_set_x_1 = Module['_emscripten_bind_PxExtendedVec3_set_x_1'] = createExportWrapper('emscripten_bind_PxExtendedVec3_set_x_1'); -var _emscripten_bind_PxExtendedVec3_get_y_0 = Module['_emscripten_bind_PxExtendedVec3_get_y_0'] = createExportWrapper('emscripten_bind_PxExtendedVec3_get_y_0'); -var _emscripten_bind_PxExtendedVec3_set_y_1 = Module['_emscripten_bind_PxExtendedVec3_set_y_1'] = createExportWrapper('emscripten_bind_PxExtendedVec3_set_y_1'); -var _emscripten_bind_PxExtendedVec3_get_z_0 = Module['_emscripten_bind_PxExtendedVec3_get_z_0'] = createExportWrapper('emscripten_bind_PxExtendedVec3_get_z_0'); -var _emscripten_bind_PxExtendedVec3_set_z_1 = Module['_emscripten_bind_PxExtendedVec3_set_z_1'] = createExportWrapper('emscripten_bind_PxExtendedVec3_set_z_1'); -var _emscripten_bind_PxExtendedVec3___destroy___0 = Module['_emscripten_bind_PxExtendedVec3___destroy___0'] = createExportWrapper('emscripten_bind_PxExtendedVec3___destroy___0'); -var _emscripten_bind_PxExtensionTopLevelFunctions_CreatePlane_4 = Module['_emscripten_bind_PxExtensionTopLevelFunctions_CreatePlane_4'] = createExportWrapper('emscripten_bind_PxExtensionTopLevelFunctions_CreatePlane_4'); -var _emscripten_bind_PxFilterData_PxFilterData_0 = Module['_emscripten_bind_PxFilterData_PxFilterData_0'] = createExportWrapper('emscripten_bind_PxFilterData_PxFilterData_0'); -var _emscripten_bind_PxFilterData_PxFilterData_4 = Module['_emscripten_bind_PxFilterData_PxFilterData_4'] = createExportWrapper('emscripten_bind_PxFilterData_PxFilterData_4'); -var _emscripten_bind_PxFilterData_get_word0_0 = Module['_emscripten_bind_PxFilterData_get_word0_0'] = createExportWrapper('emscripten_bind_PxFilterData_get_word0_0'); -var _emscripten_bind_PxFilterData_set_word0_1 = Module['_emscripten_bind_PxFilterData_set_word0_1'] = createExportWrapper('emscripten_bind_PxFilterData_set_word0_1'); -var _emscripten_bind_PxFilterData_get_word1_0 = Module['_emscripten_bind_PxFilterData_get_word1_0'] = createExportWrapper('emscripten_bind_PxFilterData_get_word1_0'); -var _emscripten_bind_PxFilterData_set_word1_1 = Module['_emscripten_bind_PxFilterData_set_word1_1'] = createExportWrapper('emscripten_bind_PxFilterData_set_word1_1'); -var _emscripten_bind_PxFilterData_get_word2_0 = Module['_emscripten_bind_PxFilterData_get_word2_0'] = createExportWrapper('emscripten_bind_PxFilterData_get_word2_0'); -var _emscripten_bind_PxFilterData_set_word2_1 = Module['_emscripten_bind_PxFilterData_set_word2_1'] = createExportWrapper('emscripten_bind_PxFilterData_set_word2_1'); -var _emscripten_bind_PxFilterData_get_word3_0 = Module['_emscripten_bind_PxFilterData_get_word3_0'] = createExportWrapper('emscripten_bind_PxFilterData_get_word3_0'); -var _emscripten_bind_PxFilterData_set_word3_1 = Module['_emscripten_bind_PxFilterData_set_word3_1'] = createExportWrapper('emscripten_bind_PxFilterData_set_word3_1'); -var _emscripten_bind_PxFilterData___destroy___0 = Module['_emscripten_bind_PxFilterData___destroy___0'] = createExportWrapper('emscripten_bind_PxFilterData___destroy___0'); -var _emscripten_bind_PxFixedJoint_release_0 = Module['_emscripten_bind_PxFixedJoint_release_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_release_0'); -var _emscripten_bind_PxFixedJoint_getConcreteTypeName_0 = Module['_emscripten_bind_PxFixedJoint_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_getConcreteTypeName_0'); -var _emscripten_bind_PxFixedJoint_getConcreteType_0 = Module['_emscripten_bind_PxFixedJoint_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_getConcreteType_0'); -var _emscripten_bind_PxFixedJoint_setBaseFlag_2 = Module['_emscripten_bind_PxFixedJoint_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxFixedJoint_setBaseFlag_2'); -var _emscripten_bind_PxFixedJoint_setBaseFlags_1 = Module['_emscripten_bind_PxFixedJoint_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxFixedJoint_setBaseFlags_1'); -var _emscripten_bind_PxFixedJoint_getBaseFlags_0 = Module['_emscripten_bind_PxFixedJoint_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_getBaseFlags_0'); -var _emscripten_bind_PxFixedJoint_isReleasable_0 = Module['_emscripten_bind_PxFixedJoint_isReleasable_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_isReleasable_0'); -var _emscripten_bind_PxFixedJoint_setActors_2 = Module['_emscripten_bind_PxFixedJoint_setActors_2'] = createExportWrapper('emscripten_bind_PxFixedJoint_setActors_2'); -var _emscripten_bind_PxFixedJoint_setLocalPose_2 = Module['_emscripten_bind_PxFixedJoint_setLocalPose_2'] = createExportWrapper('emscripten_bind_PxFixedJoint_setLocalPose_2'); -var _emscripten_bind_PxFixedJoint_getLocalPose_1 = Module['_emscripten_bind_PxFixedJoint_getLocalPose_1'] = createExportWrapper('emscripten_bind_PxFixedJoint_getLocalPose_1'); -var _emscripten_bind_PxFixedJoint_getRelativeTransform_0 = Module['_emscripten_bind_PxFixedJoint_getRelativeTransform_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_getRelativeTransform_0'); -var _emscripten_bind_PxFixedJoint_getRelativeLinearVelocity_0 = Module['_emscripten_bind_PxFixedJoint_getRelativeLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_getRelativeLinearVelocity_0'); -var _emscripten_bind_PxFixedJoint_getRelativeAngularVelocity_0 = Module['_emscripten_bind_PxFixedJoint_getRelativeAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_getRelativeAngularVelocity_0'); -var _emscripten_bind_PxFixedJoint_setBreakForce_2 = Module['_emscripten_bind_PxFixedJoint_setBreakForce_2'] = createExportWrapper('emscripten_bind_PxFixedJoint_setBreakForce_2'); -var _emscripten_bind_PxFixedJoint_setConstraintFlags_1 = Module['_emscripten_bind_PxFixedJoint_setConstraintFlags_1'] = createExportWrapper('emscripten_bind_PxFixedJoint_setConstraintFlags_1'); -var _emscripten_bind_PxFixedJoint_setConstraintFlag_2 = Module['_emscripten_bind_PxFixedJoint_setConstraintFlag_2'] = createExportWrapper('emscripten_bind_PxFixedJoint_setConstraintFlag_2'); -var _emscripten_bind_PxFixedJoint_getConstraintFlags_0 = Module['_emscripten_bind_PxFixedJoint_getConstraintFlags_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_getConstraintFlags_0'); -var _emscripten_bind_PxFixedJoint_setInvMassScale0_1 = Module['_emscripten_bind_PxFixedJoint_setInvMassScale0_1'] = createExportWrapper('emscripten_bind_PxFixedJoint_setInvMassScale0_1'); -var _emscripten_bind_PxFixedJoint_getInvMassScale0_0 = Module['_emscripten_bind_PxFixedJoint_getInvMassScale0_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_getInvMassScale0_0'); -var _emscripten_bind_PxFixedJoint_setInvMassScale1_1 = Module['_emscripten_bind_PxFixedJoint_setInvMassScale1_1'] = createExportWrapper('emscripten_bind_PxFixedJoint_setInvMassScale1_1'); -var _emscripten_bind_PxFixedJoint_getInvMassScale1_0 = Module['_emscripten_bind_PxFixedJoint_getInvMassScale1_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_getInvMassScale1_0'); -var _emscripten_bind_PxFixedJoint_getConstraint_0 = Module['_emscripten_bind_PxFixedJoint_getConstraint_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_getConstraint_0'); -var _emscripten_bind_PxFixedJoint_setName_1 = Module['_emscripten_bind_PxFixedJoint_setName_1'] = createExportWrapper('emscripten_bind_PxFixedJoint_setName_1'); -var _emscripten_bind_PxFixedJoint_getName_0 = Module['_emscripten_bind_PxFixedJoint_getName_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_getName_0'); -var _emscripten_bind_PxFixedJoint_getScene_0 = Module['_emscripten_bind_PxFixedJoint_getScene_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_getScene_0'); -var _emscripten_bind_PxFixedJoint_get_userData_0 = Module['_emscripten_bind_PxFixedJoint_get_userData_0'] = createExportWrapper('emscripten_bind_PxFixedJoint_get_userData_0'); -var _emscripten_bind_PxFixedJoint_set_userData_1 = Module['_emscripten_bind_PxFixedJoint_set_userData_1'] = createExportWrapper('emscripten_bind_PxFixedJoint_set_userData_1'); -var _emscripten_bind_PxFixedJoint___destroy___0 = Module['_emscripten_bind_PxFixedJoint___destroy___0'] = createExportWrapper('emscripten_bind_PxFixedJoint___destroy___0'); -var _emscripten_bind_PxFoundation_release_0 = Module['_emscripten_bind_PxFoundation_release_0'] = createExportWrapper('emscripten_bind_PxFoundation_release_0'); -var _emscripten_bind_PxGeometryHolder_PxGeometryHolder_0 = Module['_emscripten_bind_PxGeometryHolder_PxGeometryHolder_0'] = createExportWrapper('emscripten_bind_PxGeometryHolder_PxGeometryHolder_0'); -var _emscripten_bind_PxGeometryHolder_PxGeometryHolder_1 = Module['_emscripten_bind_PxGeometryHolder_PxGeometryHolder_1'] = createExportWrapper('emscripten_bind_PxGeometryHolder_PxGeometryHolder_1'); -var _emscripten_bind_PxGeometryHolder_getType_0 = Module['_emscripten_bind_PxGeometryHolder_getType_0'] = createExportWrapper('emscripten_bind_PxGeometryHolder_getType_0'); -var _emscripten_bind_PxGeometryHolder_sphere_0 = Module['_emscripten_bind_PxGeometryHolder_sphere_0'] = createExportWrapper('emscripten_bind_PxGeometryHolder_sphere_0'); -var _emscripten_bind_PxGeometryHolder_plane_0 = Module['_emscripten_bind_PxGeometryHolder_plane_0'] = createExportWrapper('emscripten_bind_PxGeometryHolder_plane_0'); -var _emscripten_bind_PxGeometryHolder_capsule_0 = Module['_emscripten_bind_PxGeometryHolder_capsule_0'] = createExportWrapper('emscripten_bind_PxGeometryHolder_capsule_0'); -var _emscripten_bind_PxGeometryHolder_box_0 = Module['_emscripten_bind_PxGeometryHolder_box_0'] = createExportWrapper('emscripten_bind_PxGeometryHolder_box_0'); -var _emscripten_bind_PxGeometryHolder_convexMesh_0 = Module['_emscripten_bind_PxGeometryHolder_convexMesh_0'] = createExportWrapper('emscripten_bind_PxGeometryHolder_convexMesh_0'); -var _emscripten_bind_PxGeometryHolder_triangleMesh_0 = Module['_emscripten_bind_PxGeometryHolder_triangleMesh_0'] = createExportWrapper('emscripten_bind_PxGeometryHolder_triangleMesh_0'); -var _emscripten_bind_PxGeometryHolder_heightField_0 = Module['_emscripten_bind_PxGeometryHolder_heightField_0'] = createExportWrapper('emscripten_bind_PxGeometryHolder_heightField_0'); -var _emscripten_bind_PxGeometryHolder_storeAny_1 = Module['_emscripten_bind_PxGeometryHolder_storeAny_1'] = createExportWrapper('emscripten_bind_PxGeometryHolder_storeAny_1'); -var _emscripten_bind_PxGeometryHolder___destroy___0 = Module['_emscripten_bind_PxGeometryHolder___destroy___0'] = createExportWrapper('emscripten_bind_PxGeometryHolder___destroy___0'); -var _emscripten_bind_PxGeometryQuery_sweep_7 = Module['_emscripten_bind_PxGeometryQuery_sweep_7'] = createExportWrapper('emscripten_bind_PxGeometryQuery_sweep_7'); -var _emscripten_bind_PxGeometryQuery_sweep_8 = Module['_emscripten_bind_PxGeometryQuery_sweep_8'] = createExportWrapper('emscripten_bind_PxGeometryQuery_sweep_8'); -var _emscripten_bind_PxGeometryQuery_sweep_9 = Module['_emscripten_bind_PxGeometryQuery_sweep_9'] = createExportWrapper('emscripten_bind_PxGeometryQuery_sweep_9'); -var _emscripten_bind_PxGeometryQuery_overlap_4 = Module['_emscripten_bind_PxGeometryQuery_overlap_4'] = createExportWrapper('emscripten_bind_PxGeometryQuery_overlap_4'); -var _emscripten_bind_PxGeometryQuery_raycast_8 = Module['_emscripten_bind_PxGeometryQuery_raycast_8'] = createExportWrapper('emscripten_bind_PxGeometryQuery_raycast_8'); -var _emscripten_bind_PxGeometryQuery_pointDistance_3 = Module['_emscripten_bind_PxGeometryQuery_pointDistance_3'] = createExportWrapper('emscripten_bind_PxGeometryQuery_pointDistance_3'); -var _emscripten_bind_PxGeometryQuery_pointDistance_4 = Module['_emscripten_bind_PxGeometryQuery_pointDistance_4'] = createExportWrapper('emscripten_bind_PxGeometryQuery_pointDistance_4'); -var _emscripten_bind_PxGeometryQuery_computeGeomBounds_3 = Module['_emscripten_bind_PxGeometryQuery_computeGeomBounds_3'] = createExportWrapper('emscripten_bind_PxGeometryQuery_computeGeomBounds_3'); -var _emscripten_bind_PxGeometryQuery_computeGeomBounds_4 = Module['_emscripten_bind_PxGeometryQuery_computeGeomBounds_4'] = createExportWrapper('emscripten_bind_PxGeometryQuery_computeGeomBounds_4'); -var _emscripten_bind_PxGeometryQuery_isValid_1 = Module['_emscripten_bind_PxGeometryQuery_isValid_1'] = createExportWrapper('emscripten_bind_PxGeometryQuery_isValid_1'); -var _emscripten_bind_PxGeometryQuery___destroy___0 = Module['_emscripten_bind_PxGeometryQuery___destroy___0'] = createExportWrapper('emscripten_bind_PxGeometryQuery___destroy___0'); -var _emscripten_bind_PxGjkQuery_proximityInfo_7 = Module['_emscripten_bind_PxGjkQuery_proximityInfo_7'] = createExportWrapper('emscripten_bind_PxGjkQuery_proximityInfo_7'); -var _emscripten_bind_PxGjkQuery_raycast_6 = Module['_emscripten_bind_PxGjkQuery_raycast_6'] = createExportWrapper('emscripten_bind_PxGjkQuery_raycast_6'); -var _emscripten_bind_PxGjkQuery_overlap_4 = Module['_emscripten_bind_PxGjkQuery_overlap_4'] = createExportWrapper('emscripten_bind_PxGjkQuery_overlap_4'); -var _emscripten_bind_PxGjkQuery_sweep_7 = Module['_emscripten_bind_PxGjkQuery_sweep_7'] = createExportWrapper('emscripten_bind_PxGjkQuery_sweep_7'); -var _emscripten_bind_PxGjkQuery___destroy___0 = Module['_emscripten_bind_PxGjkQuery___destroy___0'] = createExportWrapper('emscripten_bind_PxGjkQuery___destroy___0'); -var _emscripten_bind_PxGjkQueryExt_generateContacts_7 = Module['_emscripten_bind_PxGjkQueryExt_generateContacts_7'] = createExportWrapper('emscripten_bind_PxGjkQueryExt_generateContacts_7'); -var _emscripten_bind_PxGjkQueryExt___destroy___0 = Module['_emscripten_bind_PxGjkQueryExt___destroy___0'] = createExportWrapper('emscripten_bind_PxGjkQueryExt___destroy___0'); -var _emscripten_bind_PxGjkQueryProximityInfoResult_PxGjkQueryProximityInfoResult_0 = Module['_emscripten_bind_PxGjkQueryProximityInfoResult_PxGjkQueryProximityInfoResult_0'] = createExportWrapper('emscripten_bind_PxGjkQueryProximityInfoResult_PxGjkQueryProximityInfoResult_0'); -var _emscripten_bind_PxGjkQueryProximityInfoResult_get_success_0 = Module['_emscripten_bind_PxGjkQueryProximityInfoResult_get_success_0'] = createExportWrapper('emscripten_bind_PxGjkQueryProximityInfoResult_get_success_0'); -var _emscripten_bind_PxGjkQueryProximityInfoResult_set_success_1 = Module['_emscripten_bind_PxGjkQueryProximityInfoResult_set_success_1'] = createExportWrapper('emscripten_bind_PxGjkQueryProximityInfoResult_set_success_1'); -var _emscripten_bind_PxGjkQueryProximityInfoResult_get_pointA_0 = Module['_emscripten_bind_PxGjkQueryProximityInfoResult_get_pointA_0'] = createExportWrapper('emscripten_bind_PxGjkQueryProximityInfoResult_get_pointA_0'); -var _emscripten_bind_PxGjkQueryProximityInfoResult_set_pointA_1 = Module['_emscripten_bind_PxGjkQueryProximityInfoResult_set_pointA_1'] = createExportWrapper('emscripten_bind_PxGjkQueryProximityInfoResult_set_pointA_1'); -var _emscripten_bind_PxGjkQueryProximityInfoResult_get_pointB_0 = Module['_emscripten_bind_PxGjkQueryProximityInfoResult_get_pointB_0'] = createExportWrapper('emscripten_bind_PxGjkQueryProximityInfoResult_get_pointB_0'); -var _emscripten_bind_PxGjkQueryProximityInfoResult_set_pointB_1 = Module['_emscripten_bind_PxGjkQueryProximityInfoResult_set_pointB_1'] = createExportWrapper('emscripten_bind_PxGjkQueryProximityInfoResult_set_pointB_1'); -var _emscripten_bind_PxGjkQueryProximityInfoResult_get_separatingAxis_0 = Module['_emscripten_bind_PxGjkQueryProximityInfoResult_get_separatingAxis_0'] = createExportWrapper('emscripten_bind_PxGjkQueryProximityInfoResult_get_separatingAxis_0'); -var _emscripten_bind_PxGjkQueryProximityInfoResult_set_separatingAxis_1 = Module['_emscripten_bind_PxGjkQueryProximityInfoResult_set_separatingAxis_1'] = createExportWrapper('emscripten_bind_PxGjkQueryProximityInfoResult_set_separatingAxis_1'); -var _emscripten_bind_PxGjkQueryProximityInfoResult_get_separation_0 = Module['_emscripten_bind_PxGjkQueryProximityInfoResult_get_separation_0'] = createExportWrapper('emscripten_bind_PxGjkQueryProximityInfoResult_get_separation_0'); -var _emscripten_bind_PxGjkQueryProximityInfoResult_set_separation_1 = Module['_emscripten_bind_PxGjkQueryProximityInfoResult_set_separation_1'] = createExportWrapper('emscripten_bind_PxGjkQueryProximityInfoResult_set_separation_1'); -var _emscripten_bind_PxGjkQueryProximityInfoResult___destroy___0 = Module['_emscripten_bind_PxGjkQueryProximityInfoResult___destroy___0'] = createExportWrapper('emscripten_bind_PxGjkQueryProximityInfoResult___destroy___0'); -var _emscripten_bind_PxGjkQueryRaycastResult_PxGjkQueryRaycastResult_0 = Module['_emscripten_bind_PxGjkQueryRaycastResult_PxGjkQueryRaycastResult_0'] = createExportWrapper('emscripten_bind_PxGjkQueryRaycastResult_PxGjkQueryRaycastResult_0'); -var _emscripten_bind_PxGjkQueryRaycastResult_get_success_0 = Module['_emscripten_bind_PxGjkQueryRaycastResult_get_success_0'] = createExportWrapper('emscripten_bind_PxGjkQueryRaycastResult_get_success_0'); -var _emscripten_bind_PxGjkQueryRaycastResult_set_success_1 = Module['_emscripten_bind_PxGjkQueryRaycastResult_set_success_1'] = createExportWrapper('emscripten_bind_PxGjkQueryRaycastResult_set_success_1'); -var _emscripten_bind_PxGjkQueryRaycastResult_get_t_0 = Module['_emscripten_bind_PxGjkQueryRaycastResult_get_t_0'] = createExportWrapper('emscripten_bind_PxGjkQueryRaycastResult_get_t_0'); -var _emscripten_bind_PxGjkQueryRaycastResult_set_t_1 = Module['_emscripten_bind_PxGjkQueryRaycastResult_set_t_1'] = createExportWrapper('emscripten_bind_PxGjkQueryRaycastResult_set_t_1'); -var _emscripten_bind_PxGjkQueryRaycastResult_get_n_0 = Module['_emscripten_bind_PxGjkQueryRaycastResult_get_n_0'] = createExportWrapper('emscripten_bind_PxGjkQueryRaycastResult_get_n_0'); -var _emscripten_bind_PxGjkQueryRaycastResult_set_n_1 = Module['_emscripten_bind_PxGjkQueryRaycastResult_set_n_1'] = createExportWrapper('emscripten_bind_PxGjkQueryRaycastResult_set_n_1'); -var _emscripten_bind_PxGjkQueryRaycastResult_get_p_0 = Module['_emscripten_bind_PxGjkQueryRaycastResult_get_p_0'] = createExportWrapper('emscripten_bind_PxGjkQueryRaycastResult_get_p_0'); -var _emscripten_bind_PxGjkQueryRaycastResult_set_p_1 = Module['_emscripten_bind_PxGjkQueryRaycastResult_set_p_1'] = createExportWrapper('emscripten_bind_PxGjkQueryRaycastResult_set_p_1'); -var _emscripten_bind_PxGjkQueryRaycastResult___destroy___0 = Module['_emscripten_bind_PxGjkQueryRaycastResult___destroy___0'] = createExportWrapper('emscripten_bind_PxGjkQueryRaycastResult___destroy___0'); -var _emscripten_bind_PxGjkQuerySweepResult_PxGjkQuerySweepResult_0 = Module['_emscripten_bind_PxGjkQuerySweepResult_PxGjkQuerySweepResult_0'] = createExportWrapper('emscripten_bind_PxGjkQuerySweepResult_PxGjkQuerySweepResult_0'); -var _emscripten_bind_PxGjkQuerySweepResult_get_success_0 = Module['_emscripten_bind_PxGjkQuerySweepResult_get_success_0'] = createExportWrapper('emscripten_bind_PxGjkQuerySweepResult_get_success_0'); -var _emscripten_bind_PxGjkQuerySweepResult_set_success_1 = Module['_emscripten_bind_PxGjkQuerySweepResult_set_success_1'] = createExportWrapper('emscripten_bind_PxGjkQuerySweepResult_set_success_1'); -var _emscripten_bind_PxGjkQuerySweepResult_get_t_0 = Module['_emscripten_bind_PxGjkQuerySweepResult_get_t_0'] = createExportWrapper('emscripten_bind_PxGjkQuerySweepResult_get_t_0'); -var _emscripten_bind_PxGjkQuerySweepResult_set_t_1 = Module['_emscripten_bind_PxGjkQuerySweepResult_set_t_1'] = createExportWrapper('emscripten_bind_PxGjkQuerySweepResult_set_t_1'); -var _emscripten_bind_PxGjkQuerySweepResult_get_n_0 = Module['_emscripten_bind_PxGjkQuerySweepResult_get_n_0'] = createExportWrapper('emscripten_bind_PxGjkQuerySweepResult_get_n_0'); -var _emscripten_bind_PxGjkQuerySweepResult_set_n_1 = Module['_emscripten_bind_PxGjkQuerySweepResult_set_n_1'] = createExportWrapper('emscripten_bind_PxGjkQuerySweepResult_set_n_1'); -var _emscripten_bind_PxGjkQuerySweepResult_get_p_0 = Module['_emscripten_bind_PxGjkQuerySweepResult_get_p_0'] = createExportWrapper('emscripten_bind_PxGjkQuerySweepResult_get_p_0'); -var _emscripten_bind_PxGjkQuerySweepResult_set_p_1 = Module['_emscripten_bind_PxGjkQuerySweepResult_set_p_1'] = createExportWrapper('emscripten_bind_PxGjkQuerySweepResult_set_p_1'); -var _emscripten_bind_PxGjkQuerySweepResult___destroy___0 = Module['_emscripten_bind_PxGjkQuerySweepResult___destroy___0'] = createExportWrapper('emscripten_bind_PxGjkQuerySweepResult___destroy___0'); -var _emscripten_bind_PxHeightField_saveCells_2 = Module['_emscripten_bind_PxHeightField_saveCells_2'] = createExportWrapper('emscripten_bind_PxHeightField_saveCells_2'); -var _emscripten_bind_PxHeightField_modifySamples_3 = Module['_emscripten_bind_PxHeightField_modifySamples_3'] = createExportWrapper('emscripten_bind_PxHeightField_modifySamples_3'); -var _emscripten_bind_PxHeightField_modifySamples_4 = Module['_emscripten_bind_PxHeightField_modifySamples_4'] = createExportWrapper('emscripten_bind_PxHeightField_modifySamples_4'); -var _emscripten_bind_PxHeightField_getNbRows_0 = Module['_emscripten_bind_PxHeightField_getNbRows_0'] = createExportWrapper('emscripten_bind_PxHeightField_getNbRows_0'); -var _emscripten_bind_PxHeightField_getNbColumns_0 = Module['_emscripten_bind_PxHeightField_getNbColumns_0'] = createExportWrapper('emscripten_bind_PxHeightField_getNbColumns_0'); -var _emscripten_bind_PxHeightField_getFormat_0 = Module['_emscripten_bind_PxHeightField_getFormat_0'] = createExportWrapper('emscripten_bind_PxHeightField_getFormat_0'); -var _emscripten_bind_PxHeightField_getSampleStride_0 = Module['_emscripten_bind_PxHeightField_getSampleStride_0'] = createExportWrapper('emscripten_bind_PxHeightField_getSampleStride_0'); -var _emscripten_bind_PxHeightField_getConvexEdgeThreshold_0 = Module['_emscripten_bind_PxHeightField_getConvexEdgeThreshold_0'] = createExportWrapper('emscripten_bind_PxHeightField_getConvexEdgeThreshold_0'); -var _emscripten_bind_PxHeightField_getFlags_0 = Module['_emscripten_bind_PxHeightField_getFlags_0'] = createExportWrapper('emscripten_bind_PxHeightField_getFlags_0'); -var _emscripten_bind_PxHeightField_getHeight_2 = Module['_emscripten_bind_PxHeightField_getHeight_2'] = createExportWrapper('emscripten_bind_PxHeightField_getHeight_2'); -var _emscripten_bind_PxHeightField_getTriangleMaterialIndex_1 = Module['_emscripten_bind_PxHeightField_getTriangleMaterialIndex_1'] = createExportWrapper('emscripten_bind_PxHeightField_getTriangleMaterialIndex_1'); -var _emscripten_bind_PxHeightField_getTriangleNormal_1 = Module['_emscripten_bind_PxHeightField_getTriangleNormal_1'] = createExportWrapper('emscripten_bind_PxHeightField_getTriangleNormal_1'); -var _emscripten_bind_PxHeightField_getSample_2 = Module['_emscripten_bind_PxHeightField_getSample_2'] = createExportWrapper('emscripten_bind_PxHeightField_getSample_2'); -var _emscripten_bind_PxHeightField_getTimestamp_0 = Module['_emscripten_bind_PxHeightField_getTimestamp_0'] = createExportWrapper('emscripten_bind_PxHeightField_getTimestamp_0'); -var _emscripten_bind_PxHeightField_release_0 = Module['_emscripten_bind_PxHeightField_release_0'] = createExportWrapper('emscripten_bind_PxHeightField_release_0'); -var _emscripten_bind_PxHeightField_getConcreteTypeName_0 = Module['_emscripten_bind_PxHeightField_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxHeightField_getConcreteTypeName_0'); -var _emscripten_bind_PxHeightField_getConcreteType_0 = Module['_emscripten_bind_PxHeightField_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxHeightField_getConcreteType_0'); -var _emscripten_bind_PxHeightField_setBaseFlag_2 = Module['_emscripten_bind_PxHeightField_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxHeightField_setBaseFlag_2'); -var _emscripten_bind_PxHeightField_setBaseFlags_1 = Module['_emscripten_bind_PxHeightField_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxHeightField_setBaseFlags_1'); -var _emscripten_bind_PxHeightField_getBaseFlags_0 = Module['_emscripten_bind_PxHeightField_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxHeightField_getBaseFlags_0'); -var _emscripten_bind_PxHeightField_isReleasable_0 = Module['_emscripten_bind_PxHeightField_isReleasable_0'] = createExportWrapper('emscripten_bind_PxHeightField_isReleasable_0'); -var _emscripten_bind_PxHeightField_getReferenceCount_0 = Module['_emscripten_bind_PxHeightField_getReferenceCount_0'] = createExportWrapper('emscripten_bind_PxHeightField_getReferenceCount_0'); -var _emscripten_bind_PxHeightField_acquireReference_0 = Module['_emscripten_bind_PxHeightField_acquireReference_0'] = createExportWrapper('emscripten_bind_PxHeightField_acquireReference_0'); -var _emscripten_bind_PxHeightFieldDesc_PxHeightFieldDesc_0 = Module['_emscripten_bind_PxHeightFieldDesc_PxHeightFieldDesc_0'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_PxHeightFieldDesc_0'); -var _emscripten_bind_PxHeightFieldDesc_setToDefault_0 = Module['_emscripten_bind_PxHeightFieldDesc_setToDefault_0'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_setToDefault_0'); -var _emscripten_bind_PxHeightFieldDesc_isValid_0 = Module['_emscripten_bind_PxHeightFieldDesc_isValid_0'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_isValid_0'); -var _emscripten_bind_PxHeightFieldDesc_get_nbRows_0 = Module['_emscripten_bind_PxHeightFieldDesc_get_nbRows_0'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_get_nbRows_0'); -var _emscripten_bind_PxHeightFieldDesc_set_nbRows_1 = Module['_emscripten_bind_PxHeightFieldDesc_set_nbRows_1'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_set_nbRows_1'); -var _emscripten_bind_PxHeightFieldDesc_get_nbColumns_0 = Module['_emscripten_bind_PxHeightFieldDesc_get_nbColumns_0'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_get_nbColumns_0'); -var _emscripten_bind_PxHeightFieldDesc_set_nbColumns_1 = Module['_emscripten_bind_PxHeightFieldDesc_set_nbColumns_1'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_set_nbColumns_1'); -var _emscripten_bind_PxHeightFieldDesc_get_format_0 = Module['_emscripten_bind_PxHeightFieldDesc_get_format_0'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_get_format_0'); -var _emscripten_bind_PxHeightFieldDesc_set_format_1 = Module['_emscripten_bind_PxHeightFieldDesc_set_format_1'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_set_format_1'); -var _emscripten_bind_PxHeightFieldDesc_get_samples_0 = Module['_emscripten_bind_PxHeightFieldDesc_get_samples_0'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_get_samples_0'); -var _emscripten_bind_PxHeightFieldDesc_set_samples_1 = Module['_emscripten_bind_PxHeightFieldDesc_set_samples_1'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_set_samples_1'); -var _emscripten_bind_PxHeightFieldDesc_get_convexEdgeThreshold_0 = Module['_emscripten_bind_PxHeightFieldDesc_get_convexEdgeThreshold_0'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_get_convexEdgeThreshold_0'); -var _emscripten_bind_PxHeightFieldDesc_set_convexEdgeThreshold_1 = Module['_emscripten_bind_PxHeightFieldDesc_set_convexEdgeThreshold_1'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_set_convexEdgeThreshold_1'); -var _emscripten_bind_PxHeightFieldDesc_get_flags_0 = Module['_emscripten_bind_PxHeightFieldDesc_get_flags_0'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_get_flags_0'); -var _emscripten_bind_PxHeightFieldDesc_set_flags_1 = Module['_emscripten_bind_PxHeightFieldDesc_set_flags_1'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc_set_flags_1'); -var _emscripten_bind_PxHeightFieldDesc___destroy___0 = Module['_emscripten_bind_PxHeightFieldDesc___destroy___0'] = createExportWrapper('emscripten_bind_PxHeightFieldDesc___destroy___0'); -var _emscripten_bind_PxHeightFieldFlags_PxHeightFieldFlags_1 = Module['_emscripten_bind_PxHeightFieldFlags_PxHeightFieldFlags_1'] = createExportWrapper('emscripten_bind_PxHeightFieldFlags_PxHeightFieldFlags_1'); -var _emscripten_bind_PxHeightFieldFlags_isSet_1 = Module['_emscripten_bind_PxHeightFieldFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxHeightFieldFlags_isSet_1'); -var _emscripten_bind_PxHeightFieldFlags_raise_1 = Module['_emscripten_bind_PxHeightFieldFlags_raise_1'] = createExportWrapper('emscripten_bind_PxHeightFieldFlags_raise_1'); -var _emscripten_bind_PxHeightFieldFlags_clear_1 = Module['_emscripten_bind_PxHeightFieldFlags_clear_1'] = createExportWrapper('emscripten_bind_PxHeightFieldFlags_clear_1'); -var _emscripten_bind_PxHeightFieldFlags___destroy___0 = Module['_emscripten_bind_PxHeightFieldFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxHeightFieldFlags___destroy___0'); -var _emscripten_bind_PxHeightFieldGeometry_PxHeightFieldGeometry_0 = Module['_emscripten_bind_PxHeightFieldGeometry_PxHeightFieldGeometry_0'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry_PxHeightFieldGeometry_0'); -var _emscripten_bind_PxHeightFieldGeometry_PxHeightFieldGeometry_5 = Module['_emscripten_bind_PxHeightFieldGeometry_PxHeightFieldGeometry_5'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry_PxHeightFieldGeometry_5'); -var _emscripten_bind_PxHeightFieldGeometry_isValid_0 = Module['_emscripten_bind_PxHeightFieldGeometry_isValid_0'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry_isValid_0'); -var _emscripten_bind_PxHeightFieldGeometry_getType_0 = Module['_emscripten_bind_PxHeightFieldGeometry_getType_0'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry_getType_0'); -var _emscripten_bind_PxHeightFieldGeometry_get_heightField_0 = Module['_emscripten_bind_PxHeightFieldGeometry_get_heightField_0'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry_get_heightField_0'); -var _emscripten_bind_PxHeightFieldGeometry_set_heightField_1 = Module['_emscripten_bind_PxHeightFieldGeometry_set_heightField_1'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry_set_heightField_1'); -var _emscripten_bind_PxHeightFieldGeometry_get_heightScale_0 = Module['_emscripten_bind_PxHeightFieldGeometry_get_heightScale_0'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry_get_heightScale_0'); -var _emscripten_bind_PxHeightFieldGeometry_set_heightScale_1 = Module['_emscripten_bind_PxHeightFieldGeometry_set_heightScale_1'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry_set_heightScale_1'); -var _emscripten_bind_PxHeightFieldGeometry_get_rowScale_0 = Module['_emscripten_bind_PxHeightFieldGeometry_get_rowScale_0'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry_get_rowScale_0'); -var _emscripten_bind_PxHeightFieldGeometry_set_rowScale_1 = Module['_emscripten_bind_PxHeightFieldGeometry_set_rowScale_1'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry_set_rowScale_1'); -var _emscripten_bind_PxHeightFieldGeometry_get_columnScale_0 = Module['_emscripten_bind_PxHeightFieldGeometry_get_columnScale_0'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry_get_columnScale_0'); -var _emscripten_bind_PxHeightFieldGeometry_set_columnScale_1 = Module['_emscripten_bind_PxHeightFieldGeometry_set_columnScale_1'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry_set_columnScale_1'); -var _emscripten_bind_PxHeightFieldGeometry_get_heightFieldFlags_0 = Module['_emscripten_bind_PxHeightFieldGeometry_get_heightFieldFlags_0'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry_get_heightFieldFlags_0'); -var _emscripten_bind_PxHeightFieldGeometry_set_heightFieldFlags_1 = Module['_emscripten_bind_PxHeightFieldGeometry_set_heightFieldFlags_1'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry_set_heightFieldFlags_1'); -var _emscripten_bind_PxHeightFieldGeometry___destroy___0 = Module['_emscripten_bind_PxHeightFieldGeometry___destroy___0'] = createExportWrapper('emscripten_bind_PxHeightFieldGeometry___destroy___0'); -var _emscripten_bind_PxHeightFieldSample_PxHeightFieldSample_0 = Module['_emscripten_bind_PxHeightFieldSample_PxHeightFieldSample_0'] = createExportWrapper('emscripten_bind_PxHeightFieldSample_PxHeightFieldSample_0'); -var _emscripten_bind_PxHeightFieldSample_tessFlag_0 = Module['_emscripten_bind_PxHeightFieldSample_tessFlag_0'] = createExportWrapper('emscripten_bind_PxHeightFieldSample_tessFlag_0'); -var _emscripten_bind_PxHeightFieldSample_clearTessFlag_0 = Module['_emscripten_bind_PxHeightFieldSample_clearTessFlag_0'] = createExportWrapper('emscripten_bind_PxHeightFieldSample_clearTessFlag_0'); -var _emscripten_bind_PxHeightFieldSample_setTessFlag_0 = Module['_emscripten_bind_PxHeightFieldSample_setTessFlag_0'] = createExportWrapper('emscripten_bind_PxHeightFieldSample_setTessFlag_0'); -var _emscripten_bind_PxHeightFieldSample_get_height_0 = Module['_emscripten_bind_PxHeightFieldSample_get_height_0'] = createExportWrapper('emscripten_bind_PxHeightFieldSample_get_height_0'); -var _emscripten_bind_PxHeightFieldSample_set_height_1 = Module['_emscripten_bind_PxHeightFieldSample_set_height_1'] = createExportWrapper('emscripten_bind_PxHeightFieldSample_set_height_1'); -var _emscripten_bind_PxHeightFieldSample_get_materialIndex0_0 = Module['_emscripten_bind_PxHeightFieldSample_get_materialIndex0_0'] = createExportWrapper('emscripten_bind_PxHeightFieldSample_get_materialIndex0_0'); -var _emscripten_bind_PxHeightFieldSample_set_materialIndex0_1 = Module['_emscripten_bind_PxHeightFieldSample_set_materialIndex0_1'] = createExportWrapper('emscripten_bind_PxHeightFieldSample_set_materialIndex0_1'); -var _emscripten_bind_PxHeightFieldSample_get_materialIndex1_0 = Module['_emscripten_bind_PxHeightFieldSample_get_materialIndex1_0'] = createExportWrapper('emscripten_bind_PxHeightFieldSample_get_materialIndex1_0'); -var _emscripten_bind_PxHeightFieldSample_set_materialIndex1_1 = Module['_emscripten_bind_PxHeightFieldSample_set_materialIndex1_1'] = createExportWrapper('emscripten_bind_PxHeightFieldSample_set_materialIndex1_1'); -var _emscripten_bind_PxHeightFieldSample___destroy___0 = Module['_emscripten_bind_PxHeightFieldSample___destroy___0'] = createExportWrapper('emscripten_bind_PxHeightFieldSample___destroy___0'); -var _emscripten_bind_PxHitFlags_PxHitFlags_1 = Module['_emscripten_bind_PxHitFlags_PxHitFlags_1'] = createExportWrapper('emscripten_bind_PxHitFlags_PxHitFlags_1'); -var _emscripten_bind_PxHitFlags_isSet_1 = Module['_emscripten_bind_PxHitFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxHitFlags_isSet_1'); -var _emscripten_bind_PxHitFlags_raise_1 = Module['_emscripten_bind_PxHitFlags_raise_1'] = createExportWrapper('emscripten_bind_PxHitFlags_raise_1'); -var _emscripten_bind_PxHitFlags_clear_1 = Module['_emscripten_bind_PxHitFlags_clear_1'] = createExportWrapper('emscripten_bind_PxHitFlags_clear_1'); -var _emscripten_bind_PxHitFlags___destroy___0 = Module['_emscripten_bind_PxHitFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxHitFlags___destroy___0'); -var _emscripten_bind_PxHullPolygon_PxHullPolygon_0 = Module['_emscripten_bind_PxHullPolygon_PxHullPolygon_0'] = createExportWrapper('emscripten_bind_PxHullPolygon_PxHullPolygon_0'); -var _emscripten_bind_PxHullPolygon_get_mPlane_1 = Module['_emscripten_bind_PxHullPolygon_get_mPlane_1'] = createExportWrapper('emscripten_bind_PxHullPolygon_get_mPlane_1'); -var _emscripten_bind_PxHullPolygon_set_mPlane_2 = Module['_emscripten_bind_PxHullPolygon_set_mPlane_2'] = createExportWrapper('emscripten_bind_PxHullPolygon_set_mPlane_2'); -var _emscripten_bind_PxHullPolygon_get_mNbVerts_0 = Module['_emscripten_bind_PxHullPolygon_get_mNbVerts_0'] = createExportWrapper('emscripten_bind_PxHullPolygon_get_mNbVerts_0'); -var _emscripten_bind_PxHullPolygon_set_mNbVerts_1 = Module['_emscripten_bind_PxHullPolygon_set_mNbVerts_1'] = createExportWrapper('emscripten_bind_PxHullPolygon_set_mNbVerts_1'); -var _emscripten_bind_PxHullPolygon_get_mIndexBase_0 = Module['_emscripten_bind_PxHullPolygon_get_mIndexBase_0'] = createExportWrapper('emscripten_bind_PxHullPolygon_get_mIndexBase_0'); -var _emscripten_bind_PxHullPolygon_set_mIndexBase_1 = Module['_emscripten_bind_PxHullPolygon_set_mIndexBase_1'] = createExportWrapper('emscripten_bind_PxHullPolygon_set_mIndexBase_1'); -var _emscripten_bind_PxHullPolygon___destroy___0 = Module['_emscripten_bind_PxHullPolygon___destroy___0'] = createExportWrapper('emscripten_bind_PxHullPolygon___destroy___0'); -var _emscripten_bind_PxI32Ptr___destroy___0 = Module['_emscripten_bind_PxI32Ptr___destroy___0'] = createExportWrapper('emscripten_bind_PxI32Ptr___destroy___0'); -var _emscripten_bind_PxJointAngularLimitPair_PxJointAngularLimitPair_3 = Module['_emscripten_bind_PxJointAngularLimitPair_PxJointAngularLimitPair_3'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_PxJointAngularLimitPair_3'); -var _emscripten_bind_PxJointAngularLimitPair_isValid_0 = Module['_emscripten_bind_PxJointAngularLimitPair_isValid_0'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_isValid_0'); -var _emscripten_bind_PxJointAngularLimitPair_isSoft_0 = Module['_emscripten_bind_PxJointAngularLimitPair_isSoft_0'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_isSoft_0'); -var _emscripten_bind_PxJointAngularLimitPair_get_upper_0 = Module['_emscripten_bind_PxJointAngularLimitPair_get_upper_0'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_get_upper_0'); -var _emscripten_bind_PxJointAngularLimitPair_set_upper_1 = Module['_emscripten_bind_PxJointAngularLimitPair_set_upper_1'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_set_upper_1'); -var _emscripten_bind_PxJointAngularLimitPair_get_lower_0 = Module['_emscripten_bind_PxJointAngularLimitPair_get_lower_0'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_get_lower_0'); -var _emscripten_bind_PxJointAngularLimitPair_set_lower_1 = Module['_emscripten_bind_PxJointAngularLimitPair_set_lower_1'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_set_lower_1'); -var _emscripten_bind_PxJointAngularLimitPair_get_restitution_0 = Module['_emscripten_bind_PxJointAngularLimitPair_get_restitution_0'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_get_restitution_0'); -var _emscripten_bind_PxJointAngularLimitPair_set_restitution_1 = Module['_emscripten_bind_PxJointAngularLimitPair_set_restitution_1'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_set_restitution_1'); -var _emscripten_bind_PxJointAngularLimitPair_get_bounceThreshold_0 = Module['_emscripten_bind_PxJointAngularLimitPair_get_bounceThreshold_0'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_get_bounceThreshold_0'); -var _emscripten_bind_PxJointAngularLimitPair_set_bounceThreshold_1 = Module['_emscripten_bind_PxJointAngularLimitPair_set_bounceThreshold_1'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_set_bounceThreshold_1'); -var _emscripten_bind_PxJointAngularLimitPair_get_stiffness_0 = Module['_emscripten_bind_PxJointAngularLimitPair_get_stiffness_0'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_get_stiffness_0'); -var _emscripten_bind_PxJointAngularLimitPair_set_stiffness_1 = Module['_emscripten_bind_PxJointAngularLimitPair_set_stiffness_1'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_set_stiffness_1'); -var _emscripten_bind_PxJointAngularLimitPair_get_damping_0 = Module['_emscripten_bind_PxJointAngularLimitPair_get_damping_0'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_get_damping_0'); -var _emscripten_bind_PxJointAngularLimitPair_set_damping_1 = Module['_emscripten_bind_PxJointAngularLimitPair_set_damping_1'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair_set_damping_1'); -var _emscripten_bind_PxJointAngularLimitPair___destroy___0 = Module['_emscripten_bind_PxJointAngularLimitPair___destroy___0'] = createExportWrapper('emscripten_bind_PxJointAngularLimitPair___destroy___0'); -var _emscripten_bind_PxJointLimitCone_PxJointLimitCone_3 = Module['_emscripten_bind_PxJointLimitCone_PxJointLimitCone_3'] = createExportWrapper('emscripten_bind_PxJointLimitCone_PxJointLimitCone_3'); -var _emscripten_bind_PxJointLimitCone_isValid_0 = Module['_emscripten_bind_PxJointLimitCone_isValid_0'] = createExportWrapper('emscripten_bind_PxJointLimitCone_isValid_0'); -var _emscripten_bind_PxJointLimitCone_isSoft_0 = Module['_emscripten_bind_PxJointLimitCone_isSoft_0'] = createExportWrapper('emscripten_bind_PxJointLimitCone_isSoft_0'); -var _emscripten_bind_PxJointLimitCone_get_yAngle_0 = Module['_emscripten_bind_PxJointLimitCone_get_yAngle_0'] = createExportWrapper('emscripten_bind_PxJointLimitCone_get_yAngle_0'); -var _emscripten_bind_PxJointLimitCone_set_yAngle_1 = Module['_emscripten_bind_PxJointLimitCone_set_yAngle_1'] = createExportWrapper('emscripten_bind_PxJointLimitCone_set_yAngle_1'); -var _emscripten_bind_PxJointLimitCone_get_zAngle_0 = Module['_emscripten_bind_PxJointLimitCone_get_zAngle_0'] = createExportWrapper('emscripten_bind_PxJointLimitCone_get_zAngle_0'); -var _emscripten_bind_PxJointLimitCone_set_zAngle_1 = Module['_emscripten_bind_PxJointLimitCone_set_zAngle_1'] = createExportWrapper('emscripten_bind_PxJointLimitCone_set_zAngle_1'); -var _emscripten_bind_PxJointLimitCone_get_restitution_0 = Module['_emscripten_bind_PxJointLimitCone_get_restitution_0'] = createExportWrapper('emscripten_bind_PxJointLimitCone_get_restitution_0'); -var _emscripten_bind_PxJointLimitCone_set_restitution_1 = Module['_emscripten_bind_PxJointLimitCone_set_restitution_1'] = createExportWrapper('emscripten_bind_PxJointLimitCone_set_restitution_1'); -var _emscripten_bind_PxJointLimitCone_get_bounceThreshold_0 = Module['_emscripten_bind_PxJointLimitCone_get_bounceThreshold_0'] = createExportWrapper('emscripten_bind_PxJointLimitCone_get_bounceThreshold_0'); -var _emscripten_bind_PxJointLimitCone_set_bounceThreshold_1 = Module['_emscripten_bind_PxJointLimitCone_set_bounceThreshold_1'] = createExportWrapper('emscripten_bind_PxJointLimitCone_set_bounceThreshold_1'); -var _emscripten_bind_PxJointLimitCone_get_stiffness_0 = Module['_emscripten_bind_PxJointLimitCone_get_stiffness_0'] = createExportWrapper('emscripten_bind_PxJointLimitCone_get_stiffness_0'); -var _emscripten_bind_PxJointLimitCone_set_stiffness_1 = Module['_emscripten_bind_PxJointLimitCone_set_stiffness_1'] = createExportWrapper('emscripten_bind_PxJointLimitCone_set_stiffness_1'); -var _emscripten_bind_PxJointLimitCone_get_damping_0 = Module['_emscripten_bind_PxJointLimitCone_get_damping_0'] = createExportWrapper('emscripten_bind_PxJointLimitCone_get_damping_0'); -var _emscripten_bind_PxJointLimitCone_set_damping_1 = Module['_emscripten_bind_PxJointLimitCone_set_damping_1'] = createExportWrapper('emscripten_bind_PxJointLimitCone_set_damping_1'); -var _emscripten_bind_PxJointLimitCone___destroy___0 = Module['_emscripten_bind_PxJointLimitCone___destroy___0'] = createExportWrapper('emscripten_bind_PxJointLimitCone___destroy___0'); -var _emscripten_bind_PxJointLimitPyramid_PxJointLimitPyramid_5 = Module['_emscripten_bind_PxJointLimitPyramid_PxJointLimitPyramid_5'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_PxJointLimitPyramid_5'); -var _emscripten_bind_PxJointLimitPyramid_isValid_0 = Module['_emscripten_bind_PxJointLimitPyramid_isValid_0'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_isValid_0'); -var _emscripten_bind_PxJointLimitPyramid_isSoft_0 = Module['_emscripten_bind_PxJointLimitPyramid_isSoft_0'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_isSoft_0'); -var _emscripten_bind_PxJointLimitPyramid_get_yAngleMin_0 = Module['_emscripten_bind_PxJointLimitPyramid_get_yAngleMin_0'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_get_yAngleMin_0'); -var _emscripten_bind_PxJointLimitPyramid_set_yAngleMin_1 = Module['_emscripten_bind_PxJointLimitPyramid_set_yAngleMin_1'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_set_yAngleMin_1'); -var _emscripten_bind_PxJointLimitPyramid_get_yAngleMax_0 = Module['_emscripten_bind_PxJointLimitPyramid_get_yAngleMax_0'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_get_yAngleMax_0'); -var _emscripten_bind_PxJointLimitPyramid_set_yAngleMax_1 = Module['_emscripten_bind_PxJointLimitPyramid_set_yAngleMax_1'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_set_yAngleMax_1'); -var _emscripten_bind_PxJointLimitPyramid_get_zAngleMin_0 = Module['_emscripten_bind_PxJointLimitPyramid_get_zAngleMin_0'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_get_zAngleMin_0'); -var _emscripten_bind_PxJointLimitPyramid_set_zAngleMin_1 = Module['_emscripten_bind_PxJointLimitPyramid_set_zAngleMin_1'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_set_zAngleMin_1'); -var _emscripten_bind_PxJointLimitPyramid_get_zAngleMax_0 = Module['_emscripten_bind_PxJointLimitPyramid_get_zAngleMax_0'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_get_zAngleMax_0'); -var _emscripten_bind_PxJointLimitPyramid_set_zAngleMax_1 = Module['_emscripten_bind_PxJointLimitPyramid_set_zAngleMax_1'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_set_zAngleMax_1'); -var _emscripten_bind_PxJointLimitPyramid_get_restitution_0 = Module['_emscripten_bind_PxJointLimitPyramid_get_restitution_0'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_get_restitution_0'); -var _emscripten_bind_PxJointLimitPyramid_set_restitution_1 = Module['_emscripten_bind_PxJointLimitPyramid_set_restitution_1'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_set_restitution_1'); -var _emscripten_bind_PxJointLimitPyramid_get_bounceThreshold_0 = Module['_emscripten_bind_PxJointLimitPyramid_get_bounceThreshold_0'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_get_bounceThreshold_0'); -var _emscripten_bind_PxJointLimitPyramid_set_bounceThreshold_1 = Module['_emscripten_bind_PxJointLimitPyramid_set_bounceThreshold_1'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_set_bounceThreshold_1'); -var _emscripten_bind_PxJointLimitPyramid_get_stiffness_0 = Module['_emscripten_bind_PxJointLimitPyramid_get_stiffness_0'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_get_stiffness_0'); -var _emscripten_bind_PxJointLimitPyramid_set_stiffness_1 = Module['_emscripten_bind_PxJointLimitPyramid_set_stiffness_1'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_set_stiffness_1'); -var _emscripten_bind_PxJointLimitPyramid_get_damping_0 = Module['_emscripten_bind_PxJointLimitPyramid_get_damping_0'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_get_damping_0'); -var _emscripten_bind_PxJointLimitPyramid_set_damping_1 = Module['_emscripten_bind_PxJointLimitPyramid_set_damping_1'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid_set_damping_1'); -var _emscripten_bind_PxJointLimitPyramid___destroy___0 = Module['_emscripten_bind_PxJointLimitPyramid___destroy___0'] = createExportWrapper('emscripten_bind_PxJointLimitPyramid___destroy___0'); -var _emscripten_bind_PxJointLinearLimit_PxJointLinearLimit_2 = Module['_emscripten_bind_PxJointLinearLimit_PxJointLinearLimit_2'] = createExportWrapper('emscripten_bind_PxJointLinearLimit_PxJointLinearLimit_2'); -var _emscripten_bind_PxJointLinearLimit_isValid_0 = Module['_emscripten_bind_PxJointLinearLimit_isValid_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimit_isValid_0'); -var _emscripten_bind_PxJointLinearLimit_isSoft_0 = Module['_emscripten_bind_PxJointLinearLimit_isSoft_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimit_isSoft_0'); -var _emscripten_bind_PxJointLinearLimit_get_value_0 = Module['_emscripten_bind_PxJointLinearLimit_get_value_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimit_get_value_0'); -var _emscripten_bind_PxJointLinearLimit_set_value_1 = Module['_emscripten_bind_PxJointLinearLimit_set_value_1'] = createExportWrapper('emscripten_bind_PxJointLinearLimit_set_value_1'); -var _emscripten_bind_PxJointLinearLimit_get_restitution_0 = Module['_emscripten_bind_PxJointLinearLimit_get_restitution_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimit_get_restitution_0'); -var _emscripten_bind_PxJointLinearLimit_set_restitution_1 = Module['_emscripten_bind_PxJointLinearLimit_set_restitution_1'] = createExportWrapper('emscripten_bind_PxJointLinearLimit_set_restitution_1'); -var _emscripten_bind_PxJointLinearLimit_get_bounceThreshold_0 = Module['_emscripten_bind_PxJointLinearLimit_get_bounceThreshold_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimit_get_bounceThreshold_0'); -var _emscripten_bind_PxJointLinearLimit_set_bounceThreshold_1 = Module['_emscripten_bind_PxJointLinearLimit_set_bounceThreshold_1'] = createExportWrapper('emscripten_bind_PxJointLinearLimit_set_bounceThreshold_1'); -var _emscripten_bind_PxJointLinearLimit_get_stiffness_0 = Module['_emscripten_bind_PxJointLinearLimit_get_stiffness_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimit_get_stiffness_0'); -var _emscripten_bind_PxJointLinearLimit_set_stiffness_1 = Module['_emscripten_bind_PxJointLinearLimit_set_stiffness_1'] = createExportWrapper('emscripten_bind_PxJointLinearLimit_set_stiffness_1'); -var _emscripten_bind_PxJointLinearLimit_get_damping_0 = Module['_emscripten_bind_PxJointLinearLimit_get_damping_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimit_get_damping_0'); -var _emscripten_bind_PxJointLinearLimit_set_damping_1 = Module['_emscripten_bind_PxJointLinearLimit_set_damping_1'] = createExportWrapper('emscripten_bind_PxJointLinearLimit_set_damping_1'); -var _emscripten_bind_PxJointLinearLimit___destroy___0 = Module['_emscripten_bind_PxJointLinearLimit___destroy___0'] = createExportWrapper('emscripten_bind_PxJointLinearLimit___destroy___0'); -var _emscripten_bind_PxJointLinearLimitPair_PxJointLinearLimitPair_3 = Module['_emscripten_bind_PxJointLinearLimitPair_PxJointLinearLimitPair_3'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_PxJointLinearLimitPair_3'); -var _emscripten_bind_PxJointLinearLimitPair_isValid_0 = Module['_emscripten_bind_PxJointLinearLimitPair_isValid_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_isValid_0'); -var _emscripten_bind_PxJointLinearLimitPair_isSoft_0 = Module['_emscripten_bind_PxJointLinearLimitPair_isSoft_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_isSoft_0'); -var _emscripten_bind_PxJointLinearLimitPair_get_upper_0 = Module['_emscripten_bind_PxJointLinearLimitPair_get_upper_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_get_upper_0'); -var _emscripten_bind_PxJointLinearLimitPair_set_upper_1 = Module['_emscripten_bind_PxJointLinearLimitPair_set_upper_1'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_set_upper_1'); -var _emscripten_bind_PxJointLinearLimitPair_get_lower_0 = Module['_emscripten_bind_PxJointLinearLimitPair_get_lower_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_get_lower_0'); -var _emscripten_bind_PxJointLinearLimitPair_set_lower_1 = Module['_emscripten_bind_PxJointLinearLimitPair_set_lower_1'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_set_lower_1'); -var _emscripten_bind_PxJointLinearLimitPair_get_restitution_0 = Module['_emscripten_bind_PxJointLinearLimitPair_get_restitution_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_get_restitution_0'); -var _emscripten_bind_PxJointLinearLimitPair_set_restitution_1 = Module['_emscripten_bind_PxJointLinearLimitPair_set_restitution_1'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_set_restitution_1'); -var _emscripten_bind_PxJointLinearLimitPair_get_bounceThreshold_0 = Module['_emscripten_bind_PxJointLinearLimitPair_get_bounceThreshold_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_get_bounceThreshold_0'); -var _emscripten_bind_PxJointLinearLimitPair_set_bounceThreshold_1 = Module['_emscripten_bind_PxJointLinearLimitPair_set_bounceThreshold_1'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_set_bounceThreshold_1'); -var _emscripten_bind_PxJointLinearLimitPair_get_stiffness_0 = Module['_emscripten_bind_PxJointLinearLimitPair_get_stiffness_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_get_stiffness_0'); -var _emscripten_bind_PxJointLinearLimitPair_set_stiffness_1 = Module['_emscripten_bind_PxJointLinearLimitPair_set_stiffness_1'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_set_stiffness_1'); -var _emscripten_bind_PxJointLinearLimitPair_get_damping_0 = Module['_emscripten_bind_PxJointLinearLimitPair_get_damping_0'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_get_damping_0'); -var _emscripten_bind_PxJointLinearLimitPair_set_damping_1 = Module['_emscripten_bind_PxJointLinearLimitPair_set_damping_1'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair_set_damping_1'); -var _emscripten_bind_PxJointLinearLimitPair___destroy___0 = Module['_emscripten_bind_PxJointLinearLimitPair___destroy___0'] = createExportWrapper('emscripten_bind_PxJointLinearLimitPair___destroy___0'); -var _emscripten_bind_PxMassProperties_PxMassProperties_0 = Module['_emscripten_bind_PxMassProperties_PxMassProperties_0'] = createExportWrapper('emscripten_bind_PxMassProperties_PxMassProperties_0'); -var _emscripten_bind_PxMassProperties_PxMassProperties_1 = Module['_emscripten_bind_PxMassProperties_PxMassProperties_1'] = createExportWrapper('emscripten_bind_PxMassProperties_PxMassProperties_1'); -var _emscripten_bind_PxMassProperties_PxMassProperties_3 = Module['_emscripten_bind_PxMassProperties_PxMassProperties_3'] = createExportWrapper('emscripten_bind_PxMassProperties_PxMassProperties_3'); -var _emscripten_bind_PxMassProperties_translate_1 = Module['_emscripten_bind_PxMassProperties_translate_1'] = createExportWrapper('emscripten_bind_PxMassProperties_translate_1'); -var _emscripten_bind_PxMassProperties_getMassSpaceInertia_2 = Module['_emscripten_bind_PxMassProperties_getMassSpaceInertia_2'] = createExportWrapper('emscripten_bind_PxMassProperties_getMassSpaceInertia_2'); -var _emscripten_bind_PxMassProperties_translateInertia_3 = Module['_emscripten_bind_PxMassProperties_translateInertia_3'] = createExportWrapper('emscripten_bind_PxMassProperties_translateInertia_3'); -var _emscripten_bind_PxMassProperties_rotateInertia_2 = Module['_emscripten_bind_PxMassProperties_rotateInertia_2'] = createExportWrapper('emscripten_bind_PxMassProperties_rotateInertia_2'); -var _emscripten_bind_PxMassProperties_scaleInertia_3 = Module['_emscripten_bind_PxMassProperties_scaleInertia_3'] = createExportWrapper('emscripten_bind_PxMassProperties_scaleInertia_3'); -var _emscripten_bind_PxMassProperties_sum_3 = Module['_emscripten_bind_PxMassProperties_sum_3'] = createExportWrapper('emscripten_bind_PxMassProperties_sum_3'); -var _emscripten_bind_PxMassProperties_get_inertiaTensor_0 = Module['_emscripten_bind_PxMassProperties_get_inertiaTensor_0'] = createExportWrapper('emscripten_bind_PxMassProperties_get_inertiaTensor_0'); -var _emscripten_bind_PxMassProperties_set_inertiaTensor_1 = Module['_emscripten_bind_PxMassProperties_set_inertiaTensor_1'] = createExportWrapper('emscripten_bind_PxMassProperties_set_inertiaTensor_1'); -var _emscripten_bind_PxMassProperties_get_centerOfMass_0 = Module['_emscripten_bind_PxMassProperties_get_centerOfMass_0'] = createExportWrapper('emscripten_bind_PxMassProperties_get_centerOfMass_0'); -var _emscripten_bind_PxMassProperties_set_centerOfMass_1 = Module['_emscripten_bind_PxMassProperties_set_centerOfMass_1'] = createExportWrapper('emscripten_bind_PxMassProperties_set_centerOfMass_1'); -var _emscripten_bind_PxMassProperties_get_mass_0 = Module['_emscripten_bind_PxMassProperties_get_mass_0'] = createExportWrapper('emscripten_bind_PxMassProperties_get_mass_0'); -var _emscripten_bind_PxMassProperties_set_mass_1 = Module['_emscripten_bind_PxMassProperties_set_mass_1'] = createExportWrapper('emscripten_bind_PxMassProperties_set_mass_1'); -var _emscripten_bind_PxMassProperties___destroy___0 = Module['_emscripten_bind_PxMassProperties___destroy___0'] = createExportWrapper('emscripten_bind_PxMassProperties___destroy___0'); -var _emscripten_bind_PxMat33_PxMat33_0 = Module['_emscripten_bind_PxMat33_PxMat33_0'] = createExportWrapper('emscripten_bind_PxMat33_PxMat33_0'); -var _emscripten_bind_PxMat33_PxMat33_1 = Module['_emscripten_bind_PxMat33_PxMat33_1'] = createExportWrapper('emscripten_bind_PxMat33_PxMat33_1'); -var _emscripten_bind_PxMat33_get_column0_0 = Module['_emscripten_bind_PxMat33_get_column0_0'] = createExportWrapper('emscripten_bind_PxMat33_get_column0_0'); -var _emscripten_bind_PxMat33_set_column0_1 = Module['_emscripten_bind_PxMat33_set_column0_1'] = createExportWrapper('emscripten_bind_PxMat33_set_column0_1'); -var _emscripten_bind_PxMat33_get_column1_0 = Module['_emscripten_bind_PxMat33_get_column1_0'] = createExportWrapper('emscripten_bind_PxMat33_get_column1_0'); -var _emscripten_bind_PxMat33_set_column1_1 = Module['_emscripten_bind_PxMat33_set_column1_1'] = createExportWrapper('emscripten_bind_PxMat33_set_column1_1'); -var _emscripten_bind_PxMat33_get_column2_0 = Module['_emscripten_bind_PxMat33_get_column2_0'] = createExportWrapper('emscripten_bind_PxMat33_get_column2_0'); -var _emscripten_bind_PxMat33_set_column2_1 = Module['_emscripten_bind_PxMat33_set_column2_1'] = createExportWrapper('emscripten_bind_PxMat33_set_column2_1'); -var _emscripten_bind_PxMat33___destroy___0 = Module['_emscripten_bind_PxMat33___destroy___0'] = createExportWrapper('emscripten_bind_PxMat33___destroy___0'); -var _emscripten_bind_PxMaterial_setDynamicFriction_1 = Module['_emscripten_bind_PxMaterial_setDynamicFriction_1'] = createExportWrapper('emscripten_bind_PxMaterial_setDynamicFriction_1'); -var _emscripten_bind_PxMaterial_getDynamicFriction_0 = Module['_emscripten_bind_PxMaterial_getDynamicFriction_0'] = createExportWrapper('emscripten_bind_PxMaterial_getDynamicFriction_0'); -var _emscripten_bind_PxMaterial_setStaticFriction_1 = Module['_emscripten_bind_PxMaterial_setStaticFriction_1'] = createExportWrapper('emscripten_bind_PxMaterial_setStaticFriction_1'); -var _emscripten_bind_PxMaterial_getStaticFriction_0 = Module['_emscripten_bind_PxMaterial_getStaticFriction_0'] = createExportWrapper('emscripten_bind_PxMaterial_getStaticFriction_0'); -var _emscripten_bind_PxMaterial_setRestitution_1 = Module['_emscripten_bind_PxMaterial_setRestitution_1'] = createExportWrapper('emscripten_bind_PxMaterial_setRestitution_1'); -var _emscripten_bind_PxMaterial_getRestitution_0 = Module['_emscripten_bind_PxMaterial_getRestitution_0'] = createExportWrapper('emscripten_bind_PxMaterial_getRestitution_0'); -var _emscripten_bind_PxMaterial_setFlag_2 = Module['_emscripten_bind_PxMaterial_setFlag_2'] = createExportWrapper('emscripten_bind_PxMaterial_setFlag_2'); -var _emscripten_bind_PxMaterial_setFlags_1 = Module['_emscripten_bind_PxMaterial_setFlags_1'] = createExportWrapper('emscripten_bind_PxMaterial_setFlags_1'); -var _emscripten_bind_PxMaterial_getFlags_0 = Module['_emscripten_bind_PxMaterial_getFlags_0'] = createExportWrapper('emscripten_bind_PxMaterial_getFlags_0'); -var _emscripten_bind_PxMaterial_setFrictionCombineMode_1 = Module['_emscripten_bind_PxMaterial_setFrictionCombineMode_1'] = createExportWrapper('emscripten_bind_PxMaterial_setFrictionCombineMode_1'); -var _emscripten_bind_PxMaterial_getFrictionCombineMode_0 = Module['_emscripten_bind_PxMaterial_getFrictionCombineMode_0'] = createExportWrapper('emscripten_bind_PxMaterial_getFrictionCombineMode_0'); -var _emscripten_bind_PxMaterial_setRestitutionCombineMode_1 = Module['_emscripten_bind_PxMaterial_setRestitutionCombineMode_1'] = createExportWrapper('emscripten_bind_PxMaterial_setRestitutionCombineMode_1'); -var _emscripten_bind_PxMaterial_getRestitutionCombineMode_0 = Module['_emscripten_bind_PxMaterial_getRestitutionCombineMode_0'] = createExportWrapper('emscripten_bind_PxMaterial_getRestitutionCombineMode_0'); -var _emscripten_bind_PxMaterial_release_0 = Module['_emscripten_bind_PxMaterial_release_0'] = createExportWrapper('emscripten_bind_PxMaterial_release_0'); -var _emscripten_bind_PxMaterial_getConcreteTypeName_0 = Module['_emscripten_bind_PxMaterial_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxMaterial_getConcreteTypeName_0'); -var _emscripten_bind_PxMaterial_getConcreteType_0 = Module['_emscripten_bind_PxMaterial_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxMaterial_getConcreteType_0'); -var _emscripten_bind_PxMaterial_setBaseFlag_2 = Module['_emscripten_bind_PxMaterial_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxMaterial_setBaseFlag_2'); -var _emscripten_bind_PxMaterial_setBaseFlags_1 = Module['_emscripten_bind_PxMaterial_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxMaterial_setBaseFlags_1'); -var _emscripten_bind_PxMaterial_getBaseFlags_0 = Module['_emscripten_bind_PxMaterial_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxMaterial_getBaseFlags_0'); -var _emscripten_bind_PxMaterial_isReleasable_0 = Module['_emscripten_bind_PxMaterial_isReleasable_0'] = createExportWrapper('emscripten_bind_PxMaterial_isReleasable_0'); -var _emscripten_bind_PxMaterial_getReferenceCount_0 = Module['_emscripten_bind_PxMaterial_getReferenceCount_0'] = createExportWrapper('emscripten_bind_PxMaterial_getReferenceCount_0'); -var _emscripten_bind_PxMaterial_acquireReference_0 = Module['_emscripten_bind_PxMaterial_acquireReference_0'] = createExportWrapper('emscripten_bind_PxMaterial_acquireReference_0'); -var _emscripten_bind_PxMaterial_get_userData_0 = Module['_emscripten_bind_PxMaterial_get_userData_0'] = createExportWrapper('emscripten_bind_PxMaterial_get_userData_0'); -var _emscripten_bind_PxMaterial_set_userData_1 = Module['_emscripten_bind_PxMaterial_set_userData_1'] = createExportWrapper('emscripten_bind_PxMaterial_set_userData_1'); -var _emscripten_bind_PxMaterialConstPtr___destroy___0 = Module['_emscripten_bind_PxMaterialConstPtr___destroy___0'] = createExportWrapper('emscripten_bind_PxMaterialConstPtr___destroy___0'); -var _emscripten_bind_PxMaterialFlags_PxMaterialFlags_1 = Module['_emscripten_bind_PxMaterialFlags_PxMaterialFlags_1'] = createExportWrapper('emscripten_bind_PxMaterialFlags_PxMaterialFlags_1'); -var _emscripten_bind_PxMaterialFlags_isSet_1 = Module['_emscripten_bind_PxMaterialFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxMaterialFlags_isSet_1'); -var _emscripten_bind_PxMaterialFlags_raise_1 = Module['_emscripten_bind_PxMaterialFlags_raise_1'] = createExportWrapper('emscripten_bind_PxMaterialFlags_raise_1'); -var _emscripten_bind_PxMaterialFlags_clear_1 = Module['_emscripten_bind_PxMaterialFlags_clear_1'] = createExportWrapper('emscripten_bind_PxMaterialFlags_clear_1'); -var _emscripten_bind_PxMaterialFlags___destroy___0 = Module['_emscripten_bind_PxMaterialFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxMaterialFlags___destroy___0'); -var _emscripten_bind_PxMaterialPtr___destroy___0 = Module['_emscripten_bind_PxMaterialPtr___destroy___0'] = createExportWrapper('emscripten_bind_PxMaterialPtr___destroy___0'); -var _emscripten_bind_PxMeshFlags_PxMeshFlags_1 = Module['_emscripten_bind_PxMeshFlags_PxMeshFlags_1'] = createExportWrapper('emscripten_bind_PxMeshFlags_PxMeshFlags_1'); -var _emscripten_bind_PxMeshFlags_isSet_1 = Module['_emscripten_bind_PxMeshFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxMeshFlags_isSet_1'); -var _emscripten_bind_PxMeshFlags_raise_1 = Module['_emscripten_bind_PxMeshFlags_raise_1'] = createExportWrapper('emscripten_bind_PxMeshFlags_raise_1'); -var _emscripten_bind_PxMeshFlags_clear_1 = Module['_emscripten_bind_PxMeshFlags_clear_1'] = createExportWrapper('emscripten_bind_PxMeshFlags_clear_1'); -var _emscripten_bind_PxMeshFlags___destroy___0 = Module['_emscripten_bind_PxMeshFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxMeshFlags___destroy___0'); -var _emscripten_bind_PxMeshGeometryFlags_PxMeshGeometryFlags_1 = Module['_emscripten_bind_PxMeshGeometryFlags_PxMeshGeometryFlags_1'] = createExportWrapper('emscripten_bind_PxMeshGeometryFlags_PxMeshGeometryFlags_1'); -var _emscripten_bind_PxMeshGeometryFlags_isSet_1 = Module['_emscripten_bind_PxMeshGeometryFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxMeshGeometryFlags_isSet_1'); -var _emscripten_bind_PxMeshGeometryFlags_raise_1 = Module['_emscripten_bind_PxMeshGeometryFlags_raise_1'] = createExportWrapper('emscripten_bind_PxMeshGeometryFlags_raise_1'); -var _emscripten_bind_PxMeshGeometryFlags_clear_1 = Module['_emscripten_bind_PxMeshGeometryFlags_clear_1'] = createExportWrapper('emscripten_bind_PxMeshGeometryFlags_clear_1'); -var _emscripten_bind_PxMeshGeometryFlags___destroy___0 = Module['_emscripten_bind_PxMeshGeometryFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxMeshGeometryFlags___destroy___0'); -var _emscripten_bind_PxMeshOverlapUtil_PxMeshOverlapUtil_0 = Module['_emscripten_bind_PxMeshOverlapUtil_PxMeshOverlapUtil_0'] = createExportWrapper('emscripten_bind_PxMeshOverlapUtil_PxMeshOverlapUtil_0'); -var _emscripten_bind_PxMeshOverlapUtil_findOverlap_4 = Module['_emscripten_bind_PxMeshOverlapUtil_findOverlap_4'] = createExportWrapper('emscripten_bind_PxMeshOverlapUtil_findOverlap_4'); -var _emscripten_bind_PxMeshOverlapUtil_getResults_0 = Module['_emscripten_bind_PxMeshOverlapUtil_getResults_0'] = createExportWrapper('emscripten_bind_PxMeshOverlapUtil_getResults_0'); -var _emscripten_bind_PxMeshOverlapUtil_getNbResults_0 = Module['_emscripten_bind_PxMeshOverlapUtil_getNbResults_0'] = createExportWrapper('emscripten_bind_PxMeshOverlapUtil_getNbResults_0'); -var _emscripten_bind_PxMeshOverlapUtil___destroy___0 = Module['_emscripten_bind_PxMeshOverlapUtil___destroy___0'] = createExportWrapper('emscripten_bind_PxMeshOverlapUtil___destroy___0'); -var _emscripten_bind_PxMeshPreprocessingFlags_PxMeshPreprocessingFlags_1 = Module['_emscripten_bind_PxMeshPreprocessingFlags_PxMeshPreprocessingFlags_1'] = createExportWrapper('emscripten_bind_PxMeshPreprocessingFlags_PxMeshPreprocessingFlags_1'); -var _emscripten_bind_PxMeshPreprocessingFlags_isSet_1 = Module['_emscripten_bind_PxMeshPreprocessingFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxMeshPreprocessingFlags_isSet_1'); -var _emscripten_bind_PxMeshPreprocessingFlags_raise_1 = Module['_emscripten_bind_PxMeshPreprocessingFlags_raise_1'] = createExportWrapper('emscripten_bind_PxMeshPreprocessingFlags_raise_1'); -var _emscripten_bind_PxMeshPreprocessingFlags_clear_1 = Module['_emscripten_bind_PxMeshPreprocessingFlags_clear_1'] = createExportWrapper('emscripten_bind_PxMeshPreprocessingFlags_clear_1'); -var _emscripten_bind_PxMeshPreprocessingFlags___destroy___0 = Module['_emscripten_bind_PxMeshPreprocessingFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxMeshPreprocessingFlags___destroy___0'); -var _emscripten_bind_PxMeshScale_PxMeshScale_0 = Module['_emscripten_bind_PxMeshScale_PxMeshScale_0'] = createExportWrapper('emscripten_bind_PxMeshScale_PxMeshScale_0'); -var _emscripten_bind_PxMeshScale_PxMeshScale_1 = Module['_emscripten_bind_PxMeshScale_PxMeshScale_1'] = createExportWrapper('emscripten_bind_PxMeshScale_PxMeshScale_1'); -var _emscripten_bind_PxMeshScale_PxMeshScale_2 = Module['_emscripten_bind_PxMeshScale_PxMeshScale_2'] = createExportWrapper('emscripten_bind_PxMeshScale_PxMeshScale_2'); -var _emscripten_bind_PxMeshScale___destroy___0 = Module['_emscripten_bind_PxMeshScale___destroy___0'] = createExportWrapper('emscripten_bind_PxMeshScale___destroy___0'); -var _emscripten_bind_PxMidphaseDesc_PxMidphaseDesc_0 = Module['_emscripten_bind_PxMidphaseDesc_PxMidphaseDesc_0'] = createExportWrapper('emscripten_bind_PxMidphaseDesc_PxMidphaseDesc_0'); -var _emscripten_bind_PxMidphaseDesc_getType_0 = Module['_emscripten_bind_PxMidphaseDesc_getType_0'] = createExportWrapper('emscripten_bind_PxMidphaseDesc_getType_0'); -var _emscripten_bind_PxMidphaseDesc_setToDefault_1 = Module['_emscripten_bind_PxMidphaseDesc_setToDefault_1'] = createExportWrapper('emscripten_bind_PxMidphaseDesc_setToDefault_1'); -var _emscripten_bind_PxMidphaseDesc_isValid_0 = Module['_emscripten_bind_PxMidphaseDesc_isValid_0'] = createExportWrapper('emscripten_bind_PxMidphaseDesc_isValid_0'); -var _emscripten_bind_PxMidphaseDesc_get_mBVH33Desc_0 = Module['_emscripten_bind_PxMidphaseDesc_get_mBVH33Desc_0'] = createExportWrapper('emscripten_bind_PxMidphaseDesc_get_mBVH33Desc_0'); -var _emscripten_bind_PxMidphaseDesc_set_mBVH33Desc_1 = Module['_emscripten_bind_PxMidphaseDesc_set_mBVH33Desc_1'] = createExportWrapper('emscripten_bind_PxMidphaseDesc_set_mBVH33Desc_1'); -var _emscripten_bind_PxMidphaseDesc_get_mBVH34Desc_0 = Module['_emscripten_bind_PxMidphaseDesc_get_mBVH34Desc_0'] = createExportWrapper('emscripten_bind_PxMidphaseDesc_get_mBVH34Desc_0'); -var _emscripten_bind_PxMidphaseDesc_set_mBVH34Desc_1 = Module['_emscripten_bind_PxMidphaseDesc_set_mBVH34Desc_1'] = createExportWrapper('emscripten_bind_PxMidphaseDesc_set_mBVH34Desc_1'); -var _emscripten_bind_PxMidphaseDesc___destroy___0 = Module['_emscripten_bind_PxMidphaseDesc___destroy___0'] = createExportWrapper('emscripten_bind_PxMidphaseDesc___destroy___0'); -var _emscripten_bind_PxObstacleContext_release_0 = Module['_emscripten_bind_PxObstacleContext_release_0'] = createExportWrapper('emscripten_bind_PxObstacleContext_release_0'); -var _emscripten_bind_PxObstacleContext_getControllerManager_0 = Module['_emscripten_bind_PxObstacleContext_getControllerManager_0'] = createExportWrapper('emscripten_bind_PxObstacleContext_getControllerManager_0'); -var _emscripten_bind_PxObstacleContext_addObstacle_1 = Module['_emscripten_bind_PxObstacleContext_addObstacle_1'] = createExportWrapper('emscripten_bind_PxObstacleContext_addObstacle_1'); -var _emscripten_bind_PxObstacleContext_removeObstacle_1 = Module['_emscripten_bind_PxObstacleContext_removeObstacle_1'] = createExportWrapper('emscripten_bind_PxObstacleContext_removeObstacle_1'); -var _emscripten_bind_PxObstacleContext_updateObstacle_2 = Module['_emscripten_bind_PxObstacleContext_updateObstacle_2'] = createExportWrapper('emscripten_bind_PxObstacleContext_updateObstacle_2'); -var _emscripten_bind_PxObstacleContext_getNbObstacles_0 = Module['_emscripten_bind_PxObstacleContext_getNbObstacles_0'] = createExportWrapper('emscripten_bind_PxObstacleContext_getNbObstacles_0'); -var _emscripten_bind_PxObstacleContext_getObstacle_1 = Module['_emscripten_bind_PxObstacleContext_getObstacle_1'] = createExportWrapper('emscripten_bind_PxObstacleContext_getObstacle_1'); -var _emscripten_bind_PxObstacleContext_getObstacleByHandle_1 = Module['_emscripten_bind_PxObstacleContext_getObstacleByHandle_1'] = createExportWrapper('emscripten_bind_PxObstacleContext_getObstacleByHandle_1'); -var _emscripten_bind_PxObstacleContext___destroy___0 = Module['_emscripten_bind_PxObstacleContext___destroy___0'] = createExportWrapper('emscripten_bind_PxObstacleContext___destroy___0'); -var _emscripten_bind_PxOmniPvd_startSampling_0 = Module['_emscripten_bind_PxOmniPvd_startSampling_0'] = createExportWrapper('emscripten_bind_PxOmniPvd_startSampling_0'); -var _emscripten_bind_PxOmniPvd_release_0 = Module['_emscripten_bind_PxOmniPvd_release_0'] = createExportWrapper('emscripten_bind_PxOmniPvd_release_0'); -var _emscripten_bind_PxOmniPvd___destroy___0 = Module['_emscripten_bind_PxOmniPvd___destroy___0'] = createExportWrapper('emscripten_bind_PxOmniPvd___destroy___0'); -var _emscripten_bind_PxOverlapBuffer10_PxOverlapBuffer10_0 = Module['_emscripten_bind_PxOverlapBuffer10_PxOverlapBuffer10_0'] = createExportWrapper('emscripten_bind_PxOverlapBuffer10_PxOverlapBuffer10_0'); -var _emscripten_bind_PxOverlapBuffer10_getNbAnyHits_0 = Module['_emscripten_bind_PxOverlapBuffer10_getNbAnyHits_0'] = createExportWrapper('emscripten_bind_PxOverlapBuffer10_getNbAnyHits_0'); -var _emscripten_bind_PxOverlapBuffer10_getAnyHit_1 = Module['_emscripten_bind_PxOverlapBuffer10_getAnyHit_1'] = createExportWrapper('emscripten_bind_PxOverlapBuffer10_getAnyHit_1'); -var _emscripten_bind_PxOverlapBuffer10_getNbTouches_0 = Module['_emscripten_bind_PxOverlapBuffer10_getNbTouches_0'] = createExportWrapper('emscripten_bind_PxOverlapBuffer10_getNbTouches_0'); -var _emscripten_bind_PxOverlapBuffer10_getTouches_0 = Module['_emscripten_bind_PxOverlapBuffer10_getTouches_0'] = createExportWrapper('emscripten_bind_PxOverlapBuffer10_getTouches_0'); -var _emscripten_bind_PxOverlapBuffer10_getTouch_1 = Module['_emscripten_bind_PxOverlapBuffer10_getTouch_1'] = createExportWrapper('emscripten_bind_PxOverlapBuffer10_getTouch_1'); -var _emscripten_bind_PxOverlapBuffer10_getMaxNbTouches_0 = Module['_emscripten_bind_PxOverlapBuffer10_getMaxNbTouches_0'] = createExportWrapper('emscripten_bind_PxOverlapBuffer10_getMaxNbTouches_0'); -var _emscripten_bind_PxOverlapBuffer10_hasAnyHits_0 = Module['_emscripten_bind_PxOverlapBuffer10_hasAnyHits_0'] = createExportWrapper('emscripten_bind_PxOverlapBuffer10_hasAnyHits_0'); -var _emscripten_bind_PxOverlapBuffer10_get_block_0 = Module['_emscripten_bind_PxOverlapBuffer10_get_block_0'] = createExportWrapper('emscripten_bind_PxOverlapBuffer10_get_block_0'); -var _emscripten_bind_PxOverlapBuffer10_set_block_1 = Module['_emscripten_bind_PxOverlapBuffer10_set_block_1'] = createExportWrapper('emscripten_bind_PxOverlapBuffer10_set_block_1'); -var _emscripten_bind_PxOverlapBuffer10_get_hasBlock_0 = Module['_emscripten_bind_PxOverlapBuffer10_get_hasBlock_0'] = createExportWrapper('emscripten_bind_PxOverlapBuffer10_get_hasBlock_0'); -var _emscripten_bind_PxOverlapBuffer10_set_hasBlock_1 = Module['_emscripten_bind_PxOverlapBuffer10_set_hasBlock_1'] = createExportWrapper('emscripten_bind_PxOverlapBuffer10_set_hasBlock_1'); -var _emscripten_bind_PxOverlapBuffer10___destroy___0 = Module['_emscripten_bind_PxOverlapBuffer10___destroy___0'] = createExportWrapper('emscripten_bind_PxOverlapBuffer10___destroy___0'); -var _emscripten_bind_PxOverlapHit_get_actor_0 = Module['_emscripten_bind_PxOverlapHit_get_actor_0'] = createExportWrapper('emscripten_bind_PxOverlapHit_get_actor_0'); -var _emscripten_bind_PxOverlapHit_set_actor_1 = Module['_emscripten_bind_PxOverlapHit_set_actor_1'] = createExportWrapper('emscripten_bind_PxOverlapHit_set_actor_1'); -var _emscripten_bind_PxOverlapHit_get_shape_0 = Module['_emscripten_bind_PxOverlapHit_get_shape_0'] = createExportWrapper('emscripten_bind_PxOverlapHit_get_shape_0'); -var _emscripten_bind_PxOverlapHit_set_shape_1 = Module['_emscripten_bind_PxOverlapHit_set_shape_1'] = createExportWrapper('emscripten_bind_PxOverlapHit_set_shape_1'); -var _emscripten_bind_PxOverlapHit_get_faceIndex_0 = Module['_emscripten_bind_PxOverlapHit_get_faceIndex_0'] = createExportWrapper('emscripten_bind_PxOverlapHit_get_faceIndex_0'); -var _emscripten_bind_PxOverlapHit_set_faceIndex_1 = Module['_emscripten_bind_PxOverlapHit_set_faceIndex_1'] = createExportWrapper('emscripten_bind_PxOverlapHit_set_faceIndex_1'); -var _emscripten_bind_PxOverlapHit___destroy___0 = Module['_emscripten_bind_PxOverlapHit___destroy___0'] = createExportWrapper('emscripten_bind_PxOverlapHit___destroy___0'); -var _emscripten_bind_PxOverlapResult_PxOverlapResult_0 = Module['_emscripten_bind_PxOverlapResult_PxOverlapResult_0'] = createExportWrapper('emscripten_bind_PxOverlapResult_PxOverlapResult_0'); -var _emscripten_bind_PxOverlapResult_getNbAnyHits_0 = Module['_emscripten_bind_PxOverlapResult_getNbAnyHits_0'] = createExportWrapper('emscripten_bind_PxOverlapResult_getNbAnyHits_0'); -var _emscripten_bind_PxOverlapResult_getAnyHit_1 = Module['_emscripten_bind_PxOverlapResult_getAnyHit_1'] = createExportWrapper('emscripten_bind_PxOverlapResult_getAnyHit_1'); -var _emscripten_bind_PxOverlapResult_getNbTouches_0 = Module['_emscripten_bind_PxOverlapResult_getNbTouches_0'] = createExportWrapper('emscripten_bind_PxOverlapResult_getNbTouches_0'); -var _emscripten_bind_PxOverlapResult_getTouch_1 = Module['_emscripten_bind_PxOverlapResult_getTouch_1'] = createExportWrapper('emscripten_bind_PxOverlapResult_getTouch_1'); -var _emscripten_bind_PxOverlapResult_hasAnyHits_0 = Module['_emscripten_bind_PxOverlapResult_hasAnyHits_0'] = createExportWrapper('emscripten_bind_PxOverlapResult_hasAnyHits_0'); -var _emscripten_bind_PxOverlapResult_get_block_0 = Module['_emscripten_bind_PxOverlapResult_get_block_0'] = createExportWrapper('emscripten_bind_PxOverlapResult_get_block_0'); -var _emscripten_bind_PxOverlapResult_set_block_1 = Module['_emscripten_bind_PxOverlapResult_set_block_1'] = createExportWrapper('emscripten_bind_PxOverlapResult_set_block_1'); -var _emscripten_bind_PxOverlapResult_get_hasBlock_0 = Module['_emscripten_bind_PxOverlapResult_get_hasBlock_0'] = createExportWrapper('emscripten_bind_PxOverlapResult_get_hasBlock_0'); -var _emscripten_bind_PxOverlapResult_set_hasBlock_1 = Module['_emscripten_bind_PxOverlapResult_set_hasBlock_1'] = createExportWrapper('emscripten_bind_PxOverlapResult_set_hasBlock_1'); -var _emscripten_bind_PxOverlapResult___destroy___0 = Module['_emscripten_bind_PxOverlapResult___destroy___0'] = createExportWrapper('emscripten_bind_PxOverlapResult___destroy___0'); -var _emscripten_bind_PxPairFlags_PxPairFlags_1 = Module['_emscripten_bind_PxPairFlags_PxPairFlags_1'] = createExportWrapper('emscripten_bind_PxPairFlags_PxPairFlags_1'); -var _emscripten_bind_PxPairFlags_isSet_1 = Module['_emscripten_bind_PxPairFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxPairFlags_isSet_1'); -var _emscripten_bind_PxPairFlags_raise_1 = Module['_emscripten_bind_PxPairFlags_raise_1'] = createExportWrapper('emscripten_bind_PxPairFlags_raise_1'); -var _emscripten_bind_PxPairFlags_clear_1 = Module['_emscripten_bind_PxPairFlags_clear_1'] = createExportWrapper('emscripten_bind_PxPairFlags_clear_1'); -var _emscripten_bind_PxPairFlags___destroy___0 = Module['_emscripten_bind_PxPairFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxPairFlags___destroy___0'); -var _emscripten_bind_PxPhysics_release_0 = Module['_emscripten_bind_PxPhysics_release_0'] = createExportWrapper('emscripten_bind_PxPhysics_release_0'); -var _emscripten_bind_PxPhysics_getFoundation_0 = Module['_emscripten_bind_PxPhysics_getFoundation_0'] = createExportWrapper('emscripten_bind_PxPhysics_getFoundation_0'); -var _emscripten_bind_PxPhysics_createAggregate_3 = Module['_emscripten_bind_PxPhysics_createAggregate_3'] = createExportWrapper('emscripten_bind_PxPhysics_createAggregate_3'); -var _emscripten_bind_PxPhysics_getTolerancesScale_0 = Module['_emscripten_bind_PxPhysics_getTolerancesScale_0'] = createExportWrapper('emscripten_bind_PxPhysics_getTolerancesScale_0'); -var _emscripten_bind_PxPhysics_createScene_1 = Module['_emscripten_bind_PxPhysics_createScene_1'] = createExportWrapper('emscripten_bind_PxPhysics_createScene_1'); -var _emscripten_bind_PxPhysics_createRigidStatic_1 = Module['_emscripten_bind_PxPhysics_createRigidStatic_1'] = createExportWrapper('emscripten_bind_PxPhysics_createRigidStatic_1'); -var _emscripten_bind_PxPhysics_createRigidDynamic_1 = Module['_emscripten_bind_PxPhysics_createRigidDynamic_1'] = createExportWrapper('emscripten_bind_PxPhysics_createRigidDynamic_1'); -var _emscripten_bind_PxPhysics_createShape_2 = Module['_emscripten_bind_PxPhysics_createShape_2'] = createExportWrapper('emscripten_bind_PxPhysics_createShape_2'); -var _emscripten_bind_PxPhysics_createShape_3 = Module['_emscripten_bind_PxPhysics_createShape_3'] = createExportWrapper('emscripten_bind_PxPhysics_createShape_3'); -var _emscripten_bind_PxPhysics_createShape_4 = Module['_emscripten_bind_PxPhysics_createShape_4'] = createExportWrapper('emscripten_bind_PxPhysics_createShape_4'); -var _emscripten_bind_PxPhysics_getNbShapes_0 = Module['_emscripten_bind_PxPhysics_getNbShapes_0'] = createExportWrapper('emscripten_bind_PxPhysics_getNbShapes_0'); -var _emscripten_bind_PxPhysics_createArticulationReducedCoordinate_0 = Module['_emscripten_bind_PxPhysics_createArticulationReducedCoordinate_0'] = createExportWrapper('emscripten_bind_PxPhysics_createArticulationReducedCoordinate_0'); -var _emscripten_bind_PxPhysics_createMaterial_3 = Module['_emscripten_bind_PxPhysics_createMaterial_3'] = createExportWrapper('emscripten_bind_PxPhysics_createMaterial_3'); -var _emscripten_bind_PxPhysics_getPhysicsInsertionCallback_0 = Module['_emscripten_bind_PxPhysics_getPhysicsInsertionCallback_0'] = createExportWrapper('emscripten_bind_PxPhysics_getPhysicsInsertionCallback_0'); -var _emscripten_bind_PxPhysics___destroy___0 = Module['_emscripten_bind_PxPhysics___destroy___0'] = createExportWrapper('emscripten_bind_PxPhysics___destroy___0'); -var _emscripten_bind_PxPlane_PxPlane_0 = Module['_emscripten_bind_PxPlane_PxPlane_0'] = createExportWrapper('emscripten_bind_PxPlane_PxPlane_0'); -var _emscripten_bind_PxPlane_PxPlane_2 = Module['_emscripten_bind_PxPlane_PxPlane_2'] = createExportWrapper('emscripten_bind_PxPlane_PxPlane_2'); -var _emscripten_bind_PxPlane_PxPlane_3 = Module['_emscripten_bind_PxPlane_PxPlane_3'] = createExportWrapper('emscripten_bind_PxPlane_PxPlane_3'); -var _emscripten_bind_PxPlane_PxPlane_4 = Module['_emscripten_bind_PxPlane_PxPlane_4'] = createExportWrapper('emscripten_bind_PxPlane_PxPlane_4'); -var _emscripten_bind_PxPlane_distance_1 = Module['_emscripten_bind_PxPlane_distance_1'] = createExportWrapper('emscripten_bind_PxPlane_distance_1'); -var _emscripten_bind_PxPlane_contains_1 = Module['_emscripten_bind_PxPlane_contains_1'] = createExportWrapper('emscripten_bind_PxPlane_contains_1'); -var _emscripten_bind_PxPlane_project_1 = Module['_emscripten_bind_PxPlane_project_1'] = createExportWrapper('emscripten_bind_PxPlane_project_1'); -var _emscripten_bind_PxPlane_pointInPlane_0 = Module['_emscripten_bind_PxPlane_pointInPlane_0'] = createExportWrapper('emscripten_bind_PxPlane_pointInPlane_0'); -var _emscripten_bind_PxPlane_normalize_0 = Module['_emscripten_bind_PxPlane_normalize_0'] = createExportWrapper('emscripten_bind_PxPlane_normalize_0'); -var _emscripten_bind_PxPlane_transform_1 = Module['_emscripten_bind_PxPlane_transform_1'] = createExportWrapper('emscripten_bind_PxPlane_transform_1'); -var _emscripten_bind_PxPlane_inverseTransform_1 = Module['_emscripten_bind_PxPlane_inverseTransform_1'] = createExportWrapper('emscripten_bind_PxPlane_inverseTransform_1'); -var _emscripten_bind_PxPlane_get_n_0 = Module['_emscripten_bind_PxPlane_get_n_0'] = createExportWrapper('emscripten_bind_PxPlane_get_n_0'); -var _emscripten_bind_PxPlane_set_n_1 = Module['_emscripten_bind_PxPlane_set_n_1'] = createExportWrapper('emscripten_bind_PxPlane_set_n_1'); -var _emscripten_bind_PxPlane_get_d_0 = Module['_emscripten_bind_PxPlane_get_d_0'] = createExportWrapper('emscripten_bind_PxPlane_get_d_0'); -var _emscripten_bind_PxPlane_set_d_1 = Module['_emscripten_bind_PxPlane_set_d_1'] = createExportWrapper('emscripten_bind_PxPlane_set_d_1'); -var _emscripten_bind_PxPlane___destroy___0 = Module['_emscripten_bind_PxPlane___destroy___0'] = createExportWrapper('emscripten_bind_PxPlane___destroy___0'); -var _emscripten_bind_PxPlaneGeometry_PxPlaneGeometry_0 = Module['_emscripten_bind_PxPlaneGeometry_PxPlaneGeometry_0'] = createExportWrapper('emscripten_bind_PxPlaneGeometry_PxPlaneGeometry_0'); -var _emscripten_bind_PxPlaneGeometry_getType_0 = Module['_emscripten_bind_PxPlaneGeometry_getType_0'] = createExportWrapper('emscripten_bind_PxPlaneGeometry_getType_0'); -var _emscripten_bind_PxPlaneGeometry___destroy___0 = Module['_emscripten_bind_PxPlaneGeometry___destroy___0'] = createExportWrapper('emscripten_bind_PxPlaneGeometry___destroy___0'); -var _emscripten_bind_PxPrismaticJoint_getPosition_0 = Module['_emscripten_bind_PxPrismaticJoint_getPosition_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getPosition_0'); -var _emscripten_bind_PxPrismaticJoint_getVelocity_0 = Module['_emscripten_bind_PxPrismaticJoint_getVelocity_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getVelocity_0'); -var _emscripten_bind_PxPrismaticJoint_setLimit_1 = Module['_emscripten_bind_PxPrismaticJoint_setLimit_1'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_setLimit_1'); -var _emscripten_bind_PxPrismaticJoint_setPrismaticJointFlags_1 = Module['_emscripten_bind_PxPrismaticJoint_setPrismaticJointFlags_1'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_setPrismaticJointFlags_1'); -var _emscripten_bind_PxPrismaticJoint_setPrismaticJointFlag_2 = Module['_emscripten_bind_PxPrismaticJoint_setPrismaticJointFlag_2'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_setPrismaticJointFlag_2'); -var _emscripten_bind_PxPrismaticJoint_getPrismaticJointFlags_0 = Module['_emscripten_bind_PxPrismaticJoint_getPrismaticJointFlags_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getPrismaticJointFlags_0'); -var _emscripten_bind_PxPrismaticJoint_release_0 = Module['_emscripten_bind_PxPrismaticJoint_release_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_release_0'); -var _emscripten_bind_PxPrismaticJoint_getConcreteTypeName_0 = Module['_emscripten_bind_PxPrismaticJoint_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getConcreteTypeName_0'); -var _emscripten_bind_PxPrismaticJoint_getConcreteType_0 = Module['_emscripten_bind_PxPrismaticJoint_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getConcreteType_0'); -var _emscripten_bind_PxPrismaticJoint_setBaseFlag_2 = Module['_emscripten_bind_PxPrismaticJoint_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_setBaseFlag_2'); -var _emscripten_bind_PxPrismaticJoint_setBaseFlags_1 = Module['_emscripten_bind_PxPrismaticJoint_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_setBaseFlags_1'); -var _emscripten_bind_PxPrismaticJoint_getBaseFlags_0 = Module['_emscripten_bind_PxPrismaticJoint_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getBaseFlags_0'); -var _emscripten_bind_PxPrismaticJoint_isReleasable_0 = Module['_emscripten_bind_PxPrismaticJoint_isReleasable_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_isReleasable_0'); -var _emscripten_bind_PxPrismaticJoint_setActors_2 = Module['_emscripten_bind_PxPrismaticJoint_setActors_2'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_setActors_2'); -var _emscripten_bind_PxPrismaticJoint_setLocalPose_2 = Module['_emscripten_bind_PxPrismaticJoint_setLocalPose_2'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_setLocalPose_2'); -var _emscripten_bind_PxPrismaticJoint_getLocalPose_1 = Module['_emscripten_bind_PxPrismaticJoint_getLocalPose_1'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getLocalPose_1'); -var _emscripten_bind_PxPrismaticJoint_getRelativeTransform_0 = Module['_emscripten_bind_PxPrismaticJoint_getRelativeTransform_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getRelativeTransform_0'); -var _emscripten_bind_PxPrismaticJoint_getRelativeLinearVelocity_0 = Module['_emscripten_bind_PxPrismaticJoint_getRelativeLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getRelativeLinearVelocity_0'); -var _emscripten_bind_PxPrismaticJoint_getRelativeAngularVelocity_0 = Module['_emscripten_bind_PxPrismaticJoint_getRelativeAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getRelativeAngularVelocity_0'); -var _emscripten_bind_PxPrismaticJoint_setBreakForce_2 = Module['_emscripten_bind_PxPrismaticJoint_setBreakForce_2'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_setBreakForce_2'); -var _emscripten_bind_PxPrismaticJoint_setConstraintFlags_1 = Module['_emscripten_bind_PxPrismaticJoint_setConstraintFlags_1'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_setConstraintFlags_1'); -var _emscripten_bind_PxPrismaticJoint_setConstraintFlag_2 = Module['_emscripten_bind_PxPrismaticJoint_setConstraintFlag_2'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_setConstraintFlag_2'); -var _emscripten_bind_PxPrismaticJoint_getConstraintFlags_0 = Module['_emscripten_bind_PxPrismaticJoint_getConstraintFlags_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getConstraintFlags_0'); -var _emscripten_bind_PxPrismaticJoint_setInvMassScale0_1 = Module['_emscripten_bind_PxPrismaticJoint_setInvMassScale0_1'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_setInvMassScale0_1'); -var _emscripten_bind_PxPrismaticJoint_getInvMassScale0_0 = Module['_emscripten_bind_PxPrismaticJoint_getInvMassScale0_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getInvMassScale0_0'); -var _emscripten_bind_PxPrismaticJoint_setInvMassScale1_1 = Module['_emscripten_bind_PxPrismaticJoint_setInvMassScale1_1'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_setInvMassScale1_1'); -var _emscripten_bind_PxPrismaticJoint_getInvMassScale1_0 = Module['_emscripten_bind_PxPrismaticJoint_getInvMassScale1_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getInvMassScale1_0'); -var _emscripten_bind_PxPrismaticJoint_getConstraint_0 = Module['_emscripten_bind_PxPrismaticJoint_getConstraint_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getConstraint_0'); -var _emscripten_bind_PxPrismaticJoint_setName_1 = Module['_emscripten_bind_PxPrismaticJoint_setName_1'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_setName_1'); -var _emscripten_bind_PxPrismaticJoint_getName_0 = Module['_emscripten_bind_PxPrismaticJoint_getName_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getName_0'); -var _emscripten_bind_PxPrismaticJoint_getScene_0 = Module['_emscripten_bind_PxPrismaticJoint_getScene_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_getScene_0'); -var _emscripten_bind_PxPrismaticJoint_get_userData_0 = Module['_emscripten_bind_PxPrismaticJoint_get_userData_0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_get_userData_0'); -var _emscripten_bind_PxPrismaticJoint_set_userData_1 = Module['_emscripten_bind_PxPrismaticJoint_set_userData_1'] = createExportWrapper('emscripten_bind_PxPrismaticJoint_set_userData_1'); -var _emscripten_bind_PxPrismaticJoint___destroy___0 = Module['_emscripten_bind_PxPrismaticJoint___destroy___0'] = createExportWrapper('emscripten_bind_PxPrismaticJoint___destroy___0'); -var _emscripten_bind_PxPrismaticJointFlags_PxPrismaticJointFlags_1 = Module['_emscripten_bind_PxPrismaticJointFlags_PxPrismaticJointFlags_1'] = createExportWrapper('emscripten_bind_PxPrismaticJointFlags_PxPrismaticJointFlags_1'); -var _emscripten_bind_PxPrismaticJointFlags_isSet_1 = Module['_emscripten_bind_PxPrismaticJointFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxPrismaticJointFlags_isSet_1'); -var _emscripten_bind_PxPrismaticJointFlags_raise_1 = Module['_emscripten_bind_PxPrismaticJointFlags_raise_1'] = createExportWrapper('emscripten_bind_PxPrismaticJointFlags_raise_1'); -var _emscripten_bind_PxPrismaticJointFlags_clear_1 = Module['_emscripten_bind_PxPrismaticJointFlags_clear_1'] = createExportWrapper('emscripten_bind_PxPrismaticJointFlags_clear_1'); -var _emscripten_bind_PxPrismaticJointFlags___destroy___0 = Module['_emscripten_bind_PxPrismaticJointFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxPrismaticJointFlags___destroy___0'); -var _emscripten_bind_PxPvd_connect_2 = Module['_emscripten_bind_PxPvd_connect_2'] = createExportWrapper('emscripten_bind_PxPvd_connect_2'); -var _emscripten_bind_PxPvd_release_0 = Module['_emscripten_bind_PxPvd_release_0'] = createExportWrapper('emscripten_bind_PxPvd_release_0'); -var _emscripten_bind_PxPvdInstrumentationFlags_PxPvdInstrumentationFlags_1 = Module['_emscripten_bind_PxPvdInstrumentationFlags_PxPvdInstrumentationFlags_1'] = createExportWrapper('emscripten_bind_PxPvdInstrumentationFlags_PxPvdInstrumentationFlags_1'); -var _emscripten_bind_PxPvdInstrumentationFlags_isSet_1 = Module['_emscripten_bind_PxPvdInstrumentationFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxPvdInstrumentationFlags_isSet_1'); -var _emscripten_bind_PxPvdInstrumentationFlags_raise_1 = Module['_emscripten_bind_PxPvdInstrumentationFlags_raise_1'] = createExportWrapper('emscripten_bind_PxPvdInstrumentationFlags_raise_1'); -var _emscripten_bind_PxPvdInstrumentationFlags_clear_1 = Module['_emscripten_bind_PxPvdInstrumentationFlags_clear_1'] = createExportWrapper('emscripten_bind_PxPvdInstrumentationFlags_clear_1'); -var _emscripten_bind_PxPvdInstrumentationFlags___destroy___0 = Module['_emscripten_bind_PxPvdInstrumentationFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxPvdInstrumentationFlags___destroy___0'); -var _emscripten_bind_PxQuat_PxQuat_0 = Module['_emscripten_bind_PxQuat_PxQuat_0'] = createExportWrapper('emscripten_bind_PxQuat_PxQuat_0'); -var _emscripten_bind_PxQuat_PxQuat_1 = Module['_emscripten_bind_PxQuat_PxQuat_1'] = createExportWrapper('emscripten_bind_PxQuat_PxQuat_1'); -var _emscripten_bind_PxQuat_PxQuat_4 = Module['_emscripten_bind_PxQuat_PxQuat_4'] = createExportWrapper('emscripten_bind_PxQuat_PxQuat_4'); -var _emscripten_bind_PxQuat_isIdentity_0 = Module['_emscripten_bind_PxQuat_isIdentity_0'] = createExportWrapper('emscripten_bind_PxQuat_isIdentity_0'); -var _emscripten_bind_PxQuat_isFinite_0 = Module['_emscripten_bind_PxQuat_isFinite_0'] = createExportWrapper('emscripten_bind_PxQuat_isFinite_0'); -var _emscripten_bind_PxQuat_isUnit_0 = Module['_emscripten_bind_PxQuat_isUnit_0'] = createExportWrapper('emscripten_bind_PxQuat_isUnit_0'); -var _emscripten_bind_PxQuat_isSane_0 = Module['_emscripten_bind_PxQuat_isSane_0'] = createExportWrapper('emscripten_bind_PxQuat_isSane_0'); -var _emscripten_bind_PxQuat_getAngle_0 = Module['_emscripten_bind_PxQuat_getAngle_0'] = createExportWrapper('emscripten_bind_PxQuat_getAngle_0'); -var _emscripten_bind_PxQuat_getAngle_1 = Module['_emscripten_bind_PxQuat_getAngle_1'] = createExportWrapper('emscripten_bind_PxQuat_getAngle_1'); -var _emscripten_bind_PxQuat_magnitudeSquared_0 = Module['_emscripten_bind_PxQuat_magnitudeSquared_0'] = createExportWrapper('emscripten_bind_PxQuat_magnitudeSquared_0'); -var _emscripten_bind_PxQuat_dot_1 = Module['_emscripten_bind_PxQuat_dot_1'] = createExportWrapper('emscripten_bind_PxQuat_dot_1'); -var _emscripten_bind_PxQuat_getNormalized_0 = Module['_emscripten_bind_PxQuat_getNormalized_0'] = createExportWrapper('emscripten_bind_PxQuat_getNormalized_0'); -var _emscripten_bind_PxQuat_magnitude_0 = Module['_emscripten_bind_PxQuat_magnitude_0'] = createExportWrapper('emscripten_bind_PxQuat_magnitude_0'); -var _emscripten_bind_PxQuat_normalize_0 = Module['_emscripten_bind_PxQuat_normalize_0'] = createExportWrapper('emscripten_bind_PxQuat_normalize_0'); -var _emscripten_bind_PxQuat_getConjugate_0 = Module['_emscripten_bind_PxQuat_getConjugate_0'] = createExportWrapper('emscripten_bind_PxQuat_getConjugate_0'); -var _emscripten_bind_PxQuat_getImaginaryPart_0 = Module['_emscripten_bind_PxQuat_getImaginaryPart_0'] = createExportWrapper('emscripten_bind_PxQuat_getImaginaryPart_0'); -var _emscripten_bind_PxQuat_getBasisVector0_0 = Module['_emscripten_bind_PxQuat_getBasisVector0_0'] = createExportWrapper('emscripten_bind_PxQuat_getBasisVector0_0'); -var _emscripten_bind_PxQuat_getBasisVector1_0 = Module['_emscripten_bind_PxQuat_getBasisVector1_0'] = createExportWrapper('emscripten_bind_PxQuat_getBasisVector1_0'); -var _emscripten_bind_PxQuat_getBasisVector2_0 = Module['_emscripten_bind_PxQuat_getBasisVector2_0'] = createExportWrapper('emscripten_bind_PxQuat_getBasisVector2_0'); -var _emscripten_bind_PxQuat_rotate_1 = Module['_emscripten_bind_PxQuat_rotate_1'] = createExportWrapper('emscripten_bind_PxQuat_rotate_1'); -var _emscripten_bind_PxQuat_rotateInv_1 = Module['_emscripten_bind_PxQuat_rotateInv_1'] = createExportWrapper('emscripten_bind_PxQuat_rotateInv_1'); -var _emscripten_bind_PxQuat_get_x_0 = Module['_emscripten_bind_PxQuat_get_x_0'] = createExportWrapper('emscripten_bind_PxQuat_get_x_0'); -var _emscripten_bind_PxQuat_set_x_1 = Module['_emscripten_bind_PxQuat_set_x_1'] = createExportWrapper('emscripten_bind_PxQuat_set_x_1'); -var _emscripten_bind_PxQuat_get_y_0 = Module['_emscripten_bind_PxQuat_get_y_0'] = createExportWrapper('emscripten_bind_PxQuat_get_y_0'); -var _emscripten_bind_PxQuat_set_y_1 = Module['_emscripten_bind_PxQuat_set_y_1'] = createExportWrapper('emscripten_bind_PxQuat_set_y_1'); -var _emscripten_bind_PxQuat_get_z_0 = Module['_emscripten_bind_PxQuat_get_z_0'] = createExportWrapper('emscripten_bind_PxQuat_get_z_0'); -var _emscripten_bind_PxQuat_set_z_1 = Module['_emscripten_bind_PxQuat_set_z_1'] = createExportWrapper('emscripten_bind_PxQuat_set_z_1'); -var _emscripten_bind_PxQuat_get_w_0 = Module['_emscripten_bind_PxQuat_get_w_0'] = createExportWrapper('emscripten_bind_PxQuat_get_w_0'); -var _emscripten_bind_PxQuat_set_w_1 = Module['_emscripten_bind_PxQuat_set_w_1'] = createExportWrapper('emscripten_bind_PxQuat_set_w_1'); -var _emscripten_bind_PxQuat___destroy___0 = Module['_emscripten_bind_PxQuat___destroy___0'] = createExportWrapper('emscripten_bind_PxQuat___destroy___0'); -var _emscripten_bind_PxQueryFilterCallbackImpl_PxQueryFilterCallbackImpl_0 = Module['_emscripten_bind_PxQueryFilterCallbackImpl_PxQueryFilterCallbackImpl_0'] = createExportWrapper('emscripten_bind_PxQueryFilterCallbackImpl_PxQueryFilterCallbackImpl_0'); -var _emscripten_bind_PxQueryFilterCallbackImpl_simplePreFilter_4 = Module['_emscripten_bind_PxQueryFilterCallbackImpl_simplePreFilter_4'] = createExportWrapper('emscripten_bind_PxQueryFilterCallbackImpl_simplePreFilter_4'); -var _emscripten_bind_PxQueryFilterCallbackImpl_simplePostFilter_4 = Module['_emscripten_bind_PxQueryFilterCallbackImpl_simplePostFilter_4'] = createExportWrapper('emscripten_bind_PxQueryFilterCallbackImpl_simplePostFilter_4'); -var _emscripten_bind_PxQueryFilterCallbackImpl___destroy___0 = Module['_emscripten_bind_PxQueryFilterCallbackImpl___destroy___0'] = createExportWrapper('emscripten_bind_PxQueryFilterCallbackImpl___destroy___0'); -var _emscripten_bind_PxQueryFilterData_PxQueryFilterData_0 = Module['_emscripten_bind_PxQueryFilterData_PxQueryFilterData_0'] = createExportWrapper('emscripten_bind_PxQueryFilterData_PxQueryFilterData_0'); -var _emscripten_bind_PxQueryFilterData_PxQueryFilterData_1 = Module['_emscripten_bind_PxQueryFilterData_PxQueryFilterData_1'] = createExportWrapper('emscripten_bind_PxQueryFilterData_PxQueryFilterData_1'); -var _emscripten_bind_PxQueryFilterData_PxQueryFilterData_2 = Module['_emscripten_bind_PxQueryFilterData_PxQueryFilterData_2'] = createExportWrapper('emscripten_bind_PxQueryFilterData_PxQueryFilterData_2'); -var _emscripten_bind_PxQueryFilterData_get_data_0 = Module['_emscripten_bind_PxQueryFilterData_get_data_0'] = createExportWrapper('emscripten_bind_PxQueryFilterData_get_data_0'); -var _emscripten_bind_PxQueryFilterData_set_data_1 = Module['_emscripten_bind_PxQueryFilterData_set_data_1'] = createExportWrapper('emscripten_bind_PxQueryFilterData_set_data_1'); -var _emscripten_bind_PxQueryFilterData_get_flags_0 = Module['_emscripten_bind_PxQueryFilterData_get_flags_0'] = createExportWrapper('emscripten_bind_PxQueryFilterData_get_flags_0'); -var _emscripten_bind_PxQueryFilterData_set_flags_1 = Module['_emscripten_bind_PxQueryFilterData_set_flags_1'] = createExportWrapper('emscripten_bind_PxQueryFilterData_set_flags_1'); -var _emscripten_bind_PxQueryFilterData___destroy___0 = Module['_emscripten_bind_PxQueryFilterData___destroy___0'] = createExportWrapper('emscripten_bind_PxQueryFilterData___destroy___0'); -var _emscripten_bind_PxQueryFlags_PxQueryFlags_1 = Module['_emscripten_bind_PxQueryFlags_PxQueryFlags_1'] = createExportWrapper('emscripten_bind_PxQueryFlags_PxQueryFlags_1'); -var _emscripten_bind_PxQueryFlags_isSet_1 = Module['_emscripten_bind_PxQueryFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxQueryFlags_isSet_1'); -var _emscripten_bind_PxQueryFlags_raise_1 = Module['_emscripten_bind_PxQueryFlags_raise_1'] = createExportWrapper('emscripten_bind_PxQueryFlags_raise_1'); -var _emscripten_bind_PxQueryFlags_clear_1 = Module['_emscripten_bind_PxQueryFlags_clear_1'] = createExportWrapper('emscripten_bind_PxQueryFlags_clear_1'); -var _emscripten_bind_PxQueryFlags___destroy___0 = Module['_emscripten_bind_PxQueryFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxQueryFlags___destroy___0'); -var _emscripten_bind_PxRaycastBuffer10_PxRaycastBuffer10_0 = Module['_emscripten_bind_PxRaycastBuffer10_PxRaycastBuffer10_0'] = createExportWrapper('emscripten_bind_PxRaycastBuffer10_PxRaycastBuffer10_0'); -var _emscripten_bind_PxRaycastBuffer10_getNbAnyHits_0 = Module['_emscripten_bind_PxRaycastBuffer10_getNbAnyHits_0'] = createExportWrapper('emscripten_bind_PxRaycastBuffer10_getNbAnyHits_0'); -var _emscripten_bind_PxRaycastBuffer10_getAnyHit_1 = Module['_emscripten_bind_PxRaycastBuffer10_getAnyHit_1'] = createExportWrapper('emscripten_bind_PxRaycastBuffer10_getAnyHit_1'); -var _emscripten_bind_PxRaycastBuffer10_getNbTouches_0 = Module['_emscripten_bind_PxRaycastBuffer10_getNbTouches_0'] = createExportWrapper('emscripten_bind_PxRaycastBuffer10_getNbTouches_0'); -var _emscripten_bind_PxRaycastBuffer10_getTouches_0 = Module['_emscripten_bind_PxRaycastBuffer10_getTouches_0'] = createExportWrapper('emscripten_bind_PxRaycastBuffer10_getTouches_0'); -var _emscripten_bind_PxRaycastBuffer10_getTouch_1 = Module['_emscripten_bind_PxRaycastBuffer10_getTouch_1'] = createExportWrapper('emscripten_bind_PxRaycastBuffer10_getTouch_1'); -var _emscripten_bind_PxRaycastBuffer10_getMaxNbTouches_0 = Module['_emscripten_bind_PxRaycastBuffer10_getMaxNbTouches_0'] = createExportWrapper('emscripten_bind_PxRaycastBuffer10_getMaxNbTouches_0'); -var _emscripten_bind_PxRaycastBuffer10_hasAnyHits_0 = Module['_emscripten_bind_PxRaycastBuffer10_hasAnyHits_0'] = createExportWrapper('emscripten_bind_PxRaycastBuffer10_hasAnyHits_0'); -var _emscripten_bind_PxRaycastBuffer10_get_block_0 = Module['_emscripten_bind_PxRaycastBuffer10_get_block_0'] = createExportWrapper('emscripten_bind_PxRaycastBuffer10_get_block_0'); -var _emscripten_bind_PxRaycastBuffer10_set_block_1 = Module['_emscripten_bind_PxRaycastBuffer10_set_block_1'] = createExportWrapper('emscripten_bind_PxRaycastBuffer10_set_block_1'); -var _emscripten_bind_PxRaycastBuffer10_get_hasBlock_0 = Module['_emscripten_bind_PxRaycastBuffer10_get_hasBlock_0'] = createExportWrapper('emscripten_bind_PxRaycastBuffer10_get_hasBlock_0'); -var _emscripten_bind_PxRaycastBuffer10_set_hasBlock_1 = Module['_emscripten_bind_PxRaycastBuffer10_set_hasBlock_1'] = createExportWrapper('emscripten_bind_PxRaycastBuffer10_set_hasBlock_1'); -var _emscripten_bind_PxRaycastBuffer10___destroy___0 = Module['_emscripten_bind_PxRaycastBuffer10___destroy___0'] = createExportWrapper('emscripten_bind_PxRaycastBuffer10___destroy___0'); -var _emscripten_bind_PxRaycastHit_PxRaycastHit_0 = Module['_emscripten_bind_PxRaycastHit_PxRaycastHit_0'] = createExportWrapper('emscripten_bind_PxRaycastHit_PxRaycastHit_0'); -var _emscripten_bind_PxRaycastHit_hadInitialOverlap_0 = Module['_emscripten_bind_PxRaycastHit_hadInitialOverlap_0'] = createExportWrapper('emscripten_bind_PxRaycastHit_hadInitialOverlap_0'); -var _emscripten_bind_PxRaycastHit_get_actor_0 = Module['_emscripten_bind_PxRaycastHit_get_actor_0'] = createExportWrapper('emscripten_bind_PxRaycastHit_get_actor_0'); -var _emscripten_bind_PxRaycastHit_set_actor_1 = Module['_emscripten_bind_PxRaycastHit_set_actor_1'] = createExportWrapper('emscripten_bind_PxRaycastHit_set_actor_1'); -var _emscripten_bind_PxRaycastHit_get_shape_0 = Module['_emscripten_bind_PxRaycastHit_get_shape_0'] = createExportWrapper('emscripten_bind_PxRaycastHit_get_shape_0'); -var _emscripten_bind_PxRaycastHit_set_shape_1 = Module['_emscripten_bind_PxRaycastHit_set_shape_1'] = createExportWrapper('emscripten_bind_PxRaycastHit_set_shape_1'); -var _emscripten_bind_PxRaycastHit_get_u_0 = Module['_emscripten_bind_PxRaycastHit_get_u_0'] = createExportWrapper('emscripten_bind_PxRaycastHit_get_u_0'); -var _emscripten_bind_PxRaycastHit_set_u_1 = Module['_emscripten_bind_PxRaycastHit_set_u_1'] = createExportWrapper('emscripten_bind_PxRaycastHit_set_u_1'); -var _emscripten_bind_PxRaycastHit_get_v_0 = Module['_emscripten_bind_PxRaycastHit_get_v_0'] = createExportWrapper('emscripten_bind_PxRaycastHit_get_v_0'); -var _emscripten_bind_PxRaycastHit_set_v_1 = Module['_emscripten_bind_PxRaycastHit_set_v_1'] = createExportWrapper('emscripten_bind_PxRaycastHit_set_v_1'); -var _emscripten_bind_PxRaycastHit_get_flags_0 = Module['_emscripten_bind_PxRaycastHit_get_flags_0'] = createExportWrapper('emscripten_bind_PxRaycastHit_get_flags_0'); -var _emscripten_bind_PxRaycastHit_set_flags_1 = Module['_emscripten_bind_PxRaycastHit_set_flags_1'] = createExportWrapper('emscripten_bind_PxRaycastHit_set_flags_1'); -var _emscripten_bind_PxRaycastHit_get_position_0 = Module['_emscripten_bind_PxRaycastHit_get_position_0'] = createExportWrapper('emscripten_bind_PxRaycastHit_get_position_0'); -var _emscripten_bind_PxRaycastHit_set_position_1 = Module['_emscripten_bind_PxRaycastHit_set_position_1'] = createExportWrapper('emscripten_bind_PxRaycastHit_set_position_1'); -var _emscripten_bind_PxRaycastHit_get_normal_0 = Module['_emscripten_bind_PxRaycastHit_get_normal_0'] = createExportWrapper('emscripten_bind_PxRaycastHit_get_normal_0'); -var _emscripten_bind_PxRaycastHit_set_normal_1 = Module['_emscripten_bind_PxRaycastHit_set_normal_1'] = createExportWrapper('emscripten_bind_PxRaycastHit_set_normal_1'); -var _emscripten_bind_PxRaycastHit_get_distance_0 = Module['_emscripten_bind_PxRaycastHit_get_distance_0'] = createExportWrapper('emscripten_bind_PxRaycastHit_get_distance_0'); -var _emscripten_bind_PxRaycastHit_set_distance_1 = Module['_emscripten_bind_PxRaycastHit_set_distance_1'] = createExportWrapper('emscripten_bind_PxRaycastHit_set_distance_1'); -var _emscripten_bind_PxRaycastHit_get_faceIndex_0 = Module['_emscripten_bind_PxRaycastHit_get_faceIndex_0'] = createExportWrapper('emscripten_bind_PxRaycastHit_get_faceIndex_0'); -var _emscripten_bind_PxRaycastHit_set_faceIndex_1 = Module['_emscripten_bind_PxRaycastHit_set_faceIndex_1'] = createExportWrapper('emscripten_bind_PxRaycastHit_set_faceIndex_1'); -var _emscripten_bind_PxRaycastHit___destroy___0 = Module['_emscripten_bind_PxRaycastHit___destroy___0'] = createExportWrapper('emscripten_bind_PxRaycastHit___destroy___0'); -var _emscripten_bind_PxRaycastResult_PxRaycastResult_0 = Module['_emscripten_bind_PxRaycastResult_PxRaycastResult_0'] = createExportWrapper('emscripten_bind_PxRaycastResult_PxRaycastResult_0'); -var _emscripten_bind_PxRaycastResult_getNbAnyHits_0 = Module['_emscripten_bind_PxRaycastResult_getNbAnyHits_0'] = createExportWrapper('emscripten_bind_PxRaycastResult_getNbAnyHits_0'); -var _emscripten_bind_PxRaycastResult_getAnyHit_1 = Module['_emscripten_bind_PxRaycastResult_getAnyHit_1'] = createExportWrapper('emscripten_bind_PxRaycastResult_getAnyHit_1'); -var _emscripten_bind_PxRaycastResult_getNbTouches_0 = Module['_emscripten_bind_PxRaycastResult_getNbTouches_0'] = createExportWrapper('emscripten_bind_PxRaycastResult_getNbTouches_0'); -var _emscripten_bind_PxRaycastResult_getTouch_1 = Module['_emscripten_bind_PxRaycastResult_getTouch_1'] = createExportWrapper('emscripten_bind_PxRaycastResult_getTouch_1'); -var _emscripten_bind_PxRaycastResult_hasAnyHits_0 = Module['_emscripten_bind_PxRaycastResult_hasAnyHits_0'] = createExportWrapper('emscripten_bind_PxRaycastResult_hasAnyHits_0'); -var _emscripten_bind_PxRaycastResult_get_block_0 = Module['_emscripten_bind_PxRaycastResult_get_block_0'] = createExportWrapper('emscripten_bind_PxRaycastResult_get_block_0'); -var _emscripten_bind_PxRaycastResult_set_block_1 = Module['_emscripten_bind_PxRaycastResult_set_block_1'] = createExportWrapper('emscripten_bind_PxRaycastResult_set_block_1'); -var _emscripten_bind_PxRaycastResult_get_hasBlock_0 = Module['_emscripten_bind_PxRaycastResult_get_hasBlock_0'] = createExportWrapper('emscripten_bind_PxRaycastResult_get_hasBlock_0'); -var _emscripten_bind_PxRaycastResult_set_hasBlock_1 = Module['_emscripten_bind_PxRaycastResult_set_hasBlock_1'] = createExportWrapper('emscripten_bind_PxRaycastResult_set_hasBlock_1'); -var _emscripten_bind_PxRaycastResult___destroy___0 = Module['_emscripten_bind_PxRaycastResult___destroy___0'] = createExportWrapper('emscripten_bind_PxRaycastResult___destroy___0'); -var _emscripten_bind_PxRealPtr___destroy___0 = Module['_emscripten_bind_PxRealPtr___destroy___0'] = createExportWrapper('emscripten_bind_PxRealPtr___destroy___0'); -var _emscripten_bind_PxRenderBuffer_getNbPoints_0 = Module['_emscripten_bind_PxRenderBuffer_getNbPoints_0'] = createExportWrapper('emscripten_bind_PxRenderBuffer_getNbPoints_0'); -var _emscripten_bind_PxRenderBuffer_getPoints_0 = Module['_emscripten_bind_PxRenderBuffer_getPoints_0'] = createExportWrapper('emscripten_bind_PxRenderBuffer_getPoints_0'); -var _emscripten_bind_PxRenderBuffer_addPoint_1 = Module['_emscripten_bind_PxRenderBuffer_addPoint_1'] = createExportWrapper('emscripten_bind_PxRenderBuffer_addPoint_1'); -var _emscripten_bind_PxRenderBuffer_getNbLines_0 = Module['_emscripten_bind_PxRenderBuffer_getNbLines_0'] = createExportWrapper('emscripten_bind_PxRenderBuffer_getNbLines_0'); -var _emscripten_bind_PxRenderBuffer_getLines_0 = Module['_emscripten_bind_PxRenderBuffer_getLines_0'] = createExportWrapper('emscripten_bind_PxRenderBuffer_getLines_0'); -var _emscripten_bind_PxRenderBuffer_addLine_1 = Module['_emscripten_bind_PxRenderBuffer_addLine_1'] = createExportWrapper('emscripten_bind_PxRenderBuffer_addLine_1'); -var _emscripten_bind_PxRenderBuffer_reserveLines_1 = Module['_emscripten_bind_PxRenderBuffer_reserveLines_1'] = createExportWrapper('emscripten_bind_PxRenderBuffer_reserveLines_1'); -var _emscripten_bind_PxRenderBuffer_reservePoints_1 = Module['_emscripten_bind_PxRenderBuffer_reservePoints_1'] = createExportWrapper('emscripten_bind_PxRenderBuffer_reservePoints_1'); -var _emscripten_bind_PxRenderBuffer_getNbTriangles_0 = Module['_emscripten_bind_PxRenderBuffer_getNbTriangles_0'] = createExportWrapper('emscripten_bind_PxRenderBuffer_getNbTriangles_0'); -var _emscripten_bind_PxRenderBuffer_getTriangles_0 = Module['_emscripten_bind_PxRenderBuffer_getTriangles_0'] = createExportWrapper('emscripten_bind_PxRenderBuffer_getTriangles_0'); -var _emscripten_bind_PxRenderBuffer_addTriangle_1 = Module['_emscripten_bind_PxRenderBuffer_addTriangle_1'] = createExportWrapper('emscripten_bind_PxRenderBuffer_addTriangle_1'); -var _emscripten_bind_PxRenderBuffer_append_1 = Module['_emscripten_bind_PxRenderBuffer_append_1'] = createExportWrapper('emscripten_bind_PxRenderBuffer_append_1'); -var _emscripten_bind_PxRenderBuffer_clear_0 = Module['_emscripten_bind_PxRenderBuffer_clear_0'] = createExportWrapper('emscripten_bind_PxRenderBuffer_clear_0'); -var _emscripten_bind_PxRenderBuffer_shift_1 = Module['_emscripten_bind_PxRenderBuffer_shift_1'] = createExportWrapper('emscripten_bind_PxRenderBuffer_shift_1'); -var _emscripten_bind_PxRenderBuffer_empty_0 = Module['_emscripten_bind_PxRenderBuffer_empty_0'] = createExportWrapper('emscripten_bind_PxRenderBuffer_empty_0'); -var _emscripten_bind_PxRevoluteJoint_getAngle_0 = Module['_emscripten_bind_PxRevoluteJoint_getAngle_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getAngle_0'); -var _emscripten_bind_PxRevoluteJoint_getVelocity_0 = Module['_emscripten_bind_PxRevoluteJoint_getVelocity_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getVelocity_0'); -var _emscripten_bind_PxRevoluteJoint_setLimit_1 = Module['_emscripten_bind_PxRevoluteJoint_setLimit_1'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setLimit_1'); -var _emscripten_bind_PxRevoluteJoint_setDriveVelocity_1 = Module['_emscripten_bind_PxRevoluteJoint_setDriveVelocity_1'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setDriveVelocity_1'); -var _emscripten_bind_PxRevoluteJoint_setDriveVelocity_2 = Module['_emscripten_bind_PxRevoluteJoint_setDriveVelocity_2'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setDriveVelocity_2'); -var _emscripten_bind_PxRevoluteJoint_getDriveVelocity_0 = Module['_emscripten_bind_PxRevoluteJoint_getDriveVelocity_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getDriveVelocity_0'); -var _emscripten_bind_PxRevoluteJoint_setDriveForceLimit_1 = Module['_emscripten_bind_PxRevoluteJoint_setDriveForceLimit_1'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setDriveForceLimit_1'); -var _emscripten_bind_PxRevoluteJoint_getDriveForceLimit_0 = Module['_emscripten_bind_PxRevoluteJoint_getDriveForceLimit_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getDriveForceLimit_0'); -var _emscripten_bind_PxRevoluteJoint_setDriveGearRatio_1 = Module['_emscripten_bind_PxRevoluteJoint_setDriveGearRatio_1'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setDriveGearRatio_1'); -var _emscripten_bind_PxRevoluteJoint_getDriveGearRatio_0 = Module['_emscripten_bind_PxRevoluteJoint_getDriveGearRatio_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getDriveGearRatio_0'); -var _emscripten_bind_PxRevoluteJoint_setRevoluteJointFlags_1 = Module['_emscripten_bind_PxRevoluteJoint_setRevoluteJointFlags_1'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setRevoluteJointFlags_1'); -var _emscripten_bind_PxRevoluteJoint_setRevoluteJointFlag_2 = Module['_emscripten_bind_PxRevoluteJoint_setRevoluteJointFlag_2'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setRevoluteJointFlag_2'); -var _emscripten_bind_PxRevoluteJoint_getRevoluteJointFlags_0 = Module['_emscripten_bind_PxRevoluteJoint_getRevoluteJointFlags_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getRevoluteJointFlags_0'); -var _emscripten_bind_PxRevoluteJoint_release_0 = Module['_emscripten_bind_PxRevoluteJoint_release_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_release_0'); -var _emscripten_bind_PxRevoluteJoint_getConcreteTypeName_0 = Module['_emscripten_bind_PxRevoluteJoint_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getConcreteTypeName_0'); -var _emscripten_bind_PxRevoluteJoint_getConcreteType_0 = Module['_emscripten_bind_PxRevoluteJoint_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getConcreteType_0'); -var _emscripten_bind_PxRevoluteJoint_setBaseFlag_2 = Module['_emscripten_bind_PxRevoluteJoint_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setBaseFlag_2'); -var _emscripten_bind_PxRevoluteJoint_setBaseFlags_1 = Module['_emscripten_bind_PxRevoluteJoint_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setBaseFlags_1'); -var _emscripten_bind_PxRevoluteJoint_getBaseFlags_0 = Module['_emscripten_bind_PxRevoluteJoint_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getBaseFlags_0'); -var _emscripten_bind_PxRevoluteJoint_isReleasable_0 = Module['_emscripten_bind_PxRevoluteJoint_isReleasable_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_isReleasable_0'); -var _emscripten_bind_PxRevoluteJoint_setActors_2 = Module['_emscripten_bind_PxRevoluteJoint_setActors_2'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setActors_2'); -var _emscripten_bind_PxRevoluteJoint_setLocalPose_2 = Module['_emscripten_bind_PxRevoluteJoint_setLocalPose_2'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setLocalPose_2'); -var _emscripten_bind_PxRevoluteJoint_getLocalPose_1 = Module['_emscripten_bind_PxRevoluteJoint_getLocalPose_1'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getLocalPose_1'); -var _emscripten_bind_PxRevoluteJoint_getRelativeTransform_0 = Module['_emscripten_bind_PxRevoluteJoint_getRelativeTransform_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getRelativeTransform_0'); -var _emscripten_bind_PxRevoluteJoint_getRelativeLinearVelocity_0 = Module['_emscripten_bind_PxRevoluteJoint_getRelativeLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getRelativeLinearVelocity_0'); -var _emscripten_bind_PxRevoluteJoint_getRelativeAngularVelocity_0 = Module['_emscripten_bind_PxRevoluteJoint_getRelativeAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getRelativeAngularVelocity_0'); -var _emscripten_bind_PxRevoluteJoint_setBreakForce_2 = Module['_emscripten_bind_PxRevoluteJoint_setBreakForce_2'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setBreakForce_2'); -var _emscripten_bind_PxRevoluteJoint_setConstraintFlags_1 = Module['_emscripten_bind_PxRevoluteJoint_setConstraintFlags_1'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setConstraintFlags_1'); -var _emscripten_bind_PxRevoluteJoint_setConstraintFlag_2 = Module['_emscripten_bind_PxRevoluteJoint_setConstraintFlag_2'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setConstraintFlag_2'); -var _emscripten_bind_PxRevoluteJoint_getConstraintFlags_0 = Module['_emscripten_bind_PxRevoluteJoint_getConstraintFlags_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getConstraintFlags_0'); -var _emscripten_bind_PxRevoluteJoint_setInvMassScale0_1 = Module['_emscripten_bind_PxRevoluteJoint_setInvMassScale0_1'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setInvMassScale0_1'); -var _emscripten_bind_PxRevoluteJoint_getInvMassScale0_0 = Module['_emscripten_bind_PxRevoluteJoint_getInvMassScale0_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getInvMassScale0_0'); -var _emscripten_bind_PxRevoluteJoint_setInvMassScale1_1 = Module['_emscripten_bind_PxRevoluteJoint_setInvMassScale1_1'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setInvMassScale1_1'); -var _emscripten_bind_PxRevoluteJoint_getInvMassScale1_0 = Module['_emscripten_bind_PxRevoluteJoint_getInvMassScale1_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getInvMassScale1_0'); -var _emscripten_bind_PxRevoluteJoint_getConstraint_0 = Module['_emscripten_bind_PxRevoluteJoint_getConstraint_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getConstraint_0'); -var _emscripten_bind_PxRevoluteJoint_setName_1 = Module['_emscripten_bind_PxRevoluteJoint_setName_1'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_setName_1'); -var _emscripten_bind_PxRevoluteJoint_getName_0 = Module['_emscripten_bind_PxRevoluteJoint_getName_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getName_0'); -var _emscripten_bind_PxRevoluteJoint_getScene_0 = Module['_emscripten_bind_PxRevoluteJoint_getScene_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_getScene_0'); -var _emscripten_bind_PxRevoluteJoint_get_userData_0 = Module['_emscripten_bind_PxRevoluteJoint_get_userData_0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_get_userData_0'); -var _emscripten_bind_PxRevoluteJoint_set_userData_1 = Module['_emscripten_bind_PxRevoluteJoint_set_userData_1'] = createExportWrapper('emscripten_bind_PxRevoluteJoint_set_userData_1'); -var _emscripten_bind_PxRevoluteJoint___destroy___0 = Module['_emscripten_bind_PxRevoluteJoint___destroy___0'] = createExportWrapper('emscripten_bind_PxRevoluteJoint___destroy___0'); -var _emscripten_bind_PxRevoluteJointFlags_PxRevoluteJointFlags_1 = Module['_emscripten_bind_PxRevoluteJointFlags_PxRevoluteJointFlags_1'] = createExportWrapper('emscripten_bind_PxRevoluteJointFlags_PxRevoluteJointFlags_1'); -var _emscripten_bind_PxRevoluteJointFlags_isSet_1 = Module['_emscripten_bind_PxRevoluteJointFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxRevoluteJointFlags_isSet_1'); -var _emscripten_bind_PxRevoluteJointFlags_raise_1 = Module['_emscripten_bind_PxRevoluteJointFlags_raise_1'] = createExportWrapper('emscripten_bind_PxRevoluteJointFlags_raise_1'); -var _emscripten_bind_PxRevoluteJointFlags_clear_1 = Module['_emscripten_bind_PxRevoluteJointFlags_clear_1'] = createExportWrapper('emscripten_bind_PxRevoluteJointFlags_clear_1'); -var _emscripten_bind_PxRevoluteJointFlags___destroy___0 = Module['_emscripten_bind_PxRevoluteJointFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxRevoluteJointFlags___destroy___0'); -var _emscripten_bind_PxRigidActorExt_createExclusiveShape_3 = Module['_emscripten_bind_PxRigidActorExt_createExclusiveShape_3'] = createExportWrapper('emscripten_bind_PxRigidActorExt_createExclusiveShape_3'); -var _emscripten_bind_PxRigidActorExt_createExclusiveShape_4 = Module['_emscripten_bind_PxRigidActorExt_createExclusiveShape_4'] = createExportWrapper('emscripten_bind_PxRigidActorExt_createExclusiveShape_4'); -var _emscripten_bind_PxRigidActorExt___destroy___0 = Module['_emscripten_bind_PxRigidActorExt___destroy___0'] = createExportWrapper('emscripten_bind_PxRigidActorExt___destroy___0'); -var _emscripten_bind_PxRigidBodyExt_updateMassAndInertia_2 = Module['_emscripten_bind_PxRigidBodyExt_updateMassAndInertia_2'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_updateMassAndInertia_2'); -var _emscripten_bind_PxRigidBodyExt_updateMassAndInertia_3 = Module['_emscripten_bind_PxRigidBodyExt_updateMassAndInertia_3'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_updateMassAndInertia_3'); -var _emscripten_bind_PxRigidBodyExt_updateMassAndInertia_4 = Module['_emscripten_bind_PxRigidBodyExt_updateMassAndInertia_4'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_updateMassAndInertia_4'); -var _emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_2 = Module['_emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_2'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_2'); -var _emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_3 = Module['_emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_3'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_3'); -var _emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_4 = Module['_emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_4'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_4'); -var _emscripten_bind_PxRigidBodyExt_addForceAtPos_3 = Module['_emscripten_bind_PxRigidBodyExt_addForceAtPos_3'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_addForceAtPos_3'); -var _emscripten_bind_PxRigidBodyExt_addForceAtPos_4 = Module['_emscripten_bind_PxRigidBodyExt_addForceAtPos_4'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_addForceAtPos_4'); -var _emscripten_bind_PxRigidBodyExt_addForceAtPos_5 = Module['_emscripten_bind_PxRigidBodyExt_addForceAtPos_5'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_addForceAtPos_5'); -var _emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_3 = Module['_emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_3'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_3'); -var _emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_4 = Module['_emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_4'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_4'); -var _emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_5 = Module['_emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_5'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_5'); -var _emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_3 = Module['_emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_3'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_3'); -var _emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_4 = Module['_emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_4'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_4'); -var _emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_5 = Module['_emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_5'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_5'); -var _emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_3 = Module['_emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_3'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_3'); -var _emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_4 = Module['_emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_4'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_4'); -var _emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_5 = Module['_emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_5'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_5'); -var _emscripten_bind_PxRigidBodyExt_getVelocityAtPos_2 = Module['_emscripten_bind_PxRigidBodyExt_getVelocityAtPos_2'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_getVelocityAtPos_2'); -var _emscripten_bind_PxRigidBodyExt_getLocalVelocityAtLocalPos_2 = Module['_emscripten_bind_PxRigidBodyExt_getLocalVelocityAtLocalPos_2'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_getLocalVelocityAtLocalPos_2'); -var _emscripten_bind_PxRigidBodyExt_getVelocityAtOffset_2 = Module['_emscripten_bind_PxRigidBodyExt_getVelocityAtOffset_2'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_getVelocityAtOffset_2'); -var _emscripten_bind_PxRigidBodyExt_computeVelocityDeltaFromImpulse_5 = Module['_emscripten_bind_PxRigidBodyExt_computeVelocityDeltaFromImpulse_5'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_computeVelocityDeltaFromImpulse_5'); -var _emscripten_bind_PxRigidBodyExt_computeVelocityDeltaFromImpulse_8 = Module['_emscripten_bind_PxRigidBodyExt_computeVelocityDeltaFromImpulse_8'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_computeVelocityDeltaFromImpulse_8'); -var _emscripten_bind_PxRigidBodyExt_computeLinearAngularImpulse_8 = Module['_emscripten_bind_PxRigidBodyExt_computeLinearAngularImpulse_8'] = createExportWrapper('emscripten_bind_PxRigidBodyExt_computeLinearAngularImpulse_8'); -var _emscripten_bind_PxRigidBodyExt___destroy___0 = Module['_emscripten_bind_PxRigidBodyExt___destroy___0'] = createExportWrapper('emscripten_bind_PxRigidBodyExt___destroy___0'); -var _emscripten_bind_PxRigidBodyFlags_PxRigidBodyFlags_1 = Module['_emscripten_bind_PxRigidBodyFlags_PxRigidBodyFlags_1'] = createExportWrapper('emscripten_bind_PxRigidBodyFlags_PxRigidBodyFlags_1'); -var _emscripten_bind_PxRigidBodyFlags_isSet_1 = Module['_emscripten_bind_PxRigidBodyFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxRigidBodyFlags_isSet_1'); -var _emscripten_bind_PxRigidBodyFlags_raise_1 = Module['_emscripten_bind_PxRigidBodyFlags_raise_1'] = createExportWrapper('emscripten_bind_PxRigidBodyFlags_raise_1'); -var _emscripten_bind_PxRigidBodyFlags_clear_1 = Module['_emscripten_bind_PxRigidBodyFlags_clear_1'] = createExportWrapper('emscripten_bind_PxRigidBodyFlags_clear_1'); -var _emscripten_bind_PxRigidBodyFlags___destroy___0 = Module['_emscripten_bind_PxRigidBodyFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxRigidBodyFlags___destroy___0'); -var _emscripten_bind_PxRigidDynamic_setKinematicTarget_1 = Module['_emscripten_bind_PxRigidDynamic_setKinematicTarget_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setKinematicTarget_1'); -var _emscripten_bind_PxRigidDynamic_getKinematicTarget_1 = Module['_emscripten_bind_PxRigidDynamic_getKinematicTarget_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getKinematicTarget_1'); -var _emscripten_bind_PxRigidDynamic_isSleeping_0 = Module['_emscripten_bind_PxRigidDynamic_isSleeping_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_isSleeping_0'); -var _emscripten_bind_PxRigidDynamic_setSleepThreshold_1 = Module['_emscripten_bind_PxRigidDynamic_setSleepThreshold_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setSleepThreshold_1'); -var _emscripten_bind_PxRigidDynamic_getSleepThreshold_0 = Module['_emscripten_bind_PxRigidDynamic_getSleepThreshold_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getSleepThreshold_0'); -var _emscripten_bind_PxRigidDynamic_setStabilizationThreshold_1 = Module['_emscripten_bind_PxRigidDynamic_setStabilizationThreshold_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setStabilizationThreshold_1'); -var _emscripten_bind_PxRigidDynamic_getStabilizationThreshold_0 = Module['_emscripten_bind_PxRigidDynamic_getStabilizationThreshold_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getStabilizationThreshold_0'); -var _emscripten_bind_PxRigidDynamic_getRigidDynamicLockFlags_0 = Module['_emscripten_bind_PxRigidDynamic_getRigidDynamicLockFlags_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getRigidDynamicLockFlags_0'); -var _emscripten_bind_PxRigidDynamic_setRigidDynamicLockFlag_2 = Module['_emscripten_bind_PxRigidDynamic_setRigidDynamicLockFlag_2'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setRigidDynamicLockFlag_2'); -var _emscripten_bind_PxRigidDynamic_setRigidDynamicLockFlags_1 = Module['_emscripten_bind_PxRigidDynamic_setRigidDynamicLockFlags_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setRigidDynamicLockFlags_1'); -var _emscripten_bind_PxRigidDynamic_setLinearVelocity_1 = Module['_emscripten_bind_PxRigidDynamic_setLinearVelocity_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setLinearVelocity_1'); -var _emscripten_bind_PxRigidDynamic_setLinearVelocity_2 = Module['_emscripten_bind_PxRigidDynamic_setLinearVelocity_2'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setLinearVelocity_2'); -var _emscripten_bind_PxRigidDynamic_setAngularVelocity_1 = Module['_emscripten_bind_PxRigidDynamic_setAngularVelocity_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setAngularVelocity_1'); -var _emscripten_bind_PxRigidDynamic_setAngularVelocity_2 = Module['_emscripten_bind_PxRigidDynamic_setAngularVelocity_2'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setAngularVelocity_2'); -var _emscripten_bind_PxRigidDynamic_setWakeCounter_1 = Module['_emscripten_bind_PxRigidDynamic_setWakeCounter_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setWakeCounter_1'); -var _emscripten_bind_PxRigidDynamic_getWakeCounter_0 = Module['_emscripten_bind_PxRigidDynamic_getWakeCounter_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getWakeCounter_0'); -var _emscripten_bind_PxRigidDynamic_wakeUp_0 = Module['_emscripten_bind_PxRigidDynamic_wakeUp_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_wakeUp_0'); -var _emscripten_bind_PxRigidDynamic_putToSleep_0 = Module['_emscripten_bind_PxRigidDynamic_putToSleep_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_putToSleep_0'); -var _emscripten_bind_PxRigidDynamic_setSolverIterationCounts_1 = Module['_emscripten_bind_PxRigidDynamic_setSolverIterationCounts_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setSolverIterationCounts_1'); -var _emscripten_bind_PxRigidDynamic_setSolverIterationCounts_2 = Module['_emscripten_bind_PxRigidDynamic_setSolverIterationCounts_2'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setSolverIterationCounts_2'); -var _emscripten_bind_PxRigidDynamic_getContactReportThreshold_0 = Module['_emscripten_bind_PxRigidDynamic_getContactReportThreshold_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getContactReportThreshold_0'); -var _emscripten_bind_PxRigidDynamic_setContactReportThreshold_1 = Module['_emscripten_bind_PxRigidDynamic_setContactReportThreshold_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setContactReportThreshold_1'); -var _emscripten_bind_PxRigidDynamic_getType_0 = Module['_emscripten_bind_PxRigidDynamic_getType_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getType_0'); -var _emscripten_bind_PxRigidDynamic_getScene_0 = Module['_emscripten_bind_PxRigidDynamic_getScene_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getScene_0'); -var _emscripten_bind_PxRigidDynamic_setName_1 = Module['_emscripten_bind_PxRigidDynamic_setName_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setName_1'); -var _emscripten_bind_PxRigidDynamic_getName_0 = Module['_emscripten_bind_PxRigidDynamic_getName_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getName_0'); -var _emscripten_bind_PxRigidDynamic_getWorldBounds_0 = Module['_emscripten_bind_PxRigidDynamic_getWorldBounds_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getWorldBounds_0'); -var _emscripten_bind_PxRigidDynamic_getWorldBounds_1 = Module['_emscripten_bind_PxRigidDynamic_getWorldBounds_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getWorldBounds_1'); -var _emscripten_bind_PxRigidDynamic_setActorFlag_2 = Module['_emscripten_bind_PxRigidDynamic_setActorFlag_2'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setActorFlag_2'); -var _emscripten_bind_PxRigidDynamic_setActorFlags_1 = Module['_emscripten_bind_PxRigidDynamic_setActorFlags_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setActorFlags_1'); -var _emscripten_bind_PxRigidDynamic_getActorFlags_0 = Module['_emscripten_bind_PxRigidDynamic_getActorFlags_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getActorFlags_0'); -var _emscripten_bind_PxRigidDynamic_setDominanceGroup_1 = Module['_emscripten_bind_PxRigidDynamic_setDominanceGroup_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setDominanceGroup_1'); -var _emscripten_bind_PxRigidDynamic_getDominanceGroup_0 = Module['_emscripten_bind_PxRigidDynamic_getDominanceGroup_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getDominanceGroup_0'); -var _emscripten_bind_PxRigidDynamic_setOwnerClient_1 = Module['_emscripten_bind_PxRigidDynamic_setOwnerClient_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setOwnerClient_1'); -var _emscripten_bind_PxRigidDynamic_getOwnerClient_0 = Module['_emscripten_bind_PxRigidDynamic_getOwnerClient_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getOwnerClient_0'); -var _emscripten_bind_PxRigidDynamic_release_0 = Module['_emscripten_bind_PxRigidDynamic_release_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_release_0'); -var _emscripten_bind_PxRigidDynamic_getConcreteTypeName_0 = Module['_emscripten_bind_PxRigidDynamic_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getConcreteTypeName_0'); -var _emscripten_bind_PxRigidDynamic_getConcreteType_0 = Module['_emscripten_bind_PxRigidDynamic_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getConcreteType_0'); -var _emscripten_bind_PxRigidDynamic_setBaseFlag_2 = Module['_emscripten_bind_PxRigidDynamic_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setBaseFlag_2'); -var _emscripten_bind_PxRigidDynamic_setBaseFlags_1 = Module['_emscripten_bind_PxRigidDynamic_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setBaseFlags_1'); -var _emscripten_bind_PxRigidDynamic_getBaseFlags_0 = Module['_emscripten_bind_PxRigidDynamic_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getBaseFlags_0'); -var _emscripten_bind_PxRigidDynamic_isReleasable_0 = Module['_emscripten_bind_PxRigidDynamic_isReleasable_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_isReleasable_0'); -var _emscripten_bind_PxRigidDynamic_getGlobalPose_0 = Module['_emscripten_bind_PxRigidDynamic_getGlobalPose_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getGlobalPose_0'); -var _emscripten_bind_PxRigidDynamic_setGlobalPose_1 = Module['_emscripten_bind_PxRigidDynamic_setGlobalPose_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setGlobalPose_1'); -var _emscripten_bind_PxRigidDynamic_setGlobalPose_2 = Module['_emscripten_bind_PxRigidDynamic_setGlobalPose_2'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setGlobalPose_2'); -var _emscripten_bind_PxRigidDynamic_attachShape_1 = Module['_emscripten_bind_PxRigidDynamic_attachShape_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_attachShape_1'); -var _emscripten_bind_PxRigidDynamic_detachShape_1 = Module['_emscripten_bind_PxRigidDynamic_detachShape_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_detachShape_1'); -var _emscripten_bind_PxRigidDynamic_detachShape_2 = Module['_emscripten_bind_PxRigidDynamic_detachShape_2'] = createExportWrapper('emscripten_bind_PxRigidDynamic_detachShape_2'); -var _emscripten_bind_PxRigidDynamic_getNbShapes_0 = Module['_emscripten_bind_PxRigidDynamic_getNbShapes_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getNbShapes_0'); -var _emscripten_bind_PxRigidDynamic_getNbConstraints_0 = Module['_emscripten_bind_PxRigidDynamic_getNbConstraints_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getNbConstraints_0'); -var _emscripten_bind_PxRigidDynamic_setCMassLocalPose_1 = Module['_emscripten_bind_PxRigidDynamic_setCMassLocalPose_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setCMassLocalPose_1'); -var _emscripten_bind_PxRigidDynamic_getCMassLocalPose_0 = Module['_emscripten_bind_PxRigidDynamic_getCMassLocalPose_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getCMassLocalPose_0'); -var _emscripten_bind_PxRigidDynamic_setMass_1 = Module['_emscripten_bind_PxRigidDynamic_setMass_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setMass_1'); -var _emscripten_bind_PxRigidDynamic_getMass_0 = Module['_emscripten_bind_PxRigidDynamic_getMass_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getMass_0'); -var _emscripten_bind_PxRigidDynamic_getInvMass_0 = Module['_emscripten_bind_PxRigidDynamic_getInvMass_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getInvMass_0'); -var _emscripten_bind_PxRigidDynamic_setMassSpaceInertiaTensor_1 = Module['_emscripten_bind_PxRigidDynamic_setMassSpaceInertiaTensor_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setMassSpaceInertiaTensor_1'); -var _emscripten_bind_PxRigidDynamic_getMassSpaceInertiaTensor_0 = Module['_emscripten_bind_PxRigidDynamic_getMassSpaceInertiaTensor_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getMassSpaceInertiaTensor_0'); -var _emscripten_bind_PxRigidDynamic_getMassSpaceInvInertiaTensor_0 = Module['_emscripten_bind_PxRigidDynamic_getMassSpaceInvInertiaTensor_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getMassSpaceInvInertiaTensor_0'); -var _emscripten_bind_PxRigidDynamic_setLinearDamping_1 = Module['_emscripten_bind_PxRigidDynamic_setLinearDamping_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setLinearDamping_1'); -var _emscripten_bind_PxRigidDynamic_getLinearDamping_0 = Module['_emscripten_bind_PxRigidDynamic_getLinearDamping_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getLinearDamping_0'); -var _emscripten_bind_PxRigidDynamic_setAngularDamping_1 = Module['_emscripten_bind_PxRigidDynamic_setAngularDamping_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setAngularDamping_1'); -var _emscripten_bind_PxRigidDynamic_getAngularDamping_0 = Module['_emscripten_bind_PxRigidDynamic_getAngularDamping_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getAngularDamping_0'); -var _emscripten_bind_PxRigidDynamic_getLinearVelocity_0 = Module['_emscripten_bind_PxRigidDynamic_getLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getLinearVelocity_0'); -var _emscripten_bind_PxRigidDynamic_getAngularVelocity_0 = Module['_emscripten_bind_PxRigidDynamic_getAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getAngularVelocity_0'); -var _emscripten_bind_PxRigidDynamic_setMaxLinearVelocity_1 = Module['_emscripten_bind_PxRigidDynamic_setMaxLinearVelocity_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setMaxLinearVelocity_1'); -var _emscripten_bind_PxRigidDynamic_getMaxLinearVelocity_0 = Module['_emscripten_bind_PxRigidDynamic_getMaxLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getMaxLinearVelocity_0'); -var _emscripten_bind_PxRigidDynamic_setMaxAngularVelocity_1 = Module['_emscripten_bind_PxRigidDynamic_setMaxAngularVelocity_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setMaxAngularVelocity_1'); -var _emscripten_bind_PxRigidDynamic_getMaxAngularVelocity_0 = Module['_emscripten_bind_PxRigidDynamic_getMaxAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getMaxAngularVelocity_0'); -var _emscripten_bind_PxRigidDynamic_addForce_1 = Module['_emscripten_bind_PxRigidDynamic_addForce_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_addForce_1'); -var _emscripten_bind_PxRigidDynamic_addForce_2 = Module['_emscripten_bind_PxRigidDynamic_addForce_2'] = createExportWrapper('emscripten_bind_PxRigidDynamic_addForce_2'); -var _emscripten_bind_PxRigidDynamic_addForce_3 = Module['_emscripten_bind_PxRigidDynamic_addForce_3'] = createExportWrapper('emscripten_bind_PxRigidDynamic_addForce_3'); -var _emscripten_bind_PxRigidDynamic_addTorque_1 = Module['_emscripten_bind_PxRigidDynamic_addTorque_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_addTorque_1'); -var _emscripten_bind_PxRigidDynamic_addTorque_2 = Module['_emscripten_bind_PxRigidDynamic_addTorque_2'] = createExportWrapper('emscripten_bind_PxRigidDynamic_addTorque_2'); -var _emscripten_bind_PxRigidDynamic_addTorque_3 = Module['_emscripten_bind_PxRigidDynamic_addTorque_3'] = createExportWrapper('emscripten_bind_PxRigidDynamic_addTorque_3'); -var _emscripten_bind_PxRigidDynamic_clearForce_1 = Module['_emscripten_bind_PxRigidDynamic_clearForce_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_clearForce_1'); -var _emscripten_bind_PxRigidDynamic_clearTorque_1 = Module['_emscripten_bind_PxRigidDynamic_clearTorque_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_clearTorque_1'); -var _emscripten_bind_PxRigidDynamic_setForceAndTorque_2 = Module['_emscripten_bind_PxRigidDynamic_setForceAndTorque_2'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setForceAndTorque_2'); -var _emscripten_bind_PxRigidDynamic_setForceAndTorque_3 = Module['_emscripten_bind_PxRigidDynamic_setForceAndTorque_3'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setForceAndTorque_3'); -var _emscripten_bind_PxRigidDynamic_setRigidBodyFlag_2 = Module['_emscripten_bind_PxRigidDynamic_setRigidBodyFlag_2'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setRigidBodyFlag_2'); -var _emscripten_bind_PxRigidDynamic_setRigidBodyFlags_1 = Module['_emscripten_bind_PxRigidDynamic_setRigidBodyFlags_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setRigidBodyFlags_1'); -var _emscripten_bind_PxRigidDynamic_getRigidBodyFlags_0 = Module['_emscripten_bind_PxRigidDynamic_getRigidBodyFlags_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getRigidBodyFlags_0'); -var _emscripten_bind_PxRigidDynamic_setMinCCDAdvanceCoefficient_1 = Module['_emscripten_bind_PxRigidDynamic_setMinCCDAdvanceCoefficient_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setMinCCDAdvanceCoefficient_1'); -var _emscripten_bind_PxRigidDynamic_getMinCCDAdvanceCoefficient_0 = Module['_emscripten_bind_PxRigidDynamic_getMinCCDAdvanceCoefficient_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getMinCCDAdvanceCoefficient_0'); -var _emscripten_bind_PxRigidDynamic_setMaxDepenetrationVelocity_1 = Module['_emscripten_bind_PxRigidDynamic_setMaxDepenetrationVelocity_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setMaxDepenetrationVelocity_1'); -var _emscripten_bind_PxRigidDynamic_getMaxDepenetrationVelocity_0 = Module['_emscripten_bind_PxRigidDynamic_getMaxDepenetrationVelocity_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getMaxDepenetrationVelocity_0'); -var _emscripten_bind_PxRigidDynamic_setMaxContactImpulse_1 = Module['_emscripten_bind_PxRigidDynamic_setMaxContactImpulse_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setMaxContactImpulse_1'); -var _emscripten_bind_PxRigidDynamic_getMaxContactImpulse_0 = Module['_emscripten_bind_PxRigidDynamic_getMaxContactImpulse_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getMaxContactImpulse_0'); -var _emscripten_bind_PxRigidDynamic_setContactSlopCoefficient_1 = Module['_emscripten_bind_PxRigidDynamic_setContactSlopCoefficient_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_setContactSlopCoefficient_1'); -var _emscripten_bind_PxRigidDynamic_getContactSlopCoefficient_0 = Module['_emscripten_bind_PxRigidDynamic_getContactSlopCoefficient_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_getContactSlopCoefficient_0'); -var _emscripten_bind_PxRigidDynamic_get_userData_0 = Module['_emscripten_bind_PxRigidDynamic_get_userData_0'] = createExportWrapper('emscripten_bind_PxRigidDynamic_get_userData_0'); -var _emscripten_bind_PxRigidDynamic_set_userData_1 = Module['_emscripten_bind_PxRigidDynamic_set_userData_1'] = createExportWrapper('emscripten_bind_PxRigidDynamic_set_userData_1'); -var _emscripten_bind_PxRigidDynamicLockFlags_PxRigidDynamicLockFlags_1 = Module['_emscripten_bind_PxRigidDynamicLockFlags_PxRigidDynamicLockFlags_1'] = createExportWrapper('emscripten_bind_PxRigidDynamicLockFlags_PxRigidDynamicLockFlags_1'); -var _emscripten_bind_PxRigidDynamicLockFlags_isSet_1 = Module['_emscripten_bind_PxRigidDynamicLockFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxRigidDynamicLockFlags_isSet_1'); -var _emscripten_bind_PxRigidDynamicLockFlags_raise_1 = Module['_emscripten_bind_PxRigidDynamicLockFlags_raise_1'] = createExportWrapper('emscripten_bind_PxRigidDynamicLockFlags_raise_1'); -var _emscripten_bind_PxRigidDynamicLockFlags_clear_1 = Module['_emscripten_bind_PxRigidDynamicLockFlags_clear_1'] = createExportWrapper('emscripten_bind_PxRigidDynamicLockFlags_clear_1'); -var _emscripten_bind_PxRigidDynamicLockFlags___destroy___0 = Module['_emscripten_bind_PxRigidDynamicLockFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxRigidDynamicLockFlags___destroy___0'); -var _emscripten_bind_PxRigidStatic_getType_0 = Module['_emscripten_bind_PxRigidStatic_getType_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_getType_0'); -var _emscripten_bind_PxRigidStatic_getScene_0 = Module['_emscripten_bind_PxRigidStatic_getScene_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_getScene_0'); -var _emscripten_bind_PxRigidStatic_setName_1 = Module['_emscripten_bind_PxRigidStatic_setName_1'] = createExportWrapper('emscripten_bind_PxRigidStatic_setName_1'); -var _emscripten_bind_PxRigidStatic_getName_0 = Module['_emscripten_bind_PxRigidStatic_getName_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_getName_0'); -var _emscripten_bind_PxRigidStatic_getWorldBounds_0 = Module['_emscripten_bind_PxRigidStatic_getWorldBounds_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_getWorldBounds_0'); -var _emscripten_bind_PxRigidStatic_getWorldBounds_1 = Module['_emscripten_bind_PxRigidStatic_getWorldBounds_1'] = createExportWrapper('emscripten_bind_PxRigidStatic_getWorldBounds_1'); -var _emscripten_bind_PxRigidStatic_setActorFlag_2 = Module['_emscripten_bind_PxRigidStatic_setActorFlag_2'] = createExportWrapper('emscripten_bind_PxRigidStatic_setActorFlag_2'); -var _emscripten_bind_PxRigidStatic_setActorFlags_1 = Module['_emscripten_bind_PxRigidStatic_setActorFlags_1'] = createExportWrapper('emscripten_bind_PxRigidStatic_setActorFlags_1'); -var _emscripten_bind_PxRigidStatic_getActorFlags_0 = Module['_emscripten_bind_PxRigidStatic_getActorFlags_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_getActorFlags_0'); -var _emscripten_bind_PxRigidStatic_setDominanceGroup_1 = Module['_emscripten_bind_PxRigidStatic_setDominanceGroup_1'] = createExportWrapper('emscripten_bind_PxRigidStatic_setDominanceGroup_1'); -var _emscripten_bind_PxRigidStatic_getDominanceGroup_0 = Module['_emscripten_bind_PxRigidStatic_getDominanceGroup_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_getDominanceGroup_0'); -var _emscripten_bind_PxRigidStatic_setOwnerClient_1 = Module['_emscripten_bind_PxRigidStatic_setOwnerClient_1'] = createExportWrapper('emscripten_bind_PxRigidStatic_setOwnerClient_1'); -var _emscripten_bind_PxRigidStatic_getOwnerClient_0 = Module['_emscripten_bind_PxRigidStatic_getOwnerClient_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_getOwnerClient_0'); -var _emscripten_bind_PxRigidStatic_release_0 = Module['_emscripten_bind_PxRigidStatic_release_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_release_0'); -var _emscripten_bind_PxRigidStatic_getConcreteTypeName_0 = Module['_emscripten_bind_PxRigidStatic_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_getConcreteTypeName_0'); -var _emscripten_bind_PxRigidStatic_getConcreteType_0 = Module['_emscripten_bind_PxRigidStatic_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_getConcreteType_0'); -var _emscripten_bind_PxRigidStatic_setBaseFlag_2 = Module['_emscripten_bind_PxRigidStatic_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxRigidStatic_setBaseFlag_2'); -var _emscripten_bind_PxRigidStatic_setBaseFlags_1 = Module['_emscripten_bind_PxRigidStatic_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxRigidStatic_setBaseFlags_1'); -var _emscripten_bind_PxRigidStatic_getBaseFlags_0 = Module['_emscripten_bind_PxRigidStatic_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_getBaseFlags_0'); -var _emscripten_bind_PxRigidStatic_isReleasable_0 = Module['_emscripten_bind_PxRigidStatic_isReleasable_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_isReleasable_0'); -var _emscripten_bind_PxRigidStatic_getGlobalPose_0 = Module['_emscripten_bind_PxRigidStatic_getGlobalPose_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_getGlobalPose_0'); -var _emscripten_bind_PxRigidStatic_setGlobalPose_1 = Module['_emscripten_bind_PxRigidStatic_setGlobalPose_1'] = createExportWrapper('emscripten_bind_PxRigidStatic_setGlobalPose_1'); -var _emscripten_bind_PxRigidStatic_setGlobalPose_2 = Module['_emscripten_bind_PxRigidStatic_setGlobalPose_2'] = createExportWrapper('emscripten_bind_PxRigidStatic_setGlobalPose_2'); -var _emscripten_bind_PxRigidStatic_attachShape_1 = Module['_emscripten_bind_PxRigidStatic_attachShape_1'] = createExportWrapper('emscripten_bind_PxRigidStatic_attachShape_1'); -var _emscripten_bind_PxRigidStatic_detachShape_1 = Module['_emscripten_bind_PxRigidStatic_detachShape_1'] = createExportWrapper('emscripten_bind_PxRigidStatic_detachShape_1'); -var _emscripten_bind_PxRigidStatic_detachShape_2 = Module['_emscripten_bind_PxRigidStatic_detachShape_2'] = createExportWrapper('emscripten_bind_PxRigidStatic_detachShape_2'); -var _emscripten_bind_PxRigidStatic_getNbShapes_0 = Module['_emscripten_bind_PxRigidStatic_getNbShapes_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_getNbShapes_0'); -var _emscripten_bind_PxRigidStatic_getNbConstraints_0 = Module['_emscripten_bind_PxRigidStatic_getNbConstraints_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_getNbConstraints_0'); -var _emscripten_bind_PxRigidStatic_get_userData_0 = Module['_emscripten_bind_PxRigidStatic_get_userData_0'] = createExportWrapper('emscripten_bind_PxRigidStatic_get_userData_0'); -var _emscripten_bind_PxRigidStatic_set_userData_1 = Module['_emscripten_bind_PxRigidStatic_set_userData_1'] = createExportWrapper('emscripten_bind_PxRigidStatic_set_userData_1'); -var _emscripten_bind_PxScene_addActor_1 = Module['_emscripten_bind_PxScene_addActor_1'] = createExportWrapper('emscripten_bind_PxScene_addActor_1'); -var _emscripten_bind_PxScene_addActor_2 = Module['_emscripten_bind_PxScene_addActor_2'] = createExportWrapper('emscripten_bind_PxScene_addActor_2'); -var _emscripten_bind_PxScene_removeActor_1 = Module['_emscripten_bind_PxScene_removeActor_1'] = createExportWrapper('emscripten_bind_PxScene_removeActor_1'); -var _emscripten_bind_PxScene_removeActor_2 = Module['_emscripten_bind_PxScene_removeActor_2'] = createExportWrapper('emscripten_bind_PxScene_removeActor_2'); -var _emscripten_bind_PxScene_addAggregate_1 = Module['_emscripten_bind_PxScene_addAggregate_1'] = createExportWrapper('emscripten_bind_PxScene_addAggregate_1'); -var _emscripten_bind_PxScene_removeAggregate_1 = Module['_emscripten_bind_PxScene_removeAggregate_1'] = createExportWrapper('emscripten_bind_PxScene_removeAggregate_1'); -var _emscripten_bind_PxScene_removeAggregate_2 = Module['_emscripten_bind_PxScene_removeAggregate_2'] = createExportWrapper('emscripten_bind_PxScene_removeAggregate_2'); -var _emscripten_bind_PxScene_addCollection_1 = Module['_emscripten_bind_PxScene_addCollection_1'] = createExportWrapper('emscripten_bind_PxScene_addCollection_1'); -var _emscripten_bind_PxScene_getWakeCounterResetValue_0 = Module['_emscripten_bind_PxScene_getWakeCounterResetValue_0'] = createExportWrapper('emscripten_bind_PxScene_getWakeCounterResetValue_0'); -var _emscripten_bind_PxScene_shiftOrigin_1 = Module['_emscripten_bind_PxScene_shiftOrigin_1'] = createExportWrapper('emscripten_bind_PxScene_shiftOrigin_1'); -var _emscripten_bind_PxScene_addArticulation_1 = Module['_emscripten_bind_PxScene_addArticulation_1'] = createExportWrapper('emscripten_bind_PxScene_addArticulation_1'); -var _emscripten_bind_PxScene_removeArticulation_1 = Module['_emscripten_bind_PxScene_removeArticulation_1'] = createExportWrapper('emscripten_bind_PxScene_removeArticulation_1'); -var _emscripten_bind_PxScene_removeArticulation_2 = Module['_emscripten_bind_PxScene_removeArticulation_2'] = createExportWrapper('emscripten_bind_PxScene_removeArticulation_2'); -var _emscripten_bind_PxScene_getNbActors_1 = Module['_emscripten_bind_PxScene_getNbActors_1'] = createExportWrapper('emscripten_bind_PxScene_getNbActors_1'); -var _emscripten_bind_PxScene_getNbArticulations_0 = Module['_emscripten_bind_PxScene_getNbArticulations_0'] = createExportWrapper('emscripten_bind_PxScene_getNbArticulations_0'); -var _emscripten_bind_PxScene_getNbConstraints_0 = Module['_emscripten_bind_PxScene_getNbConstraints_0'] = createExportWrapper('emscripten_bind_PxScene_getNbConstraints_0'); -var _emscripten_bind_PxScene_getNbAggregates_0 = Module['_emscripten_bind_PxScene_getNbAggregates_0'] = createExportWrapper('emscripten_bind_PxScene_getNbAggregates_0'); -var _emscripten_bind_PxScene_setDominanceGroupPair_3 = Module['_emscripten_bind_PxScene_setDominanceGroupPair_3'] = createExportWrapper('emscripten_bind_PxScene_setDominanceGroupPair_3'); -var _emscripten_bind_PxScene_getCpuDispatcher_0 = Module['_emscripten_bind_PxScene_getCpuDispatcher_0'] = createExportWrapper('emscripten_bind_PxScene_getCpuDispatcher_0'); -var _emscripten_bind_PxScene_createClient_0 = Module['_emscripten_bind_PxScene_createClient_0'] = createExportWrapper('emscripten_bind_PxScene_createClient_0'); -var _emscripten_bind_PxScene_setSimulationEventCallback_1 = Module['_emscripten_bind_PxScene_setSimulationEventCallback_1'] = createExportWrapper('emscripten_bind_PxScene_setSimulationEventCallback_1'); -var _emscripten_bind_PxScene_getSimulationEventCallback_0 = Module['_emscripten_bind_PxScene_getSimulationEventCallback_0'] = createExportWrapper('emscripten_bind_PxScene_getSimulationEventCallback_0'); -var _emscripten_bind_PxScene_setFilterShaderData_2 = Module['_emscripten_bind_PxScene_setFilterShaderData_2'] = createExportWrapper('emscripten_bind_PxScene_setFilterShaderData_2'); -var _emscripten_bind_PxScene_getFilterShaderData_0 = Module['_emscripten_bind_PxScene_getFilterShaderData_0'] = createExportWrapper('emscripten_bind_PxScene_getFilterShaderData_0'); -var _emscripten_bind_PxScene_getFilterShaderDataSize_0 = Module['_emscripten_bind_PxScene_getFilterShaderDataSize_0'] = createExportWrapper('emscripten_bind_PxScene_getFilterShaderDataSize_0'); -var _emscripten_bind_PxScene_getFilterShader_0 = Module['_emscripten_bind_PxScene_getFilterShader_0'] = createExportWrapper('emscripten_bind_PxScene_getFilterShader_0'); -var _emscripten_bind_PxScene_resetFiltering_1 = Module['_emscripten_bind_PxScene_resetFiltering_1'] = createExportWrapper('emscripten_bind_PxScene_resetFiltering_1'); -var _emscripten_bind_PxScene_getKinematicKinematicFilteringMode_0 = Module['_emscripten_bind_PxScene_getKinematicKinematicFilteringMode_0'] = createExportWrapper('emscripten_bind_PxScene_getKinematicKinematicFilteringMode_0'); -var _emscripten_bind_PxScene_getStaticKinematicFilteringMode_0 = Module['_emscripten_bind_PxScene_getStaticKinematicFilteringMode_0'] = createExportWrapper('emscripten_bind_PxScene_getStaticKinematicFilteringMode_0'); -var _emscripten_bind_PxScene_simulate_1 = Module['_emscripten_bind_PxScene_simulate_1'] = createExportWrapper('emscripten_bind_PxScene_simulate_1'); -var _emscripten_bind_PxScene_simulate_2 = Module['_emscripten_bind_PxScene_simulate_2'] = createExportWrapper('emscripten_bind_PxScene_simulate_2'); -var _emscripten_bind_PxScene_simulate_3 = Module['_emscripten_bind_PxScene_simulate_3'] = createExportWrapper('emscripten_bind_PxScene_simulate_3'); -var _emscripten_bind_PxScene_simulate_4 = Module['_emscripten_bind_PxScene_simulate_4'] = createExportWrapper('emscripten_bind_PxScene_simulate_4'); -var _emscripten_bind_PxScene_simulate_5 = Module['_emscripten_bind_PxScene_simulate_5'] = createExportWrapper('emscripten_bind_PxScene_simulate_5'); -var _emscripten_bind_PxScene_advance_0 = Module['_emscripten_bind_PxScene_advance_0'] = createExportWrapper('emscripten_bind_PxScene_advance_0'); -var _emscripten_bind_PxScene_advance_1 = Module['_emscripten_bind_PxScene_advance_1'] = createExportWrapper('emscripten_bind_PxScene_advance_1'); -var _emscripten_bind_PxScene_collide_1 = Module['_emscripten_bind_PxScene_collide_1'] = createExportWrapper('emscripten_bind_PxScene_collide_1'); -var _emscripten_bind_PxScene_collide_2 = Module['_emscripten_bind_PxScene_collide_2'] = createExportWrapper('emscripten_bind_PxScene_collide_2'); -var _emscripten_bind_PxScene_collide_3 = Module['_emscripten_bind_PxScene_collide_3'] = createExportWrapper('emscripten_bind_PxScene_collide_3'); -var _emscripten_bind_PxScene_collide_4 = Module['_emscripten_bind_PxScene_collide_4'] = createExportWrapper('emscripten_bind_PxScene_collide_4'); -var _emscripten_bind_PxScene_collide_5 = Module['_emscripten_bind_PxScene_collide_5'] = createExportWrapper('emscripten_bind_PxScene_collide_5'); -var _emscripten_bind_PxScene_checkResults_0 = Module['_emscripten_bind_PxScene_checkResults_0'] = createExportWrapper('emscripten_bind_PxScene_checkResults_0'); -var _emscripten_bind_PxScene_checkResults_1 = Module['_emscripten_bind_PxScene_checkResults_1'] = createExportWrapper('emscripten_bind_PxScene_checkResults_1'); -var _emscripten_bind_PxScene_fetchCollision_0 = Module['_emscripten_bind_PxScene_fetchCollision_0'] = createExportWrapper('emscripten_bind_PxScene_fetchCollision_0'); -var _emscripten_bind_PxScene_fetchCollision_1 = Module['_emscripten_bind_PxScene_fetchCollision_1'] = createExportWrapper('emscripten_bind_PxScene_fetchCollision_1'); -var _emscripten_bind_PxScene_fetchResults_0 = Module['_emscripten_bind_PxScene_fetchResults_0'] = createExportWrapper('emscripten_bind_PxScene_fetchResults_0'); -var _emscripten_bind_PxScene_fetchResults_1 = Module['_emscripten_bind_PxScene_fetchResults_1'] = createExportWrapper('emscripten_bind_PxScene_fetchResults_1'); -var _emscripten_bind_PxScene_processCallbacks_1 = Module['_emscripten_bind_PxScene_processCallbacks_1'] = createExportWrapper('emscripten_bind_PxScene_processCallbacks_1'); -var _emscripten_bind_PxScene_fetchResultsParticleSystem_0 = Module['_emscripten_bind_PxScene_fetchResultsParticleSystem_0'] = createExportWrapper('emscripten_bind_PxScene_fetchResultsParticleSystem_0'); -var _emscripten_bind_PxScene_flushSimulation_0 = Module['_emscripten_bind_PxScene_flushSimulation_0'] = createExportWrapper('emscripten_bind_PxScene_flushSimulation_0'); -var _emscripten_bind_PxScene_flushSimulation_1 = Module['_emscripten_bind_PxScene_flushSimulation_1'] = createExportWrapper('emscripten_bind_PxScene_flushSimulation_1'); -var _emscripten_bind_PxScene_setGravity_1 = Module['_emscripten_bind_PxScene_setGravity_1'] = createExportWrapper('emscripten_bind_PxScene_setGravity_1'); -var _emscripten_bind_PxScene_getGravity_0 = Module['_emscripten_bind_PxScene_getGravity_0'] = createExportWrapper('emscripten_bind_PxScene_getGravity_0'); -var _emscripten_bind_PxScene_setBounceThresholdVelocity_1 = Module['_emscripten_bind_PxScene_setBounceThresholdVelocity_1'] = createExportWrapper('emscripten_bind_PxScene_setBounceThresholdVelocity_1'); -var _emscripten_bind_PxScene_getBounceThresholdVelocity_0 = Module['_emscripten_bind_PxScene_getBounceThresholdVelocity_0'] = createExportWrapper('emscripten_bind_PxScene_getBounceThresholdVelocity_0'); -var _emscripten_bind_PxScene_setCCDMaxPasses_1 = Module['_emscripten_bind_PxScene_setCCDMaxPasses_1'] = createExportWrapper('emscripten_bind_PxScene_setCCDMaxPasses_1'); -var _emscripten_bind_PxScene_getCCDMaxPasses_0 = Module['_emscripten_bind_PxScene_getCCDMaxPasses_0'] = createExportWrapper('emscripten_bind_PxScene_getCCDMaxPasses_0'); -var _emscripten_bind_PxScene_setCCDMaxSeparation_1 = Module['_emscripten_bind_PxScene_setCCDMaxSeparation_1'] = createExportWrapper('emscripten_bind_PxScene_setCCDMaxSeparation_1'); -var _emscripten_bind_PxScene_getCCDMaxSeparation_0 = Module['_emscripten_bind_PxScene_getCCDMaxSeparation_0'] = createExportWrapper('emscripten_bind_PxScene_getCCDMaxSeparation_0'); -var _emscripten_bind_PxScene_setCCDThreshold_1 = Module['_emscripten_bind_PxScene_setCCDThreshold_1'] = createExportWrapper('emscripten_bind_PxScene_setCCDThreshold_1'); -var _emscripten_bind_PxScene_getCCDThreshold_0 = Module['_emscripten_bind_PxScene_getCCDThreshold_0'] = createExportWrapper('emscripten_bind_PxScene_getCCDThreshold_0'); -var _emscripten_bind_PxScene_setMaxBiasCoefficient_1 = Module['_emscripten_bind_PxScene_setMaxBiasCoefficient_1'] = createExportWrapper('emscripten_bind_PxScene_setMaxBiasCoefficient_1'); -var _emscripten_bind_PxScene_getMaxBiasCoefficient_0 = Module['_emscripten_bind_PxScene_getMaxBiasCoefficient_0'] = createExportWrapper('emscripten_bind_PxScene_getMaxBiasCoefficient_0'); -var _emscripten_bind_PxScene_setFrictionOffsetThreshold_1 = Module['_emscripten_bind_PxScene_setFrictionOffsetThreshold_1'] = createExportWrapper('emscripten_bind_PxScene_setFrictionOffsetThreshold_1'); -var _emscripten_bind_PxScene_getFrictionOffsetThreshold_0 = Module['_emscripten_bind_PxScene_getFrictionOffsetThreshold_0'] = createExportWrapper('emscripten_bind_PxScene_getFrictionOffsetThreshold_0'); -var _emscripten_bind_PxScene_setFrictionCorrelationDistance_1 = Module['_emscripten_bind_PxScene_setFrictionCorrelationDistance_1'] = createExportWrapper('emscripten_bind_PxScene_setFrictionCorrelationDistance_1'); -var _emscripten_bind_PxScene_getFrictionCorrelationDistance_0 = Module['_emscripten_bind_PxScene_getFrictionCorrelationDistance_0'] = createExportWrapper('emscripten_bind_PxScene_getFrictionCorrelationDistance_0'); -var _emscripten_bind_PxScene_getFrictionType_0 = Module['_emscripten_bind_PxScene_getFrictionType_0'] = createExportWrapper('emscripten_bind_PxScene_getFrictionType_0'); -var _emscripten_bind_PxScene_getSolverType_0 = Module['_emscripten_bind_PxScene_getSolverType_0'] = createExportWrapper('emscripten_bind_PxScene_getSolverType_0'); -var _emscripten_bind_PxScene_getRenderBuffer_0 = Module['_emscripten_bind_PxScene_getRenderBuffer_0'] = createExportWrapper('emscripten_bind_PxScene_getRenderBuffer_0'); -var _emscripten_bind_PxScene_setVisualizationParameter_2 = Module['_emscripten_bind_PxScene_setVisualizationParameter_2'] = createExportWrapper('emscripten_bind_PxScene_setVisualizationParameter_2'); -var _emscripten_bind_PxScene_getVisualizationParameter_1 = Module['_emscripten_bind_PxScene_getVisualizationParameter_1'] = createExportWrapper('emscripten_bind_PxScene_getVisualizationParameter_1'); -var _emscripten_bind_PxScene_setVisualizationCullingBox_1 = Module['_emscripten_bind_PxScene_setVisualizationCullingBox_1'] = createExportWrapper('emscripten_bind_PxScene_setVisualizationCullingBox_1'); -var _emscripten_bind_PxScene_getVisualizationCullingBox_0 = Module['_emscripten_bind_PxScene_getVisualizationCullingBox_0'] = createExportWrapper('emscripten_bind_PxScene_getVisualizationCullingBox_0'); -var _emscripten_bind_PxScene_getSimulationStatistics_1 = Module['_emscripten_bind_PxScene_getSimulationStatistics_1'] = createExportWrapper('emscripten_bind_PxScene_getSimulationStatistics_1'); -var _emscripten_bind_PxScene_getBroadPhaseType_0 = Module['_emscripten_bind_PxScene_getBroadPhaseType_0'] = createExportWrapper('emscripten_bind_PxScene_getBroadPhaseType_0'); -var _emscripten_bind_PxScene_getBroadPhaseCaps_1 = Module['_emscripten_bind_PxScene_getBroadPhaseCaps_1'] = createExportWrapper('emscripten_bind_PxScene_getBroadPhaseCaps_1'); -var _emscripten_bind_PxScene_getNbBroadPhaseRegions_0 = Module['_emscripten_bind_PxScene_getNbBroadPhaseRegions_0'] = createExportWrapper('emscripten_bind_PxScene_getNbBroadPhaseRegions_0'); -var _emscripten_bind_PxScene_getBroadPhaseRegions_2 = Module['_emscripten_bind_PxScene_getBroadPhaseRegions_2'] = createExportWrapper('emscripten_bind_PxScene_getBroadPhaseRegions_2'); -var _emscripten_bind_PxScene_getBroadPhaseRegions_3 = Module['_emscripten_bind_PxScene_getBroadPhaseRegions_3'] = createExportWrapper('emscripten_bind_PxScene_getBroadPhaseRegions_3'); -var _emscripten_bind_PxScene_addBroadPhaseRegion_1 = Module['_emscripten_bind_PxScene_addBroadPhaseRegion_1'] = createExportWrapper('emscripten_bind_PxScene_addBroadPhaseRegion_1'); -var _emscripten_bind_PxScene_addBroadPhaseRegion_2 = Module['_emscripten_bind_PxScene_addBroadPhaseRegion_2'] = createExportWrapper('emscripten_bind_PxScene_addBroadPhaseRegion_2'); -var _emscripten_bind_PxScene_removeBroadPhaseRegion_1 = Module['_emscripten_bind_PxScene_removeBroadPhaseRegion_1'] = createExportWrapper('emscripten_bind_PxScene_removeBroadPhaseRegion_1'); -var _emscripten_bind_PxScene_lockRead_0 = Module['_emscripten_bind_PxScene_lockRead_0'] = createExportWrapper('emscripten_bind_PxScene_lockRead_0'); -var _emscripten_bind_PxScene_lockRead_1 = Module['_emscripten_bind_PxScene_lockRead_1'] = createExportWrapper('emscripten_bind_PxScene_lockRead_1'); -var _emscripten_bind_PxScene_lockRead_2 = Module['_emscripten_bind_PxScene_lockRead_2'] = createExportWrapper('emscripten_bind_PxScene_lockRead_2'); -var _emscripten_bind_PxScene_unlockRead_0 = Module['_emscripten_bind_PxScene_unlockRead_0'] = createExportWrapper('emscripten_bind_PxScene_unlockRead_0'); -var _emscripten_bind_PxScene_lockWrite_0 = Module['_emscripten_bind_PxScene_lockWrite_0'] = createExportWrapper('emscripten_bind_PxScene_lockWrite_0'); -var _emscripten_bind_PxScene_lockWrite_1 = Module['_emscripten_bind_PxScene_lockWrite_1'] = createExportWrapper('emscripten_bind_PxScene_lockWrite_1'); -var _emscripten_bind_PxScene_lockWrite_2 = Module['_emscripten_bind_PxScene_lockWrite_2'] = createExportWrapper('emscripten_bind_PxScene_lockWrite_2'); -var _emscripten_bind_PxScene_unlockWrite_0 = Module['_emscripten_bind_PxScene_unlockWrite_0'] = createExportWrapper('emscripten_bind_PxScene_unlockWrite_0'); -var _emscripten_bind_PxScene_setNbContactDataBlocks_1 = Module['_emscripten_bind_PxScene_setNbContactDataBlocks_1'] = createExportWrapper('emscripten_bind_PxScene_setNbContactDataBlocks_1'); -var _emscripten_bind_PxScene_getNbContactDataBlocksUsed_0 = Module['_emscripten_bind_PxScene_getNbContactDataBlocksUsed_0'] = createExportWrapper('emscripten_bind_PxScene_getNbContactDataBlocksUsed_0'); -var _emscripten_bind_PxScene_getMaxNbContactDataBlocksUsed_0 = Module['_emscripten_bind_PxScene_getMaxNbContactDataBlocksUsed_0'] = createExportWrapper('emscripten_bind_PxScene_getMaxNbContactDataBlocksUsed_0'); -var _emscripten_bind_PxScene_getContactReportStreamBufferSize_0 = Module['_emscripten_bind_PxScene_getContactReportStreamBufferSize_0'] = createExportWrapper('emscripten_bind_PxScene_getContactReportStreamBufferSize_0'); -var _emscripten_bind_PxScene_setSolverBatchSize_1 = Module['_emscripten_bind_PxScene_setSolverBatchSize_1'] = createExportWrapper('emscripten_bind_PxScene_setSolverBatchSize_1'); -var _emscripten_bind_PxScene_getSolverBatchSize_0 = Module['_emscripten_bind_PxScene_getSolverBatchSize_0'] = createExportWrapper('emscripten_bind_PxScene_getSolverBatchSize_0'); -var _emscripten_bind_PxScene_setSolverArticulationBatchSize_1 = Module['_emscripten_bind_PxScene_setSolverArticulationBatchSize_1'] = createExportWrapper('emscripten_bind_PxScene_setSolverArticulationBatchSize_1'); -var _emscripten_bind_PxScene_getSolverArticulationBatchSize_0 = Module['_emscripten_bind_PxScene_getSolverArticulationBatchSize_0'] = createExportWrapper('emscripten_bind_PxScene_getSolverArticulationBatchSize_0'); -var _emscripten_bind_PxScene_release_0 = Module['_emscripten_bind_PxScene_release_0'] = createExportWrapper('emscripten_bind_PxScene_release_0'); -var _emscripten_bind_PxScene_setFlag_2 = Module['_emscripten_bind_PxScene_setFlag_2'] = createExportWrapper('emscripten_bind_PxScene_setFlag_2'); -var _emscripten_bind_PxScene_getFlags_0 = Module['_emscripten_bind_PxScene_getFlags_0'] = createExportWrapper('emscripten_bind_PxScene_getFlags_0'); -var _emscripten_bind_PxScene_setLimits_1 = Module['_emscripten_bind_PxScene_setLimits_1'] = createExportWrapper('emscripten_bind_PxScene_setLimits_1'); -var _emscripten_bind_PxScene_getLimits_0 = Module['_emscripten_bind_PxScene_getLimits_0'] = createExportWrapper('emscripten_bind_PxScene_getLimits_0'); -var _emscripten_bind_PxScene_getPhysics_0 = Module['_emscripten_bind_PxScene_getPhysics_0'] = createExportWrapper('emscripten_bind_PxScene_getPhysics_0'); -var _emscripten_bind_PxScene_getTimestamp_0 = Module['_emscripten_bind_PxScene_getTimestamp_0'] = createExportWrapper('emscripten_bind_PxScene_getTimestamp_0'); -var _emscripten_bind_PxScene_setDynamicTreeRebuildRateHint_1 = Module['_emscripten_bind_PxScene_setDynamicTreeRebuildRateHint_1'] = createExportWrapper('emscripten_bind_PxScene_setDynamicTreeRebuildRateHint_1'); -var _emscripten_bind_PxScene_getDynamicTreeRebuildRateHint_0 = Module['_emscripten_bind_PxScene_getDynamicTreeRebuildRateHint_0'] = createExportWrapper('emscripten_bind_PxScene_getDynamicTreeRebuildRateHint_0'); -var _emscripten_bind_PxScene_forceRebuildDynamicTree_1 = Module['_emscripten_bind_PxScene_forceRebuildDynamicTree_1'] = createExportWrapper('emscripten_bind_PxScene_forceRebuildDynamicTree_1'); -var _emscripten_bind_PxScene_setUpdateMode_1 = Module['_emscripten_bind_PxScene_setUpdateMode_1'] = createExportWrapper('emscripten_bind_PxScene_setUpdateMode_1'); -var _emscripten_bind_PxScene_getUpdateMode_0 = Module['_emscripten_bind_PxScene_getUpdateMode_0'] = createExportWrapper('emscripten_bind_PxScene_getUpdateMode_0'); -var _emscripten_bind_PxScene_getStaticTimestamp_0 = Module['_emscripten_bind_PxScene_getStaticTimestamp_0'] = createExportWrapper('emscripten_bind_PxScene_getStaticTimestamp_0'); -var _emscripten_bind_PxScene_flushUpdates_0 = Module['_emscripten_bind_PxScene_flushUpdates_0'] = createExportWrapper('emscripten_bind_PxScene_flushUpdates_0'); -var _emscripten_bind_PxScene_raycast_4 = Module['_emscripten_bind_PxScene_raycast_4'] = createExportWrapper('emscripten_bind_PxScene_raycast_4'); -var _emscripten_bind_PxScene_raycast_5 = Module['_emscripten_bind_PxScene_raycast_5'] = createExportWrapper('emscripten_bind_PxScene_raycast_5'); -var _emscripten_bind_PxScene_raycast_6 = Module['_emscripten_bind_PxScene_raycast_6'] = createExportWrapper('emscripten_bind_PxScene_raycast_6'); -var _emscripten_bind_PxScene_sweep_5 = Module['_emscripten_bind_PxScene_sweep_5'] = createExportWrapper('emscripten_bind_PxScene_sweep_5'); -var _emscripten_bind_PxScene_sweep_6 = Module['_emscripten_bind_PxScene_sweep_6'] = createExportWrapper('emscripten_bind_PxScene_sweep_6'); -var _emscripten_bind_PxScene_sweep_7 = Module['_emscripten_bind_PxScene_sweep_7'] = createExportWrapper('emscripten_bind_PxScene_sweep_7'); -var _emscripten_bind_PxScene_overlap_3 = Module['_emscripten_bind_PxScene_overlap_3'] = createExportWrapper('emscripten_bind_PxScene_overlap_3'); -var _emscripten_bind_PxScene_overlap_4 = Module['_emscripten_bind_PxScene_overlap_4'] = createExportWrapper('emscripten_bind_PxScene_overlap_4'); -var _emscripten_bind_PxScene_setSceneQueryUpdateMode_1 = Module['_emscripten_bind_PxScene_setSceneQueryUpdateMode_1'] = createExportWrapper('emscripten_bind_PxScene_setSceneQueryUpdateMode_1'); -var _emscripten_bind_PxScene_getSceneQueryUpdateMode_0 = Module['_emscripten_bind_PxScene_getSceneQueryUpdateMode_0'] = createExportWrapper('emscripten_bind_PxScene_getSceneQueryUpdateMode_0'); -var _emscripten_bind_PxScene_getSceneQueryStaticTimestamp_0 = Module['_emscripten_bind_PxScene_getSceneQueryStaticTimestamp_0'] = createExportWrapper('emscripten_bind_PxScene_getSceneQueryStaticTimestamp_0'); -var _emscripten_bind_PxScene_flushQueryUpdates_0 = Module['_emscripten_bind_PxScene_flushQueryUpdates_0'] = createExportWrapper('emscripten_bind_PxScene_flushQueryUpdates_0'); -var _emscripten_bind_PxScene_forceDynamicTreeRebuild_2 = Module['_emscripten_bind_PxScene_forceDynamicTreeRebuild_2'] = createExportWrapper('emscripten_bind_PxScene_forceDynamicTreeRebuild_2'); -var _emscripten_bind_PxScene_getStaticStructure_0 = Module['_emscripten_bind_PxScene_getStaticStructure_0'] = createExportWrapper('emscripten_bind_PxScene_getStaticStructure_0'); -var _emscripten_bind_PxScene_getDynamicStructure_0 = Module['_emscripten_bind_PxScene_getDynamicStructure_0'] = createExportWrapper('emscripten_bind_PxScene_getDynamicStructure_0'); -var _emscripten_bind_PxScene_sceneQueriesUpdate_0 = Module['_emscripten_bind_PxScene_sceneQueriesUpdate_0'] = createExportWrapper('emscripten_bind_PxScene_sceneQueriesUpdate_0'); -var _emscripten_bind_PxScene_sceneQueriesUpdate_1 = Module['_emscripten_bind_PxScene_sceneQueriesUpdate_1'] = createExportWrapper('emscripten_bind_PxScene_sceneQueriesUpdate_1'); -var _emscripten_bind_PxScene_sceneQueriesUpdate_2 = Module['_emscripten_bind_PxScene_sceneQueriesUpdate_2'] = createExportWrapper('emscripten_bind_PxScene_sceneQueriesUpdate_2'); -var _emscripten_bind_PxScene_checkQueries_0 = Module['_emscripten_bind_PxScene_checkQueries_0'] = createExportWrapper('emscripten_bind_PxScene_checkQueries_0'); -var _emscripten_bind_PxScene_checkQueries_1 = Module['_emscripten_bind_PxScene_checkQueries_1'] = createExportWrapper('emscripten_bind_PxScene_checkQueries_1'); -var _emscripten_bind_PxScene_fetchQueries_0 = Module['_emscripten_bind_PxScene_fetchQueries_0'] = createExportWrapper('emscripten_bind_PxScene_fetchQueries_0'); -var _emscripten_bind_PxScene_fetchQueries_1 = Module['_emscripten_bind_PxScene_fetchQueries_1'] = createExportWrapper('emscripten_bind_PxScene_fetchQueries_1'); -var _emscripten_bind_PxScene_get_userData_0 = Module['_emscripten_bind_PxScene_get_userData_0'] = createExportWrapper('emscripten_bind_PxScene_get_userData_0'); -var _emscripten_bind_PxScene_set_userData_1 = Module['_emscripten_bind_PxScene_set_userData_1'] = createExportWrapper('emscripten_bind_PxScene_set_userData_1'); -var _emscripten_bind_PxSceneDesc_PxSceneDesc_1 = Module['_emscripten_bind_PxSceneDesc_PxSceneDesc_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_PxSceneDesc_1'); -var _emscripten_bind_PxSceneDesc_setToDefault_1 = Module['_emscripten_bind_PxSceneDesc_setToDefault_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_setToDefault_1'); -var _emscripten_bind_PxSceneDesc_isValid_0 = Module['_emscripten_bind_PxSceneDesc_isValid_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_isValid_0'); -var _emscripten_bind_PxSceneDesc_get_gravity_0 = Module['_emscripten_bind_PxSceneDesc_get_gravity_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_gravity_0'); -var _emscripten_bind_PxSceneDesc_set_gravity_1 = Module['_emscripten_bind_PxSceneDesc_set_gravity_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_gravity_1'); -var _emscripten_bind_PxSceneDesc_get_simulationEventCallback_0 = Module['_emscripten_bind_PxSceneDesc_get_simulationEventCallback_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_simulationEventCallback_0'); -var _emscripten_bind_PxSceneDesc_set_simulationEventCallback_1 = Module['_emscripten_bind_PxSceneDesc_set_simulationEventCallback_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_simulationEventCallback_1'); -var _emscripten_bind_PxSceneDesc_get_filterShaderData_0 = Module['_emscripten_bind_PxSceneDesc_get_filterShaderData_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_filterShaderData_0'); -var _emscripten_bind_PxSceneDesc_set_filterShaderData_1 = Module['_emscripten_bind_PxSceneDesc_set_filterShaderData_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_filterShaderData_1'); -var _emscripten_bind_PxSceneDesc_get_filterShaderDataSize_0 = Module['_emscripten_bind_PxSceneDesc_get_filterShaderDataSize_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_filterShaderDataSize_0'); -var _emscripten_bind_PxSceneDesc_set_filterShaderDataSize_1 = Module['_emscripten_bind_PxSceneDesc_set_filterShaderDataSize_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_filterShaderDataSize_1'); -var _emscripten_bind_PxSceneDesc_get_filterShader_0 = Module['_emscripten_bind_PxSceneDesc_get_filterShader_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_filterShader_0'); -var _emscripten_bind_PxSceneDesc_set_filterShader_1 = Module['_emscripten_bind_PxSceneDesc_set_filterShader_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_filterShader_1'); -var _emscripten_bind_PxSceneDesc_get_kineKineFilteringMode_0 = Module['_emscripten_bind_PxSceneDesc_get_kineKineFilteringMode_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_kineKineFilteringMode_0'); -var _emscripten_bind_PxSceneDesc_set_kineKineFilteringMode_1 = Module['_emscripten_bind_PxSceneDesc_set_kineKineFilteringMode_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_kineKineFilteringMode_1'); -var _emscripten_bind_PxSceneDesc_get_staticKineFilteringMode_0 = Module['_emscripten_bind_PxSceneDesc_get_staticKineFilteringMode_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_staticKineFilteringMode_0'); -var _emscripten_bind_PxSceneDesc_set_staticKineFilteringMode_1 = Module['_emscripten_bind_PxSceneDesc_set_staticKineFilteringMode_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_staticKineFilteringMode_1'); -var _emscripten_bind_PxSceneDesc_get_broadPhaseType_0 = Module['_emscripten_bind_PxSceneDesc_get_broadPhaseType_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_broadPhaseType_0'); -var _emscripten_bind_PxSceneDesc_set_broadPhaseType_1 = Module['_emscripten_bind_PxSceneDesc_set_broadPhaseType_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_broadPhaseType_1'); -var _emscripten_bind_PxSceneDesc_get_limits_0 = Module['_emscripten_bind_PxSceneDesc_get_limits_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_limits_0'); -var _emscripten_bind_PxSceneDesc_set_limits_1 = Module['_emscripten_bind_PxSceneDesc_set_limits_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_limits_1'); -var _emscripten_bind_PxSceneDesc_get_frictionType_0 = Module['_emscripten_bind_PxSceneDesc_get_frictionType_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_frictionType_0'); -var _emscripten_bind_PxSceneDesc_set_frictionType_1 = Module['_emscripten_bind_PxSceneDesc_set_frictionType_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_frictionType_1'); -var _emscripten_bind_PxSceneDesc_get_solverType_0 = Module['_emscripten_bind_PxSceneDesc_get_solverType_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_solverType_0'); -var _emscripten_bind_PxSceneDesc_set_solverType_1 = Module['_emscripten_bind_PxSceneDesc_set_solverType_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_solverType_1'); -var _emscripten_bind_PxSceneDesc_get_bounceThresholdVelocity_0 = Module['_emscripten_bind_PxSceneDesc_get_bounceThresholdVelocity_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_bounceThresholdVelocity_0'); -var _emscripten_bind_PxSceneDesc_set_bounceThresholdVelocity_1 = Module['_emscripten_bind_PxSceneDesc_set_bounceThresholdVelocity_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_bounceThresholdVelocity_1'); -var _emscripten_bind_PxSceneDesc_get_frictionOffsetThreshold_0 = Module['_emscripten_bind_PxSceneDesc_get_frictionOffsetThreshold_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_frictionOffsetThreshold_0'); -var _emscripten_bind_PxSceneDesc_set_frictionOffsetThreshold_1 = Module['_emscripten_bind_PxSceneDesc_set_frictionOffsetThreshold_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_frictionOffsetThreshold_1'); -var _emscripten_bind_PxSceneDesc_get_frictionCorrelationDistance_0 = Module['_emscripten_bind_PxSceneDesc_get_frictionCorrelationDistance_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_frictionCorrelationDistance_0'); -var _emscripten_bind_PxSceneDesc_set_frictionCorrelationDistance_1 = Module['_emscripten_bind_PxSceneDesc_set_frictionCorrelationDistance_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_frictionCorrelationDistance_1'); -var _emscripten_bind_PxSceneDesc_get_flags_0 = Module['_emscripten_bind_PxSceneDesc_get_flags_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_flags_0'); -var _emscripten_bind_PxSceneDesc_set_flags_1 = Module['_emscripten_bind_PxSceneDesc_set_flags_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_flags_1'); -var _emscripten_bind_PxSceneDesc_get_cpuDispatcher_0 = Module['_emscripten_bind_PxSceneDesc_get_cpuDispatcher_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_cpuDispatcher_0'); -var _emscripten_bind_PxSceneDesc_set_cpuDispatcher_1 = Module['_emscripten_bind_PxSceneDesc_set_cpuDispatcher_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_cpuDispatcher_1'); -var _emscripten_bind_PxSceneDesc_get_userData_0 = Module['_emscripten_bind_PxSceneDesc_get_userData_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_userData_0'); -var _emscripten_bind_PxSceneDesc_set_userData_1 = Module['_emscripten_bind_PxSceneDesc_set_userData_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_userData_1'); -var _emscripten_bind_PxSceneDesc_get_solverBatchSize_0 = Module['_emscripten_bind_PxSceneDesc_get_solverBatchSize_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_solverBatchSize_0'); -var _emscripten_bind_PxSceneDesc_set_solverBatchSize_1 = Module['_emscripten_bind_PxSceneDesc_set_solverBatchSize_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_solverBatchSize_1'); -var _emscripten_bind_PxSceneDesc_get_solverArticulationBatchSize_0 = Module['_emscripten_bind_PxSceneDesc_get_solverArticulationBatchSize_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_solverArticulationBatchSize_0'); -var _emscripten_bind_PxSceneDesc_set_solverArticulationBatchSize_1 = Module['_emscripten_bind_PxSceneDesc_set_solverArticulationBatchSize_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_solverArticulationBatchSize_1'); -var _emscripten_bind_PxSceneDesc_get_nbContactDataBlocks_0 = Module['_emscripten_bind_PxSceneDesc_get_nbContactDataBlocks_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_nbContactDataBlocks_0'); -var _emscripten_bind_PxSceneDesc_set_nbContactDataBlocks_1 = Module['_emscripten_bind_PxSceneDesc_set_nbContactDataBlocks_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_nbContactDataBlocks_1'); -var _emscripten_bind_PxSceneDesc_get_maxNbContactDataBlocks_0 = Module['_emscripten_bind_PxSceneDesc_get_maxNbContactDataBlocks_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_maxNbContactDataBlocks_0'); -var _emscripten_bind_PxSceneDesc_set_maxNbContactDataBlocks_1 = Module['_emscripten_bind_PxSceneDesc_set_maxNbContactDataBlocks_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_maxNbContactDataBlocks_1'); -var _emscripten_bind_PxSceneDesc_get_maxBiasCoefficient_0 = Module['_emscripten_bind_PxSceneDesc_get_maxBiasCoefficient_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_maxBiasCoefficient_0'); -var _emscripten_bind_PxSceneDesc_set_maxBiasCoefficient_1 = Module['_emscripten_bind_PxSceneDesc_set_maxBiasCoefficient_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_maxBiasCoefficient_1'); -var _emscripten_bind_PxSceneDesc_get_contactReportStreamBufferSize_0 = Module['_emscripten_bind_PxSceneDesc_get_contactReportStreamBufferSize_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_contactReportStreamBufferSize_0'); -var _emscripten_bind_PxSceneDesc_set_contactReportStreamBufferSize_1 = Module['_emscripten_bind_PxSceneDesc_set_contactReportStreamBufferSize_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_contactReportStreamBufferSize_1'); -var _emscripten_bind_PxSceneDesc_get_ccdMaxPasses_0 = Module['_emscripten_bind_PxSceneDesc_get_ccdMaxPasses_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_ccdMaxPasses_0'); -var _emscripten_bind_PxSceneDesc_set_ccdMaxPasses_1 = Module['_emscripten_bind_PxSceneDesc_set_ccdMaxPasses_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_ccdMaxPasses_1'); -var _emscripten_bind_PxSceneDesc_get_ccdThreshold_0 = Module['_emscripten_bind_PxSceneDesc_get_ccdThreshold_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_ccdThreshold_0'); -var _emscripten_bind_PxSceneDesc_set_ccdThreshold_1 = Module['_emscripten_bind_PxSceneDesc_set_ccdThreshold_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_ccdThreshold_1'); -var _emscripten_bind_PxSceneDesc_get_ccdMaxSeparation_0 = Module['_emscripten_bind_PxSceneDesc_get_ccdMaxSeparation_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_ccdMaxSeparation_0'); -var _emscripten_bind_PxSceneDesc_set_ccdMaxSeparation_1 = Module['_emscripten_bind_PxSceneDesc_set_ccdMaxSeparation_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_ccdMaxSeparation_1'); -var _emscripten_bind_PxSceneDesc_get_wakeCounterResetValue_0 = Module['_emscripten_bind_PxSceneDesc_get_wakeCounterResetValue_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_wakeCounterResetValue_0'); -var _emscripten_bind_PxSceneDesc_set_wakeCounterResetValue_1 = Module['_emscripten_bind_PxSceneDesc_set_wakeCounterResetValue_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_wakeCounterResetValue_1'); -var _emscripten_bind_PxSceneDesc_get_sanityBounds_0 = Module['_emscripten_bind_PxSceneDesc_get_sanityBounds_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_sanityBounds_0'); -var _emscripten_bind_PxSceneDesc_set_sanityBounds_1 = Module['_emscripten_bind_PxSceneDesc_set_sanityBounds_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_sanityBounds_1'); -var _emscripten_bind_PxSceneDesc_get_gpuMaxNumPartitions_0 = Module['_emscripten_bind_PxSceneDesc_get_gpuMaxNumPartitions_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_gpuMaxNumPartitions_0'); -var _emscripten_bind_PxSceneDesc_set_gpuMaxNumPartitions_1 = Module['_emscripten_bind_PxSceneDesc_set_gpuMaxNumPartitions_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_gpuMaxNumPartitions_1'); -var _emscripten_bind_PxSceneDesc_get_gpuMaxNumStaticPartitions_0 = Module['_emscripten_bind_PxSceneDesc_get_gpuMaxNumStaticPartitions_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_gpuMaxNumStaticPartitions_0'); -var _emscripten_bind_PxSceneDesc_set_gpuMaxNumStaticPartitions_1 = Module['_emscripten_bind_PxSceneDesc_set_gpuMaxNumStaticPartitions_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_gpuMaxNumStaticPartitions_1'); -var _emscripten_bind_PxSceneDesc_get_gpuComputeVersion_0 = Module['_emscripten_bind_PxSceneDesc_get_gpuComputeVersion_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_gpuComputeVersion_0'); -var _emscripten_bind_PxSceneDesc_set_gpuComputeVersion_1 = Module['_emscripten_bind_PxSceneDesc_set_gpuComputeVersion_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_gpuComputeVersion_1'); -var _emscripten_bind_PxSceneDesc_get_contactPairSlabSize_0 = Module['_emscripten_bind_PxSceneDesc_get_contactPairSlabSize_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_contactPairSlabSize_0'); -var _emscripten_bind_PxSceneDesc_set_contactPairSlabSize_1 = Module['_emscripten_bind_PxSceneDesc_set_contactPairSlabSize_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_contactPairSlabSize_1'); -var _emscripten_bind_PxSceneDesc_get_staticStructure_0 = Module['_emscripten_bind_PxSceneDesc_get_staticStructure_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_staticStructure_0'); -var _emscripten_bind_PxSceneDesc_set_staticStructure_1 = Module['_emscripten_bind_PxSceneDesc_set_staticStructure_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_staticStructure_1'); -var _emscripten_bind_PxSceneDesc_get_dynamicStructure_0 = Module['_emscripten_bind_PxSceneDesc_get_dynamicStructure_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_dynamicStructure_0'); -var _emscripten_bind_PxSceneDesc_set_dynamicStructure_1 = Module['_emscripten_bind_PxSceneDesc_set_dynamicStructure_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_dynamicStructure_1'); -var _emscripten_bind_PxSceneDesc_get_dynamicTreeRebuildRateHint_0 = Module['_emscripten_bind_PxSceneDesc_get_dynamicTreeRebuildRateHint_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_dynamicTreeRebuildRateHint_0'); -var _emscripten_bind_PxSceneDesc_set_dynamicTreeRebuildRateHint_1 = Module['_emscripten_bind_PxSceneDesc_set_dynamicTreeRebuildRateHint_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_dynamicTreeRebuildRateHint_1'); -var _emscripten_bind_PxSceneDesc_get_dynamicTreeSecondaryPruner_0 = Module['_emscripten_bind_PxSceneDesc_get_dynamicTreeSecondaryPruner_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_dynamicTreeSecondaryPruner_0'); -var _emscripten_bind_PxSceneDesc_set_dynamicTreeSecondaryPruner_1 = Module['_emscripten_bind_PxSceneDesc_set_dynamicTreeSecondaryPruner_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_dynamicTreeSecondaryPruner_1'); -var _emscripten_bind_PxSceneDesc_get_staticBVHBuildStrategy_0 = Module['_emscripten_bind_PxSceneDesc_get_staticBVHBuildStrategy_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_staticBVHBuildStrategy_0'); -var _emscripten_bind_PxSceneDesc_set_staticBVHBuildStrategy_1 = Module['_emscripten_bind_PxSceneDesc_set_staticBVHBuildStrategy_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_staticBVHBuildStrategy_1'); -var _emscripten_bind_PxSceneDesc_get_dynamicBVHBuildStrategy_0 = Module['_emscripten_bind_PxSceneDesc_get_dynamicBVHBuildStrategy_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_dynamicBVHBuildStrategy_0'); -var _emscripten_bind_PxSceneDesc_set_dynamicBVHBuildStrategy_1 = Module['_emscripten_bind_PxSceneDesc_set_dynamicBVHBuildStrategy_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_dynamicBVHBuildStrategy_1'); -var _emscripten_bind_PxSceneDesc_get_staticNbObjectsPerNode_0 = Module['_emscripten_bind_PxSceneDesc_get_staticNbObjectsPerNode_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_staticNbObjectsPerNode_0'); -var _emscripten_bind_PxSceneDesc_set_staticNbObjectsPerNode_1 = Module['_emscripten_bind_PxSceneDesc_set_staticNbObjectsPerNode_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_staticNbObjectsPerNode_1'); -var _emscripten_bind_PxSceneDesc_get_dynamicNbObjectsPerNode_0 = Module['_emscripten_bind_PxSceneDesc_get_dynamicNbObjectsPerNode_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_dynamicNbObjectsPerNode_0'); -var _emscripten_bind_PxSceneDesc_set_dynamicNbObjectsPerNode_1 = Module['_emscripten_bind_PxSceneDesc_set_dynamicNbObjectsPerNode_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_dynamicNbObjectsPerNode_1'); -var _emscripten_bind_PxSceneDesc_get_sceneQueryUpdateMode_0 = Module['_emscripten_bind_PxSceneDesc_get_sceneQueryUpdateMode_0'] = createExportWrapper('emscripten_bind_PxSceneDesc_get_sceneQueryUpdateMode_0'); -var _emscripten_bind_PxSceneDesc_set_sceneQueryUpdateMode_1 = Module['_emscripten_bind_PxSceneDesc_set_sceneQueryUpdateMode_1'] = createExportWrapper('emscripten_bind_PxSceneDesc_set_sceneQueryUpdateMode_1'); -var _emscripten_bind_PxSceneDesc___destroy___0 = Module['_emscripten_bind_PxSceneDesc___destroy___0'] = createExportWrapper('emscripten_bind_PxSceneDesc___destroy___0'); -var _emscripten_bind_PxSceneFlags_PxSceneFlags_1 = Module['_emscripten_bind_PxSceneFlags_PxSceneFlags_1'] = createExportWrapper('emscripten_bind_PxSceneFlags_PxSceneFlags_1'); -var _emscripten_bind_PxSceneFlags_isSet_1 = Module['_emscripten_bind_PxSceneFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxSceneFlags_isSet_1'); -var _emscripten_bind_PxSceneFlags_raise_1 = Module['_emscripten_bind_PxSceneFlags_raise_1'] = createExportWrapper('emscripten_bind_PxSceneFlags_raise_1'); -var _emscripten_bind_PxSceneFlags_clear_1 = Module['_emscripten_bind_PxSceneFlags_clear_1'] = createExportWrapper('emscripten_bind_PxSceneFlags_clear_1'); -var _emscripten_bind_PxSceneFlags___destroy___0 = Module['_emscripten_bind_PxSceneFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxSceneFlags___destroy___0'); -var _emscripten_bind_PxSceneLimits_PxSceneLimits_0 = Module['_emscripten_bind_PxSceneLimits_PxSceneLimits_0'] = createExportWrapper('emscripten_bind_PxSceneLimits_PxSceneLimits_0'); -var _emscripten_bind_PxSceneLimits_setToDefault_0 = Module['_emscripten_bind_PxSceneLimits_setToDefault_0'] = createExportWrapper('emscripten_bind_PxSceneLimits_setToDefault_0'); -var _emscripten_bind_PxSceneLimits_isValid_0 = Module['_emscripten_bind_PxSceneLimits_isValid_0'] = createExportWrapper('emscripten_bind_PxSceneLimits_isValid_0'); -var _emscripten_bind_PxSceneLimits_get_maxNbActors_0 = Module['_emscripten_bind_PxSceneLimits_get_maxNbActors_0'] = createExportWrapper('emscripten_bind_PxSceneLimits_get_maxNbActors_0'); -var _emscripten_bind_PxSceneLimits_set_maxNbActors_1 = Module['_emscripten_bind_PxSceneLimits_set_maxNbActors_1'] = createExportWrapper('emscripten_bind_PxSceneLimits_set_maxNbActors_1'); -var _emscripten_bind_PxSceneLimits_get_maxNbBodies_0 = Module['_emscripten_bind_PxSceneLimits_get_maxNbBodies_0'] = createExportWrapper('emscripten_bind_PxSceneLimits_get_maxNbBodies_0'); -var _emscripten_bind_PxSceneLimits_set_maxNbBodies_1 = Module['_emscripten_bind_PxSceneLimits_set_maxNbBodies_1'] = createExportWrapper('emscripten_bind_PxSceneLimits_set_maxNbBodies_1'); -var _emscripten_bind_PxSceneLimits_get_maxNbStaticShapes_0 = Module['_emscripten_bind_PxSceneLimits_get_maxNbStaticShapes_0'] = createExportWrapper('emscripten_bind_PxSceneLimits_get_maxNbStaticShapes_0'); -var _emscripten_bind_PxSceneLimits_set_maxNbStaticShapes_1 = Module['_emscripten_bind_PxSceneLimits_set_maxNbStaticShapes_1'] = createExportWrapper('emscripten_bind_PxSceneLimits_set_maxNbStaticShapes_1'); -var _emscripten_bind_PxSceneLimits_get_maxNbDynamicShapes_0 = Module['_emscripten_bind_PxSceneLimits_get_maxNbDynamicShapes_0'] = createExportWrapper('emscripten_bind_PxSceneLimits_get_maxNbDynamicShapes_0'); -var _emscripten_bind_PxSceneLimits_set_maxNbDynamicShapes_1 = Module['_emscripten_bind_PxSceneLimits_set_maxNbDynamicShapes_1'] = createExportWrapper('emscripten_bind_PxSceneLimits_set_maxNbDynamicShapes_1'); -var _emscripten_bind_PxSceneLimits_get_maxNbAggregates_0 = Module['_emscripten_bind_PxSceneLimits_get_maxNbAggregates_0'] = createExportWrapper('emscripten_bind_PxSceneLimits_get_maxNbAggregates_0'); -var _emscripten_bind_PxSceneLimits_set_maxNbAggregates_1 = Module['_emscripten_bind_PxSceneLimits_set_maxNbAggregates_1'] = createExportWrapper('emscripten_bind_PxSceneLimits_set_maxNbAggregates_1'); -var _emscripten_bind_PxSceneLimits_get_maxNbConstraints_0 = Module['_emscripten_bind_PxSceneLimits_get_maxNbConstraints_0'] = createExportWrapper('emscripten_bind_PxSceneLimits_get_maxNbConstraints_0'); -var _emscripten_bind_PxSceneLimits_set_maxNbConstraints_1 = Module['_emscripten_bind_PxSceneLimits_set_maxNbConstraints_1'] = createExportWrapper('emscripten_bind_PxSceneLimits_set_maxNbConstraints_1'); -var _emscripten_bind_PxSceneLimits_get_maxNbRegions_0 = Module['_emscripten_bind_PxSceneLimits_get_maxNbRegions_0'] = createExportWrapper('emscripten_bind_PxSceneLimits_get_maxNbRegions_0'); -var _emscripten_bind_PxSceneLimits_set_maxNbRegions_1 = Module['_emscripten_bind_PxSceneLimits_set_maxNbRegions_1'] = createExportWrapper('emscripten_bind_PxSceneLimits_set_maxNbRegions_1'); -var _emscripten_bind_PxSceneLimits_get_maxNbBroadPhaseOverlaps_0 = Module['_emscripten_bind_PxSceneLimits_get_maxNbBroadPhaseOverlaps_0'] = createExportWrapper('emscripten_bind_PxSceneLimits_get_maxNbBroadPhaseOverlaps_0'); -var _emscripten_bind_PxSceneLimits_set_maxNbBroadPhaseOverlaps_1 = Module['_emscripten_bind_PxSceneLimits_set_maxNbBroadPhaseOverlaps_1'] = createExportWrapper('emscripten_bind_PxSceneLimits_set_maxNbBroadPhaseOverlaps_1'); -var _emscripten_bind_PxSceneLimits___destroy___0 = Module['_emscripten_bind_PxSceneLimits___destroy___0'] = createExportWrapper('emscripten_bind_PxSceneLimits___destroy___0'); -var _emscripten_bind_PxSerialization_isSerializable_2 = Module['_emscripten_bind_PxSerialization_isSerializable_2'] = createExportWrapper('emscripten_bind_PxSerialization_isSerializable_2'); -var _emscripten_bind_PxSerialization_isSerializable_3 = Module['_emscripten_bind_PxSerialization_isSerializable_3'] = createExportWrapper('emscripten_bind_PxSerialization_isSerializable_3'); -var _emscripten_bind_PxSerialization_complete_2 = Module['_emscripten_bind_PxSerialization_complete_2'] = createExportWrapper('emscripten_bind_PxSerialization_complete_2'); -var _emscripten_bind_PxSerialization_complete_3 = Module['_emscripten_bind_PxSerialization_complete_3'] = createExportWrapper('emscripten_bind_PxSerialization_complete_3'); -var _emscripten_bind_PxSerialization_complete_4 = Module['_emscripten_bind_PxSerialization_complete_4'] = createExportWrapper('emscripten_bind_PxSerialization_complete_4'); -var _emscripten_bind_PxSerialization_createSerialObjectIds_2 = Module['_emscripten_bind_PxSerialization_createSerialObjectIds_2'] = createExportWrapper('emscripten_bind_PxSerialization_createSerialObjectIds_2'); -var _emscripten_bind_PxSerialization_createCollectionFromXml_3 = Module['_emscripten_bind_PxSerialization_createCollectionFromXml_3'] = createExportWrapper('emscripten_bind_PxSerialization_createCollectionFromXml_3'); -var _emscripten_bind_PxSerialization_createCollectionFromXml_4 = Module['_emscripten_bind_PxSerialization_createCollectionFromXml_4'] = createExportWrapper('emscripten_bind_PxSerialization_createCollectionFromXml_4'); -var _emscripten_bind_PxSerialization_createCollectionFromBinary_2 = Module['_emscripten_bind_PxSerialization_createCollectionFromBinary_2'] = createExportWrapper('emscripten_bind_PxSerialization_createCollectionFromBinary_2'); -var _emscripten_bind_PxSerialization_createCollectionFromBinary_3 = Module['_emscripten_bind_PxSerialization_createCollectionFromBinary_3'] = createExportWrapper('emscripten_bind_PxSerialization_createCollectionFromBinary_3'); -var _emscripten_bind_PxSerialization_serializeCollectionToXml_3 = Module['_emscripten_bind_PxSerialization_serializeCollectionToXml_3'] = createExportWrapper('emscripten_bind_PxSerialization_serializeCollectionToXml_3'); -var _emscripten_bind_PxSerialization_serializeCollectionToXml_4 = Module['_emscripten_bind_PxSerialization_serializeCollectionToXml_4'] = createExportWrapper('emscripten_bind_PxSerialization_serializeCollectionToXml_4'); -var _emscripten_bind_PxSerialization_serializeCollectionToXml_5 = Module['_emscripten_bind_PxSerialization_serializeCollectionToXml_5'] = createExportWrapper('emscripten_bind_PxSerialization_serializeCollectionToXml_5'); -var _emscripten_bind_PxSerialization_serializeCollectionToBinary_3 = Module['_emscripten_bind_PxSerialization_serializeCollectionToBinary_3'] = createExportWrapper('emscripten_bind_PxSerialization_serializeCollectionToBinary_3'); -var _emscripten_bind_PxSerialization_serializeCollectionToBinary_4 = Module['_emscripten_bind_PxSerialization_serializeCollectionToBinary_4'] = createExportWrapper('emscripten_bind_PxSerialization_serializeCollectionToBinary_4'); -var _emscripten_bind_PxSerialization_serializeCollectionToBinary_5 = Module['_emscripten_bind_PxSerialization_serializeCollectionToBinary_5'] = createExportWrapper('emscripten_bind_PxSerialization_serializeCollectionToBinary_5'); -var _emscripten_bind_PxSerialization_createSerializationRegistry_1 = Module['_emscripten_bind_PxSerialization_createSerializationRegistry_1'] = createExportWrapper('emscripten_bind_PxSerialization_createSerializationRegistry_1'); -var _emscripten_bind_PxSerialization___destroy___0 = Module['_emscripten_bind_PxSerialization___destroy___0'] = createExportWrapper('emscripten_bind_PxSerialization___destroy___0'); -var _emscripten_bind_PxSerializationRegistry_release_0 = Module['_emscripten_bind_PxSerializationRegistry_release_0'] = createExportWrapper('emscripten_bind_PxSerializationRegistry_release_0'); -var _emscripten_bind_PxShape_setGeometry_1 = Module['_emscripten_bind_PxShape_setGeometry_1'] = createExportWrapper('emscripten_bind_PxShape_setGeometry_1'); -var _emscripten_bind_PxShape_getGeometry_0 = Module['_emscripten_bind_PxShape_getGeometry_0'] = createExportWrapper('emscripten_bind_PxShape_getGeometry_0'); -var _emscripten_bind_PxShape_getActor_0 = Module['_emscripten_bind_PxShape_getActor_0'] = createExportWrapper('emscripten_bind_PxShape_getActor_0'); -var _emscripten_bind_PxShape_setMaterials_2 = Module['_emscripten_bind_PxShape_setMaterials_2'] = createExportWrapper('emscripten_bind_PxShape_setMaterials_2'); -var _emscripten_bind_PxShape_getNbMaterials_0 = Module['_emscripten_bind_PxShape_getNbMaterials_0'] = createExportWrapper('emscripten_bind_PxShape_getNbMaterials_0'); -var _emscripten_bind_PxShape_getMaterials_3 = Module['_emscripten_bind_PxShape_getMaterials_3'] = createExportWrapper('emscripten_bind_PxShape_getMaterials_3'); -var _emscripten_bind_PxShape_getMaterialFromInternalFaceIndex_1 = Module['_emscripten_bind_PxShape_getMaterialFromInternalFaceIndex_1'] = createExportWrapper('emscripten_bind_PxShape_getMaterialFromInternalFaceIndex_1'); -var _emscripten_bind_PxShape_setContactOffset_1 = Module['_emscripten_bind_PxShape_setContactOffset_1'] = createExportWrapper('emscripten_bind_PxShape_setContactOffset_1'); -var _emscripten_bind_PxShape_getContactOffset_0 = Module['_emscripten_bind_PxShape_getContactOffset_0'] = createExportWrapper('emscripten_bind_PxShape_getContactOffset_0'); -var _emscripten_bind_PxShape_setRestOffset_1 = Module['_emscripten_bind_PxShape_setRestOffset_1'] = createExportWrapper('emscripten_bind_PxShape_setRestOffset_1'); -var _emscripten_bind_PxShape_getRestOffset_0 = Module['_emscripten_bind_PxShape_getRestOffset_0'] = createExportWrapper('emscripten_bind_PxShape_getRestOffset_0'); -var _emscripten_bind_PxShape_setTorsionalPatchRadius_1 = Module['_emscripten_bind_PxShape_setTorsionalPatchRadius_1'] = createExportWrapper('emscripten_bind_PxShape_setTorsionalPatchRadius_1'); -var _emscripten_bind_PxShape_getTorsionalPatchRadius_0 = Module['_emscripten_bind_PxShape_getTorsionalPatchRadius_0'] = createExportWrapper('emscripten_bind_PxShape_getTorsionalPatchRadius_0'); -var _emscripten_bind_PxShape_setMinTorsionalPatchRadius_1 = Module['_emscripten_bind_PxShape_setMinTorsionalPatchRadius_1'] = createExportWrapper('emscripten_bind_PxShape_setMinTorsionalPatchRadius_1'); -var _emscripten_bind_PxShape_getMinTorsionalPatchRadius_0 = Module['_emscripten_bind_PxShape_getMinTorsionalPatchRadius_0'] = createExportWrapper('emscripten_bind_PxShape_getMinTorsionalPatchRadius_0'); -var _emscripten_bind_PxShape_setFlag_2 = Module['_emscripten_bind_PxShape_setFlag_2'] = createExportWrapper('emscripten_bind_PxShape_setFlag_2'); -var _emscripten_bind_PxShape_setFlags_1 = Module['_emscripten_bind_PxShape_setFlags_1'] = createExportWrapper('emscripten_bind_PxShape_setFlags_1'); -var _emscripten_bind_PxShape_getFlags_0 = Module['_emscripten_bind_PxShape_getFlags_0'] = createExportWrapper('emscripten_bind_PxShape_getFlags_0'); -var _emscripten_bind_PxShape_isExclusive_0 = Module['_emscripten_bind_PxShape_isExclusive_0'] = createExportWrapper('emscripten_bind_PxShape_isExclusive_0'); -var _emscripten_bind_PxShape_setName_1 = Module['_emscripten_bind_PxShape_setName_1'] = createExportWrapper('emscripten_bind_PxShape_setName_1'); -var _emscripten_bind_PxShape_getName_0 = Module['_emscripten_bind_PxShape_getName_0'] = createExportWrapper('emscripten_bind_PxShape_getName_0'); -var _emscripten_bind_PxShape_setLocalPose_1 = Module['_emscripten_bind_PxShape_setLocalPose_1'] = createExportWrapper('emscripten_bind_PxShape_setLocalPose_1'); -var _emscripten_bind_PxShape_getLocalPose_0 = Module['_emscripten_bind_PxShape_getLocalPose_0'] = createExportWrapper('emscripten_bind_PxShape_getLocalPose_0'); -var _emscripten_bind_PxShape_setSimulationFilterData_1 = Module['_emscripten_bind_PxShape_setSimulationFilterData_1'] = createExportWrapper('emscripten_bind_PxShape_setSimulationFilterData_1'); -var _emscripten_bind_PxShape_getSimulationFilterData_0 = Module['_emscripten_bind_PxShape_getSimulationFilterData_0'] = createExportWrapper('emscripten_bind_PxShape_getSimulationFilterData_0'); -var _emscripten_bind_PxShape_setQueryFilterData_1 = Module['_emscripten_bind_PxShape_setQueryFilterData_1'] = createExportWrapper('emscripten_bind_PxShape_setQueryFilterData_1'); -var _emscripten_bind_PxShape_getQueryFilterData_0 = Module['_emscripten_bind_PxShape_getQueryFilterData_0'] = createExportWrapper('emscripten_bind_PxShape_getQueryFilterData_0'); -var _emscripten_bind_PxShape_release_0 = Module['_emscripten_bind_PxShape_release_0'] = createExportWrapper('emscripten_bind_PxShape_release_0'); -var _emscripten_bind_PxShape_getConcreteTypeName_0 = Module['_emscripten_bind_PxShape_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxShape_getConcreteTypeName_0'); -var _emscripten_bind_PxShape_getConcreteType_0 = Module['_emscripten_bind_PxShape_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxShape_getConcreteType_0'); -var _emscripten_bind_PxShape_setBaseFlag_2 = Module['_emscripten_bind_PxShape_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxShape_setBaseFlag_2'); -var _emscripten_bind_PxShape_setBaseFlags_1 = Module['_emscripten_bind_PxShape_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxShape_setBaseFlags_1'); -var _emscripten_bind_PxShape_getBaseFlags_0 = Module['_emscripten_bind_PxShape_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxShape_getBaseFlags_0'); -var _emscripten_bind_PxShape_isReleasable_0 = Module['_emscripten_bind_PxShape_isReleasable_0'] = createExportWrapper('emscripten_bind_PxShape_isReleasable_0'); -var _emscripten_bind_PxShape_getReferenceCount_0 = Module['_emscripten_bind_PxShape_getReferenceCount_0'] = createExportWrapper('emscripten_bind_PxShape_getReferenceCount_0'); -var _emscripten_bind_PxShape_acquireReference_0 = Module['_emscripten_bind_PxShape_acquireReference_0'] = createExportWrapper('emscripten_bind_PxShape_acquireReference_0'); -var _emscripten_bind_PxShape_get_userData_0 = Module['_emscripten_bind_PxShape_get_userData_0'] = createExportWrapper('emscripten_bind_PxShape_get_userData_0'); -var _emscripten_bind_PxShape_set_userData_1 = Module['_emscripten_bind_PxShape_set_userData_1'] = createExportWrapper('emscripten_bind_PxShape_set_userData_1'); -var _emscripten_bind_PxShapeExt_getGlobalPose_2 = Module['_emscripten_bind_PxShapeExt_getGlobalPose_2'] = createExportWrapper('emscripten_bind_PxShapeExt_getGlobalPose_2'); -var _emscripten_bind_PxShapeExt_raycast_8 = Module['_emscripten_bind_PxShapeExt_raycast_8'] = createExportWrapper('emscripten_bind_PxShapeExt_raycast_8'); -var _emscripten_bind_PxShapeExt_overlap_4 = Module['_emscripten_bind_PxShapeExt_overlap_4'] = createExportWrapper('emscripten_bind_PxShapeExt_overlap_4'); -var _emscripten_bind_PxShapeExt_sweep_8 = Module['_emscripten_bind_PxShapeExt_sweep_8'] = createExportWrapper('emscripten_bind_PxShapeExt_sweep_8'); -var _emscripten_bind_PxShapeExt_getWorldBounds_2 = Module['_emscripten_bind_PxShapeExt_getWorldBounds_2'] = createExportWrapper('emscripten_bind_PxShapeExt_getWorldBounds_2'); -var _emscripten_bind_PxShapeExt_getWorldBounds_3 = Module['_emscripten_bind_PxShapeExt_getWorldBounds_3'] = createExportWrapper('emscripten_bind_PxShapeExt_getWorldBounds_3'); -var _emscripten_bind_PxShapeExt___destroy___0 = Module['_emscripten_bind_PxShapeExt___destroy___0'] = createExportWrapper('emscripten_bind_PxShapeExt___destroy___0'); -var _emscripten_bind_PxShapeFlags_PxShapeFlags_1 = Module['_emscripten_bind_PxShapeFlags_PxShapeFlags_1'] = createExportWrapper('emscripten_bind_PxShapeFlags_PxShapeFlags_1'); -var _emscripten_bind_PxShapeFlags_isSet_1 = Module['_emscripten_bind_PxShapeFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxShapeFlags_isSet_1'); -var _emscripten_bind_PxShapeFlags_raise_1 = Module['_emscripten_bind_PxShapeFlags_raise_1'] = createExportWrapper('emscripten_bind_PxShapeFlags_raise_1'); -var _emscripten_bind_PxShapeFlags_clear_1 = Module['_emscripten_bind_PxShapeFlags_clear_1'] = createExportWrapper('emscripten_bind_PxShapeFlags_clear_1'); -var _emscripten_bind_PxShapeFlags___destroy___0 = Module['_emscripten_bind_PxShapeFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxShapeFlags___destroy___0'); -var _emscripten_bind_PxSimulationEventCallbackImpl_PxSimulationEventCallbackImpl_0 = Module['_emscripten_bind_PxSimulationEventCallbackImpl_PxSimulationEventCallbackImpl_0'] = createExportWrapper('emscripten_bind_PxSimulationEventCallbackImpl_PxSimulationEventCallbackImpl_0'); -var _emscripten_bind_PxSimulationEventCallbackImpl_onConstraintBreak_2 = Module['_emscripten_bind_PxSimulationEventCallbackImpl_onConstraintBreak_2'] = createExportWrapper('emscripten_bind_PxSimulationEventCallbackImpl_onConstraintBreak_2'); -var _emscripten_bind_PxSimulationEventCallbackImpl_onWake_2 = Module['_emscripten_bind_PxSimulationEventCallbackImpl_onWake_2'] = createExportWrapper('emscripten_bind_PxSimulationEventCallbackImpl_onWake_2'); -var _emscripten_bind_PxSimulationEventCallbackImpl_onSleep_2 = Module['_emscripten_bind_PxSimulationEventCallbackImpl_onSleep_2'] = createExportWrapper('emscripten_bind_PxSimulationEventCallbackImpl_onSleep_2'); -var _emscripten_bind_PxSimulationEventCallbackImpl_onContact_3 = Module['_emscripten_bind_PxSimulationEventCallbackImpl_onContact_3'] = createExportWrapper('emscripten_bind_PxSimulationEventCallbackImpl_onContact_3'); -var _emscripten_bind_PxSimulationEventCallbackImpl_onTrigger_2 = Module['_emscripten_bind_PxSimulationEventCallbackImpl_onTrigger_2'] = createExportWrapper('emscripten_bind_PxSimulationEventCallbackImpl_onTrigger_2'); -var _emscripten_bind_PxSimulationEventCallbackImpl___destroy___0 = Module['_emscripten_bind_PxSimulationEventCallbackImpl___destroy___0'] = createExportWrapper('emscripten_bind_PxSimulationEventCallbackImpl___destroy___0'); -var _emscripten_bind_PxSimulationStatistics_get_nbActiveConstraints_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbActiveConstraints_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbActiveConstraints_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbActiveConstraints_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbActiveConstraints_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbActiveConstraints_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbActiveDynamicBodies_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbActiveDynamicBodies_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbActiveDynamicBodies_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbActiveDynamicBodies_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbActiveDynamicBodies_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbActiveDynamicBodies_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbActiveKinematicBodies_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbActiveKinematicBodies_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbActiveKinematicBodies_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbActiveKinematicBodies_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbActiveKinematicBodies_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbActiveKinematicBodies_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbStaticBodies_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbStaticBodies_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbStaticBodies_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbStaticBodies_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbStaticBodies_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbStaticBodies_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbDynamicBodies_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbDynamicBodies_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbDynamicBodies_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbDynamicBodies_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbDynamicBodies_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbDynamicBodies_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbKinematicBodies_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbKinematicBodies_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbKinematicBodies_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbKinematicBodies_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbKinematicBodies_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbKinematicBodies_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbShapes_1 = Module['_emscripten_bind_PxSimulationStatistics_get_nbShapes_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbShapes_1'); -var _emscripten_bind_PxSimulationStatistics_set_nbShapes_2 = Module['_emscripten_bind_PxSimulationStatistics_set_nbShapes_2'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbShapes_2'); -var _emscripten_bind_PxSimulationStatistics_get_nbAggregates_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbAggregates_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbAggregates_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbAggregates_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbAggregates_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbAggregates_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbArticulations_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbArticulations_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbArticulations_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbArticulations_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbArticulations_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbArticulations_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbAxisSolverConstraints_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbAxisSolverConstraints_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbAxisSolverConstraints_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbAxisSolverConstraints_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbAxisSolverConstraints_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbAxisSolverConstraints_1'); -var _emscripten_bind_PxSimulationStatistics_get_compressedContactSize_0 = Module['_emscripten_bind_PxSimulationStatistics_get_compressedContactSize_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_compressedContactSize_0'); -var _emscripten_bind_PxSimulationStatistics_set_compressedContactSize_1 = Module['_emscripten_bind_PxSimulationStatistics_set_compressedContactSize_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_compressedContactSize_1'); -var _emscripten_bind_PxSimulationStatistics_get_requiredContactConstraintMemory_0 = Module['_emscripten_bind_PxSimulationStatistics_get_requiredContactConstraintMemory_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_requiredContactConstraintMemory_0'); -var _emscripten_bind_PxSimulationStatistics_set_requiredContactConstraintMemory_1 = Module['_emscripten_bind_PxSimulationStatistics_set_requiredContactConstraintMemory_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_requiredContactConstraintMemory_1'); -var _emscripten_bind_PxSimulationStatistics_get_peakConstraintMemory_0 = Module['_emscripten_bind_PxSimulationStatistics_get_peakConstraintMemory_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_peakConstraintMemory_0'); -var _emscripten_bind_PxSimulationStatistics_set_peakConstraintMemory_1 = Module['_emscripten_bind_PxSimulationStatistics_set_peakConstraintMemory_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_peakConstraintMemory_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsTotal_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsTotal_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsTotal_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsTotal_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsTotal_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsTotal_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsWithCacheHits_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsWithCacheHits_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsWithCacheHits_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsWithCacheHits_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsWithCacheHits_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsWithCacheHits_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsWithContacts_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsWithContacts_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsWithContacts_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsWithContacts_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsWithContacts_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsWithContacts_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbNewPairs_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbNewPairs_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbNewPairs_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbNewPairs_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbNewPairs_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbNewPairs_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbLostPairs_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbLostPairs_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbLostPairs_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbLostPairs_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbLostPairs_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbLostPairs_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbNewTouches_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbNewTouches_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbNewTouches_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbNewTouches_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbNewTouches_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbNewTouches_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbLostTouches_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbLostTouches_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbLostTouches_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbLostTouches_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbLostTouches_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbLostTouches_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbPartitions_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbPartitions_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbPartitions_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbPartitions_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbPartitions_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbPartitions_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbBroadPhaseAdds_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbBroadPhaseAdds_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbBroadPhaseAdds_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbBroadPhaseAdds_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbBroadPhaseAdds_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbBroadPhaseAdds_1'); -var _emscripten_bind_PxSimulationStatistics_get_nbBroadPhaseRemoves_0 = Module['_emscripten_bind_PxSimulationStatistics_get_nbBroadPhaseRemoves_0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_get_nbBroadPhaseRemoves_0'); -var _emscripten_bind_PxSimulationStatistics_set_nbBroadPhaseRemoves_1 = Module['_emscripten_bind_PxSimulationStatistics_set_nbBroadPhaseRemoves_1'] = createExportWrapper('emscripten_bind_PxSimulationStatistics_set_nbBroadPhaseRemoves_1'); -var _emscripten_bind_PxSimulationStatistics___destroy___0 = Module['_emscripten_bind_PxSimulationStatistics___destroy___0'] = createExportWrapper('emscripten_bind_PxSimulationStatistics___destroy___0'); -var _emscripten_bind_PxSpatialForce_get_force_0 = Module['_emscripten_bind_PxSpatialForce_get_force_0'] = createExportWrapper('emscripten_bind_PxSpatialForce_get_force_0'); -var _emscripten_bind_PxSpatialForce_set_force_1 = Module['_emscripten_bind_PxSpatialForce_set_force_1'] = createExportWrapper('emscripten_bind_PxSpatialForce_set_force_1'); -var _emscripten_bind_PxSpatialForce_get_torque_0 = Module['_emscripten_bind_PxSpatialForce_get_torque_0'] = createExportWrapper('emscripten_bind_PxSpatialForce_get_torque_0'); -var _emscripten_bind_PxSpatialForce_set_torque_1 = Module['_emscripten_bind_PxSpatialForce_set_torque_1'] = createExportWrapper('emscripten_bind_PxSpatialForce_set_torque_1'); -var _emscripten_bind_PxSpatialForce___destroy___0 = Module['_emscripten_bind_PxSpatialForce___destroy___0'] = createExportWrapper('emscripten_bind_PxSpatialForce___destroy___0'); -var _emscripten_bind_PxSpatialVelocity_get_linear_0 = Module['_emscripten_bind_PxSpatialVelocity_get_linear_0'] = createExportWrapper('emscripten_bind_PxSpatialVelocity_get_linear_0'); -var _emscripten_bind_PxSpatialVelocity_set_linear_1 = Module['_emscripten_bind_PxSpatialVelocity_set_linear_1'] = createExportWrapper('emscripten_bind_PxSpatialVelocity_set_linear_1'); -var _emscripten_bind_PxSpatialVelocity_get_angular_0 = Module['_emscripten_bind_PxSpatialVelocity_get_angular_0'] = createExportWrapper('emscripten_bind_PxSpatialVelocity_get_angular_0'); -var _emscripten_bind_PxSpatialVelocity_set_angular_1 = Module['_emscripten_bind_PxSpatialVelocity_set_angular_1'] = createExportWrapper('emscripten_bind_PxSpatialVelocity_set_angular_1'); -var _emscripten_bind_PxSpatialVelocity___destroy___0 = Module['_emscripten_bind_PxSpatialVelocity___destroy___0'] = createExportWrapper('emscripten_bind_PxSpatialVelocity___destroy___0'); -var _emscripten_bind_PxSphereGeometry_PxSphereGeometry_1 = Module['_emscripten_bind_PxSphereGeometry_PxSphereGeometry_1'] = createExportWrapper('emscripten_bind_PxSphereGeometry_PxSphereGeometry_1'); -var _emscripten_bind_PxSphereGeometry_getType_0 = Module['_emscripten_bind_PxSphereGeometry_getType_0'] = createExportWrapper('emscripten_bind_PxSphereGeometry_getType_0'); -var _emscripten_bind_PxSphereGeometry_get_radius_0 = Module['_emscripten_bind_PxSphereGeometry_get_radius_0'] = createExportWrapper('emscripten_bind_PxSphereGeometry_get_radius_0'); -var _emscripten_bind_PxSphereGeometry_set_radius_1 = Module['_emscripten_bind_PxSphereGeometry_set_radius_1'] = createExportWrapper('emscripten_bind_PxSphereGeometry_set_radius_1'); -var _emscripten_bind_PxSphereGeometry___destroy___0 = Module['_emscripten_bind_PxSphereGeometry___destroy___0'] = createExportWrapper('emscripten_bind_PxSphereGeometry___destroy___0'); -var _emscripten_bind_PxSphericalJoint_setLimitCone_1 = Module['_emscripten_bind_PxSphericalJoint_setLimitCone_1'] = createExportWrapper('emscripten_bind_PxSphericalJoint_setLimitCone_1'); -var _emscripten_bind_PxSphericalJoint_getSwingYAngle_0 = Module['_emscripten_bind_PxSphericalJoint_getSwingYAngle_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getSwingYAngle_0'); -var _emscripten_bind_PxSphericalJoint_getSwingZAngle_0 = Module['_emscripten_bind_PxSphericalJoint_getSwingZAngle_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getSwingZAngle_0'); -var _emscripten_bind_PxSphericalJoint_setSphericalJointFlags_1 = Module['_emscripten_bind_PxSphericalJoint_setSphericalJointFlags_1'] = createExportWrapper('emscripten_bind_PxSphericalJoint_setSphericalJointFlags_1'); -var _emscripten_bind_PxSphericalJoint_setSphericalJointFlag_2 = Module['_emscripten_bind_PxSphericalJoint_setSphericalJointFlag_2'] = createExportWrapper('emscripten_bind_PxSphericalJoint_setSphericalJointFlag_2'); -var _emscripten_bind_PxSphericalJoint_getSphericalJointFlags_0 = Module['_emscripten_bind_PxSphericalJoint_getSphericalJointFlags_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getSphericalJointFlags_0'); -var _emscripten_bind_PxSphericalJoint_release_0 = Module['_emscripten_bind_PxSphericalJoint_release_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_release_0'); -var _emscripten_bind_PxSphericalJoint_getConcreteTypeName_0 = Module['_emscripten_bind_PxSphericalJoint_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getConcreteTypeName_0'); -var _emscripten_bind_PxSphericalJoint_getConcreteType_0 = Module['_emscripten_bind_PxSphericalJoint_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getConcreteType_0'); -var _emscripten_bind_PxSphericalJoint_setBaseFlag_2 = Module['_emscripten_bind_PxSphericalJoint_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxSphericalJoint_setBaseFlag_2'); -var _emscripten_bind_PxSphericalJoint_setBaseFlags_1 = Module['_emscripten_bind_PxSphericalJoint_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxSphericalJoint_setBaseFlags_1'); -var _emscripten_bind_PxSphericalJoint_getBaseFlags_0 = Module['_emscripten_bind_PxSphericalJoint_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getBaseFlags_0'); -var _emscripten_bind_PxSphericalJoint_isReleasable_0 = Module['_emscripten_bind_PxSphericalJoint_isReleasable_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_isReleasable_0'); -var _emscripten_bind_PxSphericalJoint_setActors_2 = Module['_emscripten_bind_PxSphericalJoint_setActors_2'] = createExportWrapper('emscripten_bind_PxSphericalJoint_setActors_2'); -var _emscripten_bind_PxSphericalJoint_setLocalPose_2 = Module['_emscripten_bind_PxSphericalJoint_setLocalPose_2'] = createExportWrapper('emscripten_bind_PxSphericalJoint_setLocalPose_2'); -var _emscripten_bind_PxSphericalJoint_getLocalPose_1 = Module['_emscripten_bind_PxSphericalJoint_getLocalPose_1'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getLocalPose_1'); -var _emscripten_bind_PxSphericalJoint_getRelativeTransform_0 = Module['_emscripten_bind_PxSphericalJoint_getRelativeTransform_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getRelativeTransform_0'); -var _emscripten_bind_PxSphericalJoint_getRelativeLinearVelocity_0 = Module['_emscripten_bind_PxSphericalJoint_getRelativeLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getRelativeLinearVelocity_0'); -var _emscripten_bind_PxSphericalJoint_getRelativeAngularVelocity_0 = Module['_emscripten_bind_PxSphericalJoint_getRelativeAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getRelativeAngularVelocity_0'); -var _emscripten_bind_PxSphericalJoint_setBreakForce_2 = Module['_emscripten_bind_PxSphericalJoint_setBreakForce_2'] = createExportWrapper('emscripten_bind_PxSphericalJoint_setBreakForce_2'); -var _emscripten_bind_PxSphericalJoint_setConstraintFlags_1 = Module['_emscripten_bind_PxSphericalJoint_setConstraintFlags_1'] = createExportWrapper('emscripten_bind_PxSphericalJoint_setConstraintFlags_1'); -var _emscripten_bind_PxSphericalJoint_setConstraintFlag_2 = Module['_emscripten_bind_PxSphericalJoint_setConstraintFlag_2'] = createExportWrapper('emscripten_bind_PxSphericalJoint_setConstraintFlag_2'); -var _emscripten_bind_PxSphericalJoint_getConstraintFlags_0 = Module['_emscripten_bind_PxSphericalJoint_getConstraintFlags_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getConstraintFlags_0'); -var _emscripten_bind_PxSphericalJoint_setInvMassScale0_1 = Module['_emscripten_bind_PxSphericalJoint_setInvMassScale0_1'] = createExportWrapper('emscripten_bind_PxSphericalJoint_setInvMassScale0_1'); -var _emscripten_bind_PxSphericalJoint_getInvMassScale0_0 = Module['_emscripten_bind_PxSphericalJoint_getInvMassScale0_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getInvMassScale0_0'); -var _emscripten_bind_PxSphericalJoint_setInvMassScale1_1 = Module['_emscripten_bind_PxSphericalJoint_setInvMassScale1_1'] = createExportWrapper('emscripten_bind_PxSphericalJoint_setInvMassScale1_1'); -var _emscripten_bind_PxSphericalJoint_getInvMassScale1_0 = Module['_emscripten_bind_PxSphericalJoint_getInvMassScale1_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getInvMassScale1_0'); -var _emscripten_bind_PxSphericalJoint_getConstraint_0 = Module['_emscripten_bind_PxSphericalJoint_getConstraint_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getConstraint_0'); -var _emscripten_bind_PxSphericalJoint_setName_1 = Module['_emscripten_bind_PxSphericalJoint_setName_1'] = createExportWrapper('emscripten_bind_PxSphericalJoint_setName_1'); -var _emscripten_bind_PxSphericalJoint_getName_0 = Module['_emscripten_bind_PxSphericalJoint_getName_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getName_0'); -var _emscripten_bind_PxSphericalJoint_getScene_0 = Module['_emscripten_bind_PxSphericalJoint_getScene_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_getScene_0'); -var _emscripten_bind_PxSphericalJoint_get_userData_0 = Module['_emscripten_bind_PxSphericalJoint_get_userData_0'] = createExportWrapper('emscripten_bind_PxSphericalJoint_get_userData_0'); -var _emscripten_bind_PxSphericalJoint_set_userData_1 = Module['_emscripten_bind_PxSphericalJoint_set_userData_1'] = createExportWrapper('emscripten_bind_PxSphericalJoint_set_userData_1'); -var _emscripten_bind_PxSphericalJoint___destroy___0 = Module['_emscripten_bind_PxSphericalJoint___destroy___0'] = createExportWrapper('emscripten_bind_PxSphericalJoint___destroy___0'); -var _emscripten_bind_PxSphericalJointFlags_PxSphericalJointFlags_1 = Module['_emscripten_bind_PxSphericalJointFlags_PxSphericalJointFlags_1'] = createExportWrapper('emscripten_bind_PxSphericalJointFlags_PxSphericalJointFlags_1'); -var _emscripten_bind_PxSphericalJointFlags_isSet_1 = Module['_emscripten_bind_PxSphericalJointFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxSphericalJointFlags_isSet_1'); -var _emscripten_bind_PxSphericalJointFlags_raise_1 = Module['_emscripten_bind_PxSphericalJointFlags_raise_1'] = createExportWrapper('emscripten_bind_PxSphericalJointFlags_raise_1'); -var _emscripten_bind_PxSphericalJointFlags_clear_1 = Module['_emscripten_bind_PxSphericalJointFlags_clear_1'] = createExportWrapper('emscripten_bind_PxSphericalJointFlags_clear_1'); -var _emscripten_bind_PxSphericalJointFlags___destroy___0 = Module['_emscripten_bind_PxSphericalJointFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxSphericalJointFlags___destroy___0'); -var _emscripten_bind_PxSweepBuffer10_PxSweepBuffer10_0 = Module['_emscripten_bind_PxSweepBuffer10_PxSweepBuffer10_0'] = createExportWrapper('emscripten_bind_PxSweepBuffer10_PxSweepBuffer10_0'); -var _emscripten_bind_PxSweepBuffer10_getNbAnyHits_0 = Module['_emscripten_bind_PxSweepBuffer10_getNbAnyHits_0'] = createExportWrapper('emscripten_bind_PxSweepBuffer10_getNbAnyHits_0'); -var _emscripten_bind_PxSweepBuffer10_getAnyHit_1 = Module['_emscripten_bind_PxSweepBuffer10_getAnyHit_1'] = createExportWrapper('emscripten_bind_PxSweepBuffer10_getAnyHit_1'); -var _emscripten_bind_PxSweepBuffer10_getNbTouches_0 = Module['_emscripten_bind_PxSweepBuffer10_getNbTouches_0'] = createExportWrapper('emscripten_bind_PxSweepBuffer10_getNbTouches_0'); -var _emscripten_bind_PxSweepBuffer10_getTouches_0 = Module['_emscripten_bind_PxSweepBuffer10_getTouches_0'] = createExportWrapper('emscripten_bind_PxSweepBuffer10_getTouches_0'); -var _emscripten_bind_PxSweepBuffer10_getTouch_1 = Module['_emscripten_bind_PxSweepBuffer10_getTouch_1'] = createExportWrapper('emscripten_bind_PxSweepBuffer10_getTouch_1'); -var _emscripten_bind_PxSweepBuffer10_getMaxNbTouches_0 = Module['_emscripten_bind_PxSweepBuffer10_getMaxNbTouches_0'] = createExportWrapper('emscripten_bind_PxSweepBuffer10_getMaxNbTouches_0'); -var _emscripten_bind_PxSweepBuffer10_hasAnyHits_0 = Module['_emscripten_bind_PxSweepBuffer10_hasAnyHits_0'] = createExportWrapper('emscripten_bind_PxSweepBuffer10_hasAnyHits_0'); -var _emscripten_bind_PxSweepBuffer10_get_block_0 = Module['_emscripten_bind_PxSweepBuffer10_get_block_0'] = createExportWrapper('emscripten_bind_PxSweepBuffer10_get_block_0'); -var _emscripten_bind_PxSweepBuffer10_set_block_1 = Module['_emscripten_bind_PxSweepBuffer10_set_block_1'] = createExportWrapper('emscripten_bind_PxSweepBuffer10_set_block_1'); -var _emscripten_bind_PxSweepBuffer10_get_hasBlock_0 = Module['_emscripten_bind_PxSweepBuffer10_get_hasBlock_0'] = createExportWrapper('emscripten_bind_PxSweepBuffer10_get_hasBlock_0'); -var _emscripten_bind_PxSweepBuffer10_set_hasBlock_1 = Module['_emscripten_bind_PxSweepBuffer10_set_hasBlock_1'] = createExportWrapper('emscripten_bind_PxSweepBuffer10_set_hasBlock_1'); -var _emscripten_bind_PxSweepBuffer10___destroy___0 = Module['_emscripten_bind_PxSweepBuffer10___destroy___0'] = createExportWrapper('emscripten_bind_PxSweepBuffer10___destroy___0'); -var _emscripten_bind_PxSweepHit_PxSweepHit_0 = Module['_emscripten_bind_PxSweepHit_PxSweepHit_0'] = createExportWrapper('emscripten_bind_PxSweepHit_PxSweepHit_0'); -var _emscripten_bind_PxSweepHit_hadInitialOverlap_0 = Module['_emscripten_bind_PxSweepHit_hadInitialOverlap_0'] = createExportWrapper('emscripten_bind_PxSweepHit_hadInitialOverlap_0'); -var _emscripten_bind_PxSweepHit_get_actor_0 = Module['_emscripten_bind_PxSweepHit_get_actor_0'] = createExportWrapper('emscripten_bind_PxSweepHit_get_actor_0'); -var _emscripten_bind_PxSweepHit_set_actor_1 = Module['_emscripten_bind_PxSweepHit_set_actor_1'] = createExportWrapper('emscripten_bind_PxSweepHit_set_actor_1'); -var _emscripten_bind_PxSweepHit_get_shape_0 = Module['_emscripten_bind_PxSweepHit_get_shape_0'] = createExportWrapper('emscripten_bind_PxSweepHit_get_shape_0'); -var _emscripten_bind_PxSweepHit_set_shape_1 = Module['_emscripten_bind_PxSweepHit_set_shape_1'] = createExportWrapper('emscripten_bind_PxSweepHit_set_shape_1'); -var _emscripten_bind_PxSweepHit_get_flags_0 = Module['_emscripten_bind_PxSweepHit_get_flags_0'] = createExportWrapper('emscripten_bind_PxSweepHit_get_flags_0'); -var _emscripten_bind_PxSweepHit_set_flags_1 = Module['_emscripten_bind_PxSweepHit_set_flags_1'] = createExportWrapper('emscripten_bind_PxSweepHit_set_flags_1'); -var _emscripten_bind_PxSweepHit_get_position_0 = Module['_emscripten_bind_PxSweepHit_get_position_0'] = createExportWrapper('emscripten_bind_PxSweepHit_get_position_0'); -var _emscripten_bind_PxSweepHit_set_position_1 = Module['_emscripten_bind_PxSweepHit_set_position_1'] = createExportWrapper('emscripten_bind_PxSweepHit_set_position_1'); -var _emscripten_bind_PxSweepHit_get_normal_0 = Module['_emscripten_bind_PxSweepHit_get_normal_0'] = createExportWrapper('emscripten_bind_PxSweepHit_get_normal_0'); -var _emscripten_bind_PxSweepHit_set_normal_1 = Module['_emscripten_bind_PxSweepHit_set_normal_1'] = createExportWrapper('emscripten_bind_PxSweepHit_set_normal_1'); -var _emscripten_bind_PxSweepHit_get_distance_0 = Module['_emscripten_bind_PxSweepHit_get_distance_0'] = createExportWrapper('emscripten_bind_PxSweepHit_get_distance_0'); -var _emscripten_bind_PxSweepHit_set_distance_1 = Module['_emscripten_bind_PxSweepHit_set_distance_1'] = createExportWrapper('emscripten_bind_PxSweepHit_set_distance_1'); -var _emscripten_bind_PxSweepHit_get_faceIndex_0 = Module['_emscripten_bind_PxSweepHit_get_faceIndex_0'] = createExportWrapper('emscripten_bind_PxSweepHit_get_faceIndex_0'); -var _emscripten_bind_PxSweepHit_set_faceIndex_1 = Module['_emscripten_bind_PxSweepHit_set_faceIndex_1'] = createExportWrapper('emscripten_bind_PxSweepHit_set_faceIndex_1'); -var _emscripten_bind_PxSweepHit___destroy___0 = Module['_emscripten_bind_PxSweepHit___destroy___0'] = createExportWrapper('emscripten_bind_PxSweepHit___destroy___0'); -var _emscripten_bind_PxSweepResult_PxSweepResult_0 = Module['_emscripten_bind_PxSweepResult_PxSweepResult_0'] = createExportWrapper('emscripten_bind_PxSweepResult_PxSweepResult_0'); -var _emscripten_bind_PxSweepResult_getNbAnyHits_0 = Module['_emscripten_bind_PxSweepResult_getNbAnyHits_0'] = createExportWrapper('emscripten_bind_PxSweepResult_getNbAnyHits_0'); -var _emscripten_bind_PxSweepResult_getAnyHit_1 = Module['_emscripten_bind_PxSweepResult_getAnyHit_1'] = createExportWrapper('emscripten_bind_PxSweepResult_getAnyHit_1'); -var _emscripten_bind_PxSweepResult_getNbTouches_0 = Module['_emscripten_bind_PxSweepResult_getNbTouches_0'] = createExportWrapper('emscripten_bind_PxSweepResult_getNbTouches_0'); -var _emscripten_bind_PxSweepResult_getTouch_1 = Module['_emscripten_bind_PxSweepResult_getTouch_1'] = createExportWrapper('emscripten_bind_PxSweepResult_getTouch_1'); -var _emscripten_bind_PxSweepResult_hasAnyHits_0 = Module['_emscripten_bind_PxSweepResult_hasAnyHits_0'] = createExportWrapper('emscripten_bind_PxSweepResult_hasAnyHits_0'); -var _emscripten_bind_PxSweepResult_get_block_0 = Module['_emscripten_bind_PxSweepResult_get_block_0'] = createExportWrapper('emscripten_bind_PxSweepResult_get_block_0'); -var _emscripten_bind_PxSweepResult_set_block_1 = Module['_emscripten_bind_PxSweepResult_set_block_1'] = createExportWrapper('emscripten_bind_PxSweepResult_set_block_1'); -var _emscripten_bind_PxSweepResult_get_hasBlock_0 = Module['_emscripten_bind_PxSweepResult_get_hasBlock_0'] = createExportWrapper('emscripten_bind_PxSweepResult_get_hasBlock_0'); -var _emscripten_bind_PxSweepResult_set_hasBlock_1 = Module['_emscripten_bind_PxSweepResult_set_hasBlock_1'] = createExportWrapper('emscripten_bind_PxSweepResult_set_hasBlock_1'); -var _emscripten_bind_PxSweepResult___destroy___0 = Module['_emscripten_bind_PxSweepResult___destroy___0'] = createExportWrapper('emscripten_bind_PxSweepResult___destroy___0'); -var _emscripten_bind_PxTetMaker_createConformingTetrahedronMesh_5 = Module['_emscripten_bind_PxTetMaker_createConformingTetrahedronMesh_5'] = createExportWrapper('emscripten_bind_PxTetMaker_createConformingTetrahedronMesh_5'); -var _emscripten_bind_PxTetMaker_createVoxelTetrahedronMesh_4 = Module['_emscripten_bind_PxTetMaker_createVoxelTetrahedronMesh_4'] = createExportWrapper('emscripten_bind_PxTetMaker_createVoxelTetrahedronMesh_4'); -var _emscripten_bind_PxTetMaker_createVoxelTetrahedronMeshFromEdgeLength_4 = Module['_emscripten_bind_PxTetMaker_createVoxelTetrahedronMeshFromEdgeLength_4'] = createExportWrapper('emscripten_bind_PxTetMaker_createVoxelTetrahedronMeshFromEdgeLength_4'); -var _emscripten_bind_PxTetMaker_validateTriangleMesh_3 = Module['_emscripten_bind_PxTetMaker_validateTriangleMesh_3'] = createExportWrapper('emscripten_bind_PxTetMaker_validateTriangleMesh_3'); -var _emscripten_bind_PxTetMaker_validateTetrahedronMesh_3 = Module['_emscripten_bind_PxTetMaker_validateTetrahedronMesh_3'] = createExportWrapper('emscripten_bind_PxTetMaker_validateTetrahedronMesh_3'); -var _emscripten_bind_PxTetMaker_simplifyTriangleMesh_6 = Module['_emscripten_bind_PxTetMaker_simplifyTriangleMesh_6'] = createExportWrapper('emscripten_bind_PxTetMaker_simplifyTriangleMesh_6'); -var _emscripten_bind_PxTetMaker_simplifyTriangleMesh_7 = Module['_emscripten_bind_PxTetMaker_simplifyTriangleMesh_7'] = createExportWrapper('emscripten_bind_PxTetMaker_simplifyTriangleMesh_7'); -var _emscripten_bind_PxTetMaker_simplifyTriangleMesh_8 = Module['_emscripten_bind_PxTetMaker_simplifyTriangleMesh_8'] = createExportWrapper('emscripten_bind_PxTetMaker_simplifyTriangleMesh_8'); -var _emscripten_bind_PxTetMaker_simplifyTriangleMesh_9 = Module['_emscripten_bind_PxTetMaker_simplifyTriangleMesh_9'] = createExportWrapper('emscripten_bind_PxTetMaker_simplifyTriangleMesh_9'); -var _emscripten_bind_PxTetMaker_simplifyTriangleMesh_10 = Module['_emscripten_bind_PxTetMaker_simplifyTriangleMesh_10'] = createExportWrapper('emscripten_bind_PxTetMaker_simplifyTriangleMesh_10'); -var _emscripten_bind_PxTetMaker_simplifyTriangleMesh_11 = Module['_emscripten_bind_PxTetMaker_simplifyTriangleMesh_11'] = createExportWrapper('emscripten_bind_PxTetMaker_simplifyTriangleMesh_11'); -var _emscripten_bind_PxTetMaker_simplifyTriangleMesh_12 = Module['_emscripten_bind_PxTetMaker_simplifyTriangleMesh_12'] = createExportWrapper('emscripten_bind_PxTetMaker_simplifyTriangleMesh_12'); -var _emscripten_bind_PxTetMaker_remeshTriangleMesh_5 = Module['_emscripten_bind_PxTetMaker_remeshTriangleMesh_5'] = createExportWrapper('emscripten_bind_PxTetMaker_remeshTriangleMesh_5'); -var _emscripten_bind_PxTetMaker_remeshTriangleMesh_6 = Module['_emscripten_bind_PxTetMaker_remeshTriangleMesh_6'] = createExportWrapper('emscripten_bind_PxTetMaker_remeshTriangleMesh_6'); -var _emscripten_bind_PxTetMaker_createTreeBasedTetrahedralMesh_6 = Module['_emscripten_bind_PxTetMaker_createTreeBasedTetrahedralMesh_6'] = createExportWrapper('emscripten_bind_PxTetMaker_createTreeBasedTetrahedralMesh_6'); -var _emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_5 = Module['_emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_5'] = createExportWrapper('emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_5'); -var _emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_6 = Module['_emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_6'] = createExportWrapper('emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_6'); -var _emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_7 = Module['_emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_7'] = createExportWrapper('emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_7'); -var _emscripten_bind_PxTetMaker_detectTriangleIslands_3 = Module['_emscripten_bind_PxTetMaker_detectTriangleIslands_3'] = createExportWrapper('emscripten_bind_PxTetMaker_detectTriangleIslands_3'); -var _emscripten_bind_PxTetMaker_findLargestIslandId_2 = Module['_emscripten_bind_PxTetMaker_findLargestIslandId_2'] = createExportWrapper('emscripten_bind_PxTetMaker_findLargestIslandId_2'); -var _emscripten_bind_PxTetrahedronMesh_getNbVertices_0 = Module['_emscripten_bind_PxTetrahedronMesh_getNbVertices_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_getNbVertices_0'); -var _emscripten_bind_PxTetrahedronMesh_getVertices_0 = Module['_emscripten_bind_PxTetrahedronMesh_getVertices_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_getVertices_0'); -var _emscripten_bind_PxTetrahedronMesh_getNbTetrahedrons_0 = Module['_emscripten_bind_PxTetrahedronMesh_getNbTetrahedrons_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_getNbTetrahedrons_0'); -var _emscripten_bind_PxTetrahedronMesh_getTetrahedrons_0 = Module['_emscripten_bind_PxTetrahedronMesh_getTetrahedrons_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_getTetrahedrons_0'); -var _emscripten_bind_PxTetrahedronMesh_getTetrahedronMeshFlags_0 = Module['_emscripten_bind_PxTetrahedronMesh_getTetrahedronMeshFlags_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_getTetrahedronMeshFlags_0'); -var _emscripten_bind_PxTetrahedronMesh_getTetrahedraRemap_0 = Module['_emscripten_bind_PxTetrahedronMesh_getTetrahedraRemap_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_getTetrahedraRemap_0'); -var _emscripten_bind_PxTetrahedronMesh_getLocalBounds_0 = Module['_emscripten_bind_PxTetrahedronMesh_getLocalBounds_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_getLocalBounds_0'); -var _emscripten_bind_PxTetrahedronMesh_release_0 = Module['_emscripten_bind_PxTetrahedronMesh_release_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_release_0'); -var _emscripten_bind_PxTetrahedronMesh_getConcreteTypeName_0 = Module['_emscripten_bind_PxTetrahedronMesh_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_getConcreteTypeName_0'); -var _emscripten_bind_PxTetrahedronMesh_getConcreteType_0 = Module['_emscripten_bind_PxTetrahedronMesh_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_getConcreteType_0'); -var _emscripten_bind_PxTetrahedronMesh_setBaseFlag_2 = Module['_emscripten_bind_PxTetrahedronMesh_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_setBaseFlag_2'); -var _emscripten_bind_PxTetrahedronMesh_setBaseFlags_1 = Module['_emscripten_bind_PxTetrahedronMesh_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_setBaseFlags_1'); -var _emscripten_bind_PxTetrahedronMesh_getBaseFlags_0 = Module['_emscripten_bind_PxTetrahedronMesh_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_getBaseFlags_0'); -var _emscripten_bind_PxTetrahedronMesh_isReleasable_0 = Module['_emscripten_bind_PxTetrahedronMesh_isReleasable_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_isReleasable_0'); -var _emscripten_bind_PxTetrahedronMesh_getReferenceCount_0 = Module['_emscripten_bind_PxTetrahedronMesh_getReferenceCount_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_getReferenceCount_0'); -var _emscripten_bind_PxTetrahedronMesh_acquireReference_0 = Module['_emscripten_bind_PxTetrahedronMesh_acquireReference_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMesh_acquireReference_0'); -var _emscripten_bind_PxTetrahedronMeshAnalysisResults_PxTetrahedronMeshAnalysisResults_1 = Module['_emscripten_bind_PxTetrahedronMeshAnalysisResults_PxTetrahedronMeshAnalysisResults_1'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshAnalysisResults_PxTetrahedronMeshAnalysisResults_1'); -var _emscripten_bind_PxTetrahedronMeshAnalysisResults_isSet_1 = Module['_emscripten_bind_PxTetrahedronMeshAnalysisResults_isSet_1'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshAnalysisResults_isSet_1'); -var _emscripten_bind_PxTetrahedronMeshAnalysisResults_raise_1 = Module['_emscripten_bind_PxTetrahedronMeshAnalysisResults_raise_1'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshAnalysisResults_raise_1'); -var _emscripten_bind_PxTetrahedronMeshAnalysisResults_clear_1 = Module['_emscripten_bind_PxTetrahedronMeshAnalysisResults_clear_1'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshAnalysisResults_clear_1'); -var _emscripten_bind_PxTetrahedronMeshAnalysisResults___destroy___0 = Module['_emscripten_bind_PxTetrahedronMeshAnalysisResults___destroy___0'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshAnalysisResults___destroy___0'); -var _emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_0 = Module['_emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_0'); -var _emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_2 = Module['_emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_2'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_2'); -var _emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_3 = Module['_emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_3'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_3'); -var _emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_4 = Module['_emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_4'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_4'); -var _emscripten_bind_PxTetrahedronMeshDesc_isValid_0 = Module['_emscripten_bind_PxTetrahedronMeshDesc_isValid_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_isValid_0'); -var _emscripten_bind_PxTetrahedronMeshDesc_get_materialIndices_0 = Module['_emscripten_bind_PxTetrahedronMeshDesc_get_materialIndices_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_get_materialIndices_0'); -var _emscripten_bind_PxTetrahedronMeshDesc_set_materialIndices_1 = Module['_emscripten_bind_PxTetrahedronMeshDesc_set_materialIndices_1'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_set_materialIndices_1'); -var _emscripten_bind_PxTetrahedronMeshDesc_get_points_0 = Module['_emscripten_bind_PxTetrahedronMeshDesc_get_points_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_get_points_0'); -var _emscripten_bind_PxTetrahedronMeshDesc_set_points_1 = Module['_emscripten_bind_PxTetrahedronMeshDesc_set_points_1'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_set_points_1'); -var _emscripten_bind_PxTetrahedronMeshDesc_get_tetrahedrons_0 = Module['_emscripten_bind_PxTetrahedronMeshDesc_get_tetrahedrons_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_get_tetrahedrons_0'); -var _emscripten_bind_PxTetrahedronMeshDesc_set_tetrahedrons_1 = Module['_emscripten_bind_PxTetrahedronMeshDesc_set_tetrahedrons_1'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_set_tetrahedrons_1'); -var _emscripten_bind_PxTetrahedronMeshDesc_get_flags_0 = Module['_emscripten_bind_PxTetrahedronMeshDesc_get_flags_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_get_flags_0'); -var _emscripten_bind_PxTetrahedronMeshDesc_set_flags_1 = Module['_emscripten_bind_PxTetrahedronMeshDesc_set_flags_1'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_set_flags_1'); -var _emscripten_bind_PxTetrahedronMeshDesc_get_tetsPerElement_0 = Module['_emscripten_bind_PxTetrahedronMeshDesc_get_tetsPerElement_0'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_get_tetsPerElement_0'); -var _emscripten_bind_PxTetrahedronMeshDesc_set_tetsPerElement_1 = Module['_emscripten_bind_PxTetrahedronMeshDesc_set_tetsPerElement_1'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc_set_tetsPerElement_1'); -var _emscripten_bind_PxTetrahedronMeshDesc___destroy___0 = Module['_emscripten_bind_PxTetrahedronMeshDesc___destroy___0'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshDesc___destroy___0'); -var _emscripten_bind_PxTetrahedronMeshExt_findTetrahedronContainingPoint_4 = Module['_emscripten_bind_PxTetrahedronMeshExt_findTetrahedronContainingPoint_4'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshExt_findTetrahedronContainingPoint_4'); -var _emscripten_bind_PxTetrahedronMeshExt_findTetrahedronClosestToPoint_3 = Module['_emscripten_bind_PxTetrahedronMeshExt_findTetrahedronClosestToPoint_3'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshExt_findTetrahedronClosestToPoint_3'); -var _emscripten_bind_PxTetrahedronMeshExt_createPointsToTetrahedronMap_5 = Module['_emscripten_bind_PxTetrahedronMeshExt_createPointsToTetrahedronMap_5'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshExt_createPointsToTetrahedronMap_5'); -var _emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_2 = Module['_emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_2'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_2'); -var _emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_3 = Module['_emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_3'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_3'); -var _emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_4 = Module['_emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_4'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_4'); -var _emscripten_bind_PxTetrahedronMeshFlags_PxTetrahedronMeshFlags_1 = Module['_emscripten_bind_PxTetrahedronMeshFlags_PxTetrahedronMeshFlags_1'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshFlags_PxTetrahedronMeshFlags_1'); -var _emscripten_bind_PxTetrahedronMeshFlags_isSet_1 = Module['_emscripten_bind_PxTetrahedronMeshFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshFlags_isSet_1'); -var _emscripten_bind_PxTetrahedronMeshFlags_raise_1 = Module['_emscripten_bind_PxTetrahedronMeshFlags_raise_1'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshFlags_raise_1'); -var _emscripten_bind_PxTetrahedronMeshFlags_clear_1 = Module['_emscripten_bind_PxTetrahedronMeshFlags_clear_1'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshFlags_clear_1'); -var _emscripten_bind_PxTetrahedronMeshFlags___destroy___0 = Module['_emscripten_bind_PxTetrahedronMeshFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxTetrahedronMeshFlags___destroy___0'); -var _emscripten_bind_PxTolerancesScale_PxTolerancesScale_0 = Module['_emscripten_bind_PxTolerancesScale_PxTolerancesScale_0'] = createExportWrapper('emscripten_bind_PxTolerancesScale_PxTolerancesScale_0'); -var _emscripten_bind_PxTolerancesScale___destroy___0 = Module['_emscripten_bind_PxTolerancesScale___destroy___0'] = createExportWrapper('emscripten_bind_PxTolerancesScale___destroy___0'); -var _emscripten_bind_PxTopLevelFunctions_DefaultFilterShader_0 = Module['_emscripten_bind_PxTopLevelFunctions_DefaultFilterShader_0'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_DefaultFilterShader_0'); -var _emscripten_bind_PxTopLevelFunctions_setupPassThroughFilterShader_2 = Module['_emscripten_bind_PxTopLevelFunctions_setupPassThroughFilterShader_2'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_setupPassThroughFilterShader_2'); -var _emscripten_bind_PxTopLevelFunctions_CreateControllerManager_1 = Module['_emscripten_bind_PxTopLevelFunctions_CreateControllerManager_1'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_CreateControllerManager_1'); -var _emscripten_bind_PxTopLevelFunctions_CreateControllerManager_2 = Module['_emscripten_bind_PxTopLevelFunctions_CreateControllerManager_2'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_CreateControllerManager_2'); -var _emscripten_bind_PxTopLevelFunctions_CreateFoundation_3 = Module['_emscripten_bind_PxTopLevelFunctions_CreateFoundation_3'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_CreateFoundation_3'); -var _emscripten_bind_PxTopLevelFunctions_CreatePhysics_3 = Module['_emscripten_bind_PxTopLevelFunctions_CreatePhysics_3'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_CreatePhysics_3'); -var _emscripten_bind_PxTopLevelFunctions_CreatePhysics_4 = Module['_emscripten_bind_PxTopLevelFunctions_CreatePhysics_4'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_CreatePhysics_4'); -var _emscripten_bind_PxTopLevelFunctions_CreatePhysics_5 = Module['_emscripten_bind_PxTopLevelFunctions_CreatePhysics_5'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_CreatePhysics_5'); -var _emscripten_bind_PxTopLevelFunctions_DefaultCpuDispatcherCreate_1 = Module['_emscripten_bind_PxTopLevelFunctions_DefaultCpuDispatcherCreate_1'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_DefaultCpuDispatcherCreate_1'); -var _emscripten_bind_PxTopLevelFunctions_InitExtensions_1 = Module['_emscripten_bind_PxTopLevelFunctions_InitExtensions_1'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_InitExtensions_1'); -var _emscripten_bind_PxTopLevelFunctions_CloseExtensions_0 = Module['_emscripten_bind_PxTopLevelFunctions_CloseExtensions_0'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_CloseExtensions_0'); -var _emscripten_bind_PxTopLevelFunctions_CreatePvd_1 = Module['_emscripten_bind_PxTopLevelFunctions_CreatePvd_1'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_CreatePvd_1'); -var _emscripten_bind_PxTopLevelFunctions_D6JointCreate_5 = Module['_emscripten_bind_PxTopLevelFunctions_D6JointCreate_5'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_D6JointCreate_5'); -var _emscripten_bind_PxTopLevelFunctions_DistanceJointCreate_5 = Module['_emscripten_bind_PxTopLevelFunctions_DistanceJointCreate_5'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_DistanceJointCreate_5'); -var _emscripten_bind_PxTopLevelFunctions_FixedJointCreate_5 = Module['_emscripten_bind_PxTopLevelFunctions_FixedJointCreate_5'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_FixedJointCreate_5'); -var _emscripten_bind_PxTopLevelFunctions_PrismaticJointCreate_5 = Module['_emscripten_bind_PxTopLevelFunctions_PrismaticJointCreate_5'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_PrismaticJointCreate_5'); -var _emscripten_bind_PxTopLevelFunctions_RevoluteJointCreate_5 = Module['_emscripten_bind_PxTopLevelFunctions_RevoluteJointCreate_5'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_RevoluteJointCreate_5'); -var _emscripten_bind_PxTopLevelFunctions_SphericalJointCreate_5 = Module['_emscripten_bind_PxTopLevelFunctions_SphericalJointCreate_5'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_SphericalJointCreate_5'); -var _emscripten_bind_PxTopLevelFunctions_CreateConvexMesh_2 = Module['_emscripten_bind_PxTopLevelFunctions_CreateConvexMesh_2'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_CreateConvexMesh_2'); -var _emscripten_bind_PxTopLevelFunctions_CreateTriangleMesh_2 = Module['_emscripten_bind_PxTopLevelFunctions_CreateTriangleMesh_2'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_CreateTriangleMesh_2'); -var _emscripten_bind_PxTopLevelFunctions_CreateHeightField_1 = Module['_emscripten_bind_PxTopLevelFunctions_CreateHeightField_1'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_CreateHeightField_1'); -var _emscripten_bind_PxTopLevelFunctions_get_PHYSICS_VERSION_0 = Module['_emscripten_bind_PxTopLevelFunctions_get_PHYSICS_VERSION_0'] = createExportWrapper('emscripten_bind_PxTopLevelFunctions_get_PHYSICS_VERSION_0'); -var _emscripten_bind_PxTransform_PxTransform_0 = Module['_emscripten_bind_PxTransform_PxTransform_0'] = createExportWrapper('emscripten_bind_PxTransform_PxTransform_0'); -var _emscripten_bind_PxTransform_PxTransform_1 = Module['_emscripten_bind_PxTransform_PxTransform_1'] = createExportWrapper('emscripten_bind_PxTransform_PxTransform_1'); -var _emscripten_bind_PxTransform_PxTransform_2 = Module['_emscripten_bind_PxTransform_PxTransform_2'] = createExportWrapper('emscripten_bind_PxTransform_PxTransform_2'); -var _emscripten_bind_PxTransform_get_q_0 = Module['_emscripten_bind_PxTransform_get_q_0'] = createExportWrapper('emscripten_bind_PxTransform_get_q_0'); -var _emscripten_bind_PxTransform_set_q_1 = Module['_emscripten_bind_PxTransform_set_q_1'] = createExportWrapper('emscripten_bind_PxTransform_set_q_1'); -var _emscripten_bind_PxTransform_get_p_0 = Module['_emscripten_bind_PxTransform_get_p_0'] = createExportWrapper('emscripten_bind_PxTransform_get_p_0'); -var _emscripten_bind_PxTransform_set_p_1 = Module['_emscripten_bind_PxTransform_set_p_1'] = createExportWrapper('emscripten_bind_PxTransform_set_p_1'); -var _emscripten_bind_PxTransform___destroy___0 = Module['_emscripten_bind_PxTransform___destroy___0'] = createExportWrapper('emscripten_bind_PxTransform___destroy___0'); -var _emscripten_bind_PxTriangle_PxTriangle_0 = Module['_emscripten_bind_PxTriangle_PxTriangle_0'] = createExportWrapper('emscripten_bind_PxTriangle_PxTriangle_0'); -var _emscripten_bind_PxTriangle_PxTriangle_3 = Module['_emscripten_bind_PxTriangle_PxTriangle_3'] = createExportWrapper('emscripten_bind_PxTriangle_PxTriangle_3'); -var _emscripten_bind_PxTriangle_normal_1 = Module['_emscripten_bind_PxTriangle_normal_1'] = createExportWrapper('emscripten_bind_PxTriangle_normal_1'); -var _emscripten_bind_PxTriangle_denormalizedNormal_1 = Module['_emscripten_bind_PxTriangle_denormalizedNormal_1'] = createExportWrapper('emscripten_bind_PxTriangle_denormalizedNormal_1'); -var _emscripten_bind_PxTriangle_area_0 = Module['_emscripten_bind_PxTriangle_area_0'] = createExportWrapper('emscripten_bind_PxTriangle_area_0'); -var _emscripten_bind_PxTriangle_pointFromUV_2 = Module['_emscripten_bind_PxTriangle_pointFromUV_2'] = createExportWrapper('emscripten_bind_PxTriangle_pointFromUV_2'); -var _emscripten_bind_PxTriangle___destroy___0 = Module['_emscripten_bind_PxTriangle___destroy___0'] = createExportWrapper('emscripten_bind_PxTriangle___destroy___0'); -var _emscripten_bind_PxTriangleMesh_getNbVertices_0 = Module['_emscripten_bind_PxTriangleMesh_getNbVertices_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_getNbVertices_0'); -var _emscripten_bind_PxTriangleMesh_getVertices_0 = Module['_emscripten_bind_PxTriangleMesh_getVertices_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_getVertices_0'); -var _emscripten_bind_PxTriangleMesh_getVerticesForModification_0 = Module['_emscripten_bind_PxTriangleMesh_getVerticesForModification_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_getVerticesForModification_0'); -var _emscripten_bind_PxTriangleMesh_refitBVH_0 = Module['_emscripten_bind_PxTriangleMesh_refitBVH_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_refitBVH_0'); -var _emscripten_bind_PxTriangleMesh_getNbTriangles_0 = Module['_emscripten_bind_PxTriangleMesh_getNbTriangles_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_getNbTriangles_0'); -var _emscripten_bind_PxTriangleMesh_getTriangles_0 = Module['_emscripten_bind_PxTriangleMesh_getTriangles_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_getTriangles_0'); -var _emscripten_bind_PxTriangleMesh_getTriangleMeshFlags_0 = Module['_emscripten_bind_PxTriangleMesh_getTriangleMeshFlags_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_getTriangleMeshFlags_0'); -var _emscripten_bind_PxTriangleMesh_getTrianglesRemap_0 = Module['_emscripten_bind_PxTriangleMesh_getTrianglesRemap_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_getTrianglesRemap_0'); -var _emscripten_bind_PxTriangleMesh_getTriangleMaterialIndex_1 = Module['_emscripten_bind_PxTriangleMesh_getTriangleMaterialIndex_1'] = createExportWrapper('emscripten_bind_PxTriangleMesh_getTriangleMaterialIndex_1'); -var _emscripten_bind_PxTriangleMesh_getLocalBounds_0 = Module['_emscripten_bind_PxTriangleMesh_getLocalBounds_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_getLocalBounds_0'); -var _emscripten_bind_PxTriangleMesh_release_0 = Module['_emscripten_bind_PxTriangleMesh_release_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_release_0'); -var _emscripten_bind_PxTriangleMesh_getConcreteTypeName_0 = Module['_emscripten_bind_PxTriangleMesh_getConcreteTypeName_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_getConcreteTypeName_0'); -var _emscripten_bind_PxTriangleMesh_getConcreteType_0 = Module['_emscripten_bind_PxTriangleMesh_getConcreteType_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_getConcreteType_0'); -var _emscripten_bind_PxTriangleMesh_setBaseFlag_2 = Module['_emscripten_bind_PxTriangleMesh_setBaseFlag_2'] = createExportWrapper('emscripten_bind_PxTriangleMesh_setBaseFlag_2'); -var _emscripten_bind_PxTriangleMesh_setBaseFlags_1 = Module['_emscripten_bind_PxTriangleMesh_setBaseFlags_1'] = createExportWrapper('emscripten_bind_PxTriangleMesh_setBaseFlags_1'); -var _emscripten_bind_PxTriangleMesh_getBaseFlags_0 = Module['_emscripten_bind_PxTriangleMesh_getBaseFlags_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_getBaseFlags_0'); -var _emscripten_bind_PxTriangleMesh_isReleasable_0 = Module['_emscripten_bind_PxTriangleMesh_isReleasable_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_isReleasable_0'); -var _emscripten_bind_PxTriangleMesh_getReferenceCount_0 = Module['_emscripten_bind_PxTriangleMesh_getReferenceCount_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_getReferenceCount_0'); -var _emscripten_bind_PxTriangleMesh_acquireReference_0 = Module['_emscripten_bind_PxTriangleMesh_acquireReference_0'] = createExportWrapper('emscripten_bind_PxTriangleMesh_acquireReference_0'); -var _emscripten_bind_PxTriangleMeshAnalysisResults_PxTriangleMeshAnalysisResults_1 = Module['_emscripten_bind_PxTriangleMeshAnalysisResults_PxTriangleMeshAnalysisResults_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshAnalysisResults_PxTriangleMeshAnalysisResults_1'); -var _emscripten_bind_PxTriangleMeshAnalysisResults_isSet_1 = Module['_emscripten_bind_PxTriangleMeshAnalysisResults_isSet_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshAnalysisResults_isSet_1'); -var _emscripten_bind_PxTriangleMeshAnalysisResults_raise_1 = Module['_emscripten_bind_PxTriangleMeshAnalysisResults_raise_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshAnalysisResults_raise_1'); -var _emscripten_bind_PxTriangleMeshAnalysisResults_clear_1 = Module['_emscripten_bind_PxTriangleMeshAnalysisResults_clear_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshAnalysisResults_clear_1'); -var _emscripten_bind_PxTriangleMeshAnalysisResults___destroy___0 = Module['_emscripten_bind_PxTriangleMeshAnalysisResults___destroy___0'] = createExportWrapper('emscripten_bind_PxTriangleMeshAnalysisResults___destroy___0'); -var _emscripten_bind_PxTriangleMeshDesc_PxTriangleMeshDesc_0 = Module['_emscripten_bind_PxTriangleMeshDesc_PxTriangleMeshDesc_0'] = createExportWrapper('emscripten_bind_PxTriangleMeshDesc_PxTriangleMeshDesc_0'); -var _emscripten_bind_PxTriangleMeshDesc_setToDefault_0 = Module['_emscripten_bind_PxTriangleMeshDesc_setToDefault_0'] = createExportWrapper('emscripten_bind_PxTriangleMeshDesc_setToDefault_0'); -var _emscripten_bind_PxTriangleMeshDesc_isValid_0 = Module['_emscripten_bind_PxTriangleMeshDesc_isValid_0'] = createExportWrapper('emscripten_bind_PxTriangleMeshDesc_isValid_0'); -var _emscripten_bind_PxTriangleMeshDesc_get_materialIndices_0 = Module['_emscripten_bind_PxTriangleMeshDesc_get_materialIndices_0'] = createExportWrapper('emscripten_bind_PxTriangleMeshDesc_get_materialIndices_0'); -var _emscripten_bind_PxTriangleMeshDesc_set_materialIndices_1 = Module['_emscripten_bind_PxTriangleMeshDesc_set_materialIndices_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshDesc_set_materialIndices_1'); -var _emscripten_bind_PxTriangleMeshDesc_get_points_0 = Module['_emscripten_bind_PxTriangleMeshDesc_get_points_0'] = createExportWrapper('emscripten_bind_PxTriangleMeshDesc_get_points_0'); -var _emscripten_bind_PxTriangleMeshDesc_set_points_1 = Module['_emscripten_bind_PxTriangleMeshDesc_set_points_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshDesc_set_points_1'); -var _emscripten_bind_PxTriangleMeshDesc_get_triangles_0 = Module['_emscripten_bind_PxTriangleMeshDesc_get_triangles_0'] = createExportWrapper('emscripten_bind_PxTriangleMeshDesc_get_triangles_0'); -var _emscripten_bind_PxTriangleMeshDesc_set_triangles_1 = Module['_emscripten_bind_PxTriangleMeshDesc_set_triangles_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshDesc_set_triangles_1'); -var _emscripten_bind_PxTriangleMeshDesc_get_flags_0 = Module['_emscripten_bind_PxTriangleMeshDesc_get_flags_0'] = createExportWrapper('emscripten_bind_PxTriangleMeshDesc_get_flags_0'); -var _emscripten_bind_PxTriangleMeshDesc_set_flags_1 = Module['_emscripten_bind_PxTriangleMeshDesc_set_flags_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshDesc_set_flags_1'); -var _emscripten_bind_PxTriangleMeshDesc___destroy___0 = Module['_emscripten_bind_PxTriangleMeshDesc___destroy___0'] = createExportWrapper('emscripten_bind_PxTriangleMeshDesc___destroy___0'); -var _emscripten_bind_PxTriangleMeshFlags_PxTriangleMeshFlags_1 = Module['_emscripten_bind_PxTriangleMeshFlags_PxTriangleMeshFlags_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshFlags_PxTriangleMeshFlags_1'); -var _emscripten_bind_PxTriangleMeshFlags_isSet_1 = Module['_emscripten_bind_PxTriangleMeshFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshFlags_isSet_1'); -var _emscripten_bind_PxTriangleMeshFlags_raise_1 = Module['_emscripten_bind_PxTriangleMeshFlags_raise_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshFlags_raise_1'); -var _emscripten_bind_PxTriangleMeshFlags_clear_1 = Module['_emscripten_bind_PxTriangleMeshFlags_clear_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshFlags_clear_1'); -var _emscripten_bind_PxTriangleMeshFlags___destroy___0 = Module['_emscripten_bind_PxTriangleMeshFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxTriangleMeshFlags___destroy___0'); -var _emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_1 = Module['_emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_1'); -var _emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_2 = Module['_emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_2'] = createExportWrapper('emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_2'); -var _emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_3 = Module['_emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_3'] = createExportWrapper('emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_3'); -var _emscripten_bind_PxTriangleMeshGeometry_isValid_0 = Module['_emscripten_bind_PxTriangleMeshGeometry_isValid_0'] = createExportWrapper('emscripten_bind_PxTriangleMeshGeometry_isValid_0'); -var _emscripten_bind_PxTriangleMeshGeometry_getType_0 = Module['_emscripten_bind_PxTriangleMeshGeometry_getType_0'] = createExportWrapper('emscripten_bind_PxTriangleMeshGeometry_getType_0'); -var _emscripten_bind_PxTriangleMeshGeometry_get_scale_0 = Module['_emscripten_bind_PxTriangleMeshGeometry_get_scale_0'] = createExportWrapper('emscripten_bind_PxTriangleMeshGeometry_get_scale_0'); -var _emscripten_bind_PxTriangleMeshGeometry_set_scale_1 = Module['_emscripten_bind_PxTriangleMeshGeometry_set_scale_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshGeometry_set_scale_1'); -var _emscripten_bind_PxTriangleMeshGeometry_get_meshFlags_0 = Module['_emscripten_bind_PxTriangleMeshGeometry_get_meshFlags_0'] = createExportWrapper('emscripten_bind_PxTriangleMeshGeometry_get_meshFlags_0'); -var _emscripten_bind_PxTriangleMeshGeometry_set_meshFlags_1 = Module['_emscripten_bind_PxTriangleMeshGeometry_set_meshFlags_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshGeometry_set_meshFlags_1'); -var _emscripten_bind_PxTriangleMeshGeometry_get_triangleMesh_0 = Module['_emscripten_bind_PxTriangleMeshGeometry_get_triangleMesh_0'] = createExportWrapper('emscripten_bind_PxTriangleMeshGeometry_get_triangleMesh_0'); -var _emscripten_bind_PxTriangleMeshGeometry_set_triangleMesh_1 = Module['_emscripten_bind_PxTriangleMeshGeometry_set_triangleMesh_1'] = createExportWrapper('emscripten_bind_PxTriangleMeshGeometry_set_triangleMesh_1'); -var _emscripten_bind_PxTriangleMeshGeometry___destroy___0 = Module['_emscripten_bind_PxTriangleMeshGeometry___destroy___0'] = createExportWrapper('emscripten_bind_PxTriangleMeshGeometry___destroy___0'); -var _emscripten_bind_PxTriggerPair_get_triggerShape_0 = Module['_emscripten_bind_PxTriggerPair_get_triggerShape_0'] = createExportWrapper('emscripten_bind_PxTriggerPair_get_triggerShape_0'); -var _emscripten_bind_PxTriggerPair_set_triggerShape_1 = Module['_emscripten_bind_PxTriggerPair_set_triggerShape_1'] = createExportWrapper('emscripten_bind_PxTriggerPair_set_triggerShape_1'); -var _emscripten_bind_PxTriggerPair_get_triggerActor_0 = Module['_emscripten_bind_PxTriggerPair_get_triggerActor_0'] = createExportWrapper('emscripten_bind_PxTriggerPair_get_triggerActor_0'); -var _emscripten_bind_PxTriggerPair_set_triggerActor_1 = Module['_emscripten_bind_PxTriggerPair_set_triggerActor_1'] = createExportWrapper('emscripten_bind_PxTriggerPair_set_triggerActor_1'); -var _emscripten_bind_PxTriggerPair_get_otherShape_0 = Module['_emscripten_bind_PxTriggerPair_get_otherShape_0'] = createExportWrapper('emscripten_bind_PxTriggerPair_get_otherShape_0'); -var _emscripten_bind_PxTriggerPair_set_otherShape_1 = Module['_emscripten_bind_PxTriggerPair_set_otherShape_1'] = createExportWrapper('emscripten_bind_PxTriggerPair_set_otherShape_1'); -var _emscripten_bind_PxTriggerPair_get_otherActor_0 = Module['_emscripten_bind_PxTriggerPair_get_otherActor_0'] = createExportWrapper('emscripten_bind_PxTriggerPair_get_otherActor_0'); -var _emscripten_bind_PxTriggerPair_set_otherActor_1 = Module['_emscripten_bind_PxTriggerPair_set_otherActor_1'] = createExportWrapper('emscripten_bind_PxTriggerPair_set_otherActor_1'); -var _emscripten_bind_PxTriggerPair_get_status_0 = Module['_emscripten_bind_PxTriggerPair_get_status_0'] = createExportWrapper('emscripten_bind_PxTriggerPair_get_status_0'); -var _emscripten_bind_PxTriggerPair_set_status_1 = Module['_emscripten_bind_PxTriggerPair_set_status_1'] = createExportWrapper('emscripten_bind_PxTriggerPair_set_status_1'); -var _emscripten_bind_PxTriggerPair_get_flags_0 = Module['_emscripten_bind_PxTriggerPair_get_flags_0'] = createExportWrapper('emscripten_bind_PxTriggerPair_get_flags_0'); -var _emscripten_bind_PxTriggerPair_set_flags_1 = Module['_emscripten_bind_PxTriggerPair_set_flags_1'] = createExportWrapper('emscripten_bind_PxTriggerPair_set_flags_1'); -var _emscripten_bind_PxTriggerPair___destroy___0 = Module['_emscripten_bind_PxTriggerPair___destroy___0'] = createExportWrapper('emscripten_bind_PxTriggerPair___destroy___0'); -var _emscripten_bind_PxTriggerPairFlags_PxTriggerPairFlags_1 = Module['_emscripten_bind_PxTriggerPairFlags_PxTriggerPairFlags_1'] = createExportWrapper('emscripten_bind_PxTriggerPairFlags_PxTriggerPairFlags_1'); -var _emscripten_bind_PxTriggerPairFlags_isSet_1 = Module['_emscripten_bind_PxTriggerPairFlags_isSet_1'] = createExportWrapper('emscripten_bind_PxTriggerPairFlags_isSet_1'); -var _emscripten_bind_PxTriggerPairFlags_raise_1 = Module['_emscripten_bind_PxTriggerPairFlags_raise_1'] = createExportWrapper('emscripten_bind_PxTriggerPairFlags_raise_1'); -var _emscripten_bind_PxTriggerPairFlags_clear_1 = Module['_emscripten_bind_PxTriggerPairFlags_clear_1'] = createExportWrapper('emscripten_bind_PxTriggerPairFlags_clear_1'); -var _emscripten_bind_PxTriggerPairFlags___destroy___0 = Module['_emscripten_bind_PxTriggerPairFlags___destroy___0'] = createExportWrapper('emscripten_bind_PxTriggerPairFlags___destroy___0'); -var _emscripten_bind_PxTypedStridedData_PxU16_get_stride_0 = Module['_emscripten_bind_PxTypedStridedData_PxU16_get_stride_0'] = createExportWrapper('emscripten_bind_PxTypedStridedData_PxU16_get_stride_0'); -var _emscripten_bind_PxTypedStridedData_PxU16_set_stride_1 = Module['_emscripten_bind_PxTypedStridedData_PxU16_set_stride_1'] = createExportWrapper('emscripten_bind_PxTypedStridedData_PxU16_set_stride_1'); -var _emscripten_bind_PxTypedStridedData_PxU16_get_data_0 = Module['_emscripten_bind_PxTypedStridedData_PxU16_get_data_0'] = createExportWrapper('emscripten_bind_PxTypedStridedData_PxU16_get_data_0'); -var _emscripten_bind_PxTypedStridedData_PxU16_set_data_1 = Module['_emscripten_bind_PxTypedStridedData_PxU16_set_data_1'] = createExportWrapper('emscripten_bind_PxTypedStridedData_PxU16_set_data_1'); -var _emscripten_bind_PxTypedStridedData_PxU16___destroy___0 = Module['_emscripten_bind_PxTypedStridedData_PxU16___destroy___0'] = createExportWrapper('emscripten_bind_PxTypedStridedData_PxU16___destroy___0'); -var _emscripten_bind_PxU16Ptr___destroy___0 = Module['_emscripten_bind_PxU16Ptr___destroy___0'] = createExportWrapper('emscripten_bind_PxU16Ptr___destroy___0'); -var _emscripten_bind_PxU16StridedData_get_stride_0 = Module['_emscripten_bind_PxU16StridedData_get_stride_0'] = createExportWrapper('emscripten_bind_PxU16StridedData_get_stride_0'); -var _emscripten_bind_PxU16StridedData_set_stride_1 = Module['_emscripten_bind_PxU16StridedData_set_stride_1'] = createExportWrapper('emscripten_bind_PxU16StridedData_set_stride_1'); -var _emscripten_bind_PxU16StridedData_get_data_0 = Module['_emscripten_bind_PxU16StridedData_get_data_0'] = createExportWrapper('emscripten_bind_PxU16StridedData_get_data_0'); -var _emscripten_bind_PxU16StridedData_set_data_1 = Module['_emscripten_bind_PxU16StridedData_set_data_1'] = createExportWrapper('emscripten_bind_PxU16StridedData_set_data_1'); -var _emscripten_bind_PxU16StridedData___destroy___0 = Module['_emscripten_bind_PxU16StridedData___destroy___0'] = createExportWrapper('emscripten_bind_PxU16StridedData___destroy___0'); -var _emscripten_bind_PxU32Ptr___destroy___0 = Module['_emscripten_bind_PxU32Ptr___destroy___0'] = createExportWrapper('emscripten_bind_PxU32Ptr___destroy___0'); -var _emscripten_bind_PxU8Ptr___destroy___0 = Module['_emscripten_bind_PxU8Ptr___destroy___0'] = createExportWrapper('emscripten_bind_PxU8Ptr___destroy___0'); -var _emscripten_bind_PxUserControllerHitReportImpl_PxUserControllerHitReportImpl_0 = Module['_emscripten_bind_PxUserControllerHitReportImpl_PxUserControllerHitReportImpl_0'] = createExportWrapper('emscripten_bind_PxUserControllerHitReportImpl_PxUserControllerHitReportImpl_0'); -var _emscripten_bind_PxUserControllerHitReportImpl_onShapeHit_1 = Module['_emscripten_bind_PxUserControllerHitReportImpl_onShapeHit_1'] = createExportWrapper('emscripten_bind_PxUserControllerHitReportImpl_onShapeHit_1'); -var _emscripten_bind_PxUserControllerHitReportImpl_onControllerHit_1 = Module['_emscripten_bind_PxUserControllerHitReportImpl_onControllerHit_1'] = createExportWrapper('emscripten_bind_PxUserControllerHitReportImpl_onControllerHit_1'); -var _emscripten_bind_PxUserControllerHitReportImpl_onObstacleHit_1 = Module['_emscripten_bind_PxUserControllerHitReportImpl_onObstacleHit_1'] = createExportWrapper('emscripten_bind_PxUserControllerHitReportImpl_onObstacleHit_1'); -var _emscripten_bind_PxUserControllerHitReportImpl___destroy___0 = Module['_emscripten_bind_PxUserControllerHitReportImpl___destroy___0'] = createExportWrapper('emscripten_bind_PxUserControllerHitReportImpl___destroy___0'); -var _emscripten_bind_PxVec3_PxVec3_0 = Module['_emscripten_bind_PxVec3_PxVec3_0'] = createExportWrapper('emscripten_bind_PxVec3_PxVec3_0'); -var _emscripten_bind_PxVec3_PxVec3_3 = Module['_emscripten_bind_PxVec3_PxVec3_3'] = createExportWrapper('emscripten_bind_PxVec3_PxVec3_3'); -var _emscripten_bind_PxVec3_isZero_0 = Module['_emscripten_bind_PxVec3_isZero_0'] = createExportWrapper('emscripten_bind_PxVec3_isZero_0'); -var _emscripten_bind_PxVec3_isFinite_0 = Module['_emscripten_bind_PxVec3_isFinite_0'] = createExportWrapper('emscripten_bind_PxVec3_isFinite_0'); -var _emscripten_bind_PxVec3_isNormalized_0 = Module['_emscripten_bind_PxVec3_isNormalized_0'] = createExportWrapper('emscripten_bind_PxVec3_isNormalized_0'); -var _emscripten_bind_PxVec3_magnitudeSquared_0 = Module['_emscripten_bind_PxVec3_magnitudeSquared_0'] = createExportWrapper('emscripten_bind_PxVec3_magnitudeSquared_0'); -var _emscripten_bind_PxVec3_magnitude_0 = Module['_emscripten_bind_PxVec3_magnitude_0'] = createExportWrapper('emscripten_bind_PxVec3_magnitude_0'); -var _emscripten_bind_PxVec3_dot_1 = Module['_emscripten_bind_PxVec3_dot_1'] = createExportWrapper('emscripten_bind_PxVec3_dot_1'); -var _emscripten_bind_PxVec3_cross_1 = Module['_emscripten_bind_PxVec3_cross_1'] = createExportWrapper('emscripten_bind_PxVec3_cross_1'); -var _emscripten_bind_PxVec3_getNormalized_0 = Module['_emscripten_bind_PxVec3_getNormalized_0'] = createExportWrapper('emscripten_bind_PxVec3_getNormalized_0'); -var _emscripten_bind_PxVec3_normalize_0 = Module['_emscripten_bind_PxVec3_normalize_0'] = createExportWrapper('emscripten_bind_PxVec3_normalize_0'); -var _emscripten_bind_PxVec3_normalizeSafe_0 = Module['_emscripten_bind_PxVec3_normalizeSafe_0'] = createExportWrapper('emscripten_bind_PxVec3_normalizeSafe_0'); -var _emscripten_bind_PxVec3_normalizeFast_0 = Module['_emscripten_bind_PxVec3_normalizeFast_0'] = createExportWrapper('emscripten_bind_PxVec3_normalizeFast_0'); -var _emscripten_bind_PxVec3_multiply_1 = Module['_emscripten_bind_PxVec3_multiply_1'] = createExportWrapper('emscripten_bind_PxVec3_multiply_1'); -var _emscripten_bind_PxVec3_minimum_1 = Module['_emscripten_bind_PxVec3_minimum_1'] = createExportWrapper('emscripten_bind_PxVec3_minimum_1'); -var _emscripten_bind_PxVec3_minElement_0 = Module['_emscripten_bind_PxVec3_minElement_0'] = createExportWrapper('emscripten_bind_PxVec3_minElement_0'); -var _emscripten_bind_PxVec3_maximum_1 = Module['_emscripten_bind_PxVec3_maximum_1'] = createExportWrapper('emscripten_bind_PxVec3_maximum_1'); -var _emscripten_bind_PxVec3_maxElement_0 = Module['_emscripten_bind_PxVec3_maxElement_0'] = createExportWrapper('emscripten_bind_PxVec3_maxElement_0'); -var _emscripten_bind_PxVec3_abs_0 = Module['_emscripten_bind_PxVec3_abs_0'] = createExportWrapper('emscripten_bind_PxVec3_abs_0'); -var _emscripten_bind_PxVec3_get_x_0 = Module['_emscripten_bind_PxVec3_get_x_0'] = createExportWrapper('emscripten_bind_PxVec3_get_x_0'); -var _emscripten_bind_PxVec3_set_x_1 = Module['_emscripten_bind_PxVec3_set_x_1'] = createExportWrapper('emscripten_bind_PxVec3_set_x_1'); -var _emscripten_bind_PxVec3_get_y_0 = Module['_emscripten_bind_PxVec3_get_y_0'] = createExportWrapper('emscripten_bind_PxVec3_get_y_0'); -var _emscripten_bind_PxVec3_set_y_1 = Module['_emscripten_bind_PxVec3_set_y_1'] = createExportWrapper('emscripten_bind_PxVec3_set_y_1'); -var _emscripten_bind_PxVec3_get_z_0 = Module['_emscripten_bind_PxVec3_get_z_0'] = createExportWrapper('emscripten_bind_PxVec3_get_z_0'); -var _emscripten_bind_PxVec3_set_z_1 = Module['_emscripten_bind_PxVec3_set_z_1'] = createExportWrapper('emscripten_bind_PxVec3_set_z_1'); -var _emscripten_bind_PxVec3___destroy___0 = Module['_emscripten_bind_PxVec3___destroy___0'] = createExportWrapper('emscripten_bind_PxVec3___destroy___0'); -var _emscripten_bind_PxVec4_PxVec4_0 = Module['_emscripten_bind_PxVec4_PxVec4_0'] = createExportWrapper('emscripten_bind_PxVec4_PxVec4_0'); -var _emscripten_bind_PxVec4_PxVec4_4 = Module['_emscripten_bind_PxVec4_PxVec4_4'] = createExportWrapper('emscripten_bind_PxVec4_PxVec4_4'); -var _emscripten_bind_PxVec4_isZero_0 = Module['_emscripten_bind_PxVec4_isZero_0'] = createExportWrapper('emscripten_bind_PxVec4_isZero_0'); -var _emscripten_bind_PxVec4_isFinite_0 = Module['_emscripten_bind_PxVec4_isFinite_0'] = createExportWrapper('emscripten_bind_PxVec4_isFinite_0'); -var _emscripten_bind_PxVec4_isNormalized_0 = Module['_emscripten_bind_PxVec4_isNormalized_0'] = createExportWrapper('emscripten_bind_PxVec4_isNormalized_0'); -var _emscripten_bind_PxVec4_magnitudeSquared_0 = Module['_emscripten_bind_PxVec4_magnitudeSquared_0'] = createExportWrapper('emscripten_bind_PxVec4_magnitudeSquared_0'); -var _emscripten_bind_PxVec4_magnitude_0 = Module['_emscripten_bind_PxVec4_magnitude_0'] = createExportWrapper('emscripten_bind_PxVec4_magnitude_0'); -var _emscripten_bind_PxVec4_dot_1 = Module['_emscripten_bind_PxVec4_dot_1'] = createExportWrapper('emscripten_bind_PxVec4_dot_1'); -var _emscripten_bind_PxVec4_getNormalized_0 = Module['_emscripten_bind_PxVec4_getNormalized_0'] = createExportWrapper('emscripten_bind_PxVec4_getNormalized_0'); -var _emscripten_bind_PxVec4_normalize_0 = Module['_emscripten_bind_PxVec4_normalize_0'] = createExportWrapper('emscripten_bind_PxVec4_normalize_0'); -var _emscripten_bind_PxVec4_multiply_1 = Module['_emscripten_bind_PxVec4_multiply_1'] = createExportWrapper('emscripten_bind_PxVec4_multiply_1'); -var _emscripten_bind_PxVec4_minimum_1 = Module['_emscripten_bind_PxVec4_minimum_1'] = createExportWrapper('emscripten_bind_PxVec4_minimum_1'); -var _emscripten_bind_PxVec4_maximum_1 = Module['_emscripten_bind_PxVec4_maximum_1'] = createExportWrapper('emscripten_bind_PxVec4_maximum_1'); -var _emscripten_bind_PxVec4_getXYZ_0 = Module['_emscripten_bind_PxVec4_getXYZ_0'] = createExportWrapper('emscripten_bind_PxVec4_getXYZ_0'); -var _emscripten_bind_PxVec4_get_x_0 = Module['_emscripten_bind_PxVec4_get_x_0'] = createExportWrapper('emscripten_bind_PxVec4_get_x_0'); -var _emscripten_bind_PxVec4_set_x_1 = Module['_emscripten_bind_PxVec4_set_x_1'] = createExportWrapper('emscripten_bind_PxVec4_set_x_1'); -var _emscripten_bind_PxVec4_get_y_0 = Module['_emscripten_bind_PxVec4_get_y_0'] = createExportWrapper('emscripten_bind_PxVec4_get_y_0'); -var _emscripten_bind_PxVec4_set_y_1 = Module['_emscripten_bind_PxVec4_set_y_1'] = createExportWrapper('emscripten_bind_PxVec4_set_y_1'); -var _emscripten_bind_PxVec4_get_z_0 = Module['_emscripten_bind_PxVec4_get_z_0'] = createExportWrapper('emscripten_bind_PxVec4_get_z_0'); -var _emscripten_bind_PxVec4_set_z_1 = Module['_emscripten_bind_PxVec4_set_z_1'] = createExportWrapper('emscripten_bind_PxVec4_set_z_1'); -var _emscripten_bind_PxVec4_get_w_0 = Module['_emscripten_bind_PxVec4_get_w_0'] = createExportWrapper('emscripten_bind_PxVec4_get_w_0'); -var _emscripten_bind_PxVec4_set_w_1 = Module['_emscripten_bind_PxVec4_set_w_1'] = createExportWrapper('emscripten_bind_PxVec4_set_w_1'); -var _emscripten_bind_PxVec4___destroy___0 = Module['_emscripten_bind_PxVec4___destroy___0'] = createExportWrapper('emscripten_bind_PxVec4___destroy___0'); -var _emscripten_bind_PxVehicleAckermannParams_PxVehicleAckermannParams_0 = Module['_emscripten_bind_PxVehicleAckermannParams_PxVehicleAckermannParams_0'] = createExportWrapper('emscripten_bind_PxVehicleAckermannParams_PxVehicleAckermannParams_0'); -var _emscripten_bind_PxVehicleAckermannParams_isValid_1 = Module['_emscripten_bind_PxVehicleAckermannParams_isValid_1'] = createExportWrapper('emscripten_bind_PxVehicleAckermannParams_isValid_1'); -var _emscripten_bind_PxVehicleAckermannParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleAckermannParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleAckermannParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleAckermannParams_get_wheelIds_1 = Module['_emscripten_bind_PxVehicleAckermannParams_get_wheelIds_1'] = createExportWrapper('emscripten_bind_PxVehicleAckermannParams_get_wheelIds_1'); -var _emscripten_bind_PxVehicleAckermannParams_set_wheelIds_2 = Module['_emscripten_bind_PxVehicleAckermannParams_set_wheelIds_2'] = createExportWrapper('emscripten_bind_PxVehicleAckermannParams_set_wheelIds_2'); -var _emscripten_bind_PxVehicleAckermannParams_get_wheelBase_0 = Module['_emscripten_bind_PxVehicleAckermannParams_get_wheelBase_0'] = createExportWrapper('emscripten_bind_PxVehicleAckermannParams_get_wheelBase_0'); -var _emscripten_bind_PxVehicleAckermannParams_set_wheelBase_1 = Module['_emscripten_bind_PxVehicleAckermannParams_set_wheelBase_1'] = createExportWrapper('emscripten_bind_PxVehicleAckermannParams_set_wheelBase_1'); -var _emscripten_bind_PxVehicleAckermannParams_get_trackWidth_0 = Module['_emscripten_bind_PxVehicleAckermannParams_get_trackWidth_0'] = createExportWrapper('emscripten_bind_PxVehicleAckermannParams_get_trackWidth_0'); -var _emscripten_bind_PxVehicleAckermannParams_set_trackWidth_1 = Module['_emscripten_bind_PxVehicleAckermannParams_set_trackWidth_1'] = createExportWrapper('emscripten_bind_PxVehicleAckermannParams_set_trackWidth_1'); -var _emscripten_bind_PxVehicleAckermannParams_get_strength_0 = Module['_emscripten_bind_PxVehicleAckermannParams_get_strength_0'] = createExportWrapper('emscripten_bind_PxVehicleAckermannParams_get_strength_0'); -var _emscripten_bind_PxVehicleAckermannParams_set_strength_1 = Module['_emscripten_bind_PxVehicleAckermannParams_set_strength_1'] = createExportWrapper('emscripten_bind_PxVehicleAckermannParams_set_strength_1'); -var _emscripten_bind_PxVehicleAckermannParams___destroy___0 = Module['_emscripten_bind_PxVehicleAckermannParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleAckermannParams___destroy___0'); -var _emscripten_bind_PxVehicleAntiRollForceParams_PxVehicleAntiRollForceParams_0 = Module['_emscripten_bind_PxVehicleAntiRollForceParams_PxVehicleAntiRollForceParams_0'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollForceParams_PxVehicleAntiRollForceParams_0'); -var _emscripten_bind_PxVehicleAntiRollForceParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleAntiRollForceParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollForceParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleAntiRollForceParams_isValid_1 = Module['_emscripten_bind_PxVehicleAntiRollForceParams_isValid_1'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollForceParams_isValid_1'); -var _emscripten_bind_PxVehicleAntiRollForceParams_get_wheel0_0 = Module['_emscripten_bind_PxVehicleAntiRollForceParams_get_wheel0_0'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollForceParams_get_wheel0_0'); -var _emscripten_bind_PxVehicleAntiRollForceParams_set_wheel0_1 = Module['_emscripten_bind_PxVehicleAntiRollForceParams_set_wheel0_1'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollForceParams_set_wheel0_1'); -var _emscripten_bind_PxVehicleAntiRollForceParams_get_wheel1_0 = Module['_emscripten_bind_PxVehicleAntiRollForceParams_get_wheel1_0'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollForceParams_get_wheel1_0'); -var _emscripten_bind_PxVehicleAntiRollForceParams_set_wheel1_1 = Module['_emscripten_bind_PxVehicleAntiRollForceParams_set_wheel1_1'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollForceParams_set_wheel1_1'); -var _emscripten_bind_PxVehicleAntiRollForceParams_get_stiffness_0 = Module['_emscripten_bind_PxVehicleAntiRollForceParams_get_stiffness_0'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollForceParams_get_stiffness_0'); -var _emscripten_bind_PxVehicleAntiRollForceParams_set_stiffness_1 = Module['_emscripten_bind_PxVehicleAntiRollForceParams_set_stiffness_1'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollForceParams_set_stiffness_1'); -var _emscripten_bind_PxVehicleAntiRollForceParams___destroy___0 = Module['_emscripten_bind_PxVehicleAntiRollForceParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollForceParams___destroy___0'); -var _emscripten_bind_PxVehicleAntiRollTorque_PxVehicleAntiRollTorque_0 = Module['_emscripten_bind_PxVehicleAntiRollTorque_PxVehicleAntiRollTorque_0'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollTorque_PxVehicleAntiRollTorque_0'); -var _emscripten_bind_PxVehicleAntiRollTorque_setToDefault_0 = Module['_emscripten_bind_PxVehicleAntiRollTorque_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollTorque_setToDefault_0'); -var _emscripten_bind_PxVehicleAntiRollTorque_get_antiRollTorque_0 = Module['_emscripten_bind_PxVehicleAntiRollTorque_get_antiRollTorque_0'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollTorque_get_antiRollTorque_0'); -var _emscripten_bind_PxVehicleAntiRollTorque_set_antiRollTorque_1 = Module['_emscripten_bind_PxVehicleAntiRollTorque_set_antiRollTorque_1'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollTorque_set_antiRollTorque_1'); -var _emscripten_bind_PxVehicleAntiRollTorque___destroy___0 = Module['_emscripten_bind_PxVehicleAntiRollTorque___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleAntiRollTorque___destroy___0'); -var _emscripten_bind_PxVehicleAutoboxParams_PxVehicleAutoboxParams_0 = Module['_emscripten_bind_PxVehicleAutoboxParams_PxVehicleAutoboxParams_0'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxParams_PxVehicleAutoboxParams_0'); -var _emscripten_bind_PxVehicleAutoboxParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleAutoboxParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleAutoboxParams_isValid_1 = Module['_emscripten_bind_PxVehicleAutoboxParams_isValid_1'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxParams_isValid_1'); -var _emscripten_bind_PxVehicleAutoboxParams_get_upRatios_1 = Module['_emscripten_bind_PxVehicleAutoboxParams_get_upRatios_1'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxParams_get_upRatios_1'); -var _emscripten_bind_PxVehicleAutoboxParams_set_upRatios_2 = Module['_emscripten_bind_PxVehicleAutoboxParams_set_upRatios_2'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxParams_set_upRatios_2'); -var _emscripten_bind_PxVehicleAutoboxParams_get_downRatios_1 = Module['_emscripten_bind_PxVehicleAutoboxParams_get_downRatios_1'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxParams_get_downRatios_1'); -var _emscripten_bind_PxVehicleAutoboxParams_set_downRatios_2 = Module['_emscripten_bind_PxVehicleAutoboxParams_set_downRatios_2'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxParams_set_downRatios_2'); -var _emscripten_bind_PxVehicleAutoboxParams_get_latency_0 = Module['_emscripten_bind_PxVehicleAutoboxParams_get_latency_0'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxParams_get_latency_0'); -var _emscripten_bind_PxVehicleAutoboxParams_set_latency_1 = Module['_emscripten_bind_PxVehicleAutoboxParams_set_latency_1'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxParams_set_latency_1'); -var _emscripten_bind_PxVehicleAutoboxParams___destroy___0 = Module['_emscripten_bind_PxVehicleAutoboxParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxParams___destroy___0'); -var _emscripten_bind_PxVehicleAutoboxState_PxVehicleAutoboxState_0 = Module['_emscripten_bind_PxVehicleAutoboxState_PxVehicleAutoboxState_0'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxState_PxVehicleAutoboxState_0'); -var _emscripten_bind_PxVehicleAutoboxState_setToDefault_0 = Module['_emscripten_bind_PxVehicleAutoboxState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxState_setToDefault_0'); -var _emscripten_bind_PxVehicleAutoboxState_get_timeSinceLastShift_0 = Module['_emscripten_bind_PxVehicleAutoboxState_get_timeSinceLastShift_0'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxState_get_timeSinceLastShift_0'); -var _emscripten_bind_PxVehicleAutoboxState_set_timeSinceLastShift_1 = Module['_emscripten_bind_PxVehicleAutoboxState_set_timeSinceLastShift_1'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxState_set_timeSinceLastShift_1'); -var _emscripten_bind_PxVehicleAutoboxState_get_activeAutoboxGearShift_0 = Module['_emscripten_bind_PxVehicleAutoboxState_get_activeAutoboxGearShift_0'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxState_get_activeAutoboxGearShift_0'); -var _emscripten_bind_PxVehicleAutoboxState_set_activeAutoboxGearShift_1 = Module['_emscripten_bind_PxVehicleAutoboxState_set_activeAutoboxGearShift_1'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxState_set_activeAutoboxGearShift_1'); -var _emscripten_bind_PxVehicleAutoboxState___destroy___0 = Module['_emscripten_bind_PxVehicleAutoboxState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleAutoboxState___destroy___0'); -var _emscripten_bind_PxVehicleAxleDescription_PxVehicleAxleDescription_0 = Module['_emscripten_bind_PxVehicleAxleDescription_PxVehicleAxleDescription_0'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_PxVehicleAxleDescription_0'); -var _emscripten_bind_PxVehicleAxleDescription_setToDefault_0 = Module['_emscripten_bind_PxVehicleAxleDescription_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_setToDefault_0'); -var _emscripten_bind_PxVehicleAxleDescription_getNbWheelsOnAxle_1 = Module['_emscripten_bind_PxVehicleAxleDescription_getNbWheelsOnAxle_1'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_getNbWheelsOnAxle_1'); -var _emscripten_bind_PxVehicleAxleDescription_getWheelOnAxle_2 = Module['_emscripten_bind_PxVehicleAxleDescription_getWheelOnAxle_2'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_getWheelOnAxle_2'); -var _emscripten_bind_PxVehicleAxleDescription_getAxle_1 = Module['_emscripten_bind_PxVehicleAxleDescription_getAxle_1'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_getAxle_1'); -var _emscripten_bind_PxVehicleAxleDescription_isValid_0 = Module['_emscripten_bind_PxVehicleAxleDescription_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_isValid_0'); -var _emscripten_bind_PxVehicleAxleDescription_get_nbAxles_0 = Module['_emscripten_bind_PxVehicleAxleDescription_get_nbAxles_0'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_get_nbAxles_0'); -var _emscripten_bind_PxVehicleAxleDescription_set_nbAxles_1 = Module['_emscripten_bind_PxVehicleAxleDescription_set_nbAxles_1'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_set_nbAxles_1'); -var _emscripten_bind_PxVehicleAxleDescription_get_nbWheelsPerAxle_1 = Module['_emscripten_bind_PxVehicleAxleDescription_get_nbWheelsPerAxle_1'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_get_nbWheelsPerAxle_1'); -var _emscripten_bind_PxVehicleAxleDescription_set_nbWheelsPerAxle_2 = Module['_emscripten_bind_PxVehicleAxleDescription_set_nbWheelsPerAxle_2'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_set_nbWheelsPerAxle_2'); -var _emscripten_bind_PxVehicleAxleDescription_get_axleToWheelIds_1 = Module['_emscripten_bind_PxVehicleAxleDescription_get_axleToWheelIds_1'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_get_axleToWheelIds_1'); -var _emscripten_bind_PxVehicleAxleDescription_set_axleToWheelIds_2 = Module['_emscripten_bind_PxVehicleAxleDescription_set_axleToWheelIds_2'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_set_axleToWheelIds_2'); -var _emscripten_bind_PxVehicleAxleDescription_get_wheelIdsInAxleOrder_1 = Module['_emscripten_bind_PxVehicleAxleDescription_get_wheelIdsInAxleOrder_1'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_get_wheelIdsInAxleOrder_1'); -var _emscripten_bind_PxVehicleAxleDescription_set_wheelIdsInAxleOrder_2 = Module['_emscripten_bind_PxVehicleAxleDescription_set_wheelIdsInAxleOrder_2'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_set_wheelIdsInAxleOrder_2'); -var _emscripten_bind_PxVehicleAxleDescription_get_nbWheels_0 = Module['_emscripten_bind_PxVehicleAxleDescription_get_nbWheels_0'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_get_nbWheels_0'); -var _emscripten_bind_PxVehicleAxleDescription_set_nbWheels_1 = Module['_emscripten_bind_PxVehicleAxleDescription_set_nbWheels_1'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription_set_nbWheels_1'); -var _emscripten_bind_PxVehicleAxleDescription___destroy___0 = Module['_emscripten_bind_PxVehicleAxleDescription___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleAxleDescription___destroy___0'); -var _emscripten_bind_PxVehicleBrakeCommandResponseParams_PxVehicleBrakeCommandResponseParams_0 = Module['_emscripten_bind_PxVehicleBrakeCommandResponseParams_PxVehicleBrakeCommandResponseParams_0'] = createExportWrapper('emscripten_bind_PxVehicleBrakeCommandResponseParams_PxVehicleBrakeCommandResponseParams_0'); -var _emscripten_bind_PxVehicleBrakeCommandResponseParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleBrakeCommandResponseParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleBrakeCommandResponseParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleBrakeCommandResponseParams_isValid_1 = Module['_emscripten_bind_PxVehicleBrakeCommandResponseParams_isValid_1'] = createExportWrapper('emscripten_bind_PxVehicleBrakeCommandResponseParams_isValid_1'); -var _emscripten_bind_PxVehicleBrakeCommandResponseParams_get_nonlinearResponse_0 = Module['_emscripten_bind_PxVehicleBrakeCommandResponseParams_get_nonlinearResponse_0'] = createExportWrapper('emscripten_bind_PxVehicleBrakeCommandResponseParams_get_nonlinearResponse_0'); -var _emscripten_bind_PxVehicleBrakeCommandResponseParams_set_nonlinearResponse_1 = Module['_emscripten_bind_PxVehicleBrakeCommandResponseParams_set_nonlinearResponse_1'] = createExportWrapper('emscripten_bind_PxVehicleBrakeCommandResponseParams_set_nonlinearResponse_1'); -var _emscripten_bind_PxVehicleBrakeCommandResponseParams_get_wheelResponseMultipliers_1 = Module['_emscripten_bind_PxVehicleBrakeCommandResponseParams_get_wheelResponseMultipliers_1'] = createExportWrapper('emscripten_bind_PxVehicleBrakeCommandResponseParams_get_wheelResponseMultipliers_1'); -var _emscripten_bind_PxVehicleBrakeCommandResponseParams_set_wheelResponseMultipliers_2 = Module['_emscripten_bind_PxVehicleBrakeCommandResponseParams_set_wheelResponseMultipliers_2'] = createExportWrapper('emscripten_bind_PxVehicleBrakeCommandResponseParams_set_wheelResponseMultipliers_2'); -var _emscripten_bind_PxVehicleBrakeCommandResponseParams_get_maxResponse_0 = Module['_emscripten_bind_PxVehicleBrakeCommandResponseParams_get_maxResponse_0'] = createExportWrapper('emscripten_bind_PxVehicleBrakeCommandResponseParams_get_maxResponse_0'); -var _emscripten_bind_PxVehicleBrakeCommandResponseParams_set_maxResponse_1 = Module['_emscripten_bind_PxVehicleBrakeCommandResponseParams_set_maxResponse_1'] = createExportWrapper('emscripten_bind_PxVehicleBrakeCommandResponseParams_set_maxResponse_1'); -var _emscripten_bind_PxVehicleBrakeCommandResponseParams___destroy___0 = Module['_emscripten_bind_PxVehicleBrakeCommandResponseParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleBrakeCommandResponseParams___destroy___0'); -var _emscripten_bind_PxVehicleClutchCommandResponseParams_PxVehicleClutchCommandResponseParams_0 = Module['_emscripten_bind_PxVehicleClutchCommandResponseParams_PxVehicleClutchCommandResponseParams_0'] = createExportWrapper('emscripten_bind_PxVehicleClutchCommandResponseParams_PxVehicleClutchCommandResponseParams_0'); -var _emscripten_bind_PxVehicleClutchCommandResponseParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleClutchCommandResponseParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleClutchCommandResponseParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleClutchCommandResponseParams_isValid_0 = Module['_emscripten_bind_PxVehicleClutchCommandResponseParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleClutchCommandResponseParams_isValid_0'); -var _emscripten_bind_PxVehicleClutchCommandResponseParams_get_maxResponse_0 = Module['_emscripten_bind_PxVehicleClutchCommandResponseParams_get_maxResponse_0'] = createExportWrapper('emscripten_bind_PxVehicleClutchCommandResponseParams_get_maxResponse_0'); -var _emscripten_bind_PxVehicleClutchCommandResponseParams_set_maxResponse_1 = Module['_emscripten_bind_PxVehicleClutchCommandResponseParams_set_maxResponse_1'] = createExportWrapper('emscripten_bind_PxVehicleClutchCommandResponseParams_set_maxResponse_1'); -var _emscripten_bind_PxVehicleClutchCommandResponseParams___destroy___0 = Module['_emscripten_bind_PxVehicleClutchCommandResponseParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleClutchCommandResponseParams___destroy___0'); -var _emscripten_bind_PxVehicleClutchCommandResponseState_PxVehicleClutchCommandResponseState_0 = Module['_emscripten_bind_PxVehicleClutchCommandResponseState_PxVehicleClutchCommandResponseState_0'] = createExportWrapper('emscripten_bind_PxVehicleClutchCommandResponseState_PxVehicleClutchCommandResponseState_0'); -var _emscripten_bind_PxVehicleClutchCommandResponseState_setToDefault_0 = Module['_emscripten_bind_PxVehicleClutchCommandResponseState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleClutchCommandResponseState_setToDefault_0'); -var _emscripten_bind_PxVehicleClutchCommandResponseState_get_normalisedCommandResponse_0 = Module['_emscripten_bind_PxVehicleClutchCommandResponseState_get_normalisedCommandResponse_0'] = createExportWrapper('emscripten_bind_PxVehicleClutchCommandResponseState_get_normalisedCommandResponse_0'); -var _emscripten_bind_PxVehicleClutchCommandResponseState_set_normalisedCommandResponse_1 = Module['_emscripten_bind_PxVehicleClutchCommandResponseState_set_normalisedCommandResponse_1'] = createExportWrapper('emscripten_bind_PxVehicleClutchCommandResponseState_set_normalisedCommandResponse_1'); -var _emscripten_bind_PxVehicleClutchCommandResponseState_get_commandResponse_0 = Module['_emscripten_bind_PxVehicleClutchCommandResponseState_get_commandResponse_0'] = createExportWrapper('emscripten_bind_PxVehicleClutchCommandResponseState_get_commandResponse_0'); -var _emscripten_bind_PxVehicleClutchCommandResponseState_set_commandResponse_1 = Module['_emscripten_bind_PxVehicleClutchCommandResponseState_set_commandResponse_1'] = createExportWrapper('emscripten_bind_PxVehicleClutchCommandResponseState_set_commandResponse_1'); -var _emscripten_bind_PxVehicleClutchCommandResponseState___destroy___0 = Module['_emscripten_bind_PxVehicleClutchCommandResponseState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleClutchCommandResponseState___destroy___0'); -var _emscripten_bind_PxVehicleClutchParams_PxVehicleClutchParams_0 = Module['_emscripten_bind_PxVehicleClutchParams_PxVehicleClutchParams_0'] = createExportWrapper('emscripten_bind_PxVehicleClutchParams_PxVehicleClutchParams_0'); -var _emscripten_bind_PxVehicleClutchParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleClutchParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleClutchParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleClutchParams_isValid_0 = Module['_emscripten_bind_PxVehicleClutchParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleClutchParams_isValid_0'); -var _emscripten_bind_PxVehicleClutchParams_get_accuracyMode_0 = Module['_emscripten_bind_PxVehicleClutchParams_get_accuracyMode_0'] = createExportWrapper('emscripten_bind_PxVehicleClutchParams_get_accuracyMode_0'); -var _emscripten_bind_PxVehicleClutchParams_set_accuracyMode_1 = Module['_emscripten_bind_PxVehicleClutchParams_set_accuracyMode_1'] = createExportWrapper('emscripten_bind_PxVehicleClutchParams_set_accuracyMode_1'); -var _emscripten_bind_PxVehicleClutchParams_get_estimateIterations_0 = Module['_emscripten_bind_PxVehicleClutchParams_get_estimateIterations_0'] = createExportWrapper('emscripten_bind_PxVehicleClutchParams_get_estimateIterations_0'); -var _emscripten_bind_PxVehicleClutchParams_set_estimateIterations_1 = Module['_emscripten_bind_PxVehicleClutchParams_set_estimateIterations_1'] = createExportWrapper('emscripten_bind_PxVehicleClutchParams_set_estimateIterations_1'); -var _emscripten_bind_PxVehicleClutchParams___destroy___0 = Module['_emscripten_bind_PxVehicleClutchParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleClutchParams___destroy___0'); -var _emscripten_bind_PxVehicleClutchSlipState_PxVehicleClutchSlipState_0 = Module['_emscripten_bind_PxVehicleClutchSlipState_PxVehicleClutchSlipState_0'] = createExportWrapper('emscripten_bind_PxVehicleClutchSlipState_PxVehicleClutchSlipState_0'); -var _emscripten_bind_PxVehicleClutchSlipState_setToDefault_0 = Module['_emscripten_bind_PxVehicleClutchSlipState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleClutchSlipState_setToDefault_0'); -var _emscripten_bind_PxVehicleClutchSlipState_get_clutchSlip_0 = Module['_emscripten_bind_PxVehicleClutchSlipState_get_clutchSlip_0'] = createExportWrapper('emscripten_bind_PxVehicleClutchSlipState_get_clutchSlip_0'); -var _emscripten_bind_PxVehicleClutchSlipState_set_clutchSlip_1 = Module['_emscripten_bind_PxVehicleClutchSlipState_set_clutchSlip_1'] = createExportWrapper('emscripten_bind_PxVehicleClutchSlipState_set_clutchSlip_1'); -var _emscripten_bind_PxVehicleClutchSlipState___destroy___0 = Module['_emscripten_bind_PxVehicleClutchSlipState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleClutchSlipState___destroy___0'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_PxVehicleCommandNonLinearResponseParams_0 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_PxVehicleCommandNonLinearResponseParams_0'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_PxVehicleCommandNonLinearResponseParams_0'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_clear_0 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_clear_0'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_clear_0'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_addResponse_1 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_addResponse_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_addResponse_1'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_speedResponses_1 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_speedResponses_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_speedResponses_1'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_speedResponses_2 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_speedResponses_2'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_speedResponses_2'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbSpeedResponses_0 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbSpeedResponses_0'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbSpeedResponses_0'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbSpeedResponses_1 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbSpeedResponses_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbSpeedResponses_1'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_speedResponsesPerCommandValue_1 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_speedResponsesPerCommandValue_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_speedResponsesPerCommandValue_1'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_speedResponsesPerCommandValue_2 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_speedResponsesPerCommandValue_2'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_speedResponsesPerCommandValue_2'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbSpeedResponsesPerCommandValue_1 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbSpeedResponsesPerCommandValue_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbSpeedResponsesPerCommandValue_1'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbSpeedResponsesPerCommandValue_2 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbSpeedResponsesPerCommandValue_2'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbSpeedResponsesPerCommandValue_2'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_commandValues_1 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_commandValues_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_commandValues_1'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_commandValues_2 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_commandValues_2'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_commandValues_2'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbCommandValues_0 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbCommandValues_0'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbCommandValues_0'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbCommandValues_1 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbCommandValues_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbCommandValues_1'); -var _emscripten_bind_PxVehicleCommandNonLinearResponseParams___destroy___0 = Module['_emscripten_bind_PxVehicleCommandNonLinearResponseParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleCommandNonLinearResponseParams___destroy___0'); -var _emscripten_bind_PxVehicleCommandState_PxVehicleCommandState_0 = Module['_emscripten_bind_PxVehicleCommandState_PxVehicleCommandState_0'] = createExportWrapper('emscripten_bind_PxVehicleCommandState_PxVehicleCommandState_0'); -var _emscripten_bind_PxVehicleCommandState_setToDefault_0 = Module['_emscripten_bind_PxVehicleCommandState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleCommandState_setToDefault_0'); -var _emscripten_bind_PxVehicleCommandState_get_brakes_1 = Module['_emscripten_bind_PxVehicleCommandState_get_brakes_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandState_get_brakes_1'); -var _emscripten_bind_PxVehicleCommandState_set_brakes_2 = Module['_emscripten_bind_PxVehicleCommandState_set_brakes_2'] = createExportWrapper('emscripten_bind_PxVehicleCommandState_set_brakes_2'); -var _emscripten_bind_PxVehicleCommandState_get_nbBrakes_0 = Module['_emscripten_bind_PxVehicleCommandState_get_nbBrakes_0'] = createExportWrapper('emscripten_bind_PxVehicleCommandState_get_nbBrakes_0'); -var _emscripten_bind_PxVehicleCommandState_set_nbBrakes_1 = Module['_emscripten_bind_PxVehicleCommandState_set_nbBrakes_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandState_set_nbBrakes_1'); -var _emscripten_bind_PxVehicleCommandState_get_throttle_0 = Module['_emscripten_bind_PxVehicleCommandState_get_throttle_0'] = createExportWrapper('emscripten_bind_PxVehicleCommandState_get_throttle_0'); -var _emscripten_bind_PxVehicleCommandState_set_throttle_1 = Module['_emscripten_bind_PxVehicleCommandState_set_throttle_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandState_set_throttle_1'); -var _emscripten_bind_PxVehicleCommandState_get_steer_0 = Module['_emscripten_bind_PxVehicleCommandState_get_steer_0'] = createExportWrapper('emscripten_bind_PxVehicleCommandState_get_steer_0'); -var _emscripten_bind_PxVehicleCommandState_set_steer_1 = Module['_emscripten_bind_PxVehicleCommandState_set_steer_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandState_set_steer_1'); -var _emscripten_bind_PxVehicleCommandState___destroy___0 = Module['_emscripten_bind_PxVehicleCommandState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleCommandState___destroy___0'); -var _emscripten_bind_PxVehicleCommandValueResponseTable_PxVehicleCommandValueResponseTable_0 = Module['_emscripten_bind_PxVehicleCommandValueResponseTable_PxVehicleCommandValueResponseTable_0'] = createExportWrapper('emscripten_bind_PxVehicleCommandValueResponseTable_PxVehicleCommandValueResponseTable_0'); -var _emscripten_bind_PxVehicleCommandValueResponseTable_get_commandValue_0 = Module['_emscripten_bind_PxVehicleCommandValueResponseTable_get_commandValue_0'] = createExportWrapper('emscripten_bind_PxVehicleCommandValueResponseTable_get_commandValue_0'); -var _emscripten_bind_PxVehicleCommandValueResponseTable_set_commandValue_1 = Module['_emscripten_bind_PxVehicleCommandValueResponseTable_set_commandValue_1'] = createExportWrapper('emscripten_bind_PxVehicleCommandValueResponseTable_set_commandValue_1'); -var _emscripten_bind_PxVehicleCommandValueResponseTable___destroy___0 = Module['_emscripten_bind_PxVehicleCommandValueResponseTable___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleCommandValueResponseTable___destroy___0'); -var _emscripten_bind_PxVehicleComponent___destroy___0 = Module['_emscripten_bind_PxVehicleComponent___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleComponent___destroy___0'); -var _emscripten_bind_PxVehicleComponentSequence_PxVehicleComponentSequence_0 = Module['_emscripten_bind_PxVehicleComponentSequence_PxVehicleComponentSequence_0'] = createExportWrapper('emscripten_bind_PxVehicleComponentSequence_PxVehicleComponentSequence_0'); -var _emscripten_bind_PxVehicleComponentSequence_add_1 = Module['_emscripten_bind_PxVehicleComponentSequence_add_1'] = createExportWrapper('emscripten_bind_PxVehicleComponentSequence_add_1'); -var _emscripten_bind_PxVehicleComponentSequence_beginSubstepGroup_0 = Module['_emscripten_bind_PxVehicleComponentSequence_beginSubstepGroup_0'] = createExportWrapper('emscripten_bind_PxVehicleComponentSequence_beginSubstepGroup_0'); -var _emscripten_bind_PxVehicleComponentSequence_beginSubstepGroup_1 = Module['_emscripten_bind_PxVehicleComponentSequence_beginSubstepGroup_1'] = createExportWrapper('emscripten_bind_PxVehicleComponentSequence_beginSubstepGroup_1'); -var _emscripten_bind_PxVehicleComponentSequence_endSubstepGroup_0 = Module['_emscripten_bind_PxVehicleComponentSequence_endSubstepGroup_0'] = createExportWrapper('emscripten_bind_PxVehicleComponentSequence_endSubstepGroup_0'); -var _emscripten_bind_PxVehicleComponentSequence_setSubsteps_2 = Module['_emscripten_bind_PxVehicleComponentSequence_setSubsteps_2'] = createExportWrapper('emscripten_bind_PxVehicleComponentSequence_setSubsteps_2'); -var _emscripten_bind_PxVehicleComponentSequence_update_2 = Module['_emscripten_bind_PxVehicleComponentSequence_update_2'] = createExportWrapper('emscripten_bind_PxVehicleComponentSequence_update_2'); -var _emscripten_bind_PxVehicleComponentSequence___destroy___0 = Module['_emscripten_bind_PxVehicleComponentSequence___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleComponentSequence___destroy___0'); -var _emscripten_bind_PxVehicleConstraintConnector_PxVehicleConstraintConnector_0 = Module['_emscripten_bind_PxVehicleConstraintConnector_PxVehicleConstraintConnector_0'] = createExportWrapper('emscripten_bind_PxVehicleConstraintConnector_PxVehicleConstraintConnector_0'); -var _emscripten_bind_PxVehicleConstraintConnector_PxVehicleConstraintConnector_1 = Module['_emscripten_bind_PxVehicleConstraintConnector_PxVehicleConstraintConnector_1'] = createExportWrapper('emscripten_bind_PxVehicleConstraintConnector_PxVehicleConstraintConnector_1'); -var _emscripten_bind_PxVehicleConstraintConnector_setConstraintState_1 = Module['_emscripten_bind_PxVehicleConstraintConnector_setConstraintState_1'] = createExportWrapper('emscripten_bind_PxVehicleConstraintConnector_setConstraintState_1'); -var _emscripten_bind_PxVehicleConstraintConnector_getConstantBlock_0 = Module['_emscripten_bind_PxVehicleConstraintConnector_getConstantBlock_0'] = createExportWrapper('emscripten_bind_PxVehicleConstraintConnector_getConstantBlock_0'); -var _emscripten_bind_PxVehicleConstraintConnector_prepareData_0 = Module['_emscripten_bind_PxVehicleConstraintConnector_prepareData_0'] = createExportWrapper('emscripten_bind_PxVehicleConstraintConnector_prepareData_0'); -var _emscripten_bind_PxVehicleConstraintConnector_updateOmniPvdProperties_0 = Module['_emscripten_bind_PxVehicleConstraintConnector_updateOmniPvdProperties_0'] = createExportWrapper('emscripten_bind_PxVehicleConstraintConnector_updateOmniPvdProperties_0'); -var _emscripten_bind_PxVehicleConstraintConnector_onConstraintRelease_0 = Module['_emscripten_bind_PxVehicleConstraintConnector_onConstraintRelease_0'] = createExportWrapper('emscripten_bind_PxVehicleConstraintConnector_onConstraintRelease_0'); -var _emscripten_bind_PxVehicleConstraintConnector_onComShift_1 = Module['_emscripten_bind_PxVehicleConstraintConnector_onComShift_1'] = createExportWrapper('emscripten_bind_PxVehicleConstraintConnector_onComShift_1'); -var _emscripten_bind_PxVehicleConstraintConnector_onOriginShift_1 = Module['_emscripten_bind_PxVehicleConstraintConnector_onOriginShift_1'] = createExportWrapper('emscripten_bind_PxVehicleConstraintConnector_onOriginShift_1'); -var _emscripten_bind_PxVehicleConstraintConnector_getSerializable_0 = Module['_emscripten_bind_PxVehicleConstraintConnector_getSerializable_0'] = createExportWrapper('emscripten_bind_PxVehicleConstraintConnector_getSerializable_0'); -var _emscripten_bind_PxVehicleConstraintConnector_getPrep_0 = Module['_emscripten_bind_PxVehicleConstraintConnector_getPrep_0'] = createExportWrapper('emscripten_bind_PxVehicleConstraintConnector_getPrep_0'); -var _emscripten_bind_PxVehicleConstraintConnector_connectToConstraint_1 = Module['_emscripten_bind_PxVehicleConstraintConnector_connectToConstraint_1'] = createExportWrapper('emscripten_bind_PxVehicleConstraintConnector_connectToConstraint_1'); -var _emscripten_bind_PxVehicleConstraintConnector___destroy___0 = Module['_emscripten_bind_PxVehicleConstraintConnector___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleConstraintConnector___destroy___0'); -var _emscripten_bind_PxVehicleDifferentialState_PxVehicleDifferentialState_0 = Module['_emscripten_bind_PxVehicleDifferentialState_PxVehicleDifferentialState_0'] = createExportWrapper('emscripten_bind_PxVehicleDifferentialState_PxVehicleDifferentialState_0'); -var _emscripten_bind_PxVehicleDifferentialState_setToDefault_0 = Module['_emscripten_bind_PxVehicleDifferentialState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleDifferentialState_setToDefault_0'); -var _emscripten_bind_PxVehicleDifferentialState_get_connectedWheels_1 = Module['_emscripten_bind_PxVehicleDifferentialState_get_connectedWheels_1'] = createExportWrapper('emscripten_bind_PxVehicleDifferentialState_get_connectedWheels_1'); -var _emscripten_bind_PxVehicleDifferentialState_set_connectedWheels_2 = Module['_emscripten_bind_PxVehicleDifferentialState_set_connectedWheels_2'] = createExportWrapper('emscripten_bind_PxVehicleDifferentialState_set_connectedWheels_2'); -var _emscripten_bind_PxVehicleDifferentialState_get_nbConnectedWheels_0 = Module['_emscripten_bind_PxVehicleDifferentialState_get_nbConnectedWheels_0'] = createExportWrapper('emscripten_bind_PxVehicleDifferentialState_get_nbConnectedWheels_0'); -var _emscripten_bind_PxVehicleDifferentialState_set_nbConnectedWheels_1 = Module['_emscripten_bind_PxVehicleDifferentialState_set_nbConnectedWheels_1'] = createExportWrapper('emscripten_bind_PxVehicleDifferentialState_set_nbConnectedWheels_1'); -var _emscripten_bind_PxVehicleDifferentialState_get_torqueRatiosAllWheels_1 = Module['_emscripten_bind_PxVehicleDifferentialState_get_torqueRatiosAllWheels_1'] = createExportWrapper('emscripten_bind_PxVehicleDifferentialState_get_torqueRatiosAllWheels_1'); -var _emscripten_bind_PxVehicleDifferentialState_set_torqueRatiosAllWheels_2 = Module['_emscripten_bind_PxVehicleDifferentialState_set_torqueRatiosAllWheels_2'] = createExportWrapper('emscripten_bind_PxVehicleDifferentialState_set_torqueRatiosAllWheels_2'); -var _emscripten_bind_PxVehicleDifferentialState_get_aveWheelSpeedContributionAllWheels_1 = Module['_emscripten_bind_PxVehicleDifferentialState_get_aveWheelSpeedContributionAllWheels_1'] = createExportWrapper('emscripten_bind_PxVehicleDifferentialState_get_aveWheelSpeedContributionAllWheels_1'); -var _emscripten_bind_PxVehicleDifferentialState_set_aveWheelSpeedContributionAllWheels_2 = Module['_emscripten_bind_PxVehicleDifferentialState_set_aveWheelSpeedContributionAllWheels_2'] = createExportWrapper('emscripten_bind_PxVehicleDifferentialState_set_aveWheelSpeedContributionAllWheels_2'); -var _emscripten_bind_PxVehicleDifferentialState___destroy___0 = Module['_emscripten_bind_PxVehicleDifferentialState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleDifferentialState___destroy___0'); -var _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_PxVehicleDirectDriveThrottleCommandResponseParams_0 = Module['_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_PxVehicleDirectDriveThrottleCommandResponseParams_0'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_PxVehicleDirectDriveThrottleCommandResponseParams_0'); -var _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_isValid_1 = Module['_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_isValid_1'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_isValid_1'); -var _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_nonlinearResponse_0 = Module['_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_nonlinearResponse_0'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_nonlinearResponse_0'); -var _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_nonlinearResponse_1 = Module['_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_nonlinearResponse_1'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_nonlinearResponse_1'); -var _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_wheelResponseMultipliers_1 = Module['_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_wheelResponseMultipliers_1'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_wheelResponseMultipliers_1'); -var _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_wheelResponseMultipliers_2 = Module['_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_wheelResponseMultipliers_2'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_wheelResponseMultipliers_2'); -var _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_maxResponse_0 = Module['_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_maxResponse_0'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_maxResponse_0'); -var _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_maxResponse_1 = Module['_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_maxResponse_1'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_maxResponse_1'); -var _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams___destroy___0 = Module['_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams___destroy___0'); -var _emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_PxVehicleDirectDriveTransmissionCommandState_0 = Module['_emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_PxVehicleDirectDriveTransmissionCommandState_0'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_PxVehicleDirectDriveTransmissionCommandState_0'); -var _emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_setToDefault_0 = Module['_emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_setToDefault_0'); -var _emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_get_gear_0 = Module['_emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_get_gear_0'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_get_gear_0'); -var _emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_set_gear_1 = Module['_emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_set_gear_1'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_set_gear_1'); -var _emscripten_bind_PxVehicleDirectDriveTransmissionCommandState___destroy___0 = Module['_emscripten_bind_PxVehicleDirectDriveTransmissionCommandState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleDirectDriveTransmissionCommandState___destroy___0'); -var _emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_PxVehicleEngineDriveThrottleCommandResponseState_0 = Module['_emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_PxVehicleEngineDriveThrottleCommandResponseState_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_PxVehicleEngineDriveThrottleCommandResponseState_0'); -var _emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_setToDefault_0 = Module['_emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_setToDefault_0'); -var _emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_get_commandResponse_0 = Module['_emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_get_commandResponse_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_get_commandResponse_0'); -var _emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_set_commandResponse_1 = Module['_emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_set_commandResponse_1'] = createExportWrapper('emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_set_commandResponse_1'); -var _emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState___destroy___0 = Module['_emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState___destroy___0'); -var _emscripten_bind_PxVehicleEngineParams_PxVehicleEngineParams_0 = Module['_emscripten_bind_PxVehicleEngineParams_PxVehicleEngineParams_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_PxVehicleEngineParams_0'); -var _emscripten_bind_PxVehicleEngineParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleEngineParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleEngineParams_isValid_0 = Module['_emscripten_bind_PxVehicleEngineParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_isValid_0'); -var _emscripten_bind_PxVehicleEngineParams_get_torqueCurve_0 = Module['_emscripten_bind_PxVehicleEngineParams_get_torqueCurve_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_get_torqueCurve_0'); -var _emscripten_bind_PxVehicleEngineParams_set_torqueCurve_1 = Module['_emscripten_bind_PxVehicleEngineParams_set_torqueCurve_1'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_set_torqueCurve_1'); -var _emscripten_bind_PxVehicleEngineParams_get_moi_0 = Module['_emscripten_bind_PxVehicleEngineParams_get_moi_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_get_moi_0'); -var _emscripten_bind_PxVehicleEngineParams_set_moi_1 = Module['_emscripten_bind_PxVehicleEngineParams_set_moi_1'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_set_moi_1'); -var _emscripten_bind_PxVehicleEngineParams_get_peakTorque_0 = Module['_emscripten_bind_PxVehicleEngineParams_get_peakTorque_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_get_peakTorque_0'); -var _emscripten_bind_PxVehicleEngineParams_set_peakTorque_1 = Module['_emscripten_bind_PxVehicleEngineParams_set_peakTorque_1'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_set_peakTorque_1'); -var _emscripten_bind_PxVehicleEngineParams_get_idleOmega_0 = Module['_emscripten_bind_PxVehicleEngineParams_get_idleOmega_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_get_idleOmega_0'); -var _emscripten_bind_PxVehicleEngineParams_set_idleOmega_1 = Module['_emscripten_bind_PxVehicleEngineParams_set_idleOmega_1'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_set_idleOmega_1'); -var _emscripten_bind_PxVehicleEngineParams_get_maxOmega_0 = Module['_emscripten_bind_PxVehicleEngineParams_get_maxOmega_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_get_maxOmega_0'); -var _emscripten_bind_PxVehicleEngineParams_set_maxOmega_1 = Module['_emscripten_bind_PxVehicleEngineParams_set_maxOmega_1'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_set_maxOmega_1'); -var _emscripten_bind_PxVehicleEngineParams_get_dampingRateFullThrottle_0 = Module['_emscripten_bind_PxVehicleEngineParams_get_dampingRateFullThrottle_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_get_dampingRateFullThrottle_0'); -var _emscripten_bind_PxVehicleEngineParams_set_dampingRateFullThrottle_1 = Module['_emscripten_bind_PxVehicleEngineParams_set_dampingRateFullThrottle_1'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_set_dampingRateFullThrottle_1'); -var _emscripten_bind_PxVehicleEngineParams_get_dampingRateZeroThrottleClutchEngaged_0 = Module['_emscripten_bind_PxVehicleEngineParams_get_dampingRateZeroThrottleClutchEngaged_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_get_dampingRateZeroThrottleClutchEngaged_0'); -var _emscripten_bind_PxVehicleEngineParams_set_dampingRateZeroThrottleClutchEngaged_1 = Module['_emscripten_bind_PxVehicleEngineParams_set_dampingRateZeroThrottleClutchEngaged_1'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_set_dampingRateZeroThrottleClutchEngaged_1'); -var _emscripten_bind_PxVehicleEngineParams_get_dampingRateZeroThrottleClutchDisengaged_0 = Module['_emscripten_bind_PxVehicleEngineParams_get_dampingRateZeroThrottleClutchDisengaged_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_get_dampingRateZeroThrottleClutchDisengaged_0'); -var _emscripten_bind_PxVehicleEngineParams_set_dampingRateZeroThrottleClutchDisengaged_1 = Module['_emscripten_bind_PxVehicleEngineParams_set_dampingRateZeroThrottleClutchDisengaged_1'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams_set_dampingRateZeroThrottleClutchDisengaged_1'); -var _emscripten_bind_PxVehicleEngineParams___destroy___0 = Module['_emscripten_bind_PxVehicleEngineParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleEngineParams___destroy___0'); -var _emscripten_bind_PxVehicleEngineState_PxVehicleEngineState_0 = Module['_emscripten_bind_PxVehicleEngineState_PxVehicleEngineState_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineState_PxVehicleEngineState_0'); -var _emscripten_bind_PxVehicleEngineState_setToDefault_0 = Module['_emscripten_bind_PxVehicleEngineState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineState_setToDefault_0'); -var _emscripten_bind_PxVehicleEngineState_get_rotationSpeed_0 = Module['_emscripten_bind_PxVehicleEngineState_get_rotationSpeed_0'] = createExportWrapper('emscripten_bind_PxVehicleEngineState_get_rotationSpeed_0'); -var _emscripten_bind_PxVehicleEngineState_set_rotationSpeed_1 = Module['_emscripten_bind_PxVehicleEngineState_set_rotationSpeed_1'] = createExportWrapper('emscripten_bind_PxVehicleEngineState_set_rotationSpeed_1'); -var _emscripten_bind_PxVehicleEngineState___destroy___0 = Module['_emscripten_bind_PxVehicleEngineState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleEngineState___destroy___0'); -var _emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_PxVehicleFixedSizeLookupTableFloat_3_0 = Module['_emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_PxVehicleFixedSizeLookupTableFloat_3_0'] = createExportWrapper('emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_PxVehicleFixedSizeLookupTableFloat_3_0'); -var _emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_addPair_2 = Module['_emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_addPair_2'] = createExportWrapper('emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_addPair_2'); -var _emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_interpolate_1 = Module['_emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_interpolate_1'] = createExportWrapper('emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_interpolate_1'); -var _emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_clear_0 = Module['_emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_clear_0'] = createExportWrapper('emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_clear_0'); -var _emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_isValid_0 = Module['_emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_isValid_0'); -var _emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3___destroy___0 = Module['_emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3___destroy___0'); -var _emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_PxVehicleFixedSizeLookupTableVec3_3_0 = Module['_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_PxVehicleFixedSizeLookupTableVec3_3_0'] = createExportWrapper('emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_PxVehicleFixedSizeLookupTableVec3_3_0'); -var _emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_addPair_2 = Module['_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_addPair_2'] = createExportWrapper('emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_addPair_2'); -var _emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_interpolate_1 = Module['_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_interpolate_1'] = createExportWrapper('emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_interpolate_1'); -var _emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_clear_0 = Module['_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_clear_0'] = createExportWrapper('emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_clear_0'); -var _emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_isValid_0 = Module['_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_isValid_0'); -var _emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3___destroy___0 = Module['_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3___destroy___0'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_PxVehicleFourWheelDriveDifferentialParams_0 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_PxVehicleFourWheelDriveDifferentialParams_0'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_PxVehicleFourWheelDriveDifferentialParams_0'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_setToDefault_0 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_setToDefault_0'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_isValid_1 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_isValid_1'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_isValid_1'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontWheelIds_1 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontWheelIds_1'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontWheelIds_1'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontWheelIds_2 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontWheelIds_2'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontWheelIds_2'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearWheelIds_1 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearWheelIds_1'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearWheelIds_1'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearWheelIds_2 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearWheelIds_2'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearWheelIds_2'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontBias_0 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontBias_0'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontBias_0'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontBias_1 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontBias_1'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontBias_1'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontTarget_0 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontTarget_0'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontTarget_0'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontTarget_1 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontTarget_1'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontTarget_1'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearBias_0 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearBias_0'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearBias_0'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearBias_1 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearBias_1'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearBias_1'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearTarget_0 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearTarget_0'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearTarget_0'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearTarget_1 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearTarget_1'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearTarget_1'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_centerBias_0 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_centerBias_0'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_centerBias_0'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_centerBias_1 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_centerBias_1'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_centerBias_1'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_centerTarget_0 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_centerTarget_0'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_centerTarget_0'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_centerTarget_1 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_centerTarget_1'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_centerTarget_1'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rate_0 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rate_0'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rate_0'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rate_1 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rate_1'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rate_1'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_torqueRatios_1 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_torqueRatios_1'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_torqueRatios_1'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_torqueRatios_2 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_torqueRatios_2'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_torqueRatios_2'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_aveWheelSpeedRatios_1 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_aveWheelSpeedRatios_1'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_aveWheelSpeedRatios_1'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_aveWheelSpeedRatios_2 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_aveWheelSpeedRatios_2'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_aveWheelSpeedRatios_2'); -var _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams___destroy___0 = Module['_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleFourWheelDriveDifferentialParams___destroy___0'); -var _emscripten_bind_PxVehicleFrame_PxVehicleFrame_0 = Module['_emscripten_bind_PxVehicleFrame_PxVehicleFrame_0'] = createExportWrapper('emscripten_bind_PxVehicleFrame_PxVehicleFrame_0'); -var _emscripten_bind_PxVehicleFrame_setToDefault_0 = Module['_emscripten_bind_PxVehicleFrame_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleFrame_setToDefault_0'); -var _emscripten_bind_PxVehicleFrame_getFrame_0 = Module['_emscripten_bind_PxVehicleFrame_getFrame_0'] = createExportWrapper('emscripten_bind_PxVehicleFrame_getFrame_0'); -var _emscripten_bind_PxVehicleFrame_isValid_0 = Module['_emscripten_bind_PxVehicleFrame_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleFrame_isValid_0'); -var _emscripten_bind_PxVehicleFrame_get_lngAxis_0 = Module['_emscripten_bind_PxVehicleFrame_get_lngAxis_0'] = createExportWrapper('emscripten_bind_PxVehicleFrame_get_lngAxis_0'); -var _emscripten_bind_PxVehicleFrame_set_lngAxis_1 = Module['_emscripten_bind_PxVehicleFrame_set_lngAxis_1'] = createExportWrapper('emscripten_bind_PxVehicleFrame_set_lngAxis_1'); -var _emscripten_bind_PxVehicleFrame_get_latAxis_0 = Module['_emscripten_bind_PxVehicleFrame_get_latAxis_0'] = createExportWrapper('emscripten_bind_PxVehicleFrame_get_latAxis_0'); -var _emscripten_bind_PxVehicleFrame_set_latAxis_1 = Module['_emscripten_bind_PxVehicleFrame_set_latAxis_1'] = createExportWrapper('emscripten_bind_PxVehicleFrame_set_latAxis_1'); -var _emscripten_bind_PxVehicleFrame_get_vrtAxis_0 = Module['_emscripten_bind_PxVehicleFrame_get_vrtAxis_0'] = createExportWrapper('emscripten_bind_PxVehicleFrame_get_vrtAxis_0'); -var _emscripten_bind_PxVehicleFrame_set_vrtAxis_1 = Module['_emscripten_bind_PxVehicleFrame_set_vrtAxis_1'] = createExportWrapper('emscripten_bind_PxVehicleFrame_set_vrtAxis_1'); -var _emscripten_bind_PxVehicleFrame___destroy___0 = Module['_emscripten_bind_PxVehicleFrame___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleFrame___destroy___0'); -var _emscripten_bind_PxVehicleGearboxParams_PxVehicleGearboxParams_0 = Module['_emscripten_bind_PxVehicleGearboxParams_PxVehicleGearboxParams_0'] = createExportWrapper('emscripten_bind_PxVehicleGearboxParams_PxVehicleGearboxParams_0'); -var _emscripten_bind_PxVehicleGearboxParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleGearboxParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleGearboxParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleGearboxParams_isValid_0 = Module['_emscripten_bind_PxVehicleGearboxParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleGearboxParams_isValid_0'); -var _emscripten_bind_PxVehicleGearboxParams_get_neutralGear_0 = Module['_emscripten_bind_PxVehicleGearboxParams_get_neutralGear_0'] = createExportWrapper('emscripten_bind_PxVehicleGearboxParams_get_neutralGear_0'); -var _emscripten_bind_PxVehicleGearboxParams_set_neutralGear_1 = Module['_emscripten_bind_PxVehicleGearboxParams_set_neutralGear_1'] = createExportWrapper('emscripten_bind_PxVehicleGearboxParams_set_neutralGear_1'); -var _emscripten_bind_PxVehicleGearboxParams_get_ratios_1 = Module['_emscripten_bind_PxVehicleGearboxParams_get_ratios_1'] = createExportWrapper('emscripten_bind_PxVehicleGearboxParams_get_ratios_1'); -var _emscripten_bind_PxVehicleGearboxParams_set_ratios_2 = Module['_emscripten_bind_PxVehicleGearboxParams_set_ratios_2'] = createExportWrapper('emscripten_bind_PxVehicleGearboxParams_set_ratios_2'); -var _emscripten_bind_PxVehicleGearboxParams_get_finalRatio_0 = Module['_emscripten_bind_PxVehicleGearboxParams_get_finalRatio_0'] = createExportWrapper('emscripten_bind_PxVehicleGearboxParams_get_finalRatio_0'); -var _emscripten_bind_PxVehicleGearboxParams_set_finalRatio_1 = Module['_emscripten_bind_PxVehicleGearboxParams_set_finalRatio_1'] = createExportWrapper('emscripten_bind_PxVehicleGearboxParams_set_finalRatio_1'); -var _emscripten_bind_PxVehicleGearboxParams_get_nbRatios_0 = Module['_emscripten_bind_PxVehicleGearboxParams_get_nbRatios_0'] = createExportWrapper('emscripten_bind_PxVehicleGearboxParams_get_nbRatios_0'); -var _emscripten_bind_PxVehicleGearboxParams_set_nbRatios_1 = Module['_emscripten_bind_PxVehicleGearboxParams_set_nbRatios_1'] = createExportWrapper('emscripten_bind_PxVehicleGearboxParams_set_nbRatios_1'); -var _emscripten_bind_PxVehicleGearboxParams_get_switchTime_0 = Module['_emscripten_bind_PxVehicleGearboxParams_get_switchTime_0'] = createExportWrapper('emscripten_bind_PxVehicleGearboxParams_get_switchTime_0'); -var _emscripten_bind_PxVehicleGearboxParams_set_switchTime_1 = Module['_emscripten_bind_PxVehicleGearboxParams_set_switchTime_1'] = createExportWrapper('emscripten_bind_PxVehicleGearboxParams_set_switchTime_1'); -var _emscripten_bind_PxVehicleGearboxParams___destroy___0 = Module['_emscripten_bind_PxVehicleGearboxParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleGearboxParams___destroy___0'); -var _emscripten_bind_PxVehicleGearboxState_PxVehicleGearboxState_0 = Module['_emscripten_bind_PxVehicleGearboxState_PxVehicleGearboxState_0'] = createExportWrapper('emscripten_bind_PxVehicleGearboxState_PxVehicleGearboxState_0'); -var _emscripten_bind_PxVehicleGearboxState_setToDefault_0 = Module['_emscripten_bind_PxVehicleGearboxState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleGearboxState_setToDefault_0'); -var _emscripten_bind_PxVehicleGearboxState_get_currentGear_0 = Module['_emscripten_bind_PxVehicleGearboxState_get_currentGear_0'] = createExportWrapper('emscripten_bind_PxVehicleGearboxState_get_currentGear_0'); -var _emscripten_bind_PxVehicleGearboxState_set_currentGear_1 = Module['_emscripten_bind_PxVehicleGearboxState_set_currentGear_1'] = createExportWrapper('emscripten_bind_PxVehicleGearboxState_set_currentGear_1'); -var _emscripten_bind_PxVehicleGearboxState_get_targetGear_0 = Module['_emscripten_bind_PxVehicleGearboxState_get_targetGear_0'] = createExportWrapper('emscripten_bind_PxVehicleGearboxState_get_targetGear_0'); -var _emscripten_bind_PxVehicleGearboxState_set_targetGear_1 = Module['_emscripten_bind_PxVehicleGearboxState_set_targetGear_1'] = createExportWrapper('emscripten_bind_PxVehicleGearboxState_set_targetGear_1'); -var _emscripten_bind_PxVehicleGearboxState_get_gearSwitchTime_0 = Module['_emscripten_bind_PxVehicleGearboxState_get_gearSwitchTime_0'] = createExportWrapper('emscripten_bind_PxVehicleGearboxState_get_gearSwitchTime_0'); -var _emscripten_bind_PxVehicleGearboxState_set_gearSwitchTime_1 = Module['_emscripten_bind_PxVehicleGearboxState_set_gearSwitchTime_1'] = createExportWrapper('emscripten_bind_PxVehicleGearboxState_set_gearSwitchTime_1'); -var _emscripten_bind_PxVehicleGearboxState___destroy___0 = Module['_emscripten_bind_PxVehicleGearboxState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleGearboxState___destroy___0'); -var _emscripten_bind_PxVehiclePhysXActor_setToDefault_0 = Module['_emscripten_bind_PxVehiclePhysXActor_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXActor_setToDefault_0'); -var _emscripten_bind_PxVehiclePhysXActor_get_rigidBody_0 = Module['_emscripten_bind_PxVehiclePhysXActor_get_rigidBody_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXActor_get_rigidBody_0'); -var _emscripten_bind_PxVehiclePhysXActor_set_rigidBody_1 = Module['_emscripten_bind_PxVehiclePhysXActor_set_rigidBody_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXActor_set_rigidBody_1'); -var _emscripten_bind_PxVehiclePhysXActor_get_wheelShapes_1 = Module['_emscripten_bind_PxVehiclePhysXActor_get_wheelShapes_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXActor_get_wheelShapes_1'); -var _emscripten_bind_PxVehiclePhysXActor_set_wheelShapes_2 = Module['_emscripten_bind_PxVehiclePhysXActor_set_wheelShapes_2'] = createExportWrapper('emscripten_bind_PxVehiclePhysXActor_set_wheelShapes_2'); -var _emscripten_bind_PxVehiclePhysXActor___destroy___0 = Module['_emscripten_bind_PxVehiclePhysXActor___destroy___0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXActor___destroy___0'); -var _emscripten_bind_PxVehiclePhysXConstraintState_PxVehiclePhysXConstraintState_0 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_PxVehiclePhysXConstraintState_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_PxVehiclePhysXConstraintState_0'); -var _emscripten_bind_PxVehiclePhysXConstraintState_setToDefault_0 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_setToDefault_0'); -var _emscripten_bind_PxVehiclePhysXConstraintState_get_tireActiveStatus_1 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_get_tireActiveStatus_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_get_tireActiveStatus_1'); -var _emscripten_bind_PxVehiclePhysXConstraintState_set_tireActiveStatus_2 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_set_tireActiveStatus_2'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_set_tireActiveStatus_2'); -var _emscripten_bind_PxVehiclePhysXConstraintState_get_tireLinears_1 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_get_tireLinears_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_get_tireLinears_1'); -var _emscripten_bind_PxVehiclePhysXConstraintState_set_tireLinears_2 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_set_tireLinears_2'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_set_tireLinears_2'); -var _emscripten_bind_PxVehiclePhysXConstraintState_get_tireAngulars_1 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_get_tireAngulars_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_get_tireAngulars_1'); -var _emscripten_bind_PxVehiclePhysXConstraintState_set_tireAngulars_2 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_set_tireAngulars_2'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_set_tireAngulars_2'); -var _emscripten_bind_PxVehiclePhysXConstraintState_get_tireDamping_1 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_get_tireDamping_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_get_tireDamping_1'); -var _emscripten_bind_PxVehiclePhysXConstraintState_set_tireDamping_2 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_set_tireDamping_2'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_set_tireDamping_2'); -var _emscripten_bind_PxVehiclePhysXConstraintState_get_suspActiveStatus_0 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_get_suspActiveStatus_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_get_suspActiveStatus_0'); -var _emscripten_bind_PxVehiclePhysXConstraintState_set_suspActiveStatus_1 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_set_suspActiveStatus_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_set_suspActiveStatus_1'); -var _emscripten_bind_PxVehiclePhysXConstraintState_get_suspLinear_0 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_get_suspLinear_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_get_suspLinear_0'); -var _emscripten_bind_PxVehiclePhysXConstraintState_set_suspLinear_1 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_set_suspLinear_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_set_suspLinear_1'); -var _emscripten_bind_PxVehiclePhysXConstraintState_get_suspAngular_0 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_get_suspAngular_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_get_suspAngular_0'); -var _emscripten_bind_PxVehiclePhysXConstraintState_set_suspAngular_1 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_set_suspAngular_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_set_suspAngular_1'); -var _emscripten_bind_PxVehiclePhysXConstraintState_get_suspGeometricError_0 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_get_suspGeometricError_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_get_suspGeometricError_0'); -var _emscripten_bind_PxVehiclePhysXConstraintState_set_suspGeometricError_1 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_set_suspGeometricError_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_set_suspGeometricError_1'); -var _emscripten_bind_PxVehiclePhysXConstraintState_get_restitution_0 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_get_restitution_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_get_restitution_0'); -var _emscripten_bind_PxVehiclePhysXConstraintState_set_restitution_1 = Module['_emscripten_bind_PxVehiclePhysXConstraintState_set_restitution_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState_set_restitution_1'); -var _emscripten_bind_PxVehiclePhysXConstraintState___destroy___0 = Module['_emscripten_bind_PxVehiclePhysXConstraintState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraintState___destroy___0'); -var _emscripten_bind_PxVehiclePhysXConstraints_setToDefault_0 = Module['_emscripten_bind_PxVehiclePhysXConstraints_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraints_setToDefault_0'); -var _emscripten_bind_PxVehiclePhysXConstraints_get_constraintStates_1 = Module['_emscripten_bind_PxVehiclePhysXConstraints_get_constraintStates_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraints_get_constraintStates_1'); -var _emscripten_bind_PxVehiclePhysXConstraints_set_constraintStates_2 = Module['_emscripten_bind_PxVehiclePhysXConstraints_set_constraintStates_2'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraints_set_constraintStates_2'); -var _emscripten_bind_PxVehiclePhysXConstraints_get_constraints_1 = Module['_emscripten_bind_PxVehiclePhysXConstraints_get_constraints_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraints_get_constraints_1'); -var _emscripten_bind_PxVehiclePhysXConstraints_set_constraints_2 = Module['_emscripten_bind_PxVehiclePhysXConstraints_set_constraints_2'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraints_set_constraints_2'); -var _emscripten_bind_PxVehiclePhysXConstraints_get_constraintConnectors_1 = Module['_emscripten_bind_PxVehiclePhysXConstraints_get_constraintConnectors_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraints_get_constraintConnectors_1'); -var _emscripten_bind_PxVehiclePhysXConstraints_set_constraintConnectors_2 = Module['_emscripten_bind_PxVehiclePhysXConstraints_set_constraintConnectors_2'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraints_set_constraintConnectors_2'); -var _emscripten_bind_PxVehiclePhysXConstraints___destroy___0 = Module['_emscripten_bind_PxVehiclePhysXConstraints___destroy___0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXConstraints___destroy___0'); -var _emscripten_bind_PxVehiclePhysXMaterialFriction_PxVehiclePhysXMaterialFriction_0 = Module['_emscripten_bind_PxVehiclePhysXMaterialFriction_PxVehiclePhysXMaterialFriction_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFriction_PxVehiclePhysXMaterialFriction_0'); -var _emscripten_bind_PxVehiclePhysXMaterialFriction_isValid_0 = Module['_emscripten_bind_PxVehiclePhysXMaterialFriction_isValid_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFriction_isValid_0'); -var _emscripten_bind_PxVehiclePhysXMaterialFriction_get_material_0 = Module['_emscripten_bind_PxVehiclePhysXMaterialFriction_get_material_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFriction_get_material_0'); -var _emscripten_bind_PxVehiclePhysXMaterialFriction_set_material_1 = Module['_emscripten_bind_PxVehiclePhysXMaterialFriction_set_material_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFriction_set_material_1'); -var _emscripten_bind_PxVehiclePhysXMaterialFriction_get_friction_0 = Module['_emscripten_bind_PxVehiclePhysXMaterialFriction_get_friction_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFriction_get_friction_0'); -var _emscripten_bind_PxVehiclePhysXMaterialFriction_set_friction_1 = Module['_emscripten_bind_PxVehiclePhysXMaterialFriction_set_friction_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFriction_set_friction_1'); -var _emscripten_bind_PxVehiclePhysXMaterialFriction___destroy___0 = Module['_emscripten_bind_PxVehiclePhysXMaterialFriction___destroy___0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFriction___destroy___0'); -var _emscripten_bind_PxVehiclePhysXMaterialFrictionParams_isValid_0 = Module['_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFrictionParams_isValid_0'); -var _emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_materialFrictions_0 = Module['_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_materialFrictions_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_materialFrictions_0'); -var _emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_materialFrictions_1 = Module['_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_materialFrictions_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_materialFrictions_1'); -var _emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_nbMaterialFrictions_0 = Module['_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_nbMaterialFrictions_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_nbMaterialFrictions_0'); -var _emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_nbMaterialFrictions_1 = Module['_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_nbMaterialFrictions_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_nbMaterialFrictions_1'); -var _emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_defaultFriction_0 = Module['_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_defaultFriction_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_defaultFriction_0'); -var _emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_defaultFriction_1 = Module['_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_defaultFriction_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_defaultFriction_1'); -var _emscripten_bind_PxVehiclePhysXMaterialFrictionParams___destroy___0 = Module['_emscripten_bind_PxVehiclePhysXMaterialFrictionParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXMaterialFrictionParams___destroy___0'); -var _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_transformAndScale_4 = Module['_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_transformAndScale_4'); -var _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_isValid_0 = Module['_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_isValid_0'); -var _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_roadGeometryQueryType_0 = Module['_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_roadGeometryQueryType_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_roadGeometryQueryType_0'); -var _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_roadGeometryQueryType_1 = Module['_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_roadGeometryQueryType_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_roadGeometryQueryType_1'); -var _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_defaultFilterData_0 = Module['_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_defaultFilterData_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_defaultFilterData_0'); -var _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_defaultFilterData_1 = Module['_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_defaultFilterData_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_defaultFilterData_1'); -var _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_filterDataEntries_0 = Module['_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_filterDataEntries_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_filterDataEntries_0'); -var _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_filterDataEntries_1 = Module['_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_filterDataEntries_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_filterDataEntries_1'); -var _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_filterCallback_0 = Module['_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_filterCallback_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_filterCallback_0'); -var _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_filterCallback_1 = Module['_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_filterCallback_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_filterCallback_1'); -var _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams___destroy___0 = Module['_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams___destroy___0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_PxVehiclePhysXSimulationContext_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_PxVehiclePhysXSimulationContext_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_PxVehiclePhysXSimulationContext_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_transformAndScale_4 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_transformAndScale_4'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_getType_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_getType_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_getType_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_setToDefault_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_setToDefault_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_get_physxUnitCylinderSweepMesh_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_get_physxUnitCylinderSweepMesh_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_get_physxUnitCylinderSweepMesh_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_set_physxUnitCylinderSweepMesh_1 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_set_physxUnitCylinderSweepMesh_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_set_physxUnitCylinderSweepMesh_1'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_get_physxScene_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_get_physxScene_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_get_physxScene_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_set_physxScene_1 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_set_physxScene_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_set_physxScene_1'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorUpdateMode_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorUpdateMode_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorUpdateMode_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorUpdateMode_1 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorUpdateMode_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorUpdateMode_1'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorWakeCounterResetValue_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorWakeCounterResetValue_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorWakeCounterResetValue_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorWakeCounterResetValue_1 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorWakeCounterResetValue_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorWakeCounterResetValue_1'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorWakeCounterThreshold_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorWakeCounterThreshold_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorWakeCounterThreshold_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorWakeCounterThreshold_1 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorWakeCounterThreshold_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorWakeCounterThreshold_1'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_get_gravity_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_get_gravity_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_get_gravity_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_set_gravity_1 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_set_gravity_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_set_gravity_1'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_get_frame_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_get_frame_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_get_frame_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_set_frame_1 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_set_frame_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_set_frame_1'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_get_scale_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_get_scale_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_get_scale_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_set_scale_1 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_set_scale_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_set_scale_1'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_get_tireSlipParams_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_get_tireSlipParams_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_get_tireSlipParams_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_set_tireSlipParams_1 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_set_tireSlipParams_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_set_tireSlipParams_1'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_get_tireStickyParams_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_get_tireStickyParams_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_get_tireStickyParams_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_set_tireStickyParams_1 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_set_tireStickyParams_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_set_tireStickyParams_1'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_get_thresholdForwardSpeedForWheelAngleIntegration_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_get_thresholdForwardSpeedForWheelAngleIntegration_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_get_thresholdForwardSpeedForWheelAngleIntegration_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_set_thresholdForwardSpeedForWheelAngleIntegration_1 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_set_thresholdForwardSpeedForWheelAngleIntegration_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_set_thresholdForwardSpeedForWheelAngleIntegration_1'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_get_pvdContext_0 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_get_pvdContext_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_get_pvdContext_0'); -var _emscripten_bind_PxVehiclePhysXSimulationContext_set_pvdContext_1 = Module['_emscripten_bind_PxVehiclePhysXSimulationContext_set_pvdContext_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSimulationContext_set_pvdContext_1'); -var _emscripten_bind_PxVehiclePhysXSteerState_setToDefault_0 = Module['_emscripten_bind_PxVehiclePhysXSteerState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSteerState_setToDefault_0'); -var _emscripten_bind_PxVehiclePhysXSteerState_get_previousSteerCommand_0 = Module['_emscripten_bind_PxVehiclePhysXSteerState_get_previousSteerCommand_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSteerState_get_previousSteerCommand_0'); -var _emscripten_bind_PxVehiclePhysXSteerState_set_previousSteerCommand_1 = Module['_emscripten_bind_PxVehiclePhysXSteerState_set_previousSteerCommand_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSteerState_set_previousSteerCommand_1'); -var _emscripten_bind_PxVehiclePhysXSteerState___destroy___0 = Module['_emscripten_bind_PxVehiclePhysXSteerState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSteerState___destroy___0'); -var _emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_transformAndScale_4 = Module['_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_transformAndScale_4'); -var _emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_isValid_0 = Module['_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_isValid_0'); -var _emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_get_restitution_0 = Module['_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_get_restitution_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_get_restitution_0'); -var _emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_set_restitution_1 = Module['_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_set_restitution_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_set_restitution_1'); -var _emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_get_directionForSuspensionLimitConstraint_0 = Module['_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_get_directionForSuspensionLimitConstraint_0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_get_directionForSuspensionLimitConstraint_0'); -var _emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_set_directionForSuspensionLimitConstraint_1 = Module['_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_set_directionForSuspensionLimitConstraint_1'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_set_directionForSuspensionLimitConstraint_1'); -var _emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams___destroy___0 = Module['_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams___destroy___0'); -var _emscripten_bind_PxVehicleRigidBodyParams_PxVehicleRigidBodyParams_0 = Module['_emscripten_bind_PxVehicleRigidBodyParams_PxVehicleRigidBodyParams_0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyParams_PxVehicleRigidBodyParams_0'); -var _emscripten_bind_PxVehicleRigidBodyParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleRigidBodyParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleRigidBodyParams_isValid_0 = Module['_emscripten_bind_PxVehicleRigidBodyParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyParams_isValid_0'); -var _emscripten_bind_PxVehicleRigidBodyParams_get_mass_0 = Module['_emscripten_bind_PxVehicleRigidBodyParams_get_mass_0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyParams_get_mass_0'); -var _emscripten_bind_PxVehicleRigidBodyParams_set_mass_1 = Module['_emscripten_bind_PxVehicleRigidBodyParams_set_mass_1'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyParams_set_mass_1'); -var _emscripten_bind_PxVehicleRigidBodyParams_get_moi_0 = Module['_emscripten_bind_PxVehicleRigidBodyParams_get_moi_0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyParams_get_moi_0'); -var _emscripten_bind_PxVehicleRigidBodyParams_set_moi_1 = Module['_emscripten_bind_PxVehicleRigidBodyParams_set_moi_1'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyParams_set_moi_1'); -var _emscripten_bind_PxVehicleRigidBodyParams___destroy___0 = Module['_emscripten_bind_PxVehicleRigidBodyParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyParams___destroy___0'); -var _emscripten_bind_PxVehicleRigidBodyState_PxVehicleRigidBodyState_0 = Module['_emscripten_bind_PxVehicleRigidBodyState_PxVehicleRigidBodyState_0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_PxVehicleRigidBodyState_0'); -var _emscripten_bind_PxVehicleRigidBodyState_setToDefault_0 = Module['_emscripten_bind_PxVehicleRigidBodyState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_setToDefault_0'); -var _emscripten_bind_PxVehicleRigidBodyState_getVerticalSpeed_1 = Module['_emscripten_bind_PxVehicleRigidBodyState_getVerticalSpeed_1'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_getVerticalSpeed_1'); -var _emscripten_bind_PxVehicleRigidBodyState_getLateralSpeed_1 = Module['_emscripten_bind_PxVehicleRigidBodyState_getLateralSpeed_1'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_getLateralSpeed_1'); -var _emscripten_bind_PxVehicleRigidBodyState_getLongitudinalSpeed_1 = Module['_emscripten_bind_PxVehicleRigidBodyState_getLongitudinalSpeed_1'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_getLongitudinalSpeed_1'); -var _emscripten_bind_PxVehicleRigidBodyState_get_pose_0 = Module['_emscripten_bind_PxVehicleRigidBodyState_get_pose_0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_get_pose_0'); -var _emscripten_bind_PxVehicleRigidBodyState_set_pose_1 = Module['_emscripten_bind_PxVehicleRigidBodyState_set_pose_1'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_set_pose_1'); -var _emscripten_bind_PxVehicleRigidBodyState_get_linearVelocity_0 = Module['_emscripten_bind_PxVehicleRigidBodyState_get_linearVelocity_0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_get_linearVelocity_0'); -var _emscripten_bind_PxVehicleRigidBodyState_set_linearVelocity_1 = Module['_emscripten_bind_PxVehicleRigidBodyState_set_linearVelocity_1'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_set_linearVelocity_1'); -var _emscripten_bind_PxVehicleRigidBodyState_get_angularVelocity_0 = Module['_emscripten_bind_PxVehicleRigidBodyState_get_angularVelocity_0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_get_angularVelocity_0'); -var _emscripten_bind_PxVehicleRigidBodyState_set_angularVelocity_1 = Module['_emscripten_bind_PxVehicleRigidBodyState_set_angularVelocity_1'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_set_angularVelocity_1'); -var _emscripten_bind_PxVehicleRigidBodyState_get_previousLinearVelocity_0 = Module['_emscripten_bind_PxVehicleRigidBodyState_get_previousLinearVelocity_0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_get_previousLinearVelocity_0'); -var _emscripten_bind_PxVehicleRigidBodyState_set_previousLinearVelocity_1 = Module['_emscripten_bind_PxVehicleRigidBodyState_set_previousLinearVelocity_1'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_set_previousLinearVelocity_1'); -var _emscripten_bind_PxVehicleRigidBodyState_get_previousAngularVelocity_0 = Module['_emscripten_bind_PxVehicleRigidBodyState_get_previousAngularVelocity_0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_get_previousAngularVelocity_0'); -var _emscripten_bind_PxVehicleRigidBodyState_set_previousAngularVelocity_1 = Module['_emscripten_bind_PxVehicleRigidBodyState_set_previousAngularVelocity_1'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_set_previousAngularVelocity_1'); -var _emscripten_bind_PxVehicleRigidBodyState_get_externalForce_0 = Module['_emscripten_bind_PxVehicleRigidBodyState_get_externalForce_0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_get_externalForce_0'); -var _emscripten_bind_PxVehicleRigidBodyState_set_externalForce_1 = Module['_emscripten_bind_PxVehicleRigidBodyState_set_externalForce_1'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_set_externalForce_1'); -var _emscripten_bind_PxVehicleRigidBodyState_get_externalTorque_0 = Module['_emscripten_bind_PxVehicleRigidBodyState_get_externalTorque_0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_get_externalTorque_0'); -var _emscripten_bind_PxVehicleRigidBodyState_set_externalTorque_1 = Module['_emscripten_bind_PxVehicleRigidBodyState_set_externalTorque_1'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState_set_externalTorque_1'); -var _emscripten_bind_PxVehicleRigidBodyState___destroy___0 = Module['_emscripten_bind_PxVehicleRigidBodyState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleRigidBodyState___destroy___0'); -var _emscripten_bind_PxVehicleRoadGeometryState_PxVehicleRoadGeometryState_0 = Module['_emscripten_bind_PxVehicleRoadGeometryState_PxVehicleRoadGeometryState_0'] = createExportWrapper('emscripten_bind_PxVehicleRoadGeometryState_PxVehicleRoadGeometryState_0'); -var _emscripten_bind_PxVehicleRoadGeometryState_setToDefault_0 = Module['_emscripten_bind_PxVehicleRoadGeometryState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleRoadGeometryState_setToDefault_0'); -var _emscripten_bind_PxVehicleRoadGeometryState_get_plane_0 = Module['_emscripten_bind_PxVehicleRoadGeometryState_get_plane_0'] = createExportWrapper('emscripten_bind_PxVehicleRoadGeometryState_get_plane_0'); -var _emscripten_bind_PxVehicleRoadGeometryState_set_plane_1 = Module['_emscripten_bind_PxVehicleRoadGeometryState_set_plane_1'] = createExportWrapper('emscripten_bind_PxVehicleRoadGeometryState_set_plane_1'); -var _emscripten_bind_PxVehicleRoadGeometryState_get_friction_0 = Module['_emscripten_bind_PxVehicleRoadGeometryState_get_friction_0'] = createExportWrapper('emscripten_bind_PxVehicleRoadGeometryState_get_friction_0'); -var _emscripten_bind_PxVehicleRoadGeometryState_set_friction_1 = Module['_emscripten_bind_PxVehicleRoadGeometryState_set_friction_1'] = createExportWrapper('emscripten_bind_PxVehicleRoadGeometryState_set_friction_1'); -var _emscripten_bind_PxVehicleRoadGeometryState_get_velocity_0 = Module['_emscripten_bind_PxVehicleRoadGeometryState_get_velocity_0'] = createExportWrapper('emscripten_bind_PxVehicleRoadGeometryState_get_velocity_0'); -var _emscripten_bind_PxVehicleRoadGeometryState_set_velocity_1 = Module['_emscripten_bind_PxVehicleRoadGeometryState_set_velocity_1'] = createExportWrapper('emscripten_bind_PxVehicleRoadGeometryState_set_velocity_1'); -var _emscripten_bind_PxVehicleRoadGeometryState_get_hitState_0 = Module['_emscripten_bind_PxVehicleRoadGeometryState_get_hitState_0'] = createExportWrapper('emscripten_bind_PxVehicleRoadGeometryState_get_hitState_0'); -var _emscripten_bind_PxVehicleRoadGeometryState_set_hitState_1 = Module['_emscripten_bind_PxVehicleRoadGeometryState_set_hitState_1'] = createExportWrapper('emscripten_bind_PxVehicleRoadGeometryState_set_hitState_1'); -var _emscripten_bind_PxVehicleRoadGeometryState___destroy___0 = Module['_emscripten_bind_PxVehicleRoadGeometryState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleRoadGeometryState___destroy___0'); -var _emscripten_bind_PxVehicleScale_PxVehicleScale_0 = Module['_emscripten_bind_PxVehicleScale_PxVehicleScale_0'] = createExportWrapper('emscripten_bind_PxVehicleScale_PxVehicleScale_0'); -var _emscripten_bind_PxVehicleScale_setToDefault_0 = Module['_emscripten_bind_PxVehicleScale_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleScale_setToDefault_0'); -var _emscripten_bind_PxVehicleScale_isValid_0 = Module['_emscripten_bind_PxVehicleScale_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleScale_isValid_0'); -var _emscripten_bind_PxVehicleScale_get_scale_0 = Module['_emscripten_bind_PxVehicleScale_get_scale_0'] = createExportWrapper('emscripten_bind_PxVehicleScale_get_scale_0'); -var _emscripten_bind_PxVehicleScale_set_scale_1 = Module['_emscripten_bind_PxVehicleScale_set_scale_1'] = createExportWrapper('emscripten_bind_PxVehicleScale_set_scale_1'); -var _emscripten_bind_PxVehicleScale___destroy___0 = Module['_emscripten_bind_PxVehicleScale___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleScale___destroy___0'); -var _emscripten_bind_PxVehicleSteerCommandResponseParams_PxVehicleSteerCommandResponseParams_0 = Module['_emscripten_bind_PxVehicleSteerCommandResponseParams_PxVehicleSteerCommandResponseParams_0'] = createExportWrapper('emscripten_bind_PxVehicleSteerCommandResponseParams_PxVehicleSteerCommandResponseParams_0'); -var _emscripten_bind_PxVehicleSteerCommandResponseParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleSteerCommandResponseParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleSteerCommandResponseParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleSteerCommandResponseParams_isValid_1 = Module['_emscripten_bind_PxVehicleSteerCommandResponseParams_isValid_1'] = createExportWrapper('emscripten_bind_PxVehicleSteerCommandResponseParams_isValid_1'); -var _emscripten_bind_PxVehicleSteerCommandResponseParams_get_nonlinearResponse_0 = Module['_emscripten_bind_PxVehicleSteerCommandResponseParams_get_nonlinearResponse_0'] = createExportWrapper('emscripten_bind_PxVehicleSteerCommandResponseParams_get_nonlinearResponse_0'); -var _emscripten_bind_PxVehicleSteerCommandResponseParams_set_nonlinearResponse_1 = Module['_emscripten_bind_PxVehicleSteerCommandResponseParams_set_nonlinearResponse_1'] = createExportWrapper('emscripten_bind_PxVehicleSteerCommandResponseParams_set_nonlinearResponse_1'); -var _emscripten_bind_PxVehicleSteerCommandResponseParams_get_wheelResponseMultipliers_1 = Module['_emscripten_bind_PxVehicleSteerCommandResponseParams_get_wheelResponseMultipliers_1'] = createExportWrapper('emscripten_bind_PxVehicleSteerCommandResponseParams_get_wheelResponseMultipliers_1'); -var _emscripten_bind_PxVehicleSteerCommandResponseParams_set_wheelResponseMultipliers_2 = Module['_emscripten_bind_PxVehicleSteerCommandResponseParams_set_wheelResponseMultipliers_2'] = createExportWrapper('emscripten_bind_PxVehicleSteerCommandResponseParams_set_wheelResponseMultipliers_2'); -var _emscripten_bind_PxVehicleSteerCommandResponseParams_get_maxResponse_0 = Module['_emscripten_bind_PxVehicleSteerCommandResponseParams_get_maxResponse_0'] = createExportWrapper('emscripten_bind_PxVehicleSteerCommandResponseParams_get_maxResponse_0'); -var _emscripten_bind_PxVehicleSteerCommandResponseParams_set_maxResponse_1 = Module['_emscripten_bind_PxVehicleSteerCommandResponseParams_set_maxResponse_1'] = createExportWrapper('emscripten_bind_PxVehicleSteerCommandResponseParams_set_maxResponse_1'); -var _emscripten_bind_PxVehicleSteerCommandResponseParams___destroy___0 = Module['_emscripten_bind_PxVehicleSteerCommandResponseParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleSteerCommandResponseParams___destroy___0'); -var _emscripten_bind_PxVehicleSuspensionComplianceParams_PxVehicleSuspensionComplianceParams_0 = Module['_emscripten_bind_PxVehicleSuspensionComplianceParams_PxVehicleSuspensionComplianceParams_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceParams_PxVehicleSuspensionComplianceParams_0'); -var _emscripten_bind_PxVehicleSuspensionComplianceParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleSuspensionComplianceParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleSuspensionComplianceParams_isValid_0 = Module['_emscripten_bind_PxVehicleSuspensionComplianceParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceParams_isValid_0'); -var _emscripten_bind_PxVehicleSuspensionComplianceParams_get_wheelToeAngle_0 = Module['_emscripten_bind_PxVehicleSuspensionComplianceParams_get_wheelToeAngle_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceParams_get_wheelToeAngle_0'); -var _emscripten_bind_PxVehicleSuspensionComplianceParams_set_wheelToeAngle_1 = Module['_emscripten_bind_PxVehicleSuspensionComplianceParams_set_wheelToeAngle_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceParams_set_wheelToeAngle_1'); -var _emscripten_bind_PxVehicleSuspensionComplianceParams_get_wheelCamberAngle_0 = Module['_emscripten_bind_PxVehicleSuspensionComplianceParams_get_wheelCamberAngle_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceParams_get_wheelCamberAngle_0'); -var _emscripten_bind_PxVehicleSuspensionComplianceParams_set_wheelCamberAngle_1 = Module['_emscripten_bind_PxVehicleSuspensionComplianceParams_set_wheelCamberAngle_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceParams_set_wheelCamberAngle_1'); -var _emscripten_bind_PxVehicleSuspensionComplianceParams_get_suspForceAppPoint_0 = Module['_emscripten_bind_PxVehicleSuspensionComplianceParams_get_suspForceAppPoint_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceParams_get_suspForceAppPoint_0'); -var _emscripten_bind_PxVehicleSuspensionComplianceParams_set_suspForceAppPoint_1 = Module['_emscripten_bind_PxVehicleSuspensionComplianceParams_set_suspForceAppPoint_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceParams_set_suspForceAppPoint_1'); -var _emscripten_bind_PxVehicleSuspensionComplianceParams_get_tireForceAppPoint_0 = Module['_emscripten_bind_PxVehicleSuspensionComplianceParams_get_tireForceAppPoint_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceParams_get_tireForceAppPoint_0'); -var _emscripten_bind_PxVehicleSuspensionComplianceParams_set_tireForceAppPoint_1 = Module['_emscripten_bind_PxVehicleSuspensionComplianceParams_set_tireForceAppPoint_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceParams_set_tireForceAppPoint_1'); -var _emscripten_bind_PxVehicleSuspensionComplianceParams___destroy___0 = Module['_emscripten_bind_PxVehicleSuspensionComplianceParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceParams___destroy___0'); -var _emscripten_bind_PxVehicleSuspensionComplianceState_PxVehicleSuspensionComplianceState_0 = Module['_emscripten_bind_PxVehicleSuspensionComplianceState_PxVehicleSuspensionComplianceState_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceState_PxVehicleSuspensionComplianceState_0'); -var _emscripten_bind_PxVehicleSuspensionComplianceState_setToDefault_0 = Module['_emscripten_bind_PxVehicleSuspensionComplianceState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceState_setToDefault_0'); -var _emscripten_bind_PxVehicleSuspensionComplianceState_get_toe_0 = Module['_emscripten_bind_PxVehicleSuspensionComplianceState_get_toe_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceState_get_toe_0'); -var _emscripten_bind_PxVehicleSuspensionComplianceState_set_toe_1 = Module['_emscripten_bind_PxVehicleSuspensionComplianceState_set_toe_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceState_set_toe_1'); -var _emscripten_bind_PxVehicleSuspensionComplianceState_get_camber_0 = Module['_emscripten_bind_PxVehicleSuspensionComplianceState_get_camber_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceState_get_camber_0'); -var _emscripten_bind_PxVehicleSuspensionComplianceState_set_camber_1 = Module['_emscripten_bind_PxVehicleSuspensionComplianceState_set_camber_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceState_set_camber_1'); -var _emscripten_bind_PxVehicleSuspensionComplianceState_get_tireForceAppPoint_0 = Module['_emscripten_bind_PxVehicleSuspensionComplianceState_get_tireForceAppPoint_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceState_get_tireForceAppPoint_0'); -var _emscripten_bind_PxVehicleSuspensionComplianceState_set_tireForceAppPoint_1 = Module['_emscripten_bind_PxVehicleSuspensionComplianceState_set_tireForceAppPoint_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceState_set_tireForceAppPoint_1'); -var _emscripten_bind_PxVehicleSuspensionComplianceState_get_suspForceAppPoint_0 = Module['_emscripten_bind_PxVehicleSuspensionComplianceState_get_suspForceAppPoint_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceState_get_suspForceAppPoint_0'); -var _emscripten_bind_PxVehicleSuspensionComplianceState_set_suspForceAppPoint_1 = Module['_emscripten_bind_PxVehicleSuspensionComplianceState_set_suspForceAppPoint_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceState_set_suspForceAppPoint_1'); -var _emscripten_bind_PxVehicleSuspensionComplianceState___destroy___0 = Module['_emscripten_bind_PxVehicleSuspensionComplianceState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionComplianceState___destroy___0'); -var _emscripten_bind_PxVehicleSuspensionForce_PxVehicleSuspensionForce_0 = Module['_emscripten_bind_PxVehicleSuspensionForce_PxVehicleSuspensionForce_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForce_PxVehicleSuspensionForce_0'); -var _emscripten_bind_PxVehicleSuspensionForce_setToDefault_0 = Module['_emscripten_bind_PxVehicleSuspensionForce_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForce_setToDefault_0'); -var _emscripten_bind_PxVehicleSuspensionForce_get_force_0 = Module['_emscripten_bind_PxVehicleSuspensionForce_get_force_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForce_get_force_0'); -var _emscripten_bind_PxVehicleSuspensionForce_set_force_1 = Module['_emscripten_bind_PxVehicleSuspensionForce_set_force_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForce_set_force_1'); -var _emscripten_bind_PxVehicleSuspensionForce_get_torque_0 = Module['_emscripten_bind_PxVehicleSuspensionForce_get_torque_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForce_get_torque_0'); -var _emscripten_bind_PxVehicleSuspensionForce_set_torque_1 = Module['_emscripten_bind_PxVehicleSuspensionForce_set_torque_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForce_set_torque_1'); -var _emscripten_bind_PxVehicleSuspensionForce_get_normalForce_0 = Module['_emscripten_bind_PxVehicleSuspensionForce_get_normalForce_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForce_get_normalForce_0'); -var _emscripten_bind_PxVehicleSuspensionForce_set_normalForce_1 = Module['_emscripten_bind_PxVehicleSuspensionForce_set_normalForce_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForce_set_normalForce_1'); -var _emscripten_bind_PxVehicleSuspensionForce___destroy___0 = Module['_emscripten_bind_PxVehicleSuspensionForce___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForce___destroy___0'); -var _emscripten_bind_PxVehicleSuspensionForceParams_PxVehicleSuspensionForceParams_0 = Module['_emscripten_bind_PxVehicleSuspensionForceParams_PxVehicleSuspensionForceParams_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForceParams_PxVehicleSuspensionForceParams_0'); -var _emscripten_bind_PxVehicleSuspensionForceParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleSuspensionForceParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForceParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleSuspensionForceParams_isValid_0 = Module['_emscripten_bind_PxVehicleSuspensionForceParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForceParams_isValid_0'); -var _emscripten_bind_PxVehicleSuspensionForceParams_get_stiffness_0 = Module['_emscripten_bind_PxVehicleSuspensionForceParams_get_stiffness_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForceParams_get_stiffness_0'); -var _emscripten_bind_PxVehicleSuspensionForceParams_set_stiffness_1 = Module['_emscripten_bind_PxVehicleSuspensionForceParams_set_stiffness_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForceParams_set_stiffness_1'); -var _emscripten_bind_PxVehicleSuspensionForceParams_get_damping_0 = Module['_emscripten_bind_PxVehicleSuspensionForceParams_get_damping_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForceParams_get_damping_0'); -var _emscripten_bind_PxVehicleSuspensionForceParams_set_damping_1 = Module['_emscripten_bind_PxVehicleSuspensionForceParams_set_damping_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForceParams_set_damping_1'); -var _emscripten_bind_PxVehicleSuspensionForceParams_get_sprungMass_0 = Module['_emscripten_bind_PxVehicleSuspensionForceParams_get_sprungMass_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForceParams_get_sprungMass_0'); -var _emscripten_bind_PxVehicleSuspensionForceParams_set_sprungMass_1 = Module['_emscripten_bind_PxVehicleSuspensionForceParams_set_sprungMass_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForceParams_set_sprungMass_1'); -var _emscripten_bind_PxVehicleSuspensionForceParams___destroy___0 = Module['_emscripten_bind_PxVehicleSuspensionForceParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionForceParams___destroy___0'); -var _emscripten_bind_PxVehicleSuspensionParams_PxVehicleSuspensionParams_0 = Module['_emscripten_bind_PxVehicleSuspensionParams_PxVehicleSuspensionParams_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionParams_PxVehicleSuspensionParams_0'); -var _emscripten_bind_PxVehicleSuspensionParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleSuspensionParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleSuspensionParams_isValid_0 = Module['_emscripten_bind_PxVehicleSuspensionParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionParams_isValid_0'); -var _emscripten_bind_PxVehicleSuspensionParams_get_suspensionAttachment_0 = Module['_emscripten_bind_PxVehicleSuspensionParams_get_suspensionAttachment_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionParams_get_suspensionAttachment_0'); -var _emscripten_bind_PxVehicleSuspensionParams_set_suspensionAttachment_1 = Module['_emscripten_bind_PxVehicleSuspensionParams_set_suspensionAttachment_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionParams_set_suspensionAttachment_1'); -var _emscripten_bind_PxVehicleSuspensionParams_get_suspensionTravelDir_0 = Module['_emscripten_bind_PxVehicleSuspensionParams_get_suspensionTravelDir_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionParams_get_suspensionTravelDir_0'); -var _emscripten_bind_PxVehicleSuspensionParams_set_suspensionTravelDir_1 = Module['_emscripten_bind_PxVehicleSuspensionParams_set_suspensionTravelDir_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionParams_set_suspensionTravelDir_1'); -var _emscripten_bind_PxVehicleSuspensionParams_get_suspensionTravelDist_0 = Module['_emscripten_bind_PxVehicleSuspensionParams_get_suspensionTravelDist_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionParams_get_suspensionTravelDist_0'); -var _emscripten_bind_PxVehicleSuspensionParams_set_suspensionTravelDist_1 = Module['_emscripten_bind_PxVehicleSuspensionParams_set_suspensionTravelDist_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionParams_set_suspensionTravelDist_1'); -var _emscripten_bind_PxVehicleSuspensionParams_get_wheelAttachment_0 = Module['_emscripten_bind_PxVehicleSuspensionParams_get_wheelAttachment_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionParams_get_wheelAttachment_0'); -var _emscripten_bind_PxVehicleSuspensionParams_set_wheelAttachment_1 = Module['_emscripten_bind_PxVehicleSuspensionParams_set_wheelAttachment_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionParams_set_wheelAttachment_1'); -var _emscripten_bind_PxVehicleSuspensionParams___destroy___0 = Module['_emscripten_bind_PxVehicleSuspensionParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionParams___destroy___0'); -var _emscripten_bind_PxVehicleSuspensionState_PxVehicleSuspensionState_0 = Module['_emscripten_bind_PxVehicleSuspensionState_PxVehicleSuspensionState_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionState_PxVehicleSuspensionState_0'); -var _emscripten_bind_PxVehicleSuspensionState_setToDefault_2 = Module['_emscripten_bind_PxVehicleSuspensionState_setToDefault_2'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionState_setToDefault_2'); -var _emscripten_bind_PxVehicleSuspensionState_get_jounce_0 = Module['_emscripten_bind_PxVehicleSuspensionState_get_jounce_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionState_get_jounce_0'); -var _emscripten_bind_PxVehicleSuspensionState_set_jounce_1 = Module['_emscripten_bind_PxVehicleSuspensionState_set_jounce_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionState_set_jounce_1'); -var _emscripten_bind_PxVehicleSuspensionState_get_jounceSpeed_0 = Module['_emscripten_bind_PxVehicleSuspensionState_get_jounceSpeed_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionState_get_jounceSpeed_0'); -var _emscripten_bind_PxVehicleSuspensionState_set_jounceSpeed_1 = Module['_emscripten_bind_PxVehicleSuspensionState_set_jounceSpeed_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionState_set_jounceSpeed_1'); -var _emscripten_bind_PxVehicleSuspensionState_get_separation_0 = Module['_emscripten_bind_PxVehicleSuspensionState_get_separation_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionState_get_separation_0'); -var _emscripten_bind_PxVehicleSuspensionState_set_separation_1 = Module['_emscripten_bind_PxVehicleSuspensionState_set_separation_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionState_set_separation_1'); -var _emscripten_bind_PxVehicleSuspensionState___destroy___0 = Module['_emscripten_bind_PxVehicleSuspensionState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionState___destroy___0'); -var _emscripten_bind_PxVehicleSuspensionStateCalculationParams_PxVehicleSuspensionStateCalculationParams_0 = Module['_emscripten_bind_PxVehicleSuspensionStateCalculationParams_PxVehicleSuspensionStateCalculationParams_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionStateCalculationParams_PxVehicleSuspensionStateCalculationParams_0'); -var _emscripten_bind_PxVehicleSuspensionStateCalculationParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleSuspensionStateCalculationParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionStateCalculationParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleSuspensionStateCalculationParams_isValid_0 = Module['_emscripten_bind_PxVehicleSuspensionStateCalculationParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionStateCalculationParams_isValid_0'); -var _emscripten_bind_PxVehicleSuspensionStateCalculationParams_get_suspensionJounceCalculationType_0 = Module['_emscripten_bind_PxVehicleSuspensionStateCalculationParams_get_suspensionJounceCalculationType_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionStateCalculationParams_get_suspensionJounceCalculationType_0'); -var _emscripten_bind_PxVehicleSuspensionStateCalculationParams_set_suspensionJounceCalculationType_1 = Module['_emscripten_bind_PxVehicleSuspensionStateCalculationParams_set_suspensionJounceCalculationType_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionStateCalculationParams_set_suspensionJounceCalculationType_1'); -var _emscripten_bind_PxVehicleSuspensionStateCalculationParams_get_limitSuspensionExpansionVelocity_0 = Module['_emscripten_bind_PxVehicleSuspensionStateCalculationParams_get_limitSuspensionExpansionVelocity_0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionStateCalculationParams_get_limitSuspensionExpansionVelocity_0'); -var _emscripten_bind_PxVehicleSuspensionStateCalculationParams_set_limitSuspensionExpansionVelocity_1 = Module['_emscripten_bind_PxVehicleSuspensionStateCalculationParams_set_limitSuspensionExpansionVelocity_1'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionStateCalculationParams_set_limitSuspensionExpansionVelocity_1'); -var _emscripten_bind_PxVehicleSuspensionStateCalculationParams___destroy___0 = Module['_emscripten_bind_PxVehicleSuspensionStateCalculationParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleSuspensionStateCalculationParams___destroy___0'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_PxVehicleTankDriveDifferentialParams_0 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_PxVehicleTankDriveDifferentialParams_0'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_PxVehicleTankDriveDifferentialParams_0'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_setToDefault_0 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_setToDefault_0'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_getNbWheelsInTrack_1 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_getNbWheelsInTrack_1'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_getNbWheelsInTrack_1'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_getWheelsInTrack_1 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_getWheelsInTrack_1'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_getWheelsInTrack_1'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_getWheelInTrack_2 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_getWheelInTrack_2'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_getWheelInTrack_2'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_getThrustControllerIndex_1 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_getThrustControllerIndex_1'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_getThrustControllerIndex_1'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_isValid_1 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_isValid_1'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_isValid_1'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_get_nbTracks_0 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_get_nbTracks_0'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_get_nbTracks_0'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_set_nbTracks_1 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_set_nbTracks_1'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_set_nbTracks_1'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_get_thrustIdPerTrack_1 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_get_thrustIdPerTrack_1'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_get_thrustIdPerTrack_1'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_set_thrustIdPerTrack_2 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_set_thrustIdPerTrack_2'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_set_thrustIdPerTrack_2'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_get_nbWheelsPerTrack_1 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_get_nbWheelsPerTrack_1'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_get_nbWheelsPerTrack_1'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_set_nbWheelsPerTrack_2 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_set_nbWheelsPerTrack_2'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_set_nbWheelsPerTrack_2'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_get_trackToWheelIds_1 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_get_trackToWheelIds_1'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_get_trackToWheelIds_1'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_set_trackToWheelIds_2 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_set_trackToWheelIds_2'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_set_trackToWheelIds_2'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_get_wheelIdsInTrackOrder_1 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_get_wheelIdsInTrackOrder_1'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_get_wheelIdsInTrackOrder_1'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_set_wheelIdsInTrackOrder_2 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_set_wheelIdsInTrackOrder_2'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_set_wheelIdsInTrackOrder_2'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_get_torqueRatios_1 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_get_torqueRatios_1'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_get_torqueRatios_1'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_set_torqueRatios_2 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_set_torqueRatios_2'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_set_torqueRatios_2'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_get_aveWheelSpeedRatios_1 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_get_aveWheelSpeedRatios_1'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_get_aveWheelSpeedRatios_1'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams_set_aveWheelSpeedRatios_2 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams_set_aveWheelSpeedRatios_2'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams_set_aveWheelSpeedRatios_2'); -var _emscripten_bind_PxVehicleTankDriveDifferentialParams___destroy___0 = Module['_emscripten_bind_PxVehicleTankDriveDifferentialParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveDifferentialParams___destroy___0'); -var _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_PxVehicleTankDriveTransmissionCommandState_0 = Module['_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_PxVehicleTankDriveTransmissionCommandState_0'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveTransmissionCommandState_PxVehicleTankDriveTransmissionCommandState_0'); -var _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_setToDefault_0 = Module['_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveTransmissionCommandState_setToDefault_0'); -var _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_thrusts_1 = Module['_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_thrusts_1'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_thrusts_1'); -var _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_thrusts_2 = Module['_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_thrusts_2'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_thrusts_2'); -var _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_clutch_0 = Module['_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_clutch_0'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_clutch_0'); -var _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_clutch_1 = Module['_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_clutch_1'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_clutch_1'); -var _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_targetGear_0 = Module['_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_targetGear_0'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_targetGear_0'); -var _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_targetGear_1 = Module['_emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_targetGear_1'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_targetGear_1'); -var _emscripten_bind_PxVehicleTankDriveTransmissionCommandState___destroy___0 = Module['_emscripten_bind_PxVehicleTankDriveTransmissionCommandState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleTankDriveTransmissionCommandState___destroy___0'); -var _emscripten_bind_PxVehicleTireAxisStickyParams_PxVehicleTireAxisStickyParams_0 = Module['_emscripten_bind_PxVehicleTireAxisStickyParams_PxVehicleTireAxisStickyParams_0'] = createExportWrapper('emscripten_bind_PxVehicleTireAxisStickyParams_PxVehicleTireAxisStickyParams_0'); -var _emscripten_bind_PxVehicleTireAxisStickyParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleTireAxisStickyParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleTireAxisStickyParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleTireAxisStickyParams_isValid_0 = Module['_emscripten_bind_PxVehicleTireAxisStickyParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleTireAxisStickyParams_isValid_0'); -var _emscripten_bind_PxVehicleTireAxisStickyParams_get_thresholdSpeed_0 = Module['_emscripten_bind_PxVehicleTireAxisStickyParams_get_thresholdSpeed_0'] = createExportWrapper('emscripten_bind_PxVehicleTireAxisStickyParams_get_thresholdSpeed_0'); -var _emscripten_bind_PxVehicleTireAxisStickyParams_set_thresholdSpeed_1 = Module['_emscripten_bind_PxVehicleTireAxisStickyParams_set_thresholdSpeed_1'] = createExportWrapper('emscripten_bind_PxVehicleTireAxisStickyParams_set_thresholdSpeed_1'); -var _emscripten_bind_PxVehicleTireAxisStickyParams_get_thresholdTime_0 = Module['_emscripten_bind_PxVehicleTireAxisStickyParams_get_thresholdTime_0'] = createExportWrapper('emscripten_bind_PxVehicleTireAxisStickyParams_get_thresholdTime_0'); -var _emscripten_bind_PxVehicleTireAxisStickyParams_set_thresholdTime_1 = Module['_emscripten_bind_PxVehicleTireAxisStickyParams_set_thresholdTime_1'] = createExportWrapper('emscripten_bind_PxVehicleTireAxisStickyParams_set_thresholdTime_1'); -var _emscripten_bind_PxVehicleTireAxisStickyParams_get_damping_0 = Module['_emscripten_bind_PxVehicleTireAxisStickyParams_get_damping_0'] = createExportWrapper('emscripten_bind_PxVehicleTireAxisStickyParams_get_damping_0'); -var _emscripten_bind_PxVehicleTireAxisStickyParams_set_damping_1 = Module['_emscripten_bind_PxVehicleTireAxisStickyParams_set_damping_1'] = createExportWrapper('emscripten_bind_PxVehicleTireAxisStickyParams_set_damping_1'); -var _emscripten_bind_PxVehicleTireAxisStickyParams___destroy___0 = Module['_emscripten_bind_PxVehicleTireAxisStickyParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleTireAxisStickyParams___destroy___0'); -var _emscripten_bind_PxVehicleTireCamberAngleState_PxVehicleTireCamberAngleState_0 = Module['_emscripten_bind_PxVehicleTireCamberAngleState_PxVehicleTireCamberAngleState_0'] = createExportWrapper('emscripten_bind_PxVehicleTireCamberAngleState_PxVehicleTireCamberAngleState_0'); -var _emscripten_bind_PxVehicleTireCamberAngleState_setToDefault_0 = Module['_emscripten_bind_PxVehicleTireCamberAngleState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleTireCamberAngleState_setToDefault_0'); -var _emscripten_bind_PxVehicleTireCamberAngleState_get_camberAngle_0 = Module['_emscripten_bind_PxVehicleTireCamberAngleState_get_camberAngle_0'] = createExportWrapper('emscripten_bind_PxVehicleTireCamberAngleState_get_camberAngle_0'); -var _emscripten_bind_PxVehicleTireCamberAngleState_set_camberAngle_1 = Module['_emscripten_bind_PxVehicleTireCamberAngleState_set_camberAngle_1'] = createExportWrapper('emscripten_bind_PxVehicleTireCamberAngleState_set_camberAngle_1'); -var _emscripten_bind_PxVehicleTireCamberAngleState___destroy___0 = Module['_emscripten_bind_PxVehicleTireCamberAngleState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleTireCamberAngleState___destroy___0'); -var _emscripten_bind_PxVehicleTireDirectionState_PxVehicleTireDirectionState_0 = Module['_emscripten_bind_PxVehicleTireDirectionState_PxVehicleTireDirectionState_0'] = createExportWrapper('emscripten_bind_PxVehicleTireDirectionState_PxVehicleTireDirectionState_0'); -var _emscripten_bind_PxVehicleTireDirectionState_setToDefault_0 = Module['_emscripten_bind_PxVehicleTireDirectionState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleTireDirectionState_setToDefault_0'); -var _emscripten_bind_PxVehicleTireDirectionState_get_directions_1 = Module['_emscripten_bind_PxVehicleTireDirectionState_get_directions_1'] = createExportWrapper('emscripten_bind_PxVehicleTireDirectionState_get_directions_1'); -var _emscripten_bind_PxVehicleTireDirectionState_set_directions_2 = Module['_emscripten_bind_PxVehicleTireDirectionState_set_directions_2'] = createExportWrapper('emscripten_bind_PxVehicleTireDirectionState_set_directions_2'); -var _emscripten_bind_PxVehicleTireDirectionState___destroy___0 = Module['_emscripten_bind_PxVehicleTireDirectionState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleTireDirectionState___destroy___0'); -var _emscripten_bind_PxVehicleTireForce_PxVehicleTireForce_0 = Module['_emscripten_bind_PxVehicleTireForce_PxVehicleTireForce_0'] = createExportWrapper('emscripten_bind_PxVehicleTireForce_PxVehicleTireForce_0'); -var _emscripten_bind_PxVehicleTireForce_setToDefault_0 = Module['_emscripten_bind_PxVehicleTireForce_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleTireForce_setToDefault_0'); -var _emscripten_bind_PxVehicleTireForce_get_forces_1 = Module['_emscripten_bind_PxVehicleTireForce_get_forces_1'] = createExportWrapper('emscripten_bind_PxVehicleTireForce_get_forces_1'); -var _emscripten_bind_PxVehicleTireForce_set_forces_2 = Module['_emscripten_bind_PxVehicleTireForce_set_forces_2'] = createExportWrapper('emscripten_bind_PxVehicleTireForce_set_forces_2'); -var _emscripten_bind_PxVehicleTireForce_get_torques_1 = Module['_emscripten_bind_PxVehicleTireForce_get_torques_1'] = createExportWrapper('emscripten_bind_PxVehicleTireForce_get_torques_1'); -var _emscripten_bind_PxVehicleTireForce_set_torques_2 = Module['_emscripten_bind_PxVehicleTireForce_set_torques_2'] = createExportWrapper('emscripten_bind_PxVehicleTireForce_set_torques_2'); -var _emscripten_bind_PxVehicleTireForce_get_aligningMoment_0 = Module['_emscripten_bind_PxVehicleTireForce_get_aligningMoment_0'] = createExportWrapper('emscripten_bind_PxVehicleTireForce_get_aligningMoment_0'); -var _emscripten_bind_PxVehicleTireForce_set_aligningMoment_1 = Module['_emscripten_bind_PxVehicleTireForce_set_aligningMoment_1'] = createExportWrapper('emscripten_bind_PxVehicleTireForce_set_aligningMoment_1'); -var _emscripten_bind_PxVehicleTireForce_get_wheelTorque_0 = Module['_emscripten_bind_PxVehicleTireForce_get_wheelTorque_0'] = createExportWrapper('emscripten_bind_PxVehicleTireForce_get_wheelTorque_0'); -var _emscripten_bind_PxVehicleTireForce_set_wheelTorque_1 = Module['_emscripten_bind_PxVehicleTireForce_set_wheelTorque_1'] = createExportWrapper('emscripten_bind_PxVehicleTireForce_set_wheelTorque_1'); -var _emscripten_bind_PxVehicleTireForce___destroy___0 = Module['_emscripten_bind_PxVehicleTireForce___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleTireForce___destroy___0'); -var _emscripten_bind_PxVehicleTireForceParams_PxVehicleTireForceParams_0 = Module['_emscripten_bind_PxVehicleTireForceParams_PxVehicleTireForceParams_0'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParams_PxVehicleTireForceParams_0'); -var _emscripten_bind_PxVehicleTireForceParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleTireForceParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleTireForceParams_isValid_0 = Module['_emscripten_bind_PxVehicleTireForceParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParams_isValid_0'); -var _emscripten_bind_PxVehicleTireForceParams_get_latStiffX_0 = Module['_emscripten_bind_PxVehicleTireForceParams_get_latStiffX_0'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParams_get_latStiffX_0'); -var _emscripten_bind_PxVehicleTireForceParams_set_latStiffX_1 = Module['_emscripten_bind_PxVehicleTireForceParams_set_latStiffX_1'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParams_set_latStiffX_1'); -var _emscripten_bind_PxVehicleTireForceParams_get_latStiffY_0 = Module['_emscripten_bind_PxVehicleTireForceParams_get_latStiffY_0'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParams_get_latStiffY_0'); -var _emscripten_bind_PxVehicleTireForceParams_set_latStiffY_1 = Module['_emscripten_bind_PxVehicleTireForceParams_set_latStiffY_1'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParams_set_latStiffY_1'); -var _emscripten_bind_PxVehicleTireForceParams_get_longStiff_0 = Module['_emscripten_bind_PxVehicleTireForceParams_get_longStiff_0'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParams_get_longStiff_0'); -var _emscripten_bind_PxVehicleTireForceParams_set_longStiff_1 = Module['_emscripten_bind_PxVehicleTireForceParams_set_longStiff_1'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParams_set_longStiff_1'); -var _emscripten_bind_PxVehicleTireForceParams_get_camberStiff_0 = Module['_emscripten_bind_PxVehicleTireForceParams_get_camberStiff_0'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParams_get_camberStiff_0'); -var _emscripten_bind_PxVehicleTireForceParams_set_camberStiff_1 = Module['_emscripten_bind_PxVehicleTireForceParams_set_camberStiff_1'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParams_set_camberStiff_1'); -var _emscripten_bind_PxVehicleTireForceParams_get_restLoad_0 = Module['_emscripten_bind_PxVehicleTireForceParams_get_restLoad_0'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParams_get_restLoad_0'); -var _emscripten_bind_PxVehicleTireForceParams_set_restLoad_1 = Module['_emscripten_bind_PxVehicleTireForceParams_set_restLoad_1'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParams_set_restLoad_1'); -var _emscripten_bind_PxVehicleTireForceParams___destroy___0 = Module['_emscripten_bind_PxVehicleTireForceParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParams___destroy___0'); -var _emscripten_bind_PxVehicleTireForceParamsExt_setFrictionVsSlip_4 = Module['_emscripten_bind_PxVehicleTireForceParamsExt_setFrictionVsSlip_4'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParamsExt_setFrictionVsSlip_4'); -var _emscripten_bind_PxVehicleTireForceParamsExt_setLoadFilter_4 = Module['_emscripten_bind_PxVehicleTireForceParamsExt_setLoadFilter_4'] = createExportWrapper('emscripten_bind_PxVehicleTireForceParamsExt_setLoadFilter_4'); -var _emscripten_bind_PxVehicleTireGripState_setToDefault_0 = Module['_emscripten_bind_PxVehicleTireGripState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleTireGripState_setToDefault_0'); -var _emscripten_bind_PxVehicleTireGripState_get_load_0 = Module['_emscripten_bind_PxVehicleTireGripState_get_load_0'] = createExportWrapper('emscripten_bind_PxVehicleTireGripState_get_load_0'); -var _emscripten_bind_PxVehicleTireGripState_set_load_1 = Module['_emscripten_bind_PxVehicleTireGripState_set_load_1'] = createExportWrapper('emscripten_bind_PxVehicleTireGripState_set_load_1'); -var _emscripten_bind_PxVehicleTireGripState_get_friction_0 = Module['_emscripten_bind_PxVehicleTireGripState_get_friction_0'] = createExportWrapper('emscripten_bind_PxVehicleTireGripState_get_friction_0'); -var _emscripten_bind_PxVehicleTireGripState_set_friction_1 = Module['_emscripten_bind_PxVehicleTireGripState_set_friction_1'] = createExportWrapper('emscripten_bind_PxVehicleTireGripState_set_friction_1'); -var _emscripten_bind_PxVehicleTireGripState___destroy___0 = Module['_emscripten_bind_PxVehicleTireGripState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleTireGripState___destroy___0'); -var _emscripten_bind_PxVehicleTireSlipParams_PxVehicleTireSlipParams_0 = Module['_emscripten_bind_PxVehicleTireSlipParams_PxVehicleTireSlipParams_0'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipParams_PxVehicleTireSlipParams_0'); -var _emscripten_bind_PxVehicleTireSlipParams_setToDefault_0 = Module['_emscripten_bind_PxVehicleTireSlipParams_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipParams_setToDefault_0'); -var _emscripten_bind_PxVehicleTireSlipParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleTireSlipParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleTireSlipParams_isValid_0 = Module['_emscripten_bind_PxVehicleTireSlipParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipParams_isValid_0'); -var _emscripten_bind_PxVehicleTireSlipParams_get_minLatSlipDenominator_0 = Module['_emscripten_bind_PxVehicleTireSlipParams_get_minLatSlipDenominator_0'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipParams_get_minLatSlipDenominator_0'); -var _emscripten_bind_PxVehicleTireSlipParams_set_minLatSlipDenominator_1 = Module['_emscripten_bind_PxVehicleTireSlipParams_set_minLatSlipDenominator_1'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipParams_set_minLatSlipDenominator_1'); -var _emscripten_bind_PxVehicleTireSlipParams_get_minPassiveLongSlipDenominator_0 = Module['_emscripten_bind_PxVehicleTireSlipParams_get_minPassiveLongSlipDenominator_0'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipParams_get_minPassiveLongSlipDenominator_0'); -var _emscripten_bind_PxVehicleTireSlipParams_set_minPassiveLongSlipDenominator_1 = Module['_emscripten_bind_PxVehicleTireSlipParams_set_minPassiveLongSlipDenominator_1'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipParams_set_minPassiveLongSlipDenominator_1'); -var _emscripten_bind_PxVehicleTireSlipParams_get_minActiveLongSlipDenominator_0 = Module['_emscripten_bind_PxVehicleTireSlipParams_get_minActiveLongSlipDenominator_0'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipParams_get_minActiveLongSlipDenominator_0'); -var _emscripten_bind_PxVehicleTireSlipParams_set_minActiveLongSlipDenominator_1 = Module['_emscripten_bind_PxVehicleTireSlipParams_set_minActiveLongSlipDenominator_1'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipParams_set_minActiveLongSlipDenominator_1'); -var _emscripten_bind_PxVehicleTireSlipParams___destroy___0 = Module['_emscripten_bind_PxVehicleTireSlipParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipParams___destroy___0'); -var _emscripten_bind_PxVehicleTireSlipState_PxVehicleTireSlipState_0 = Module['_emscripten_bind_PxVehicleTireSlipState_PxVehicleTireSlipState_0'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipState_PxVehicleTireSlipState_0'); -var _emscripten_bind_PxVehicleTireSlipState_setToDefault_0 = Module['_emscripten_bind_PxVehicleTireSlipState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipState_setToDefault_0'); -var _emscripten_bind_PxVehicleTireSlipState_get_slips_1 = Module['_emscripten_bind_PxVehicleTireSlipState_get_slips_1'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipState_get_slips_1'); -var _emscripten_bind_PxVehicleTireSlipState_set_slips_2 = Module['_emscripten_bind_PxVehicleTireSlipState_set_slips_2'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipState_set_slips_2'); -var _emscripten_bind_PxVehicleTireSlipState___destroy___0 = Module['_emscripten_bind_PxVehicleTireSlipState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleTireSlipState___destroy___0'); -var _emscripten_bind_PxVehicleTireSpeedState_PxVehicleTireSpeedState_0 = Module['_emscripten_bind_PxVehicleTireSpeedState_PxVehicleTireSpeedState_0'] = createExportWrapper('emscripten_bind_PxVehicleTireSpeedState_PxVehicleTireSpeedState_0'); -var _emscripten_bind_PxVehicleTireSpeedState_setToDefault_0 = Module['_emscripten_bind_PxVehicleTireSpeedState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleTireSpeedState_setToDefault_0'); -var _emscripten_bind_PxVehicleTireSpeedState_get_speedStates_1 = Module['_emscripten_bind_PxVehicleTireSpeedState_get_speedStates_1'] = createExportWrapper('emscripten_bind_PxVehicleTireSpeedState_get_speedStates_1'); -var _emscripten_bind_PxVehicleTireSpeedState_set_speedStates_2 = Module['_emscripten_bind_PxVehicleTireSpeedState_set_speedStates_2'] = createExportWrapper('emscripten_bind_PxVehicleTireSpeedState_set_speedStates_2'); -var _emscripten_bind_PxVehicleTireSpeedState___destroy___0 = Module['_emscripten_bind_PxVehicleTireSpeedState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleTireSpeedState___destroy___0'); -var _emscripten_bind_PxVehicleTireStickyParams_PxVehicleTireStickyParams_0 = Module['_emscripten_bind_PxVehicleTireStickyParams_PxVehicleTireStickyParams_0'] = createExportWrapper('emscripten_bind_PxVehicleTireStickyParams_PxVehicleTireStickyParams_0'); -var _emscripten_bind_PxVehicleTireStickyParams_setToDefault_0 = Module['_emscripten_bind_PxVehicleTireStickyParams_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleTireStickyParams_setToDefault_0'); -var _emscripten_bind_PxVehicleTireStickyParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleTireStickyParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleTireStickyParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleTireStickyParams_isValid_0 = Module['_emscripten_bind_PxVehicleTireStickyParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleTireStickyParams_isValid_0'); -var _emscripten_bind_PxVehicleTireStickyParams_get_stickyParams_1 = Module['_emscripten_bind_PxVehicleTireStickyParams_get_stickyParams_1'] = createExportWrapper('emscripten_bind_PxVehicleTireStickyParams_get_stickyParams_1'); -var _emscripten_bind_PxVehicleTireStickyParams_set_stickyParams_2 = Module['_emscripten_bind_PxVehicleTireStickyParams_set_stickyParams_2'] = createExportWrapper('emscripten_bind_PxVehicleTireStickyParams_set_stickyParams_2'); -var _emscripten_bind_PxVehicleTireStickyParams___destroy___0 = Module['_emscripten_bind_PxVehicleTireStickyParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleTireStickyParams___destroy___0'); -var _emscripten_bind_PxVehicleTireStickyState_PxVehicleTireStickyState_0 = Module['_emscripten_bind_PxVehicleTireStickyState_PxVehicleTireStickyState_0'] = createExportWrapper('emscripten_bind_PxVehicleTireStickyState_PxVehicleTireStickyState_0'); -var _emscripten_bind_PxVehicleTireStickyState_setToDefault_0 = Module['_emscripten_bind_PxVehicleTireStickyState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleTireStickyState_setToDefault_0'); -var _emscripten_bind_PxVehicleTireStickyState_get_lowSpeedTime_1 = Module['_emscripten_bind_PxVehicleTireStickyState_get_lowSpeedTime_1'] = createExportWrapper('emscripten_bind_PxVehicleTireStickyState_get_lowSpeedTime_1'); -var _emscripten_bind_PxVehicleTireStickyState_set_lowSpeedTime_2 = Module['_emscripten_bind_PxVehicleTireStickyState_set_lowSpeedTime_2'] = createExportWrapper('emscripten_bind_PxVehicleTireStickyState_set_lowSpeedTime_2'); -var _emscripten_bind_PxVehicleTireStickyState_get_activeStatus_1 = Module['_emscripten_bind_PxVehicleTireStickyState_get_activeStatus_1'] = createExportWrapper('emscripten_bind_PxVehicleTireStickyState_get_activeStatus_1'); -var _emscripten_bind_PxVehicleTireStickyState_set_activeStatus_2 = Module['_emscripten_bind_PxVehicleTireStickyState_set_activeStatus_2'] = createExportWrapper('emscripten_bind_PxVehicleTireStickyState_set_activeStatus_2'); -var _emscripten_bind_PxVehicleTireStickyState___destroy___0 = Module['_emscripten_bind_PxVehicleTireStickyState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleTireStickyState___destroy___0'); -var _emscripten_bind_PxVehicleTopLevelFunctions_InitVehicleExtension_1 = Module['_emscripten_bind_PxVehicleTopLevelFunctions_InitVehicleExtension_1'] = createExportWrapper('emscripten_bind_PxVehicleTopLevelFunctions_InitVehicleExtension_1'); -var _emscripten_bind_PxVehicleTopLevelFunctions_CloseVehicleExtension_0 = Module['_emscripten_bind_PxVehicleTopLevelFunctions_CloseVehicleExtension_0'] = createExportWrapper('emscripten_bind_PxVehicleTopLevelFunctions_CloseVehicleExtension_0'); -var _emscripten_bind_PxVehicleTopLevelFunctions_VehicleComputeSprungMasses_5 = Module['_emscripten_bind_PxVehicleTopLevelFunctions_VehicleComputeSprungMasses_5'] = createExportWrapper('emscripten_bind_PxVehicleTopLevelFunctions_VehicleComputeSprungMasses_5'); -var _emscripten_bind_PxVehicleTopLevelFunctions_VehicleUnitCylinderSweepMeshCreate_3 = Module['_emscripten_bind_PxVehicleTopLevelFunctions_VehicleUnitCylinderSweepMeshCreate_3'] = createExportWrapper('emscripten_bind_PxVehicleTopLevelFunctions_VehicleUnitCylinderSweepMeshCreate_3'); -var _emscripten_bind_PxVehicleTopLevelFunctions_VehicleUnitCylinderSweepMeshDestroy_1 = Module['_emscripten_bind_PxVehicleTopLevelFunctions_VehicleUnitCylinderSweepMeshDestroy_1'] = createExportWrapper('emscripten_bind_PxVehicleTopLevelFunctions_VehicleUnitCylinderSweepMeshDestroy_1'); -var _emscripten_bind_PxVehicleTopLevelFunctions_get_MAX_NB_ENGINE_TORQUE_CURVE_ENTRIES_0 = Module['_emscripten_bind_PxVehicleTopLevelFunctions_get_MAX_NB_ENGINE_TORQUE_CURVE_ENTRIES_0'] = createExportWrapper('emscripten_bind_PxVehicleTopLevelFunctions_get_MAX_NB_ENGINE_TORQUE_CURVE_ENTRIES_0'); -var _emscripten_bind_PxVehicleTorqueCurveLookupTable_PxVehicleTorqueCurveLookupTable_0 = Module['_emscripten_bind_PxVehicleTorqueCurveLookupTable_PxVehicleTorqueCurveLookupTable_0'] = createExportWrapper('emscripten_bind_PxVehicleTorqueCurveLookupTable_PxVehicleTorqueCurveLookupTable_0'); -var _emscripten_bind_PxVehicleTorqueCurveLookupTable_addPair_2 = Module['_emscripten_bind_PxVehicleTorqueCurveLookupTable_addPair_2'] = createExportWrapper('emscripten_bind_PxVehicleTorqueCurveLookupTable_addPair_2'); -var _emscripten_bind_PxVehicleTorqueCurveLookupTable_interpolate_1 = Module['_emscripten_bind_PxVehicleTorqueCurveLookupTable_interpolate_1'] = createExportWrapper('emscripten_bind_PxVehicleTorqueCurveLookupTable_interpolate_1'); -var _emscripten_bind_PxVehicleTorqueCurveLookupTable_clear_0 = Module['_emscripten_bind_PxVehicleTorqueCurveLookupTable_clear_0'] = createExportWrapper('emscripten_bind_PxVehicleTorqueCurveLookupTable_clear_0'); -var _emscripten_bind_PxVehicleTorqueCurveLookupTable_isValid_0 = Module['_emscripten_bind_PxVehicleTorqueCurveLookupTable_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleTorqueCurveLookupTable_isValid_0'); -var _emscripten_bind_PxVehicleTorqueCurveLookupTable___destroy___0 = Module['_emscripten_bind_PxVehicleTorqueCurveLookupTable___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleTorqueCurveLookupTable___destroy___0'); -var _emscripten_bind_PxVehicleWheelActuationState_PxVehicleWheelActuationState_0 = Module['_emscripten_bind_PxVehicleWheelActuationState_PxVehicleWheelActuationState_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelActuationState_PxVehicleWheelActuationState_0'); -var _emscripten_bind_PxVehicleWheelActuationState_setToDefault_0 = Module['_emscripten_bind_PxVehicleWheelActuationState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelActuationState_setToDefault_0'); -var _emscripten_bind_PxVehicleWheelActuationState_get_isBrakeApplied_0 = Module['_emscripten_bind_PxVehicleWheelActuationState_get_isBrakeApplied_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelActuationState_get_isBrakeApplied_0'); -var _emscripten_bind_PxVehicleWheelActuationState_set_isBrakeApplied_1 = Module['_emscripten_bind_PxVehicleWheelActuationState_set_isBrakeApplied_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelActuationState_set_isBrakeApplied_1'); -var _emscripten_bind_PxVehicleWheelActuationState_get_isDriveApplied_0 = Module['_emscripten_bind_PxVehicleWheelActuationState_get_isDriveApplied_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelActuationState_get_isDriveApplied_0'); -var _emscripten_bind_PxVehicleWheelActuationState_set_isDriveApplied_1 = Module['_emscripten_bind_PxVehicleWheelActuationState_set_isDriveApplied_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelActuationState_set_isDriveApplied_1'); -var _emscripten_bind_PxVehicleWheelActuationState___destroy___0 = Module['_emscripten_bind_PxVehicleWheelActuationState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleWheelActuationState___destroy___0'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_PxVehicleWheelConstraintGroupState_0 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_PxVehicleWheelConstraintGroupState_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_PxVehicleWheelConstraintGroupState_0'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_setToDefault_0 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_setToDefault_0'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_getNbConstraintGroups_0 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_getNbConstraintGroups_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_getNbConstraintGroups_0'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_getNbWheelsInConstraintGroup_1 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_getNbWheelsInConstraintGroup_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_getNbWheelsInConstraintGroup_1'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_getWheelInConstraintGroup_2 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_getWheelInConstraintGroup_2'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_getWheelInConstraintGroup_2'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_getMultiplierInConstraintGroup_2 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_getMultiplierInConstraintGroup_2'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_getMultiplierInConstraintGroup_2'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbGroups_0 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbGroups_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbGroups_0'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbGroups_1 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbGroups_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbGroups_1'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbWheelsPerGroup_1 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbWheelsPerGroup_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbWheelsPerGroup_1'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbWheelsPerGroup_2 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbWheelsPerGroup_2'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbWheelsPerGroup_2'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_get_groupToWheelIds_1 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_get_groupToWheelIds_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_get_groupToWheelIds_1'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_set_groupToWheelIds_2 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_set_groupToWheelIds_2'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_set_groupToWheelIds_2'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_get_wheelIdsInGroupOrder_1 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_get_wheelIdsInGroupOrder_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_get_wheelIdsInGroupOrder_1'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_set_wheelIdsInGroupOrder_2 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_set_wheelIdsInGroupOrder_2'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_set_wheelIdsInGroupOrder_2'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_get_wheelMultipliersInGroupOrder_1 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_get_wheelMultipliersInGroupOrder_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_get_wheelMultipliersInGroupOrder_1'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_set_wheelMultipliersInGroupOrder_2 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_set_wheelMultipliersInGroupOrder_2'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_set_wheelMultipliersInGroupOrder_2'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbWheelsInGroups_0 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbWheelsInGroups_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbWheelsInGroups_0'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbWheelsInGroups_1 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbWheelsInGroups_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbWheelsInGroups_1'); -var _emscripten_bind_PxVehicleWheelConstraintGroupState___destroy___0 = Module['_emscripten_bind_PxVehicleWheelConstraintGroupState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleWheelConstraintGroupState___destroy___0'); -var _emscripten_bind_PxVehicleWheelLocalPose_PxVehicleWheelLocalPose_0 = Module['_emscripten_bind_PxVehicleWheelLocalPose_PxVehicleWheelLocalPose_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelLocalPose_PxVehicleWheelLocalPose_0'); -var _emscripten_bind_PxVehicleWheelLocalPose_setToDefault_0 = Module['_emscripten_bind_PxVehicleWheelLocalPose_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelLocalPose_setToDefault_0'); -var _emscripten_bind_PxVehicleWheelLocalPose_get_localPose_0 = Module['_emscripten_bind_PxVehicleWheelLocalPose_get_localPose_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelLocalPose_get_localPose_0'); -var _emscripten_bind_PxVehicleWheelLocalPose_set_localPose_1 = Module['_emscripten_bind_PxVehicleWheelLocalPose_set_localPose_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelLocalPose_set_localPose_1'); -var _emscripten_bind_PxVehicleWheelLocalPose___destroy___0 = Module['_emscripten_bind_PxVehicleWheelLocalPose___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleWheelLocalPose___destroy___0'); -var _emscripten_bind_PxVehicleWheelParams_PxVehicleWheelParams_0 = Module['_emscripten_bind_PxVehicleWheelParams_PxVehicleWheelParams_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelParams_PxVehicleWheelParams_0'); -var _emscripten_bind_PxVehicleWheelParams_transformAndScale_4 = Module['_emscripten_bind_PxVehicleWheelParams_transformAndScale_4'] = createExportWrapper('emscripten_bind_PxVehicleWheelParams_transformAndScale_4'); -var _emscripten_bind_PxVehicleWheelParams_isValid_0 = Module['_emscripten_bind_PxVehicleWheelParams_isValid_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelParams_isValid_0'); -var _emscripten_bind_PxVehicleWheelParams_get_radius_0 = Module['_emscripten_bind_PxVehicleWheelParams_get_radius_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelParams_get_radius_0'); -var _emscripten_bind_PxVehicleWheelParams_set_radius_1 = Module['_emscripten_bind_PxVehicleWheelParams_set_radius_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelParams_set_radius_1'); -var _emscripten_bind_PxVehicleWheelParams_get_halfWidth_0 = Module['_emscripten_bind_PxVehicleWheelParams_get_halfWidth_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelParams_get_halfWidth_0'); -var _emscripten_bind_PxVehicleWheelParams_set_halfWidth_1 = Module['_emscripten_bind_PxVehicleWheelParams_set_halfWidth_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelParams_set_halfWidth_1'); -var _emscripten_bind_PxVehicleWheelParams_get_mass_0 = Module['_emscripten_bind_PxVehicleWheelParams_get_mass_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelParams_get_mass_0'); -var _emscripten_bind_PxVehicleWheelParams_set_mass_1 = Module['_emscripten_bind_PxVehicleWheelParams_set_mass_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelParams_set_mass_1'); -var _emscripten_bind_PxVehicleWheelParams_get_moi_0 = Module['_emscripten_bind_PxVehicleWheelParams_get_moi_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelParams_get_moi_0'); -var _emscripten_bind_PxVehicleWheelParams_set_moi_1 = Module['_emscripten_bind_PxVehicleWheelParams_set_moi_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelParams_set_moi_1'); -var _emscripten_bind_PxVehicleWheelParams_get_dampingRate_0 = Module['_emscripten_bind_PxVehicleWheelParams_get_dampingRate_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelParams_get_dampingRate_0'); -var _emscripten_bind_PxVehicleWheelParams_set_dampingRate_1 = Module['_emscripten_bind_PxVehicleWheelParams_set_dampingRate_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelParams_set_dampingRate_1'); -var _emscripten_bind_PxVehicleWheelParams___destroy___0 = Module['_emscripten_bind_PxVehicleWheelParams___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleWheelParams___destroy___0'); -var _emscripten_bind_PxVehicleWheelRigidBody1dState_PxVehicleWheelRigidBody1dState_0 = Module['_emscripten_bind_PxVehicleWheelRigidBody1dState_PxVehicleWheelRigidBody1dState_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelRigidBody1dState_PxVehicleWheelRigidBody1dState_0'); -var _emscripten_bind_PxVehicleWheelRigidBody1dState_setToDefault_0 = Module['_emscripten_bind_PxVehicleWheelRigidBody1dState_setToDefault_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelRigidBody1dState_setToDefault_0'); -var _emscripten_bind_PxVehicleWheelRigidBody1dState_get_rotationSpeed_0 = Module['_emscripten_bind_PxVehicleWheelRigidBody1dState_get_rotationSpeed_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelRigidBody1dState_get_rotationSpeed_0'); -var _emscripten_bind_PxVehicleWheelRigidBody1dState_set_rotationSpeed_1 = Module['_emscripten_bind_PxVehicleWheelRigidBody1dState_set_rotationSpeed_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelRigidBody1dState_set_rotationSpeed_1'); -var _emscripten_bind_PxVehicleWheelRigidBody1dState_get_correctedRotationSpeed_0 = Module['_emscripten_bind_PxVehicleWheelRigidBody1dState_get_correctedRotationSpeed_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelRigidBody1dState_get_correctedRotationSpeed_0'); -var _emscripten_bind_PxVehicleWheelRigidBody1dState_set_correctedRotationSpeed_1 = Module['_emscripten_bind_PxVehicleWheelRigidBody1dState_set_correctedRotationSpeed_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelRigidBody1dState_set_correctedRotationSpeed_1'); -var _emscripten_bind_PxVehicleWheelRigidBody1dState_get_rotationAngle_0 = Module['_emscripten_bind_PxVehicleWheelRigidBody1dState_get_rotationAngle_0'] = createExportWrapper('emscripten_bind_PxVehicleWheelRigidBody1dState_get_rotationAngle_0'); -var _emscripten_bind_PxVehicleWheelRigidBody1dState_set_rotationAngle_1 = Module['_emscripten_bind_PxVehicleWheelRigidBody1dState_set_rotationAngle_1'] = createExportWrapper('emscripten_bind_PxVehicleWheelRigidBody1dState_set_rotationAngle_1'); -var _emscripten_bind_PxVehicleWheelRigidBody1dState___destroy___0 = Module['_emscripten_bind_PxVehicleWheelRigidBody1dState___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleWheelRigidBody1dState___destroy___0'); -var _emscripten_bind_PxVehicleWheelsPtr___destroy___0 = Module['_emscripten_bind_PxVehicleWheelsPtr___destroy___0'] = createExportWrapper('emscripten_bind_PxVehicleWheelsPtr___destroy___0'); -var _emscripten_bind_SimplPvdTransportImpl_SimplPvdTransportImpl_0 = Module['_emscripten_bind_SimplPvdTransportImpl_SimplPvdTransportImpl_0'] = createExportWrapper('emscripten_bind_SimplPvdTransportImpl_SimplPvdTransportImpl_0'); -var _emscripten_bind_SimplPvdTransportImpl_connect_0 = Module['_emscripten_bind_SimplPvdTransportImpl_connect_0'] = createExportWrapper('emscripten_bind_SimplPvdTransportImpl_connect_0'); -var _emscripten_bind_SimplPvdTransportImpl_isConnected_0 = Module['_emscripten_bind_SimplPvdTransportImpl_isConnected_0'] = createExportWrapper('emscripten_bind_SimplPvdTransportImpl_isConnected_0'); -var _emscripten_bind_SimplPvdTransportImpl_disconnect_0 = Module['_emscripten_bind_SimplPvdTransportImpl_disconnect_0'] = createExportWrapper('emscripten_bind_SimplPvdTransportImpl_disconnect_0'); -var _emscripten_bind_SimplPvdTransportImpl_send_2 = Module['_emscripten_bind_SimplPvdTransportImpl_send_2'] = createExportWrapper('emscripten_bind_SimplPvdTransportImpl_send_2'); -var _emscripten_bind_SimplPvdTransportImpl_flush_0 = Module['_emscripten_bind_SimplPvdTransportImpl_flush_0'] = createExportWrapper('emscripten_bind_SimplPvdTransportImpl_flush_0'); -var _emscripten_bind_SimplPvdTransportImpl___destroy___0 = Module['_emscripten_bind_SimplPvdTransportImpl___destroy___0'] = createExportWrapper('emscripten_bind_SimplPvdTransportImpl___destroy___0'); -var _emscripten_bind_SphereSupport_SphereSupport_1 = Module['_emscripten_bind_SphereSupport_SphereSupport_1'] = createExportWrapper('emscripten_bind_SphereSupport_SphereSupport_1'); -var _emscripten_bind_SphereSupport_getMargin_0 = Module['_emscripten_bind_SphereSupport_getMargin_0'] = createExportWrapper('emscripten_bind_SphereSupport_getMargin_0'); -var _emscripten_bind_SphereSupport_supportLocal_1 = Module['_emscripten_bind_SphereSupport_supportLocal_1'] = createExportWrapper('emscripten_bind_SphereSupport_supportLocal_1'); -var _emscripten_bind_SphereSupport_get_radius_0 = Module['_emscripten_bind_SphereSupport_get_radius_0'] = createExportWrapper('emscripten_bind_SphereSupport_get_radius_0'); -var _emscripten_bind_SphereSupport_set_radius_1 = Module['_emscripten_bind_SphereSupport_set_radius_1'] = createExportWrapper('emscripten_bind_SphereSupport_set_radius_1'); -var _emscripten_bind_SphereSupport___destroy___0 = Module['_emscripten_bind_SphereSupport___destroy___0'] = createExportWrapper('emscripten_bind_SphereSupport___destroy___0'); -var _emscripten_bind_SupportFunctions_PxActor_getShape_2 = Module['_emscripten_bind_SupportFunctions_PxActor_getShape_2'] = createExportWrapper('emscripten_bind_SupportFunctions_PxActor_getShape_2'); -var _emscripten_bind_SupportFunctions_PxScene_getActiveActors_1 = Module['_emscripten_bind_SupportFunctions_PxScene_getActiveActors_1'] = createExportWrapper('emscripten_bind_SupportFunctions_PxScene_getActiveActors_1'); -var _emscripten_bind_SupportFunctions_PxArticulationReducedCoordinate_getMinSolverPositionIterations_1 = Module['_emscripten_bind_SupportFunctions_PxArticulationReducedCoordinate_getMinSolverPositionIterations_1'] = createExportWrapper('emscripten_bind_SupportFunctions_PxArticulationReducedCoordinate_getMinSolverPositionIterations_1'); -var _emscripten_bind_SupportFunctions_PxArticulationReducedCoordinate_getMinSolverVelocityIterations_1 = Module['_emscripten_bind_SupportFunctions_PxArticulationReducedCoordinate_getMinSolverVelocityIterations_1'] = createExportWrapper('emscripten_bind_SupportFunctions_PxArticulationReducedCoordinate_getMinSolverVelocityIterations_1'); -var _emscripten_bind_SupportFunctions___destroy___0 = Module['_emscripten_bind_SupportFunctions___destroy___0'] = createExportWrapper('emscripten_bind_SupportFunctions___destroy___0'); -var _emscripten_bind_Vector_PxActorPtr_Vector_PxActorPtr_0 = Module['_emscripten_bind_Vector_PxActorPtr_Vector_PxActorPtr_0'] = createExportWrapper('emscripten_bind_Vector_PxActorPtr_Vector_PxActorPtr_0'); -var _emscripten_bind_Vector_PxActorPtr_Vector_PxActorPtr_1 = Module['_emscripten_bind_Vector_PxActorPtr_Vector_PxActorPtr_1'] = createExportWrapper('emscripten_bind_Vector_PxActorPtr_Vector_PxActorPtr_1'); -var _emscripten_bind_Vector_PxActorPtr_at_1 = Module['_emscripten_bind_Vector_PxActorPtr_at_1'] = createExportWrapper('emscripten_bind_Vector_PxActorPtr_at_1'); -var _emscripten_bind_Vector_PxActorPtr_data_0 = Module['_emscripten_bind_Vector_PxActorPtr_data_0'] = createExportWrapper('emscripten_bind_Vector_PxActorPtr_data_0'); -var _emscripten_bind_Vector_PxActorPtr_size_0 = Module['_emscripten_bind_Vector_PxActorPtr_size_0'] = createExportWrapper('emscripten_bind_Vector_PxActorPtr_size_0'); -var _emscripten_bind_Vector_PxActorPtr_push_back_1 = Module['_emscripten_bind_Vector_PxActorPtr_push_back_1'] = createExportWrapper('emscripten_bind_Vector_PxActorPtr_push_back_1'); -var _emscripten_bind_Vector_PxActorPtr_clear_0 = Module['_emscripten_bind_Vector_PxActorPtr_clear_0'] = createExportWrapper('emscripten_bind_Vector_PxActorPtr_clear_0'); -var _emscripten_bind_Vector_PxActorPtr___destroy___0 = Module['_emscripten_bind_Vector_PxActorPtr___destroy___0'] = createExportWrapper('emscripten_bind_Vector_PxActorPtr___destroy___0'); -var _emscripten_bind_Vector_PxContactPairPoint_Vector_PxContactPairPoint_0 = Module['_emscripten_bind_Vector_PxContactPairPoint_Vector_PxContactPairPoint_0'] = createExportWrapper('emscripten_bind_Vector_PxContactPairPoint_Vector_PxContactPairPoint_0'); -var _emscripten_bind_Vector_PxContactPairPoint_Vector_PxContactPairPoint_1 = Module['_emscripten_bind_Vector_PxContactPairPoint_Vector_PxContactPairPoint_1'] = createExportWrapper('emscripten_bind_Vector_PxContactPairPoint_Vector_PxContactPairPoint_1'); -var _emscripten_bind_Vector_PxContactPairPoint_at_1 = Module['_emscripten_bind_Vector_PxContactPairPoint_at_1'] = createExportWrapper('emscripten_bind_Vector_PxContactPairPoint_at_1'); -var _emscripten_bind_Vector_PxContactPairPoint_data_0 = Module['_emscripten_bind_Vector_PxContactPairPoint_data_0'] = createExportWrapper('emscripten_bind_Vector_PxContactPairPoint_data_0'); -var _emscripten_bind_Vector_PxContactPairPoint_size_0 = Module['_emscripten_bind_Vector_PxContactPairPoint_size_0'] = createExportWrapper('emscripten_bind_Vector_PxContactPairPoint_size_0'); -var _emscripten_bind_Vector_PxContactPairPoint_push_back_1 = Module['_emscripten_bind_Vector_PxContactPairPoint_push_back_1'] = createExportWrapper('emscripten_bind_Vector_PxContactPairPoint_push_back_1'); -var _emscripten_bind_Vector_PxContactPairPoint_clear_0 = Module['_emscripten_bind_Vector_PxContactPairPoint_clear_0'] = createExportWrapper('emscripten_bind_Vector_PxContactPairPoint_clear_0'); -var _emscripten_bind_Vector_PxContactPairPoint___destroy___0 = Module['_emscripten_bind_Vector_PxContactPairPoint___destroy___0'] = createExportWrapper('emscripten_bind_Vector_PxContactPairPoint___destroy___0'); -var _emscripten_bind_Vector_PxHeightFieldSample_Vector_PxHeightFieldSample_0 = Module['_emscripten_bind_Vector_PxHeightFieldSample_Vector_PxHeightFieldSample_0'] = createExportWrapper('emscripten_bind_Vector_PxHeightFieldSample_Vector_PxHeightFieldSample_0'); -var _emscripten_bind_Vector_PxHeightFieldSample_Vector_PxHeightFieldSample_1 = Module['_emscripten_bind_Vector_PxHeightFieldSample_Vector_PxHeightFieldSample_1'] = createExportWrapper('emscripten_bind_Vector_PxHeightFieldSample_Vector_PxHeightFieldSample_1'); -var _emscripten_bind_Vector_PxHeightFieldSample_at_1 = Module['_emscripten_bind_Vector_PxHeightFieldSample_at_1'] = createExportWrapper('emscripten_bind_Vector_PxHeightFieldSample_at_1'); -var _emscripten_bind_Vector_PxHeightFieldSample_data_0 = Module['_emscripten_bind_Vector_PxHeightFieldSample_data_0'] = createExportWrapper('emscripten_bind_Vector_PxHeightFieldSample_data_0'); -var _emscripten_bind_Vector_PxHeightFieldSample_size_0 = Module['_emscripten_bind_Vector_PxHeightFieldSample_size_0'] = createExportWrapper('emscripten_bind_Vector_PxHeightFieldSample_size_0'); -var _emscripten_bind_Vector_PxHeightFieldSample_push_back_1 = Module['_emscripten_bind_Vector_PxHeightFieldSample_push_back_1'] = createExportWrapper('emscripten_bind_Vector_PxHeightFieldSample_push_back_1'); -var _emscripten_bind_Vector_PxHeightFieldSample_clear_0 = Module['_emscripten_bind_Vector_PxHeightFieldSample_clear_0'] = createExportWrapper('emscripten_bind_Vector_PxHeightFieldSample_clear_0'); -var _emscripten_bind_Vector_PxHeightFieldSample___destroy___0 = Module['_emscripten_bind_Vector_PxHeightFieldSample___destroy___0'] = createExportWrapper('emscripten_bind_Vector_PxHeightFieldSample___destroy___0'); -var _emscripten_bind_Vector_PxMaterialConst_Vector_PxMaterialConst_0 = Module['_emscripten_bind_Vector_PxMaterialConst_Vector_PxMaterialConst_0'] = createExportWrapper('emscripten_bind_Vector_PxMaterialConst_Vector_PxMaterialConst_0'); -var _emscripten_bind_Vector_PxMaterialConst_Vector_PxMaterialConst_1 = Module['_emscripten_bind_Vector_PxMaterialConst_Vector_PxMaterialConst_1'] = createExportWrapper('emscripten_bind_Vector_PxMaterialConst_Vector_PxMaterialConst_1'); -var _emscripten_bind_Vector_PxMaterialConst_at_1 = Module['_emscripten_bind_Vector_PxMaterialConst_at_1'] = createExportWrapper('emscripten_bind_Vector_PxMaterialConst_at_1'); -var _emscripten_bind_Vector_PxMaterialConst_data_0 = Module['_emscripten_bind_Vector_PxMaterialConst_data_0'] = createExportWrapper('emscripten_bind_Vector_PxMaterialConst_data_0'); -var _emscripten_bind_Vector_PxMaterialConst_size_0 = Module['_emscripten_bind_Vector_PxMaterialConst_size_0'] = createExportWrapper('emscripten_bind_Vector_PxMaterialConst_size_0'); -var _emscripten_bind_Vector_PxMaterialConst_push_back_1 = Module['_emscripten_bind_Vector_PxMaterialConst_push_back_1'] = createExportWrapper('emscripten_bind_Vector_PxMaterialConst_push_back_1'); -var _emscripten_bind_Vector_PxMaterialConst_clear_0 = Module['_emscripten_bind_Vector_PxMaterialConst_clear_0'] = createExportWrapper('emscripten_bind_Vector_PxMaterialConst_clear_0'); -var _emscripten_bind_Vector_PxMaterialConst___destroy___0 = Module['_emscripten_bind_Vector_PxMaterialConst___destroy___0'] = createExportWrapper('emscripten_bind_Vector_PxMaterialConst___destroy___0'); -var _emscripten_bind_Vector_PxRaycastHit_Vector_PxRaycastHit_0 = Module['_emscripten_bind_Vector_PxRaycastHit_Vector_PxRaycastHit_0'] = createExportWrapper('emscripten_bind_Vector_PxRaycastHit_Vector_PxRaycastHit_0'); -var _emscripten_bind_Vector_PxRaycastHit_Vector_PxRaycastHit_1 = Module['_emscripten_bind_Vector_PxRaycastHit_Vector_PxRaycastHit_1'] = createExportWrapper('emscripten_bind_Vector_PxRaycastHit_Vector_PxRaycastHit_1'); -var _emscripten_bind_Vector_PxRaycastHit_at_1 = Module['_emscripten_bind_Vector_PxRaycastHit_at_1'] = createExportWrapper('emscripten_bind_Vector_PxRaycastHit_at_1'); -var _emscripten_bind_Vector_PxRaycastHit_data_0 = Module['_emscripten_bind_Vector_PxRaycastHit_data_0'] = createExportWrapper('emscripten_bind_Vector_PxRaycastHit_data_0'); -var _emscripten_bind_Vector_PxRaycastHit_size_0 = Module['_emscripten_bind_Vector_PxRaycastHit_size_0'] = createExportWrapper('emscripten_bind_Vector_PxRaycastHit_size_0'); -var _emscripten_bind_Vector_PxRaycastHit_push_back_1 = Module['_emscripten_bind_Vector_PxRaycastHit_push_back_1'] = createExportWrapper('emscripten_bind_Vector_PxRaycastHit_push_back_1'); -var _emscripten_bind_Vector_PxRaycastHit_clear_0 = Module['_emscripten_bind_Vector_PxRaycastHit_clear_0'] = createExportWrapper('emscripten_bind_Vector_PxRaycastHit_clear_0'); -var _emscripten_bind_Vector_PxRaycastHit___destroy___0 = Module['_emscripten_bind_Vector_PxRaycastHit___destroy___0'] = createExportWrapper('emscripten_bind_Vector_PxRaycastHit___destroy___0'); -var _emscripten_bind_Vector_PxReal_Vector_PxReal_0 = Module['_emscripten_bind_Vector_PxReal_Vector_PxReal_0'] = createExportWrapper('emscripten_bind_Vector_PxReal_Vector_PxReal_0'); -var _emscripten_bind_Vector_PxReal_Vector_PxReal_1 = Module['_emscripten_bind_Vector_PxReal_Vector_PxReal_1'] = createExportWrapper('emscripten_bind_Vector_PxReal_Vector_PxReal_1'); -var _emscripten_bind_Vector_PxReal_at_1 = Module['_emscripten_bind_Vector_PxReal_at_1'] = createExportWrapper('emscripten_bind_Vector_PxReal_at_1'); -var _emscripten_bind_Vector_PxReal_data_0 = Module['_emscripten_bind_Vector_PxReal_data_0'] = createExportWrapper('emscripten_bind_Vector_PxReal_data_0'); -var _emscripten_bind_Vector_PxReal_size_0 = Module['_emscripten_bind_Vector_PxReal_size_0'] = createExportWrapper('emscripten_bind_Vector_PxReal_size_0'); -var _emscripten_bind_Vector_PxReal_push_back_1 = Module['_emscripten_bind_Vector_PxReal_push_back_1'] = createExportWrapper('emscripten_bind_Vector_PxReal_push_back_1'); -var _emscripten_bind_Vector_PxReal_clear_0 = Module['_emscripten_bind_Vector_PxReal_clear_0'] = createExportWrapper('emscripten_bind_Vector_PxReal_clear_0'); -var _emscripten_bind_Vector_PxReal___destroy___0 = Module['_emscripten_bind_Vector_PxReal___destroy___0'] = createExportWrapper('emscripten_bind_Vector_PxReal___destroy___0'); -var _emscripten_bind_Vector_PxSweepHit_Vector_PxSweepHit_0 = Module['_emscripten_bind_Vector_PxSweepHit_Vector_PxSweepHit_0'] = createExportWrapper('emscripten_bind_Vector_PxSweepHit_Vector_PxSweepHit_0'); -var _emscripten_bind_Vector_PxSweepHit_Vector_PxSweepHit_1 = Module['_emscripten_bind_Vector_PxSweepHit_Vector_PxSweepHit_1'] = createExportWrapper('emscripten_bind_Vector_PxSweepHit_Vector_PxSweepHit_1'); -var _emscripten_bind_Vector_PxSweepHit_at_1 = Module['_emscripten_bind_Vector_PxSweepHit_at_1'] = createExportWrapper('emscripten_bind_Vector_PxSweepHit_at_1'); -var _emscripten_bind_Vector_PxSweepHit_data_0 = Module['_emscripten_bind_Vector_PxSweepHit_data_0'] = createExportWrapper('emscripten_bind_Vector_PxSweepHit_data_0'); -var _emscripten_bind_Vector_PxSweepHit_size_0 = Module['_emscripten_bind_Vector_PxSweepHit_size_0'] = createExportWrapper('emscripten_bind_Vector_PxSweepHit_size_0'); -var _emscripten_bind_Vector_PxSweepHit_push_back_1 = Module['_emscripten_bind_Vector_PxSweepHit_push_back_1'] = createExportWrapper('emscripten_bind_Vector_PxSweepHit_push_back_1'); -var _emscripten_bind_Vector_PxSweepHit_clear_0 = Module['_emscripten_bind_Vector_PxSweepHit_clear_0'] = createExportWrapper('emscripten_bind_Vector_PxSweepHit_clear_0'); -var _emscripten_bind_Vector_PxSweepHit___destroy___0 = Module['_emscripten_bind_Vector_PxSweepHit___destroy___0'] = createExportWrapper('emscripten_bind_Vector_PxSweepHit___destroy___0'); -var _emscripten_bind_Vector_PxU16_Vector_PxU16_0 = Module['_emscripten_bind_Vector_PxU16_Vector_PxU16_0'] = createExportWrapper('emscripten_bind_Vector_PxU16_Vector_PxU16_0'); -var _emscripten_bind_Vector_PxU16_Vector_PxU16_1 = Module['_emscripten_bind_Vector_PxU16_Vector_PxU16_1'] = createExportWrapper('emscripten_bind_Vector_PxU16_Vector_PxU16_1'); -var _emscripten_bind_Vector_PxU16_at_1 = Module['_emscripten_bind_Vector_PxU16_at_1'] = createExportWrapper('emscripten_bind_Vector_PxU16_at_1'); -var _emscripten_bind_Vector_PxU16_data_0 = Module['_emscripten_bind_Vector_PxU16_data_0'] = createExportWrapper('emscripten_bind_Vector_PxU16_data_0'); -var _emscripten_bind_Vector_PxU16_size_0 = Module['_emscripten_bind_Vector_PxU16_size_0'] = createExportWrapper('emscripten_bind_Vector_PxU16_size_0'); -var _emscripten_bind_Vector_PxU16_push_back_1 = Module['_emscripten_bind_Vector_PxU16_push_back_1'] = createExportWrapper('emscripten_bind_Vector_PxU16_push_back_1'); -var _emscripten_bind_Vector_PxU16_clear_0 = Module['_emscripten_bind_Vector_PxU16_clear_0'] = createExportWrapper('emscripten_bind_Vector_PxU16_clear_0'); -var _emscripten_bind_Vector_PxU16___destroy___0 = Module['_emscripten_bind_Vector_PxU16___destroy___0'] = createExportWrapper('emscripten_bind_Vector_PxU16___destroy___0'); -var _emscripten_bind_Vector_PxU32_Vector_PxU32_0 = Module['_emscripten_bind_Vector_PxU32_Vector_PxU32_0'] = createExportWrapper('emscripten_bind_Vector_PxU32_Vector_PxU32_0'); -var _emscripten_bind_Vector_PxU32_Vector_PxU32_1 = Module['_emscripten_bind_Vector_PxU32_Vector_PxU32_1'] = createExportWrapper('emscripten_bind_Vector_PxU32_Vector_PxU32_1'); -var _emscripten_bind_Vector_PxU32_at_1 = Module['_emscripten_bind_Vector_PxU32_at_1'] = createExportWrapper('emscripten_bind_Vector_PxU32_at_1'); -var _emscripten_bind_Vector_PxU32_data_0 = Module['_emscripten_bind_Vector_PxU32_data_0'] = createExportWrapper('emscripten_bind_Vector_PxU32_data_0'); -var _emscripten_bind_Vector_PxU32_size_0 = Module['_emscripten_bind_Vector_PxU32_size_0'] = createExportWrapper('emscripten_bind_Vector_PxU32_size_0'); -var _emscripten_bind_Vector_PxU32_push_back_1 = Module['_emscripten_bind_Vector_PxU32_push_back_1'] = createExportWrapper('emscripten_bind_Vector_PxU32_push_back_1'); -var _emscripten_bind_Vector_PxU32_clear_0 = Module['_emscripten_bind_Vector_PxU32_clear_0'] = createExportWrapper('emscripten_bind_Vector_PxU32_clear_0'); -var _emscripten_bind_Vector_PxU32___destroy___0 = Module['_emscripten_bind_Vector_PxU32___destroy___0'] = createExportWrapper('emscripten_bind_Vector_PxU32___destroy___0'); -var _emscripten_bind_Vector_PxU8_Vector_PxU8_0 = Module['_emscripten_bind_Vector_PxU8_Vector_PxU8_0'] = createExportWrapper('emscripten_bind_Vector_PxU8_Vector_PxU8_0'); -var _emscripten_bind_Vector_PxU8_Vector_PxU8_1 = Module['_emscripten_bind_Vector_PxU8_Vector_PxU8_1'] = createExportWrapper('emscripten_bind_Vector_PxU8_Vector_PxU8_1'); -var _emscripten_bind_Vector_PxU8_at_1 = Module['_emscripten_bind_Vector_PxU8_at_1'] = createExportWrapper('emscripten_bind_Vector_PxU8_at_1'); -var _emscripten_bind_Vector_PxU8_data_0 = Module['_emscripten_bind_Vector_PxU8_data_0'] = createExportWrapper('emscripten_bind_Vector_PxU8_data_0'); -var _emscripten_bind_Vector_PxU8_size_0 = Module['_emscripten_bind_Vector_PxU8_size_0'] = createExportWrapper('emscripten_bind_Vector_PxU8_size_0'); -var _emscripten_bind_Vector_PxU8_push_back_1 = Module['_emscripten_bind_Vector_PxU8_push_back_1'] = createExportWrapper('emscripten_bind_Vector_PxU8_push_back_1'); -var _emscripten_bind_Vector_PxU8_clear_0 = Module['_emscripten_bind_Vector_PxU8_clear_0'] = createExportWrapper('emscripten_bind_Vector_PxU8_clear_0'); -var _emscripten_bind_Vector_PxU8___destroy___0 = Module['_emscripten_bind_Vector_PxU8___destroy___0'] = createExportWrapper('emscripten_bind_Vector_PxU8___destroy___0'); -var _emscripten_bind_Vector_PxVec3_Vector_PxVec3_0 = Module['_emscripten_bind_Vector_PxVec3_Vector_PxVec3_0'] = createExportWrapper('emscripten_bind_Vector_PxVec3_Vector_PxVec3_0'); -var _emscripten_bind_Vector_PxVec3_Vector_PxVec3_1 = Module['_emscripten_bind_Vector_PxVec3_Vector_PxVec3_1'] = createExportWrapper('emscripten_bind_Vector_PxVec3_Vector_PxVec3_1'); -var _emscripten_bind_Vector_PxVec3_at_1 = Module['_emscripten_bind_Vector_PxVec3_at_1'] = createExportWrapper('emscripten_bind_Vector_PxVec3_at_1'); -var _emscripten_bind_Vector_PxVec3_data_0 = Module['_emscripten_bind_Vector_PxVec3_data_0'] = createExportWrapper('emscripten_bind_Vector_PxVec3_data_0'); -var _emscripten_bind_Vector_PxVec3_size_0 = Module['_emscripten_bind_Vector_PxVec3_size_0'] = createExportWrapper('emscripten_bind_Vector_PxVec3_size_0'); -var _emscripten_bind_Vector_PxVec3_push_back_1 = Module['_emscripten_bind_Vector_PxVec3_push_back_1'] = createExportWrapper('emscripten_bind_Vector_PxVec3_push_back_1'); -var _emscripten_bind_Vector_PxVec3_clear_0 = Module['_emscripten_bind_Vector_PxVec3_clear_0'] = createExportWrapper('emscripten_bind_Vector_PxVec3_clear_0'); -var _emscripten_bind_Vector_PxVec3___destroy___0 = Module['_emscripten_bind_Vector_PxVec3___destroy___0'] = createExportWrapper('emscripten_bind_Vector_PxVec3___destroy___0'); -var _emscripten_bind_Vector_PxVec4_Vector_PxVec4_0 = Module['_emscripten_bind_Vector_PxVec4_Vector_PxVec4_0'] = createExportWrapper('emscripten_bind_Vector_PxVec4_Vector_PxVec4_0'); -var _emscripten_bind_Vector_PxVec4_Vector_PxVec4_1 = Module['_emscripten_bind_Vector_PxVec4_Vector_PxVec4_1'] = createExportWrapper('emscripten_bind_Vector_PxVec4_Vector_PxVec4_1'); -var _emscripten_bind_Vector_PxVec4_at_1 = Module['_emscripten_bind_Vector_PxVec4_at_1'] = createExportWrapper('emscripten_bind_Vector_PxVec4_at_1'); -var _emscripten_bind_Vector_PxVec4_data_0 = Module['_emscripten_bind_Vector_PxVec4_data_0'] = createExportWrapper('emscripten_bind_Vector_PxVec4_data_0'); -var _emscripten_bind_Vector_PxVec4_size_0 = Module['_emscripten_bind_Vector_PxVec4_size_0'] = createExportWrapper('emscripten_bind_Vector_PxVec4_size_0'); -var _emscripten_bind_Vector_PxVec4_push_back_1 = Module['_emscripten_bind_Vector_PxVec4_push_back_1'] = createExportWrapper('emscripten_bind_Vector_PxVec4_push_back_1'); -var _emscripten_bind_Vector_PxVec4_clear_0 = Module['_emscripten_bind_Vector_PxVec4_clear_0'] = createExportWrapper('emscripten_bind_Vector_PxVec4_clear_0'); -var _emscripten_bind_Vector_PxVec4___destroy___0 = Module['_emscripten_bind_Vector_PxVec4___destroy___0'] = createExportWrapper('emscripten_bind_Vector_PxVec4___destroy___0'); -var _emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_FOURWHEELDRIVE = Module['_emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_FOURWHEELDRIVE'] = createExportWrapper('emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_FOURWHEELDRIVE'); -var _emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_MULTIWHEELDRIVE = Module['_emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_MULTIWHEELDRIVE'] = createExportWrapper('emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_MULTIWHEELDRIVE'); -var _emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_TANKDRIVE = Module['_emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_TANKDRIVE'] = createExportWrapper('emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_TANKDRIVE'); -var _emscripten_enum_PxActorFlagEnum_eVISUALIZATION = Module['_emscripten_enum_PxActorFlagEnum_eVISUALIZATION'] = createExportWrapper('emscripten_enum_PxActorFlagEnum_eVISUALIZATION'); -var _emscripten_enum_PxActorFlagEnum_eDISABLE_GRAVITY = Module['_emscripten_enum_PxActorFlagEnum_eDISABLE_GRAVITY'] = createExportWrapper('emscripten_enum_PxActorFlagEnum_eDISABLE_GRAVITY'); -var _emscripten_enum_PxActorFlagEnum_eSEND_SLEEP_NOTIFIES = Module['_emscripten_enum_PxActorFlagEnum_eSEND_SLEEP_NOTIFIES'] = createExportWrapper('emscripten_enum_PxActorFlagEnum_eSEND_SLEEP_NOTIFIES'); -var _emscripten_enum_PxActorFlagEnum_eDISABLE_SIMULATION = Module['_emscripten_enum_PxActorFlagEnum_eDISABLE_SIMULATION'] = createExportWrapper('emscripten_enum_PxActorFlagEnum_eDISABLE_SIMULATION'); -var _emscripten_enum_PxActorTypeEnum_eRIGID_STATIC = Module['_emscripten_enum_PxActorTypeEnum_eRIGID_STATIC'] = createExportWrapper('emscripten_enum_PxActorTypeEnum_eRIGID_STATIC'); -var _emscripten_enum_PxActorTypeEnum_eRIGID_DYNAMIC = Module['_emscripten_enum_PxActorTypeEnum_eRIGID_DYNAMIC'] = createExportWrapper('emscripten_enum_PxActorTypeEnum_eRIGID_DYNAMIC'); -var _emscripten_enum_PxActorTypeEnum_eARTICULATION_LINK = Module['_emscripten_enum_PxActorTypeEnum_eARTICULATION_LINK'] = createExportWrapper('emscripten_enum_PxActorTypeEnum_eARTICULATION_LINK'); -var _emscripten_enum_PxActorTypeEnum_eSOFTBODY = Module['_emscripten_enum_PxActorTypeEnum_eSOFTBODY'] = createExportWrapper('emscripten_enum_PxActorTypeEnum_eSOFTBODY'); -var _emscripten_enum_PxActorTypeEnum_eFEMCLOTH = Module['_emscripten_enum_PxActorTypeEnum_eFEMCLOTH'] = createExportWrapper('emscripten_enum_PxActorTypeEnum_eFEMCLOTH'); -var _emscripten_enum_PxActorTypeEnum_ePBD_PARTICLESYSTEM = Module['_emscripten_enum_PxActorTypeEnum_ePBD_PARTICLESYSTEM'] = createExportWrapper('emscripten_enum_PxActorTypeEnum_ePBD_PARTICLESYSTEM'); -var _emscripten_enum_PxActorTypeEnum_eFLIP_PARTICLESYSTEM = Module['_emscripten_enum_PxActorTypeEnum_eFLIP_PARTICLESYSTEM'] = createExportWrapper('emscripten_enum_PxActorTypeEnum_eFLIP_PARTICLESYSTEM'); -var _emscripten_enum_PxActorTypeEnum_eMPM_PARTICLESYSTEM = Module['_emscripten_enum_PxActorTypeEnum_eMPM_PARTICLESYSTEM'] = createExportWrapper('emscripten_enum_PxActorTypeEnum_eMPM_PARTICLESYSTEM'); -var _emscripten_enum_PxActorTypeEnum_eHAIRSYSTEM = Module['_emscripten_enum_PxActorTypeEnum_eHAIRSYSTEM'] = createExportWrapper('emscripten_enum_PxActorTypeEnum_eHAIRSYSTEM'); -var _emscripten_enum_PxActorTypeFlagEnum_eRIGID_STATIC = Module['_emscripten_enum_PxActorTypeFlagEnum_eRIGID_STATIC'] = createExportWrapper('emscripten_enum_PxActorTypeFlagEnum_eRIGID_STATIC'); -var _emscripten_enum_PxActorTypeFlagEnum_eRIGID_DYNAMIC = Module['_emscripten_enum_PxActorTypeFlagEnum_eRIGID_DYNAMIC'] = createExportWrapper('emscripten_enum_PxActorTypeFlagEnum_eRIGID_DYNAMIC'); -var _emscripten_enum_PxArticulationAxisEnum_eTWIST = Module['_emscripten_enum_PxArticulationAxisEnum_eTWIST'] = createExportWrapper('emscripten_enum_PxArticulationAxisEnum_eTWIST'); -var _emscripten_enum_PxArticulationAxisEnum_eSWING1 = Module['_emscripten_enum_PxArticulationAxisEnum_eSWING1'] = createExportWrapper('emscripten_enum_PxArticulationAxisEnum_eSWING1'); -var _emscripten_enum_PxArticulationAxisEnum_eSWING2 = Module['_emscripten_enum_PxArticulationAxisEnum_eSWING2'] = createExportWrapper('emscripten_enum_PxArticulationAxisEnum_eSWING2'); -var _emscripten_enum_PxArticulationAxisEnum_eX = Module['_emscripten_enum_PxArticulationAxisEnum_eX'] = createExportWrapper('emscripten_enum_PxArticulationAxisEnum_eX'); -var _emscripten_enum_PxArticulationAxisEnum_eY = Module['_emscripten_enum_PxArticulationAxisEnum_eY'] = createExportWrapper('emscripten_enum_PxArticulationAxisEnum_eY'); -var _emscripten_enum_PxArticulationAxisEnum_eZ = Module['_emscripten_enum_PxArticulationAxisEnum_eZ'] = createExportWrapper('emscripten_enum_PxArticulationAxisEnum_eZ'); -var _emscripten_enum_PxArticulationCacheFlagEnum_eVELOCITY = Module['_emscripten_enum_PxArticulationCacheFlagEnum_eVELOCITY'] = createExportWrapper('emscripten_enum_PxArticulationCacheFlagEnum_eVELOCITY'); -var _emscripten_enum_PxArticulationCacheFlagEnum_eACCELERATION = Module['_emscripten_enum_PxArticulationCacheFlagEnum_eACCELERATION'] = createExportWrapper('emscripten_enum_PxArticulationCacheFlagEnum_eACCELERATION'); -var _emscripten_enum_PxArticulationCacheFlagEnum_ePOSITION = Module['_emscripten_enum_PxArticulationCacheFlagEnum_ePOSITION'] = createExportWrapper('emscripten_enum_PxArticulationCacheFlagEnum_ePOSITION'); -var _emscripten_enum_PxArticulationCacheFlagEnum_eFORCE = Module['_emscripten_enum_PxArticulationCacheFlagEnum_eFORCE'] = createExportWrapper('emscripten_enum_PxArticulationCacheFlagEnum_eFORCE'); -var _emscripten_enum_PxArticulationCacheFlagEnum_eLINK_VELOCITY = Module['_emscripten_enum_PxArticulationCacheFlagEnum_eLINK_VELOCITY'] = createExportWrapper('emscripten_enum_PxArticulationCacheFlagEnum_eLINK_VELOCITY'); -var _emscripten_enum_PxArticulationCacheFlagEnum_eLINK_ACCELERATION = Module['_emscripten_enum_PxArticulationCacheFlagEnum_eLINK_ACCELERATION'] = createExportWrapper('emscripten_enum_PxArticulationCacheFlagEnum_eLINK_ACCELERATION'); -var _emscripten_enum_PxArticulationCacheFlagEnum_eROOT_TRANSFORM = Module['_emscripten_enum_PxArticulationCacheFlagEnum_eROOT_TRANSFORM'] = createExportWrapper('emscripten_enum_PxArticulationCacheFlagEnum_eROOT_TRANSFORM'); -var _emscripten_enum_PxArticulationCacheFlagEnum_eROOT_VELOCITIES = Module['_emscripten_enum_PxArticulationCacheFlagEnum_eROOT_VELOCITIES'] = createExportWrapper('emscripten_enum_PxArticulationCacheFlagEnum_eROOT_VELOCITIES'); -var _emscripten_enum_PxArticulationCacheFlagEnum_eSENSOR_FORCES = Module['_emscripten_enum_PxArticulationCacheFlagEnum_eSENSOR_FORCES'] = createExportWrapper('emscripten_enum_PxArticulationCacheFlagEnum_eSENSOR_FORCES'); -var _emscripten_enum_PxArticulationCacheFlagEnum_eJOINT_SOLVER_FORCES = Module['_emscripten_enum_PxArticulationCacheFlagEnum_eJOINT_SOLVER_FORCES'] = createExportWrapper('emscripten_enum_PxArticulationCacheFlagEnum_eJOINT_SOLVER_FORCES'); -var _emscripten_enum_PxArticulationCacheFlagEnum_eALL = Module['_emscripten_enum_PxArticulationCacheFlagEnum_eALL'] = createExportWrapper('emscripten_enum_PxArticulationCacheFlagEnum_eALL'); -var _emscripten_enum_PxArticulationDriveTypeEnum_eFORCE = Module['_emscripten_enum_PxArticulationDriveTypeEnum_eFORCE'] = createExportWrapper('emscripten_enum_PxArticulationDriveTypeEnum_eFORCE'); -var _emscripten_enum_PxArticulationDriveTypeEnum_eACCELERATION = Module['_emscripten_enum_PxArticulationDriveTypeEnum_eACCELERATION'] = createExportWrapper('emscripten_enum_PxArticulationDriveTypeEnum_eACCELERATION'); -var _emscripten_enum_PxArticulationDriveTypeEnum_eTARGET = Module['_emscripten_enum_PxArticulationDriveTypeEnum_eTARGET'] = createExportWrapper('emscripten_enum_PxArticulationDriveTypeEnum_eTARGET'); -var _emscripten_enum_PxArticulationDriveTypeEnum_eVELOCITY = Module['_emscripten_enum_PxArticulationDriveTypeEnum_eVELOCITY'] = createExportWrapper('emscripten_enum_PxArticulationDriveTypeEnum_eVELOCITY'); -var _emscripten_enum_PxArticulationDriveTypeEnum_eNONE = Module['_emscripten_enum_PxArticulationDriveTypeEnum_eNONE'] = createExportWrapper('emscripten_enum_PxArticulationDriveTypeEnum_eNONE'); -var _emscripten_enum_PxArticulationFlagEnum_eFIX_BASE = Module['_emscripten_enum_PxArticulationFlagEnum_eFIX_BASE'] = createExportWrapper('emscripten_enum_PxArticulationFlagEnum_eFIX_BASE'); -var _emscripten_enum_PxArticulationFlagEnum_eDRIVE_LIMITS_ARE_FORCES = Module['_emscripten_enum_PxArticulationFlagEnum_eDRIVE_LIMITS_ARE_FORCES'] = createExportWrapper('emscripten_enum_PxArticulationFlagEnum_eDRIVE_LIMITS_ARE_FORCES'); -var _emscripten_enum_PxArticulationFlagEnum_eDISABLE_SELF_COLLISION = Module['_emscripten_enum_PxArticulationFlagEnum_eDISABLE_SELF_COLLISION'] = createExportWrapper('emscripten_enum_PxArticulationFlagEnum_eDISABLE_SELF_COLLISION'); -var _emscripten_enum_PxArticulationFlagEnum_eCOMPUTE_JOINT_FORCES = Module['_emscripten_enum_PxArticulationFlagEnum_eCOMPUTE_JOINT_FORCES'] = createExportWrapper('emscripten_enum_PxArticulationFlagEnum_eCOMPUTE_JOINT_FORCES'); -var _emscripten_enum_PxArticulationJointTypeEnum_eFIX = Module['_emscripten_enum_PxArticulationJointTypeEnum_eFIX'] = createExportWrapper('emscripten_enum_PxArticulationJointTypeEnum_eFIX'); -var _emscripten_enum_PxArticulationJointTypeEnum_ePRISMATIC = Module['_emscripten_enum_PxArticulationJointTypeEnum_ePRISMATIC'] = createExportWrapper('emscripten_enum_PxArticulationJointTypeEnum_ePRISMATIC'); -var _emscripten_enum_PxArticulationJointTypeEnum_eREVOLUTE = Module['_emscripten_enum_PxArticulationJointTypeEnum_eREVOLUTE'] = createExportWrapper('emscripten_enum_PxArticulationJointTypeEnum_eREVOLUTE'); -var _emscripten_enum_PxArticulationJointTypeEnum_eSPHERICAL = Module['_emscripten_enum_PxArticulationJointTypeEnum_eSPHERICAL'] = createExportWrapper('emscripten_enum_PxArticulationJointTypeEnum_eSPHERICAL'); -var _emscripten_enum_PxArticulationJointTypeEnum_eUNDEFINED = Module['_emscripten_enum_PxArticulationJointTypeEnum_eUNDEFINED'] = createExportWrapper('emscripten_enum_PxArticulationJointTypeEnum_eUNDEFINED'); -var _emscripten_enum_PxArticulationKinematicFlagEnum_ePOSITION = Module['_emscripten_enum_PxArticulationKinematicFlagEnum_ePOSITION'] = createExportWrapper('emscripten_enum_PxArticulationKinematicFlagEnum_ePOSITION'); -var _emscripten_enum_PxArticulationKinematicFlagEnum_eVELOCITY = Module['_emscripten_enum_PxArticulationKinematicFlagEnum_eVELOCITY'] = createExportWrapper('emscripten_enum_PxArticulationKinematicFlagEnum_eVELOCITY'); -var _emscripten_enum_PxArticulationMotionEnum_eLOCKED = Module['_emscripten_enum_PxArticulationMotionEnum_eLOCKED'] = createExportWrapper('emscripten_enum_PxArticulationMotionEnum_eLOCKED'); -var _emscripten_enum_PxArticulationMotionEnum_eLIMITED = Module['_emscripten_enum_PxArticulationMotionEnum_eLIMITED'] = createExportWrapper('emscripten_enum_PxArticulationMotionEnum_eLIMITED'); -var _emscripten_enum_PxArticulationMotionEnum_eFREE = Module['_emscripten_enum_PxArticulationMotionEnum_eFREE'] = createExportWrapper('emscripten_enum_PxArticulationMotionEnum_eFREE'); -var _emscripten_enum_PxArticulationSensorFlagEnum_eFORWARD_DYNAMICS_FORCES = Module['_emscripten_enum_PxArticulationSensorFlagEnum_eFORWARD_DYNAMICS_FORCES'] = createExportWrapper('emscripten_enum_PxArticulationSensorFlagEnum_eFORWARD_DYNAMICS_FORCES'); -var _emscripten_enum_PxArticulationSensorFlagEnum_eCONSTRAINT_SOLVER_FORCES = Module['_emscripten_enum_PxArticulationSensorFlagEnum_eCONSTRAINT_SOLVER_FORCES'] = createExportWrapper('emscripten_enum_PxArticulationSensorFlagEnum_eCONSTRAINT_SOLVER_FORCES'); -var _emscripten_enum_PxArticulationSensorFlagEnum_eWORLD_FRAME = Module['_emscripten_enum_PxArticulationSensorFlagEnum_eWORLD_FRAME'] = createExportWrapper('emscripten_enum_PxArticulationSensorFlagEnum_eWORLD_FRAME'); -var _emscripten_enum_PxBVHBuildStrategyEnum_eFAST = Module['_emscripten_enum_PxBVHBuildStrategyEnum_eFAST'] = createExportWrapper('emscripten_enum_PxBVHBuildStrategyEnum_eFAST'); -var _emscripten_enum_PxBVHBuildStrategyEnum_eDEFAULT = Module['_emscripten_enum_PxBVHBuildStrategyEnum_eDEFAULT'] = createExportWrapper('emscripten_enum_PxBVHBuildStrategyEnum_eDEFAULT'); -var _emscripten_enum_PxBVHBuildStrategyEnum_eSAH = Module['_emscripten_enum_PxBVHBuildStrategyEnum_eSAH'] = createExportWrapper('emscripten_enum_PxBVHBuildStrategyEnum_eSAH'); -var _emscripten_enum_PxBaseFlagEnum_eOWNS_MEMORY = Module['_emscripten_enum_PxBaseFlagEnum_eOWNS_MEMORY'] = createExportWrapper('emscripten_enum_PxBaseFlagEnum_eOWNS_MEMORY'); -var _emscripten_enum_PxBaseFlagEnum_eIS_RELEASABLE = Module['_emscripten_enum_PxBaseFlagEnum_eIS_RELEASABLE'] = createExportWrapper('emscripten_enum_PxBaseFlagEnum_eIS_RELEASABLE'); -var _emscripten_enum_PxBroadPhaseTypeEnum_eSAP = Module['_emscripten_enum_PxBroadPhaseTypeEnum_eSAP'] = createExportWrapper('emscripten_enum_PxBroadPhaseTypeEnum_eSAP'); -var _emscripten_enum_PxBroadPhaseTypeEnum_eMBP = Module['_emscripten_enum_PxBroadPhaseTypeEnum_eMBP'] = createExportWrapper('emscripten_enum_PxBroadPhaseTypeEnum_eMBP'); -var _emscripten_enum_PxBroadPhaseTypeEnum_eABP = Module['_emscripten_enum_PxBroadPhaseTypeEnum_eABP'] = createExportWrapper('emscripten_enum_PxBroadPhaseTypeEnum_eABP'); -var _emscripten_enum_PxBroadPhaseTypeEnum_ePABP = Module['_emscripten_enum_PxBroadPhaseTypeEnum_ePABP'] = createExportWrapper('emscripten_enum_PxBroadPhaseTypeEnum_ePABP'); -var _emscripten_enum_PxBroadPhaseTypeEnum_eGPU = Module['_emscripten_enum_PxBroadPhaseTypeEnum_eGPU'] = createExportWrapper('emscripten_enum_PxBroadPhaseTypeEnum_eGPU'); -var _emscripten_enum_PxCapsuleClimbingModeEnum_eEASY = Module['_emscripten_enum_PxCapsuleClimbingModeEnum_eEASY'] = createExportWrapper('emscripten_enum_PxCapsuleClimbingModeEnum_eEASY'); -var _emscripten_enum_PxCapsuleClimbingModeEnum_eCONSTRAINED = Module['_emscripten_enum_PxCapsuleClimbingModeEnum_eCONSTRAINED'] = createExportWrapper('emscripten_enum_PxCapsuleClimbingModeEnum_eCONSTRAINED'); -var _emscripten_enum_PxCombineModeEnum_eAVERAGE = Module['_emscripten_enum_PxCombineModeEnum_eAVERAGE'] = createExportWrapper('emscripten_enum_PxCombineModeEnum_eAVERAGE'); -var _emscripten_enum_PxCombineModeEnum_eMIN = Module['_emscripten_enum_PxCombineModeEnum_eMIN'] = createExportWrapper('emscripten_enum_PxCombineModeEnum_eMIN'); -var _emscripten_enum_PxCombineModeEnum_eMULTIPLY = Module['_emscripten_enum_PxCombineModeEnum_eMULTIPLY'] = createExportWrapper('emscripten_enum_PxCombineModeEnum_eMULTIPLY'); -var _emscripten_enum_PxCombineModeEnum_eMAX = Module['_emscripten_enum_PxCombineModeEnum_eMAX'] = createExportWrapper('emscripten_enum_PxCombineModeEnum_eMAX'); -var _emscripten_enum_PxConstraintFlagEnum_eBROKEN = Module['_emscripten_enum_PxConstraintFlagEnum_eBROKEN'] = createExportWrapper('emscripten_enum_PxConstraintFlagEnum_eBROKEN'); -var _emscripten_enum_PxConstraintFlagEnum_eCOLLISION_ENABLED = Module['_emscripten_enum_PxConstraintFlagEnum_eCOLLISION_ENABLED'] = createExportWrapper('emscripten_enum_PxConstraintFlagEnum_eCOLLISION_ENABLED'); -var _emscripten_enum_PxConstraintFlagEnum_eVISUALIZATION = Module['_emscripten_enum_PxConstraintFlagEnum_eVISUALIZATION'] = createExportWrapper('emscripten_enum_PxConstraintFlagEnum_eVISUALIZATION'); -var _emscripten_enum_PxConstraintFlagEnum_eDRIVE_LIMITS_ARE_FORCES = Module['_emscripten_enum_PxConstraintFlagEnum_eDRIVE_LIMITS_ARE_FORCES'] = createExportWrapper('emscripten_enum_PxConstraintFlagEnum_eDRIVE_LIMITS_ARE_FORCES'); -var _emscripten_enum_PxConstraintFlagEnum_eIMPROVED_SLERP = Module['_emscripten_enum_PxConstraintFlagEnum_eIMPROVED_SLERP'] = createExportWrapper('emscripten_enum_PxConstraintFlagEnum_eIMPROVED_SLERP'); -var _emscripten_enum_PxConstraintFlagEnum_eDISABLE_PREPROCESSING = Module['_emscripten_enum_PxConstraintFlagEnum_eDISABLE_PREPROCESSING'] = createExportWrapper('emscripten_enum_PxConstraintFlagEnum_eDISABLE_PREPROCESSING'); -var _emscripten_enum_PxConstraintFlagEnum_eENABLE_EXTENDED_LIMITS = Module['_emscripten_enum_PxConstraintFlagEnum_eENABLE_EXTENDED_LIMITS'] = createExportWrapper('emscripten_enum_PxConstraintFlagEnum_eENABLE_EXTENDED_LIMITS'); -var _emscripten_enum_PxConstraintFlagEnum_eGPU_COMPATIBLE = Module['_emscripten_enum_PxConstraintFlagEnum_eGPU_COMPATIBLE'] = createExportWrapper('emscripten_enum_PxConstraintFlagEnum_eGPU_COMPATIBLE'); -var _emscripten_enum_PxConstraintFlagEnum_eALWAYS_UPDATE = Module['_emscripten_enum_PxConstraintFlagEnum_eALWAYS_UPDATE'] = createExportWrapper('emscripten_enum_PxConstraintFlagEnum_eALWAYS_UPDATE'); -var _emscripten_enum_PxConstraintFlagEnum_eDISABLE_CONSTRAINT = Module['_emscripten_enum_PxConstraintFlagEnum_eDISABLE_CONSTRAINT'] = createExportWrapper('emscripten_enum_PxConstraintFlagEnum_eDISABLE_CONSTRAINT'); -var _emscripten_enum_PxContactPairFlagEnum_eREMOVED_SHAPE_0 = Module['_emscripten_enum_PxContactPairFlagEnum_eREMOVED_SHAPE_0'] = createExportWrapper('emscripten_enum_PxContactPairFlagEnum_eREMOVED_SHAPE_0'); -var _emscripten_enum_PxContactPairFlagEnum_eREMOVED_SHAPE_1 = Module['_emscripten_enum_PxContactPairFlagEnum_eREMOVED_SHAPE_1'] = createExportWrapper('emscripten_enum_PxContactPairFlagEnum_eREMOVED_SHAPE_1'); -var _emscripten_enum_PxContactPairFlagEnum_eACTOR_PAIR_HAS_FIRST_TOUCH = Module['_emscripten_enum_PxContactPairFlagEnum_eACTOR_PAIR_HAS_FIRST_TOUCH'] = createExportWrapper('emscripten_enum_PxContactPairFlagEnum_eACTOR_PAIR_HAS_FIRST_TOUCH'); -var _emscripten_enum_PxContactPairFlagEnum_eACTOR_PAIR_LOST_TOUCH = Module['_emscripten_enum_PxContactPairFlagEnum_eACTOR_PAIR_LOST_TOUCH'] = createExportWrapper('emscripten_enum_PxContactPairFlagEnum_eACTOR_PAIR_LOST_TOUCH'); -var _emscripten_enum_PxContactPairFlagEnum_eINTERNAL_HAS_IMPULSES = Module['_emscripten_enum_PxContactPairFlagEnum_eINTERNAL_HAS_IMPULSES'] = createExportWrapper('emscripten_enum_PxContactPairFlagEnum_eINTERNAL_HAS_IMPULSES'); -var _emscripten_enum_PxContactPairFlagEnum_eINTERNAL_CONTACTS_ARE_FLIPPED = Module['_emscripten_enum_PxContactPairFlagEnum_eINTERNAL_CONTACTS_ARE_FLIPPED'] = createExportWrapper('emscripten_enum_PxContactPairFlagEnum_eINTERNAL_CONTACTS_ARE_FLIPPED'); -var _emscripten_enum_PxContactPairHeaderFlagEnum_eREMOVED_ACTOR_0 = Module['_emscripten_enum_PxContactPairHeaderFlagEnum_eREMOVED_ACTOR_0'] = createExportWrapper('emscripten_enum_PxContactPairHeaderFlagEnum_eREMOVED_ACTOR_0'); -var _emscripten_enum_PxContactPairHeaderFlagEnum_eREMOVED_ACTOR_1 = Module['_emscripten_enum_PxContactPairHeaderFlagEnum_eREMOVED_ACTOR_1'] = createExportWrapper('emscripten_enum_PxContactPairHeaderFlagEnum_eREMOVED_ACTOR_1'); -var _emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_CAN_RIDE_ON_OBJECT = Module['_emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_CAN_RIDE_ON_OBJECT'] = createExportWrapper('emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_CAN_RIDE_ON_OBJECT'); -var _emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_SLIDE = Module['_emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_SLIDE'] = createExportWrapper('emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_SLIDE'); -var _emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_USER_DEFINED_RIDE = Module['_emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_USER_DEFINED_RIDE'] = createExportWrapper('emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_USER_DEFINED_RIDE'); -var _emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_SIDES = Module['_emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_SIDES'] = createExportWrapper('emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_SIDES'); -var _emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_UP = Module['_emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_UP'] = createExportWrapper('emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_UP'); -var _emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_DOWN = Module['_emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_DOWN'] = createExportWrapper('emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_DOWN'); -var _emscripten_enum_PxControllerNonWalkableModeEnum_ePREVENT_CLIMBING = Module['_emscripten_enum_PxControllerNonWalkableModeEnum_ePREVENT_CLIMBING'] = createExportWrapper('emscripten_enum_PxControllerNonWalkableModeEnum_ePREVENT_CLIMBING'); -var _emscripten_enum_PxControllerNonWalkableModeEnum_ePREVENT_CLIMBING_AND_FORCE_SLIDING = Module['_emscripten_enum_PxControllerNonWalkableModeEnum_ePREVENT_CLIMBING_AND_FORCE_SLIDING'] = createExportWrapper('emscripten_enum_PxControllerNonWalkableModeEnum_ePREVENT_CLIMBING_AND_FORCE_SLIDING'); -var _emscripten_enum_PxControllerShapeTypeEnum_eBOX = Module['_emscripten_enum_PxControllerShapeTypeEnum_eBOX'] = createExportWrapper('emscripten_enum_PxControllerShapeTypeEnum_eBOX'); -var _emscripten_enum_PxControllerShapeTypeEnum_eCAPSULE = Module['_emscripten_enum_PxControllerShapeTypeEnum_eCAPSULE'] = createExportWrapper('emscripten_enum_PxControllerShapeTypeEnum_eCAPSULE'); -var _emscripten_enum_PxConvexFlagEnum_e16_BIT_INDICES = Module['_emscripten_enum_PxConvexFlagEnum_e16_BIT_INDICES'] = createExportWrapper('emscripten_enum_PxConvexFlagEnum_e16_BIT_INDICES'); -var _emscripten_enum_PxConvexFlagEnum_eCOMPUTE_CONVEX = Module['_emscripten_enum_PxConvexFlagEnum_eCOMPUTE_CONVEX'] = createExportWrapper('emscripten_enum_PxConvexFlagEnum_eCOMPUTE_CONVEX'); -var _emscripten_enum_PxConvexFlagEnum_eCHECK_ZERO_AREA_TRIANGLES = Module['_emscripten_enum_PxConvexFlagEnum_eCHECK_ZERO_AREA_TRIANGLES'] = createExportWrapper('emscripten_enum_PxConvexFlagEnum_eCHECK_ZERO_AREA_TRIANGLES'); -var _emscripten_enum_PxConvexFlagEnum_eQUANTIZE_INPUT = Module['_emscripten_enum_PxConvexFlagEnum_eQUANTIZE_INPUT'] = createExportWrapper('emscripten_enum_PxConvexFlagEnum_eQUANTIZE_INPUT'); -var _emscripten_enum_PxConvexFlagEnum_eDISABLE_MESH_VALIDATION = Module['_emscripten_enum_PxConvexFlagEnum_eDISABLE_MESH_VALIDATION'] = createExportWrapper('emscripten_enum_PxConvexFlagEnum_eDISABLE_MESH_VALIDATION'); -var _emscripten_enum_PxConvexFlagEnum_ePLANE_SHIFTING = Module['_emscripten_enum_PxConvexFlagEnum_ePLANE_SHIFTING'] = createExportWrapper('emscripten_enum_PxConvexFlagEnum_ePLANE_SHIFTING'); -var _emscripten_enum_PxConvexFlagEnum_eFAST_INERTIA_COMPUTATION = Module['_emscripten_enum_PxConvexFlagEnum_eFAST_INERTIA_COMPUTATION'] = createExportWrapper('emscripten_enum_PxConvexFlagEnum_eFAST_INERTIA_COMPUTATION'); -var _emscripten_enum_PxConvexFlagEnum_eGPU_COMPATIBLE = Module['_emscripten_enum_PxConvexFlagEnum_eGPU_COMPATIBLE'] = createExportWrapper('emscripten_enum_PxConvexFlagEnum_eGPU_COMPATIBLE'); -var _emscripten_enum_PxConvexFlagEnum_eSHIFT_VERTICES = Module['_emscripten_enum_PxConvexFlagEnum_eSHIFT_VERTICES'] = createExportWrapper('emscripten_enum_PxConvexFlagEnum_eSHIFT_VERTICES'); -var _emscripten_enum_PxConvexMeshCookingTypeEnum_eQUICKHULL = Module['_emscripten_enum_PxConvexMeshCookingTypeEnum_eQUICKHULL'] = createExportWrapper('emscripten_enum_PxConvexMeshCookingTypeEnum_eQUICKHULL'); -var _emscripten_enum_PxConvexMeshGeometryFlagEnum_eTIGHT_BOUNDS = Module['_emscripten_enum_PxConvexMeshGeometryFlagEnum_eTIGHT_BOUNDS'] = createExportWrapper('emscripten_enum_PxConvexMeshGeometryFlagEnum_eTIGHT_BOUNDS'); -var _emscripten_enum_PxD6AxisEnum_eX = Module['_emscripten_enum_PxD6AxisEnum_eX'] = createExportWrapper('emscripten_enum_PxD6AxisEnum_eX'); -var _emscripten_enum_PxD6AxisEnum_eY = Module['_emscripten_enum_PxD6AxisEnum_eY'] = createExportWrapper('emscripten_enum_PxD6AxisEnum_eY'); -var _emscripten_enum_PxD6AxisEnum_eZ = Module['_emscripten_enum_PxD6AxisEnum_eZ'] = createExportWrapper('emscripten_enum_PxD6AxisEnum_eZ'); -var _emscripten_enum_PxD6AxisEnum_eTWIST = Module['_emscripten_enum_PxD6AxisEnum_eTWIST'] = createExportWrapper('emscripten_enum_PxD6AxisEnum_eTWIST'); -var _emscripten_enum_PxD6AxisEnum_eSWING1 = Module['_emscripten_enum_PxD6AxisEnum_eSWING1'] = createExportWrapper('emscripten_enum_PxD6AxisEnum_eSWING1'); -var _emscripten_enum_PxD6AxisEnum_eSWING2 = Module['_emscripten_enum_PxD6AxisEnum_eSWING2'] = createExportWrapper('emscripten_enum_PxD6AxisEnum_eSWING2'); -var _emscripten_enum_PxD6DriveEnum_eX = Module['_emscripten_enum_PxD6DriveEnum_eX'] = createExportWrapper('emscripten_enum_PxD6DriveEnum_eX'); -var _emscripten_enum_PxD6DriveEnum_eY = Module['_emscripten_enum_PxD6DriveEnum_eY'] = createExportWrapper('emscripten_enum_PxD6DriveEnum_eY'); -var _emscripten_enum_PxD6DriveEnum_eZ = Module['_emscripten_enum_PxD6DriveEnum_eZ'] = createExportWrapper('emscripten_enum_PxD6DriveEnum_eZ'); -var _emscripten_enum_PxD6DriveEnum_eSWING = Module['_emscripten_enum_PxD6DriveEnum_eSWING'] = createExportWrapper('emscripten_enum_PxD6DriveEnum_eSWING'); -var _emscripten_enum_PxD6DriveEnum_eTWIST = Module['_emscripten_enum_PxD6DriveEnum_eTWIST'] = createExportWrapper('emscripten_enum_PxD6DriveEnum_eTWIST'); -var _emscripten_enum_PxD6DriveEnum_eSLERP = Module['_emscripten_enum_PxD6DriveEnum_eSLERP'] = createExportWrapper('emscripten_enum_PxD6DriveEnum_eSLERP'); -var _emscripten_enum_PxD6JointDriveFlagEnum_eACCELERATION = Module['_emscripten_enum_PxD6JointDriveFlagEnum_eACCELERATION'] = createExportWrapper('emscripten_enum_PxD6JointDriveFlagEnum_eACCELERATION'); -var _emscripten_enum_PxD6MotionEnum_eLOCKED = Module['_emscripten_enum_PxD6MotionEnum_eLOCKED'] = createExportWrapper('emscripten_enum_PxD6MotionEnum_eLOCKED'); -var _emscripten_enum_PxD6MotionEnum_eLIMITED = Module['_emscripten_enum_PxD6MotionEnum_eLIMITED'] = createExportWrapper('emscripten_enum_PxD6MotionEnum_eLIMITED'); -var _emscripten_enum_PxD6MotionEnum_eFREE = Module['_emscripten_enum_PxD6MotionEnum_eFREE'] = createExportWrapper('emscripten_enum_PxD6MotionEnum_eFREE'); -var _emscripten_enum_PxDebugColorEnum_eARGB_BLACK = Module['_emscripten_enum_PxDebugColorEnum_eARGB_BLACK'] = createExportWrapper('emscripten_enum_PxDebugColorEnum_eARGB_BLACK'); -var _emscripten_enum_PxDebugColorEnum_eARGB_RED = Module['_emscripten_enum_PxDebugColorEnum_eARGB_RED'] = createExportWrapper('emscripten_enum_PxDebugColorEnum_eARGB_RED'); -var _emscripten_enum_PxDebugColorEnum_eARGB_GREEN = Module['_emscripten_enum_PxDebugColorEnum_eARGB_GREEN'] = createExportWrapper('emscripten_enum_PxDebugColorEnum_eARGB_GREEN'); -var _emscripten_enum_PxDebugColorEnum_eARGB_BLUE = Module['_emscripten_enum_PxDebugColorEnum_eARGB_BLUE'] = createExportWrapper('emscripten_enum_PxDebugColorEnum_eARGB_BLUE'); -var _emscripten_enum_PxDebugColorEnum_eARGB_YELLOW = Module['_emscripten_enum_PxDebugColorEnum_eARGB_YELLOW'] = createExportWrapper('emscripten_enum_PxDebugColorEnum_eARGB_YELLOW'); -var _emscripten_enum_PxDebugColorEnum_eARGB_MAGENTA = Module['_emscripten_enum_PxDebugColorEnum_eARGB_MAGENTA'] = createExportWrapper('emscripten_enum_PxDebugColorEnum_eARGB_MAGENTA'); -var _emscripten_enum_PxDebugColorEnum_eARGB_CYAN = Module['_emscripten_enum_PxDebugColorEnum_eARGB_CYAN'] = createExportWrapper('emscripten_enum_PxDebugColorEnum_eARGB_CYAN'); -var _emscripten_enum_PxDebugColorEnum_eARGB_WHITE = Module['_emscripten_enum_PxDebugColorEnum_eARGB_WHITE'] = createExportWrapper('emscripten_enum_PxDebugColorEnum_eARGB_WHITE'); -var _emscripten_enum_PxDebugColorEnum_eARGB_GREY = Module['_emscripten_enum_PxDebugColorEnum_eARGB_GREY'] = createExportWrapper('emscripten_enum_PxDebugColorEnum_eARGB_GREY'); -var _emscripten_enum_PxDebugColorEnum_eARGB_DARKRED = Module['_emscripten_enum_PxDebugColorEnum_eARGB_DARKRED'] = createExportWrapper('emscripten_enum_PxDebugColorEnum_eARGB_DARKRED'); -var _emscripten_enum_PxDebugColorEnum_eARGB_DARKGREEN = Module['_emscripten_enum_PxDebugColorEnum_eARGB_DARKGREEN'] = createExportWrapper('emscripten_enum_PxDebugColorEnum_eARGB_DARKGREEN'); -var _emscripten_enum_PxDebugColorEnum_eARGB_DARKBLUE = Module['_emscripten_enum_PxDebugColorEnum_eARGB_DARKBLUE'] = createExportWrapper('emscripten_enum_PxDebugColorEnum_eARGB_DARKBLUE'); -var _emscripten_enum_PxDistanceJointFlagEnum_eMAX_DISTANCE_ENABLED = Module['_emscripten_enum_PxDistanceJointFlagEnum_eMAX_DISTANCE_ENABLED'] = createExportWrapper('emscripten_enum_PxDistanceJointFlagEnum_eMAX_DISTANCE_ENABLED'); -var _emscripten_enum_PxDistanceJointFlagEnum_eMIN_DISTANCE_ENABLED = Module['_emscripten_enum_PxDistanceJointFlagEnum_eMIN_DISTANCE_ENABLED'] = createExportWrapper('emscripten_enum_PxDistanceJointFlagEnum_eMIN_DISTANCE_ENABLED'); -var _emscripten_enum_PxDistanceJointFlagEnum_eSPRING_ENABLED = Module['_emscripten_enum_PxDistanceJointFlagEnum_eSPRING_ENABLED'] = createExportWrapper('emscripten_enum_PxDistanceJointFlagEnum_eSPRING_ENABLED'); -var _emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eNONE = Module['_emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eNONE'] = createExportWrapper('emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eNONE'); -var _emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eBUCKET = Module['_emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eBUCKET'] = createExportWrapper('emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eBUCKET'); -var _emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eINCREMENTAL = Module['_emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eINCREMENTAL'] = createExportWrapper('emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eINCREMENTAL'); -var _emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eBVH = Module['_emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eBVH'] = createExportWrapper('emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eBVH'); -var _emscripten_enum_PxErrorCodeEnum_eNO_ERROR = Module['_emscripten_enum_PxErrorCodeEnum_eNO_ERROR'] = createExportWrapper('emscripten_enum_PxErrorCodeEnum_eNO_ERROR'); -var _emscripten_enum_PxErrorCodeEnum_eDEBUG_INFO = Module['_emscripten_enum_PxErrorCodeEnum_eDEBUG_INFO'] = createExportWrapper('emscripten_enum_PxErrorCodeEnum_eDEBUG_INFO'); -var _emscripten_enum_PxErrorCodeEnum_eDEBUG_WARNING = Module['_emscripten_enum_PxErrorCodeEnum_eDEBUG_WARNING'] = createExportWrapper('emscripten_enum_PxErrorCodeEnum_eDEBUG_WARNING'); -var _emscripten_enum_PxErrorCodeEnum_eINVALID_PARAMETER = Module['_emscripten_enum_PxErrorCodeEnum_eINVALID_PARAMETER'] = createExportWrapper('emscripten_enum_PxErrorCodeEnum_eINVALID_PARAMETER'); -var _emscripten_enum_PxErrorCodeEnum_eINVALID_OPERATION = Module['_emscripten_enum_PxErrorCodeEnum_eINVALID_OPERATION'] = createExportWrapper('emscripten_enum_PxErrorCodeEnum_eINVALID_OPERATION'); -var _emscripten_enum_PxErrorCodeEnum_eOUT_OF_MEMORY = Module['_emscripten_enum_PxErrorCodeEnum_eOUT_OF_MEMORY'] = createExportWrapper('emscripten_enum_PxErrorCodeEnum_eOUT_OF_MEMORY'); -var _emscripten_enum_PxErrorCodeEnum_eINTERNAL_ERROR = Module['_emscripten_enum_PxErrorCodeEnum_eINTERNAL_ERROR'] = createExportWrapper('emscripten_enum_PxErrorCodeEnum_eINTERNAL_ERROR'); -var _emscripten_enum_PxErrorCodeEnum_eABORT = Module['_emscripten_enum_PxErrorCodeEnum_eABORT'] = createExportWrapper('emscripten_enum_PxErrorCodeEnum_eABORT'); -var _emscripten_enum_PxErrorCodeEnum_ePERF_WARNING = Module['_emscripten_enum_PxErrorCodeEnum_ePERF_WARNING'] = createExportWrapper('emscripten_enum_PxErrorCodeEnum_ePERF_WARNING'); -var _emscripten_enum_PxErrorCodeEnum_eMASK_ALL = Module['_emscripten_enum_PxErrorCodeEnum_eMASK_ALL'] = createExportWrapper('emscripten_enum_PxErrorCodeEnum_eMASK_ALL'); -var _emscripten_enum_PxFilterFlagEnum_eKILL = Module['_emscripten_enum_PxFilterFlagEnum_eKILL'] = createExportWrapper('emscripten_enum_PxFilterFlagEnum_eKILL'); -var _emscripten_enum_PxFilterFlagEnum_eSUPPRESS = Module['_emscripten_enum_PxFilterFlagEnum_eSUPPRESS'] = createExportWrapper('emscripten_enum_PxFilterFlagEnum_eSUPPRESS'); -var _emscripten_enum_PxFilterFlagEnum_eCALLBACK = Module['_emscripten_enum_PxFilterFlagEnum_eCALLBACK'] = createExportWrapper('emscripten_enum_PxFilterFlagEnum_eCALLBACK'); -var _emscripten_enum_PxFilterFlagEnum_eNOTIFY = Module['_emscripten_enum_PxFilterFlagEnum_eNOTIFY'] = createExportWrapper('emscripten_enum_PxFilterFlagEnum_eNOTIFY'); -var _emscripten_enum_PxFilterFlagEnum_eDEFAULT = Module['_emscripten_enum_PxFilterFlagEnum_eDEFAULT'] = createExportWrapper('emscripten_enum_PxFilterFlagEnum_eDEFAULT'); -var _emscripten_enum_PxFilterObjectFlagEnum_eKINEMATIC = Module['_emscripten_enum_PxFilterObjectFlagEnum_eKINEMATIC'] = createExportWrapper('emscripten_enum_PxFilterObjectFlagEnum_eKINEMATIC'); -var _emscripten_enum_PxFilterObjectFlagEnum_eTRIGGER = Module['_emscripten_enum_PxFilterObjectFlagEnum_eTRIGGER'] = createExportWrapper('emscripten_enum_PxFilterObjectFlagEnum_eTRIGGER'); -var _emscripten_enum_PxForceModeEnum_eFORCE = Module['_emscripten_enum_PxForceModeEnum_eFORCE'] = createExportWrapper('emscripten_enum_PxForceModeEnum_eFORCE'); -var _emscripten_enum_PxForceModeEnum_eIMPULSE = Module['_emscripten_enum_PxForceModeEnum_eIMPULSE'] = createExportWrapper('emscripten_enum_PxForceModeEnum_eIMPULSE'); -var _emscripten_enum_PxForceModeEnum_eVELOCITY_CHANGE = Module['_emscripten_enum_PxForceModeEnum_eVELOCITY_CHANGE'] = createExportWrapper('emscripten_enum_PxForceModeEnum_eVELOCITY_CHANGE'); -var _emscripten_enum_PxForceModeEnum_eACCELERATION = Module['_emscripten_enum_PxForceModeEnum_eACCELERATION'] = createExportWrapper('emscripten_enum_PxForceModeEnum_eACCELERATION'); -var _emscripten_enum_PxFrictionTypeEnum_ePATCH = Module['_emscripten_enum_PxFrictionTypeEnum_ePATCH'] = createExportWrapper('emscripten_enum_PxFrictionTypeEnum_ePATCH'); -var _emscripten_enum_PxFrictionTypeEnum_eONE_DIRECTIONAL = Module['_emscripten_enum_PxFrictionTypeEnum_eONE_DIRECTIONAL'] = createExportWrapper('emscripten_enum_PxFrictionTypeEnum_eONE_DIRECTIONAL'); -var _emscripten_enum_PxFrictionTypeEnum_eTWO_DIRECTIONAL = Module['_emscripten_enum_PxFrictionTypeEnum_eTWO_DIRECTIONAL'] = createExportWrapper('emscripten_enum_PxFrictionTypeEnum_eTWO_DIRECTIONAL'); -var _emscripten_enum_PxFrictionTypeEnum_eFRICTION_COUNT = Module['_emscripten_enum_PxFrictionTypeEnum_eFRICTION_COUNT'] = createExportWrapper('emscripten_enum_PxFrictionTypeEnum_eFRICTION_COUNT'); -var _emscripten_enum_PxGeometryTypeEnum_eSPHERE = Module['_emscripten_enum_PxGeometryTypeEnum_eSPHERE'] = createExportWrapper('emscripten_enum_PxGeometryTypeEnum_eSPHERE'); -var _emscripten_enum_PxGeometryTypeEnum_ePLANE = Module['_emscripten_enum_PxGeometryTypeEnum_ePLANE'] = createExportWrapper('emscripten_enum_PxGeometryTypeEnum_ePLANE'); -var _emscripten_enum_PxGeometryTypeEnum_eCAPSULE = Module['_emscripten_enum_PxGeometryTypeEnum_eCAPSULE'] = createExportWrapper('emscripten_enum_PxGeometryTypeEnum_eCAPSULE'); -var _emscripten_enum_PxGeometryTypeEnum_eBOX = Module['_emscripten_enum_PxGeometryTypeEnum_eBOX'] = createExportWrapper('emscripten_enum_PxGeometryTypeEnum_eBOX'); -var _emscripten_enum_PxGeometryTypeEnum_eCONVEXMESH = Module['_emscripten_enum_PxGeometryTypeEnum_eCONVEXMESH'] = createExportWrapper('emscripten_enum_PxGeometryTypeEnum_eCONVEXMESH'); -var _emscripten_enum_PxGeometryTypeEnum_eTRIANGLEMESH = Module['_emscripten_enum_PxGeometryTypeEnum_eTRIANGLEMESH'] = createExportWrapper('emscripten_enum_PxGeometryTypeEnum_eTRIANGLEMESH'); -var _emscripten_enum_PxGeometryTypeEnum_eHEIGHTFIELD = Module['_emscripten_enum_PxGeometryTypeEnum_eHEIGHTFIELD'] = createExportWrapper('emscripten_enum_PxGeometryTypeEnum_eHEIGHTFIELD'); -var _emscripten_enum_PxGeometryTypeEnum_eCUSTOM = Module['_emscripten_enum_PxGeometryTypeEnum_eCUSTOM'] = createExportWrapper('emscripten_enum_PxGeometryTypeEnum_eCUSTOM'); -var _emscripten_enum_PxHeightFieldFlagEnum_eNO_BOUNDARY_EDGES = Module['_emscripten_enum_PxHeightFieldFlagEnum_eNO_BOUNDARY_EDGES'] = createExportWrapper('emscripten_enum_PxHeightFieldFlagEnum_eNO_BOUNDARY_EDGES'); -var _emscripten_enum_PxHeightFieldFormatEnum_eS16_TM = Module['_emscripten_enum_PxHeightFieldFormatEnum_eS16_TM'] = createExportWrapper('emscripten_enum_PxHeightFieldFormatEnum_eS16_TM'); -var _emscripten_enum_PxHitFlagEnum_ePOSITION = Module['_emscripten_enum_PxHitFlagEnum_ePOSITION'] = createExportWrapper('emscripten_enum_PxHitFlagEnum_ePOSITION'); -var _emscripten_enum_PxHitFlagEnum_eNORMAL = Module['_emscripten_enum_PxHitFlagEnum_eNORMAL'] = createExportWrapper('emscripten_enum_PxHitFlagEnum_eNORMAL'); -var _emscripten_enum_PxHitFlagEnum_eUV = Module['_emscripten_enum_PxHitFlagEnum_eUV'] = createExportWrapper('emscripten_enum_PxHitFlagEnum_eUV'); -var _emscripten_enum_PxHitFlagEnum_eASSUME_NO_INITIAL_OVERLAP = Module['_emscripten_enum_PxHitFlagEnum_eASSUME_NO_INITIAL_OVERLAP'] = createExportWrapper('emscripten_enum_PxHitFlagEnum_eASSUME_NO_INITIAL_OVERLAP'); -var _emscripten_enum_PxHitFlagEnum_eMESH_MULTIPLE = Module['_emscripten_enum_PxHitFlagEnum_eMESH_MULTIPLE'] = createExportWrapper('emscripten_enum_PxHitFlagEnum_eMESH_MULTIPLE'); -var _emscripten_enum_PxHitFlagEnum_eMESH_ANY = Module['_emscripten_enum_PxHitFlagEnum_eMESH_ANY'] = createExportWrapper('emscripten_enum_PxHitFlagEnum_eMESH_ANY'); -var _emscripten_enum_PxHitFlagEnum_eMESH_BOTH_SIDES = Module['_emscripten_enum_PxHitFlagEnum_eMESH_BOTH_SIDES'] = createExportWrapper('emscripten_enum_PxHitFlagEnum_eMESH_BOTH_SIDES'); -var _emscripten_enum_PxHitFlagEnum_ePRECISE_SWEEP = Module['_emscripten_enum_PxHitFlagEnum_ePRECISE_SWEEP'] = createExportWrapper('emscripten_enum_PxHitFlagEnum_ePRECISE_SWEEP'); -var _emscripten_enum_PxHitFlagEnum_eMTD = Module['_emscripten_enum_PxHitFlagEnum_eMTD'] = createExportWrapper('emscripten_enum_PxHitFlagEnum_eMTD'); -var _emscripten_enum_PxHitFlagEnum_eFACE_INDEX = Module['_emscripten_enum_PxHitFlagEnum_eFACE_INDEX'] = createExportWrapper('emscripten_enum_PxHitFlagEnum_eFACE_INDEX'); -var _emscripten_enum_PxHitFlagEnum_eDEFAULT = Module['_emscripten_enum_PxHitFlagEnum_eDEFAULT'] = createExportWrapper('emscripten_enum_PxHitFlagEnum_eDEFAULT'); -var _emscripten_enum_PxHitFlagEnum_eMODIFIABLE_FLAGS = Module['_emscripten_enum_PxHitFlagEnum_eMODIFIABLE_FLAGS'] = createExportWrapper('emscripten_enum_PxHitFlagEnum_eMODIFIABLE_FLAGS'); -var _emscripten_enum_PxIDENTITYEnum_PxIdentity = Module['_emscripten_enum_PxIDENTITYEnum_PxIdentity'] = createExportWrapper('emscripten_enum_PxIDENTITYEnum_PxIdentity'); -var _emscripten_enum_PxJointActorIndexEnum_eACTOR0 = Module['_emscripten_enum_PxJointActorIndexEnum_eACTOR0'] = createExportWrapper('emscripten_enum_PxJointActorIndexEnum_eACTOR0'); -var _emscripten_enum_PxJointActorIndexEnum_eACTOR1 = Module['_emscripten_enum_PxJointActorIndexEnum_eACTOR1'] = createExportWrapper('emscripten_enum_PxJointActorIndexEnum_eACTOR1'); -var _emscripten_enum_PxMaterialFlagEnum_eDISABLE_FRICTION = Module['_emscripten_enum_PxMaterialFlagEnum_eDISABLE_FRICTION'] = createExportWrapper('emscripten_enum_PxMaterialFlagEnum_eDISABLE_FRICTION'); -var _emscripten_enum_PxMaterialFlagEnum_eDISABLE_STRONG_FRICTION = Module['_emscripten_enum_PxMaterialFlagEnum_eDISABLE_STRONG_FRICTION'] = createExportWrapper('emscripten_enum_PxMaterialFlagEnum_eDISABLE_STRONG_FRICTION'); -var _emscripten_enum_PxMaterialFlagEnum_eIMPROVED_PATCH_FRICTION = Module['_emscripten_enum_PxMaterialFlagEnum_eIMPROVED_PATCH_FRICTION'] = createExportWrapper('emscripten_enum_PxMaterialFlagEnum_eIMPROVED_PATCH_FRICTION'); -var _emscripten_enum_PxMeshCookingHintEnum_eSIM_PERFORMANCE = Module['_emscripten_enum_PxMeshCookingHintEnum_eSIM_PERFORMANCE'] = createExportWrapper('emscripten_enum_PxMeshCookingHintEnum_eSIM_PERFORMANCE'); -var _emscripten_enum_PxMeshCookingHintEnum_eCOOKING_PERFORMANCE = Module['_emscripten_enum_PxMeshCookingHintEnum_eCOOKING_PERFORMANCE'] = createExportWrapper('emscripten_enum_PxMeshCookingHintEnum_eCOOKING_PERFORMANCE'); -var _emscripten_enum_PxMeshFlagEnum_eFLIPNORMALS = Module['_emscripten_enum_PxMeshFlagEnum_eFLIPNORMALS'] = createExportWrapper('emscripten_enum_PxMeshFlagEnum_eFLIPNORMALS'); -var _emscripten_enum_PxMeshFlagEnum_e16_BIT_INDICES = Module['_emscripten_enum_PxMeshFlagEnum_e16_BIT_INDICES'] = createExportWrapper('emscripten_enum_PxMeshFlagEnum_e16_BIT_INDICES'); -var _emscripten_enum_PxMeshGeometryFlagEnum_eDOUBLE_SIDED = Module['_emscripten_enum_PxMeshGeometryFlagEnum_eDOUBLE_SIDED'] = createExportWrapper('emscripten_enum_PxMeshGeometryFlagEnum_eDOUBLE_SIDED'); -var _emscripten_enum_PxMeshMidPhaseEnum_eBVH33 = Module['_emscripten_enum_PxMeshMidPhaseEnum_eBVH33'] = createExportWrapper('emscripten_enum_PxMeshMidPhaseEnum_eBVH33'); -var _emscripten_enum_PxMeshMidPhaseEnum_eBVH34 = Module['_emscripten_enum_PxMeshMidPhaseEnum_eBVH34'] = createExportWrapper('emscripten_enum_PxMeshMidPhaseEnum_eBVH34'); -var _emscripten_enum_PxMeshPreprocessingFlagEnum_eWELD_VERTICES = Module['_emscripten_enum_PxMeshPreprocessingFlagEnum_eWELD_VERTICES'] = createExportWrapper('emscripten_enum_PxMeshPreprocessingFlagEnum_eWELD_VERTICES'); -var _emscripten_enum_PxMeshPreprocessingFlagEnum_eDISABLE_CLEAN_MESH = Module['_emscripten_enum_PxMeshPreprocessingFlagEnum_eDISABLE_CLEAN_MESH'] = createExportWrapper('emscripten_enum_PxMeshPreprocessingFlagEnum_eDISABLE_CLEAN_MESH'); -var _emscripten_enum_PxMeshPreprocessingFlagEnum_eDISABLE_ACTIVE_EDGES_PRECOMPUTE = Module['_emscripten_enum_PxMeshPreprocessingFlagEnum_eDISABLE_ACTIVE_EDGES_PRECOMPUTE'] = createExportWrapper('emscripten_enum_PxMeshPreprocessingFlagEnum_eDISABLE_ACTIVE_EDGES_PRECOMPUTE'); -var _emscripten_enum_PxMeshPreprocessingFlagEnum_eFORCE_32BIT_INDICES = Module['_emscripten_enum_PxMeshPreprocessingFlagEnum_eFORCE_32BIT_INDICES'] = createExportWrapper('emscripten_enum_PxMeshPreprocessingFlagEnum_eFORCE_32BIT_INDICES'); -var _emscripten_enum_PxPairFilteringModeEnum_eKEEP = Module['_emscripten_enum_PxPairFilteringModeEnum_eKEEP'] = createExportWrapper('emscripten_enum_PxPairFilteringModeEnum_eKEEP'); -var _emscripten_enum_PxPairFilteringModeEnum_eSUPPRESS = Module['_emscripten_enum_PxPairFilteringModeEnum_eSUPPRESS'] = createExportWrapper('emscripten_enum_PxPairFilteringModeEnum_eSUPPRESS'); -var _emscripten_enum_PxPairFilteringModeEnum_eKILL = Module['_emscripten_enum_PxPairFilteringModeEnum_eKILL'] = createExportWrapper('emscripten_enum_PxPairFilteringModeEnum_eKILL'); -var _emscripten_enum_PxPairFilteringModeEnum_eDEFAULT = Module['_emscripten_enum_PxPairFilteringModeEnum_eDEFAULT'] = createExportWrapper('emscripten_enum_PxPairFilteringModeEnum_eDEFAULT'); -var _emscripten_enum_PxPairFlagEnum_eSOLVE_CONTACT = Module['_emscripten_enum_PxPairFlagEnum_eSOLVE_CONTACT'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eSOLVE_CONTACT'); -var _emscripten_enum_PxPairFlagEnum_eMODIFY_CONTACTS = Module['_emscripten_enum_PxPairFlagEnum_eMODIFY_CONTACTS'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eMODIFY_CONTACTS'); -var _emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_FOUND = Module['_emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_FOUND'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_FOUND'); -var _emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_PERSISTS = Module['_emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_PERSISTS'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_PERSISTS'); -var _emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_LOST = Module['_emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_LOST'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_LOST'); -var _emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_CCD = Module['_emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_CCD'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_CCD'); -var _emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_FOUND = Module['_emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_FOUND'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_FOUND'); -var _emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_PERSISTS = Module['_emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_PERSISTS'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_PERSISTS'); -var _emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_LOST = Module['_emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_LOST'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_LOST'); -var _emscripten_enum_PxPairFlagEnum_eNOTIFY_CONTACT_POINTS = Module['_emscripten_enum_PxPairFlagEnum_eNOTIFY_CONTACT_POINTS'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eNOTIFY_CONTACT_POINTS'); -var _emscripten_enum_PxPairFlagEnum_eDETECT_DISCRETE_CONTACT = Module['_emscripten_enum_PxPairFlagEnum_eDETECT_DISCRETE_CONTACT'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eDETECT_DISCRETE_CONTACT'); -var _emscripten_enum_PxPairFlagEnum_eDETECT_CCD_CONTACT = Module['_emscripten_enum_PxPairFlagEnum_eDETECT_CCD_CONTACT'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eDETECT_CCD_CONTACT'); -var _emscripten_enum_PxPairFlagEnum_ePRE_SOLVER_VELOCITY = Module['_emscripten_enum_PxPairFlagEnum_ePRE_SOLVER_VELOCITY'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_ePRE_SOLVER_VELOCITY'); -var _emscripten_enum_PxPairFlagEnum_ePOST_SOLVER_VELOCITY = Module['_emscripten_enum_PxPairFlagEnum_ePOST_SOLVER_VELOCITY'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_ePOST_SOLVER_VELOCITY'); -var _emscripten_enum_PxPairFlagEnum_eCONTACT_EVENT_POSE = Module['_emscripten_enum_PxPairFlagEnum_eCONTACT_EVENT_POSE'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eCONTACT_EVENT_POSE'); -var _emscripten_enum_PxPairFlagEnum_eNEXT_FREE = Module['_emscripten_enum_PxPairFlagEnum_eNEXT_FREE'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eNEXT_FREE'); -var _emscripten_enum_PxPairFlagEnum_eCONTACT_DEFAULT = Module['_emscripten_enum_PxPairFlagEnum_eCONTACT_DEFAULT'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eCONTACT_DEFAULT'); -var _emscripten_enum_PxPairFlagEnum_eTRIGGER_DEFAULT = Module['_emscripten_enum_PxPairFlagEnum_eTRIGGER_DEFAULT'] = createExportWrapper('emscripten_enum_PxPairFlagEnum_eTRIGGER_DEFAULT'); -var _emscripten_enum_PxPrismaticJointFlagEnum_eLIMIT_ENABLED = Module['_emscripten_enum_PxPrismaticJointFlagEnum_eLIMIT_ENABLED'] = createExportWrapper('emscripten_enum_PxPrismaticJointFlagEnum_eLIMIT_ENABLED'); -var _emscripten_enum_PxPruningStructureTypeEnum_eNONE = Module['_emscripten_enum_PxPruningStructureTypeEnum_eNONE'] = createExportWrapper('emscripten_enum_PxPruningStructureTypeEnum_eNONE'); -var _emscripten_enum_PxPruningStructureTypeEnum_eDYNAMIC_AABB_TREE = Module['_emscripten_enum_PxPruningStructureTypeEnum_eDYNAMIC_AABB_TREE'] = createExportWrapper('emscripten_enum_PxPruningStructureTypeEnum_eDYNAMIC_AABB_TREE'); -var _emscripten_enum_PxPruningStructureTypeEnum_eSTATIC_AABB_TREE = Module['_emscripten_enum_PxPruningStructureTypeEnum_eSTATIC_AABB_TREE'] = createExportWrapper('emscripten_enum_PxPruningStructureTypeEnum_eSTATIC_AABB_TREE'); -var _emscripten_enum_PxPvdInstrumentationFlagEnum_eDEBUG = Module['_emscripten_enum_PxPvdInstrumentationFlagEnum_eDEBUG'] = createExportWrapper('emscripten_enum_PxPvdInstrumentationFlagEnum_eDEBUG'); -var _emscripten_enum_PxPvdInstrumentationFlagEnum_ePROFILE = Module['_emscripten_enum_PxPvdInstrumentationFlagEnum_ePROFILE'] = createExportWrapper('emscripten_enum_PxPvdInstrumentationFlagEnum_ePROFILE'); -var _emscripten_enum_PxPvdInstrumentationFlagEnum_eMEMORY = Module['_emscripten_enum_PxPvdInstrumentationFlagEnum_eMEMORY'] = createExportWrapper('emscripten_enum_PxPvdInstrumentationFlagEnum_eMEMORY'); -var _emscripten_enum_PxPvdInstrumentationFlagEnum_eALL = Module['_emscripten_enum_PxPvdInstrumentationFlagEnum_eALL'] = createExportWrapper('emscripten_enum_PxPvdInstrumentationFlagEnum_eALL'); -var _emscripten_enum_PxQueryFlagEnum_eSTATIC = Module['_emscripten_enum_PxQueryFlagEnum_eSTATIC'] = createExportWrapper('emscripten_enum_PxQueryFlagEnum_eSTATIC'); -var _emscripten_enum_PxQueryFlagEnum_eDYNAMIC = Module['_emscripten_enum_PxQueryFlagEnum_eDYNAMIC'] = createExportWrapper('emscripten_enum_PxQueryFlagEnum_eDYNAMIC'); -var _emscripten_enum_PxQueryFlagEnum_ePREFILTER = Module['_emscripten_enum_PxQueryFlagEnum_ePREFILTER'] = createExportWrapper('emscripten_enum_PxQueryFlagEnum_ePREFILTER'); -var _emscripten_enum_PxQueryFlagEnum_ePOSTFILTER = Module['_emscripten_enum_PxQueryFlagEnum_ePOSTFILTER'] = createExportWrapper('emscripten_enum_PxQueryFlagEnum_ePOSTFILTER'); -var _emscripten_enum_PxQueryFlagEnum_eANY_HIT = Module['_emscripten_enum_PxQueryFlagEnum_eANY_HIT'] = createExportWrapper('emscripten_enum_PxQueryFlagEnum_eANY_HIT'); -var _emscripten_enum_PxQueryFlagEnum_eNO_BLOCK = Module['_emscripten_enum_PxQueryFlagEnum_eNO_BLOCK'] = createExportWrapper('emscripten_enum_PxQueryFlagEnum_eNO_BLOCK'); -var _emscripten_enum_PxRevoluteJointFlagEnum_eLIMIT_ENABLED = Module['_emscripten_enum_PxRevoluteJointFlagEnum_eLIMIT_ENABLED'] = createExportWrapper('emscripten_enum_PxRevoluteJointFlagEnum_eLIMIT_ENABLED'); -var _emscripten_enum_PxRevoluteJointFlagEnum_eDRIVE_ENABLED = Module['_emscripten_enum_PxRevoluteJointFlagEnum_eDRIVE_ENABLED'] = createExportWrapper('emscripten_enum_PxRevoluteJointFlagEnum_eDRIVE_ENABLED'); -var _emscripten_enum_PxRevoluteJointFlagEnum_eDRIVE_FREESPIN = Module['_emscripten_enum_PxRevoluteJointFlagEnum_eDRIVE_FREESPIN'] = createExportWrapper('emscripten_enum_PxRevoluteJointFlagEnum_eDRIVE_FREESPIN'); -var _emscripten_enum_PxRigidBodyFlagEnum_eKINEMATIC = Module['_emscripten_enum_PxRigidBodyFlagEnum_eKINEMATIC'] = createExportWrapper('emscripten_enum_PxRigidBodyFlagEnum_eKINEMATIC'); -var _emscripten_enum_PxRigidBodyFlagEnum_eUSE_KINEMATIC_TARGET_FOR_SCENE_QUERIES = Module['_emscripten_enum_PxRigidBodyFlagEnum_eUSE_KINEMATIC_TARGET_FOR_SCENE_QUERIES'] = createExportWrapper('emscripten_enum_PxRigidBodyFlagEnum_eUSE_KINEMATIC_TARGET_FOR_SCENE_QUERIES'); -var _emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD = Module['_emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD'] = createExportWrapper('emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD'); -var _emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD_FRICTION = Module['_emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD_FRICTION'] = createExportWrapper('emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD_FRICTION'); -var _emscripten_enum_PxRigidBodyFlagEnum_eENABLE_POSE_INTEGRATION_PREVIEW = Module['_emscripten_enum_PxRigidBodyFlagEnum_eENABLE_POSE_INTEGRATION_PREVIEW'] = createExportWrapper('emscripten_enum_PxRigidBodyFlagEnum_eENABLE_POSE_INTEGRATION_PREVIEW'); -var _emscripten_enum_PxRigidBodyFlagEnum_eENABLE_SPECULATIVE_CCD = Module['_emscripten_enum_PxRigidBodyFlagEnum_eENABLE_SPECULATIVE_CCD'] = createExportWrapper('emscripten_enum_PxRigidBodyFlagEnum_eENABLE_SPECULATIVE_CCD'); -var _emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD_MAX_CONTACT_IMPULSE = Module['_emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD_MAX_CONTACT_IMPULSE'] = createExportWrapper('emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD_MAX_CONTACT_IMPULSE'); -var _emscripten_enum_PxRigidBodyFlagEnum_eRETAIN_ACCELERATIONS = Module['_emscripten_enum_PxRigidBodyFlagEnum_eRETAIN_ACCELERATIONS'] = createExportWrapper('emscripten_enum_PxRigidBodyFlagEnum_eRETAIN_ACCELERATIONS'); -var _emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_X = Module['_emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_X'] = createExportWrapper('emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_X'); -var _emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_Y = Module['_emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_Y'] = createExportWrapper('emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_Y'); -var _emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_Z = Module['_emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_Z'] = createExportWrapper('emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_Z'); -var _emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_X = Module['_emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_X'] = createExportWrapper('emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_X'); -var _emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_Y = Module['_emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_Y'] = createExportWrapper('emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_Y'); -var _emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_Z = Module['_emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_Z'] = createExportWrapper('emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_Z'); -var _emscripten_enum_PxSceneFlagEnum_eENABLE_ACTIVE_ACTORS = Module['_emscripten_enum_PxSceneFlagEnum_eENABLE_ACTIVE_ACTORS'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eENABLE_ACTIVE_ACTORS'); -var _emscripten_enum_PxSceneFlagEnum_eENABLE_CCD = Module['_emscripten_enum_PxSceneFlagEnum_eENABLE_CCD'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eENABLE_CCD'); -var _emscripten_enum_PxSceneFlagEnum_eDISABLE_CCD_RESWEEP = Module['_emscripten_enum_PxSceneFlagEnum_eDISABLE_CCD_RESWEEP'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eDISABLE_CCD_RESWEEP'); -var _emscripten_enum_PxSceneFlagEnum_eENABLE_PCM = Module['_emscripten_enum_PxSceneFlagEnum_eENABLE_PCM'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eENABLE_PCM'); -var _emscripten_enum_PxSceneFlagEnum_eDISABLE_CONTACT_REPORT_BUFFER_RESIZE = Module['_emscripten_enum_PxSceneFlagEnum_eDISABLE_CONTACT_REPORT_BUFFER_RESIZE'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eDISABLE_CONTACT_REPORT_BUFFER_RESIZE'); -var _emscripten_enum_PxSceneFlagEnum_eDISABLE_CONTACT_CACHE = Module['_emscripten_enum_PxSceneFlagEnum_eDISABLE_CONTACT_CACHE'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eDISABLE_CONTACT_CACHE'); -var _emscripten_enum_PxSceneFlagEnum_eREQUIRE_RW_LOCK = Module['_emscripten_enum_PxSceneFlagEnum_eREQUIRE_RW_LOCK'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eREQUIRE_RW_LOCK'); -var _emscripten_enum_PxSceneFlagEnum_eENABLE_STABILIZATION = Module['_emscripten_enum_PxSceneFlagEnum_eENABLE_STABILIZATION'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eENABLE_STABILIZATION'); -var _emscripten_enum_PxSceneFlagEnum_eENABLE_AVERAGE_POINT = Module['_emscripten_enum_PxSceneFlagEnum_eENABLE_AVERAGE_POINT'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eENABLE_AVERAGE_POINT'); -var _emscripten_enum_PxSceneFlagEnum_eEXCLUDE_KINEMATICS_FROM_ACTIVE_ACTORS = Module['_emscripten_enum_PxSceneFlagEnum_eEXCLUDE_KINEMATICS_FROM_ACTIVE_ACTORS'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eEXCLUDE_KINEMATICS_FROM_ACTIVE_ACTORS'); -var _emscripten_enum_PxSceneFlagEnum_eENABLE_GPU_DYNAMICS = Module['_emscripten_enum_PxSceneFlagEnum_eENABLE_GPU_DYNAMICS'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eENABLE_GPU_DYNAMICS'); -var _emscripten_enum_PxSceneFlagEnum_eENABLE_ENHANCED_DETERMINISM = Module['_emscripten_enum_PxSceneFlagEnum_eENABLE_ENHANCED_DETERMINISM'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eENABLE_ENHANCED_DETERMINISM'); -var _emscripten_enum_PxSceneFlagEnum_eENABLE_FRICTION_EVERY_ITERATION = Module['_emscripten_enum_PxSceneFlagEnum_eENABLE_FRICTION_EVERY_ITERATION'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eENABLE_FRICTION_EVERY_ITERATION'); -var _emscripten_enum_PxSceneFlagEnum_eENABLE_DIRECT_GPU_API = Module['_emscripten_enum_PxSceneFlagEnum_eENABLE_DIRECT_GPU_API'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eENABLE_DIRECT_GPU_API'); -var _emscripten_enum_PxSceneFlagEnum_eMUTABLE_FLAGS = Module['_emscripten_enum_PxSceneFlagEnum_eMUTABLE_FLAGS'] = createExportWrapper('emscripten_enum_PxSceneFlagEnum_eMUTABLE_FLAGS'); -var _emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_ENABLED_COMMIT_ENABLED = Module['_emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_ENABLED_COMMIT_ENABLED'] = createExportWrapper('emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_ENABLED_COMMIT_ENABLED'); -var _emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_ENABLED_COMMIT_DISABLED = Module['_emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_ENABLED_COMMIT_DISABLED'] = createExportWrapper('emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_ENABLED_COMMIT_DISABLED'); -var _emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_DISABLED_COMMIT_DISABLED = Module['_emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_DISABLED_COMMIT_DISABLED'] = createExportWrapper('emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_DISABLED_COMMIT_DISABLED'); -var _emscripten_enum_PxShapeFlagEnum_eSIMULATION_SHAPE = Module['_emscripten_enum_PxShapeFlagEnum_eSIMULATION_SHAPE'] = createExportWrapper('emscripten_enum_PxShapeFlagEnum_eSIMULATION_SHAPE'); -var _emscripten_enum_PxShapeFlagEnum_eSCENE_QUERY_SHAPE = Module['_emscripten_enum_PxShapeFlagEnum_eSCENE_QUERY_SHAPE'] = createExportWrapper('emscripten_enum_PxShapeFlagEnum_eSCENE_QUERY_SHAPE'); -var _emscripten_enum_PxShapeFlagEnum_eTRIGGER_SHAPE = Module['_emscripten_enum_PxShapeFlagEnum_eTRIGGER_SHAPE'] = createExportWrapper('emscripten_enum_PxShapeFlagEnum_eTRIGGER_SHAPE'); -var _emscripten_enum_PxShapeFlagEnum_eVISUALIZATION = Module['_emscripten_enum_PxShapeFlagEnum_eVISUALIZATION'] = createExportWrapper('emscripten_enum_PxShapeFlagEnum_eVISUALIZATION'); -var _emscripten_enum_PxSolverTypeEnum_ePGS = Module['_emscripten_enum_PxSolverTypeEnum_ePGS'] = createExportWrapper('emscripten_enum_PxSolverTypeEnum_ePGS'); -var _emscripten_enum_PxSolverTypeEnum_eTGS = Module['_emscripten_enum_PxSolverTypeEnum_eTGS'] = createExportWrapper('emscripten_enum_PxSolverTypeEnum_eTGS'); -var _emscripten_enum_PxSphericalJointFlagEnum_eLIMIT_ENABLED = Module['_emscripten_enum_PxSphericalJointFlagEnum_eLIMIT_ENABLED'] = createExportWrapper('emscripten_enum_PxSphericalJointFlagEnum_eLIMIT_ENABLED'); -var _emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eVALID = Module['_emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eVALID'] = createExportWrapper('emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eVALID'); -var _emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eDEGENERATE_TETRAHEDRON = Module['_emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eDEGENERATE_TETRAHEDRON'] = createExportWrapper('emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eDEGENERATE_TETRAHEDRON'); -var _emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eMESH_IS_PROBLEMATIC = Module['_emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eMESH_IS_PROBLEMATIC'] = createExportWrapper('emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eMESH_IS_PROBLEMATIC'); -var _emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eMESH_IS_INVALID = Module['_emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eMESH_IS_INVALID'] = createExportWrapper('emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eMESH_IS_INVALID'); -var _emscripten_enum_PxTetrahedronMeshFlagEnum_e16_BIT_INDICES = Module['_emscripten_enum_PxTetrahedronMeshFlagEnum_e16_BIT_INDICES'] = createExportWrapper('emscripten_enum_PxTetrahedronMeshFlagEnum_e16_BIT_INDICES'); -var _emscripten_enum_PxTetrahedronMeshFormatEnum_eTET_MESH = Module['_emscripten_enum_PxTetrahedronMeshFormatEnum_eTET_MESH'] = createExportWrapper('emscripten_enum_PxTetrahedronMeshFormatEnum_eTET_MESH'); -var _emscripten_enum_PxTetrahedronMeshFormatEnum_eHEX_MESH = Module['_emscripten_enum_PxTetrahedronMeshFormatEnum_eHEX_MESH'] = createExportWrapper('emscripten_enum_PxTetrahedronMeshFormatEnum_eHEX_MESH'); -var _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eVALID = Module['_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eVALID'] = createExportWrapper('emscripten_enum_PxTriangleMeshAnalysisResultEnum_eVALID'); -var _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eZERO_VOLUME = Module['_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eZERO_VOLUME'] = createExportWrapper('emscripten_enum_PxTriangleMeshAnalysisResultEnum_eZERO_VOLUME'); -var _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eOPEN_BOUNDARIES = Module['_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eOPEN_BOUNDARIES'] = createExportWrapper('emscripten_enum_PxTriangleMeshAnalysisResultEnum_eOPEN_BOUNDARIES'); -var _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eSELF_INTERSECTIONS = Module['_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eSELF_INTERSECTIONS'] = createExportWrapper('emscripten_enum_PxTriangleMeshAnalysisResultEnum_eSELF_INTERSECTIONS'); -var _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eINCONSISTENT_TRIANGLE_ORIENTATION = Module['_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eINCONSISTENT_TRIANGLE_ORIENTATION'] = createExportWrapper('emscripten_enum_PxTriangleMeshAnalysisResultEnum_eINCONSISTENT_TRIANGLE_ORIENTATION'); -var _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_ACUTE_ANGLED_TRIANGLES = Module['_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_ACUTE_ANGLED_TRIANGLES'] = createExportWrapper('emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_ACUTE_ANGLED_TRIANGLES'); -var _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eEDGE_SHARED_BY_MORE_THAN_TWO_TRIANGLES = Module['_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eEDGE_SHARED_BY_MORE_THAN_TWO_TRIANGLES'] = createExportWrapper('emscripten_enum_PxTriangleMeshAnalysisResultEnum_eEDGE_SHARED_BY_MORE_THAN_TWO_TRIANGLES'); -var _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_DUPLICATE_POINTS = Module['_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_DUPLICATE_POINTS'] = createExportWrapper('emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_DUPLICATE_POINTS'); -var _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_INVALID_POINTS = Module['_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_INVALID_POINTS'] = createExportWrapper('emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_INVALID_POINTS'); -var _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eREQUIRES_32BIT_INDEX_BUFFER = Module['_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eREQUIRES_32BIT_INDEX_BUFFER'] = createExportWrapper('emscripten_enum_PxTriangleMeshAnalysisResultEnum_eREQUIRES_32BIT_INDEX_BUFFER'); -var _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eTRIANGLE_INDEX_OUT_OF_RANGE = Module['_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eTRIANGLE_INDEX_OUT_OF_RANGE'] = createExportWrapper('emscripten_enum_PxTriangleMeshAnalysisResultEnum_eTRIANGLE_INDEX_OUT_OF_RANGE'); -var _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eMESH_IS_PROBLEMATIC = Module['_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eMESH_IS_PROBLEMATIC'] = createExportWrapper('emscripten_enum_PxTriangleMeshAnalysisResultEnum_eMESH_IS_PROBLEMATIC'); -var _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eMESH_IS_INVALID = Module['_emscripten_enum_PxTriangleMeshAnalysisResultEnum_eMESH_IS_INVALID'] = createExportWrapper('emscripten_enum_PxTriangleMeshAnalysisResultEnum_eMESH_IS_INVALID'); -var _emscripten_enum_PxTriangleMeshFlagEnum_e16_BIT_INDICES = Module['_emscripten_enum_PxTriangleMeshFlagEnum_e16_BIT_INDICES'] = createExportWrapper('emscripten_enum_PxTriangleMeshFlagEnum_e16_BIT_INDICES'); -var _emscripten_enum_PxTriangleMeshFlagEnum_eADJACENCY_INFO = Module['_emscripten_enum_PxTriangleMeshFlagEnum_eADJACENCY_INFO'] = createExportWrapper('emscripten_enum_PxTriangleMeshFlagEnum_eADJACENCY_INFO'); -var _emscripten_enum_PxTriggerPairFlagEnum_eREMOVED_SHAPE_TRIGGER = Module['_emscripten_enum_PxTriggerPairFlagEnum_eREMOVED_SHAPE_TRIGGER'] = createExportWrapper('emscripten_enum_PxTriggerPairFlagEnum_eREMOVED_SHAPE_TRIGGER'); -var _emscripten_enum_PxTriggerPairFlagEnum_eREMOVED_SHAPE_OTHER = Module['_emscripten_enum_PxTriggerPairFlagEnum_eREMOVED_SHAPE_OTHER'] = createExportWrapper('emscripten_enum_PxTriggerPairFlagEnum_eREMOVED_SHAPE_OTHER'); -var _emscripten_enum_PxTriggerPairFlagEnum_eNEXT_FREE = Module['_emscripten_enum_PxTriggerPairFlagEnum_eNEXT_FREE'] = createExportWrapper('emscripten_enum_PxTriggerPairFlagEnum_eNEXT_FREE'); -var _emscripten_enum_PxVehicleAxesEnum_ePosX = Module['_emscripten_enum_PxVehicleAxesEnum_ePosX'] = createExportWrapper('emscripten_enum_PxVehicleAxesEnum_ePosX'); -var _emscripten_enum_PxVehicleAxesEnum_eNegX = Module['_emscripten_enum_PxVehicleAxesEnum_eNegX'] = createExportWrapper('emscripten_enum_PxVehicleAxesEnum_eNegX'); -var _emscripten_enum_PxVehicleAxesEnum_ePosY = Module['_emscripten_enum_PxVehicleAxesEnum_ePosY'] = createExportWrapper('emscripten_enum_PxVehicleAxesEnum_ePosY'); -var _emscripten_enum_PxVehicleAxesEnum_eNegY = Module['_emscripten_enum_PxVehicleAxesEnum_eNegY'] = createExportWrapper('emscripten_enum_PxVehicleAxesEnum_eNegY'); -var _emscripten_enum_PxVehicleAxesEnum_ePosZ = Module['_emscripten_enum_PxVehicleAxesEnum_ePosZ'] = createExportWrapper('emscripten_enum_PxVehicleAxesEnum_ePosZ'); -var _emscripten_enum_PxVehicleAxesEnum_eNegZ = Module['_emscripten_enum_PxVehicleAxesEnum_eNegZ'] = createExportWrapper('emscripten_enum_PxVehicleAxesEnum_eNegZ'); -var _emscripten_enum_PxVehicleClutchAccuracyModeEnum_eESTIMATE = Module['_emscripten_enum_PxVehicleClutchAccuracyModeEnum_eESTIMATE'] = createExportWrapper('emscripten_enum_PxVehicleClutchAccuracyModeEnum_eESTIMATE'); -var _emscripten_enum_PxVehicleClutchAccuracyModeEnum_eBEST_POSSIBLE = Module['_emscripten_enum_PxVehicleClutchAccuracyModeEnum_eBEST_POSSIBLE'] = createExportWrapper('emscripten_enum_PxVehicleClutchAccuracyModeEnum_eBEST_POSSIBLE'); -var _emscripten_enum_PxVehicleCommandNonLinearResponseParamsEnum_eMAX_NB_COMMAND_VALUES = Module['_emscripten_enum_PxVehicleCommandNonLinearResponseParamsEnum_eMAX_NB_COMMAND_VALUES'] = createExportWrapper('emscripten_enum_PxVehicleCommandNonLinearResponseParamsEnum_eMAX_NB_COMMAND_VALUES'); -var _emscripten_enum_PxVehicleCommandValueResponseTableEnum_eMAX_NB_SPEED_RESPONSES = Module['_emscripten_enum_PxVehicleCommandValueResponseTableEnum_eMAX_NB_SPEED_RESPONSES'] = createExportWrapper('emscripten_enum_PxVehicleCommandValueResponseTableEnum_eMAX_NB_SPEED_RESPONSES'); -var _emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eREVERSE = Module['_emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eREVERSE'] = createExportWrapper('emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eREVERSE'); -var _emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eNEUTRAL = Module['_emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eNEUTRAL'] = createExportWrapper('emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eNEUTRAL'); -var _emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eFORWARD = Module['_emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eFORWARD'] = createExportWrapper('emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eFORWARD'); -var _emscripten_enum_PxVehicleEngineDriveTransmissionCommandStateEnum_eAUTOMATIC_GEAR = Module['_emscripten_enum_PxVehicleEngineDriveTransmissionCommandStateEnum_eAUTOMATIC_GEAR'] = createExportWrapper('emscripten_enum_PxVehicleEngineDriveTransmissionCommandStateEnum_eAUTOMATIC_GEAR'); -var _emscripten_enum_PxVehicleGearboxParamsEnum_eMAX_NB_GEARS = Module['_emscripten_enum_PxVehicleGearboxParamsEnum_eMAX_NB_GEARS'] = createExportWrapper('emscripten_enum_PxVehicleGearboxParamsEnum_eMAX_NB_GEARS'); -var _emscripten_enum_PxVehicleLimitsEnum_eMAX_NB_WHEELS = Module['_emscripten_enum_PxVehicleLimitsEnum_eMAX_NB_WHEELS'] = createExportWrapper('emscripten_enum_PxVehicleLimitsEnum_eMAX_NB_WHEELS'); -var _emscripten_enum_PxVehicleLimitsEnum_eMAX_NB_AXLES = Module['_emscripten_enum_PxVehicleLimitsEnum_eMAX_NB_AXLES'] = createExportWrapper('emscripten_enum_PxVehicleLimitsEnum_eMAX_NB_AXLES'); -var _emscripten_enum_PxVehiclePhysXActorUpdateModeEnum_eAPPLY_VELOCITY = Module['_emscripten_enum_PxVehiclePhysXActorUpdateModeEnum_eAPPLY_VELOCITY'] = createExportWrapper('emscripten_enum_PxVehiclePhysXActorUpdateModeEnum_eAPPLY_VELOCITY'); -var _emscripten_enum_PxVehiclePhysXActorUpdateModeEnum_eAPPLY_ACCELERATION = Module['_emscripten_enum_PxVehiclePhysXActorUpdateModeEnum_eAPPLY_ACCELERATION'] = createExportWrapper('emscripten_enum_PxVehiclePhysXActorUpdateModeEnum_eAPPLY_ACCELERATION'); -var _emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_DOFS_PER_PXCONSTRAINT = Module['_emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_DOFS_PER_PXCONSTRAINT'] = createExportWrapper('emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_DOFS_PER_PXCONSTRAINT'); -var _emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_DOFS_PER_WHEEL = Module['_emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_DOFS_PER_WHEEL'] = createExportWrapper('emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_DOFS_PER_WHEEL'); -var _emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_WHEELS_PER_PXCONSTRAINT = Module['_emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_WHEELS_PER_PXCONSTRAINT'] = createExportWrapper('emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_WHEELS_PER_PXCONSTRAINT'); -var _emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_CONSTRAINTS_PER_VEHICLE = Module['_emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_CONSTRAINTS_PER_VEHICLE'] = createExportWrapper('emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_CONSTRAINTS_PER_VEHICLE'); -var _emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eNONE = Module['_emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eNONE'] = createExportWrapper('emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eNONE'); -var _emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eRAYCAST = Module['_emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eRAYCAST'] = createExportWrapper('emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eRAYCAST'); -var _emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eSWEEP = Module['_emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eSWEEP'] = createExportWrapper('emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eSWEEP'); -var _emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eSUSPENSION = Module['_emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eSUSPENSION'] = createExportWrapper('emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eSUSPENSION'); -var _emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eROAD_GEOMETRY_NORMAL = Module['_emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eROAD_GEOMETRY_NORMAL'] = createExportWrapper('emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eROAD_GEOMETRY_NORMAL'); -var _emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eNONE = Module['_emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eNONE'] = createExportWrapper('emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eNONE'); -var _emscripten_enum_PxVehicleSimulationContextTypeEnum_eDEFAULT = Module['_emscripten_enum_PxVehicleSimulationContextTypeEnum_eDEFAULT'] = createExportWrapper('emscripten_enum_PxVehicleSimulationContextTypeEnum_eDEFAULT'); -var _emscripten_enum_PxVehicleSimulationContextTypeEnum_ePHYSX = Module['_emscripten_enum_PxVehicleSimulationContextTypeEnum_ePHYSX'] = createExportWrapper('emscripten_enum_PxVehicleSimulationContextTypeEnum_ePHYSX'); -var _emscripten_enum_PxVehicleSuspensionJounceCalculationTypeEnum_eRAYCAST = Module['_emscripten_enum_PxVehicleSuspensionJounceCalculationTypeEnum_eRAYCAST'] = createExportWrapper('emscripten_enum_PxVehicleSuspensionJounceCalculationTypeEnum_eRAYCAST'); -var _emscripten_enum_PxVehicleSuspensionJounceCalculationTypeEnum_eSWEEP = Module['_emscripten_enum_PxVehicleSuspensionJounceCalculationTypeEnum_eSWEEP'] = createExportWrapper('emscripten_enum_PxVehicleSuspensionJounceCalculationTypeEnum_eSWEEP'); -var _emscripten_enum_PxVehicleTireDirectionModesEnum_eLONGITUDINAL = Module['_emscripten_enum_PxVehicleTireDirectionModesEnum_eLONGITUDINAL'] = createExportWrapper('emscripten_enum_PxVehicleTireDirectionModesEnum_eLONGITUDINAL'); -var _emscripten_enum_PxVehicleTireDirectionModesEnum_eLATERAL = Module['_emscripten_enum_PxVehicleTireDirectionModesEnum_eLATERAL'] = createExportWrapper('emscripten_enum_PxVehicleTireDirectionModesEnum_eLATERAL'); -var _emscripten_enum_PxVisualizationParameterEnum_eSCALE = Module['_emscripten_enum_PxVisualizationParameterEnum_eSCALE'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eSCALE'); -var _emscripten_enum_PxVisualizationParameterEnum_eWORLD_AXES = Module['_emscripten_enum_PxVisualizationParameterEnum_eWORLD_AXES'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eWORLD_AXES'); -var _emscripten_enum_PxVisualizationParameterEnum_eBODY_AXES = Module['_emscripten_enum_PxVisualizationParameterEnum_eBODY_AXES'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eBODY_AXES'); -var _emscripten_enum_PxVisualizationParameterEnum_eBODY_MASS_AXES = Module['_emscripten_enum_PxVisualizationParameterEnum_eBODY_MASS_AXES'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eBODY_MASS_AXES'); -var _emscripten_enum_PxVisualizationParameterEnum_eBODY_LIN_VELOCITY = Module['_emscripten_enum_PxVisualizationParameterEnum_eBODY_LIN_VELOCITY'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eBODY_LIN_VELOCITY'); -var _emscripten_enum_PxVisualizationParameterEnum_eBODY_ANG_VELOCITY = Module['_emscripten_enum_PxVisualizationParameterEnum_eBODY_ANG_VELOCITY'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eBODY_ANG_VELOCITY'); -var _emscripten_enum_PxVisualizationParameterEnum_eCONTACT_POINT = Module['_emscripten_enum_PxVisualizationParameterEnum_eCONTACT_POINT'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eCONTACT_POINT'); -var _emscripten_enum_PxVisualizationParameterEnum_eCONTACT_NORMAL = Module['_emscripten_enum_PxVisualizationParameterEnum_eCONTACT_NORMAL'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eCONTACT_NORMAL'); -var _emscripten_enum_PxVisualizationParameterEnum_eCONTACT_ERROR = Module['_emscripten_enum_PxVisualizationParameterEnum_eCONTACT_ERROR'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eCONTACT_ERROR'); -var _emscripten_enum_PxVisualizationParameterEnum_eCONTACT_FORCE = Module['_emscripten_enum_PxVisualizationParameterEnum_eCONTACT_FORCE'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eCONTACT_FORCE'); -var _emscripten_enum_PxVisualizationParameterEnum_eACTOR_AXES = Module['_emscripten_enum_PxVisualizationParameterEnum_eACTOR_AXES'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eACTOR_AXES'); -var _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_AABBS = Module['_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_AABBS'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_AABBS'); -var _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_SHAPES = Module['_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_SHAPES'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_SHAPES'); -var _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_AXES = Module['_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_AXES'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_AXES'); -var _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_COMPOUNDS = Module['_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_COMPOUNDS'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_COMPOUNDS'); -var _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_FNORMALS = Module['_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_FNORMALS'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_FNORMALS'); -var _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_EDGES = Module['_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_EDGES'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_EDGES'); -var _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_STATIC = Module['_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_STATIC'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_STATIC'); -var _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_DYNAMIC = Module['_emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_DYNAMIC'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_DYNAMIC'); -var _emscripten_enum_PxVisualizationParameterEnum_eJOINT_LOCAL_FRAMES = Module['_emscripten_enum_PxVisualizationParameterEnum_eJOINT_LOCAL_FRAMES'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eJOINT_LOCAL_FRAMES'); -var _emscripten_enum_PxVisualizationParameterEnum_eJOINT_LIMITS = Module['_emscripten_enum_PxVisualizationParameterEnum_eJOINT_LIMITS'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eJOINT_LIMITS'); -var _emscripten_enum_PxVisualizationParameterEnum_eCULL_BOX = Module['_emscripten_enum_PxVisualizationParameterEnum_eCULL_BOX'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eCULL_BOX'); -var _emscripten_enum_PxVisualizationParameterEnum_eMBP_REGIONS = Module['_emscripten_enum_PxVisualizationParameterEnum_eMBP_REGIONS'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eMBP_REGIONS'); -var _emscripten_enum_PxVisualizationParameterEnum_eSIMULATION_MESH = Module['_emscripten_enum_PxVisualizationParameterEnum_eSIMULATION_MESH'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eSIMULATION_MESH'); -var _emscripten_enum_PxVisualizationParameterEnum_eSDF = Module['_emscripten_enum_PxVisualizationParameterEnum_eSDF'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eSDF'); -var _emscripten_enum_PxVisualizationParameterEnum_eNUM_VALUES = Module['_emscripten_enum_PxVisualizationParameterEnum_eNUM_VALUES'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eNUM_VALUES'); -var _emscripten_enum_PxVisualizationParameterEnum_eFORCE_DWORD = Module['_emscripten_enum_PxVisualizationParameterEnum_eFORCE_DWORD'] = createExportWrapper('emscripten_enum_PxVisualizationParameterEnum_eFORCE_DWORD'); -var ___errno_location = createExportWrapper('__errno_location'); -var _fflush = Module['_fflush'] = createExportWrapper('fflush'); -var _emscripten_stack_init = () => (_emscripten_stack_init = wasmExports['emscripten_stack_init'])(); -var _emscripten_stack_get_free = () => (_emscripten_stack_get_free = wasmExports['emscripten_stack_get_free'])(); -var _emscripten_stack_get_base = () => (_emscripten_stack_get_base = wasmExports['emscripten_stack_get_base'])(); -var _emscripten_stack_get_end = () => (_emscripten_stack_get_end = wasmExports['emscripten_stack_get_end'])(); -var stackSave = createExportWrapper('stackSave'); -var stackRestore = createExportWrapper('stackRestore'); -var stackAlloc = createExportWrapper('stackAlloc'); -var _emscripten_stack_get_current = () => (_emscripten_stack_get_current = wasmExports['emscripten_stack_get_current'])(); -var dynCall_ji = Module['dynCall_ji'] = createExportWrapper('dynCall_ji'); -var dynCall_viij = Module['dynCall_viij'] = createExportWrapper('dynCall_viij'); -var dynCall_vij = Module['dynCall_vij'] = createExportWrapper('dynCall_vij'); -var dynCall_iij = Module['dynCall_iij'] = createExportWrapper('dynCall_iij'); -var dynCall_jii = Module['dynCall_jii'] = createExportWrapper('dynCall_jii'); -var dynCall_viiji = Module['dynCall_viiji'] = createExportWrapper('dynCall_viiji'); -var dynCall_viijijj = Module['dynCall_viijijj'] = createExportWrapper('dynCall_viijijj'); -var dynCall_viijj = Module['dynCall_viijj'] = createExportWrapper('dynCall_viijj'); -var dynCall_iiiij = Module['dynCall_iiiij'] = createExportWrapper('dynCall_iiiij'); -var dynCall_viiiij = Module['dynCall_viiiij'] = createExportWrapper('dynCall_viiiij'); -var dynCall_jiji = Module['dynCall_jiji'] = createExportWrapper('dynCall_jiji'); - - -// include: postamble.js -// === Auto-generated postamble setup entry stuff === - -var missingLibrarySymbols = [ - 'writeI53ToI64', - 'writeI53ToI64Clamped', - 'writeI53ToI64Signaling', - 'writeI53ToU64Clamped', - 'writeI53ToU64Signaling', - 'readI53FromI64', - 'readI53FromU64', - 'convertI32PairToI53', - 'convertU32PairToI53', - 'zeroMemory', - 'growMemory', - 'isLeapYear', - 'ydayFromDate', - 'arraySum', - 'addDays', - 'setErrNo', - 'inetPton4', - 'inetNtop4', - 'inetPton6', - 'inetNtop6', - 'readSockaddr', - 'writeSockaddr', - 'getHostByName', - 'initRandomFill', - 'randomFill', - 'getCallstack', - 'emscriptenLog', - 'convertPCtoSourceLocation', - 'runMainThreadEmAsm', - 'jstoi_q', - 'jstoi_s', - 'getExecutableName', - 'listenOnce', - 'autoResumeAudioContext', - 'dynCallLegacy', - 'getDynCaller', - 'dynCall', - 'handleException', - 'runtimeKeepalivePush', - 'runtimeKeepalivePop', - 'callUserCallback', - 'maybeExit', - 'asmjsMangle', - 'asyncLoad', - 'alignMemory', - 'mmapAlloc', - 'handleAllocatorInit', - 'HandleAllocator', - 'getNativeTypeSize', - 'STACK_SIZE', - 'STACK_ALIGN', - 'POINTER_SIZE', - 'ASSERTIONS', - 'getCFunc', - 'ccall', - 'cwrap', - 'uleb128Encode', - 'sigToWasmTypes', - 'generateFuncType', - 'convertJsFunctionToWasm', - 'getEmptyTableSlot', - 'updateTableMap', - 'getFunctionAddress', - 'addFunction', - 'removeFunction', - 'reallyNegative', - 'unSign', - 'strLen', - 'reSign', - 'formatString', - 'stringToUTF8', - 'intArrayToString', - 'AsciiToString', - 'stringToAscii', - 'UTF16ToString', - 'stringToUTF16', - 'lengthBytesUTF16', - 'UTF32ToString', - 'stringToUTF32', - 'lengthBytesUTF32', - 'stringToNewUTF8', - 'stringToUTF8OnStack', - 'writeArrayToMemory', - 'registerKeyEventCallback', - 'maybeCStringToJsString', - 'findEventTarget', - 'findCanvasEventTarget', - 'getBoundingClientRect', - 'fillMouseEventData', - 'registerMouseEventCallback', - 'registerWheelEventCallback', - 'registerUiEventCallback', - 'registerFocusEventCallback', - 'fillDeviceOrientationEventData', - 'registerDeviceOrientationEventCallback', - 'fillDeviceMotionEventData', - 'registerDeviceMotionEventCallback', - 'screenOrientation', - 'fillOrientationChangeEventData', - 'registerOrientationChangeEventCallback', - 'fillFullscreenChangeEventData', - 'registerFullscreenChangeEventCallback', - 'JSEvents_requestFullscreen', - 'JSEvents_resizeCanvasForFullscreen', - 'registerRestoreOldStyle', - 'hideEverythingExceptGivenElement', - 'restoreHiddenElements', - 'setLetterbox', - 'softFullscreenResizeWebGLRenderTarget', - 'doRequestFullscreen', - 'fillPointerlockChangeEventData', - 'registerPointerlockChangeEventCallback', - 'registerPointerlockErrorEventCallback', - 'requestPointerLock', - 'fillVisibilityChangeEventData', - 'registerVisibilityChangeEventCallback', - 'registerTouchEventCallback', - 'fillGamepadEventData', - 'registerGamepadEventCallback', - 'disableGamepadApiIfItThrows', - 'registerBeforeUnloadEventCallback', - 'fillBatteryEventData', - 'battery', - 'registerBatteryEventCallback', - 'setCanvasElementSize', - 'getCanvasElementSize', - 'demangle', - 'demangleAll', - 'jsStackTrace', - 'stackTrace', - 'getEnvStrings', - 'checkWasiClock', - 'wasiRightsToMuslOFlags', - 'wasiOFlagsToMuslOFlags', - 'createDyncallWrapper', - 'safeSetTimeout', - 'setImmediateWrapped', - 'clearImmediateWrapped', - 'polyfillSetImmediate', - 'getPromise', - 'makePromise', - 'idsToPromises', - 'makePromiseCallback', - 'ExceptionInfo', - 'findMatchingCatch', - 'Browser_asyncPrepareDataCounter', - 'setMainLoop', - 'getSocketFromFD', - 'getSocketAddress', - 'heapObjectForWebGLType', - 'heapAccessShiftForWebGLHeap', - 'webgl_enable_ANGLE_instanced_arrays', - 'webgl_enable_OES_vertex_array_object', - 'webgl_enable_WEBGL_draw_buffers', - 'webgl_enable_WEBGL_multi_draw', - 'emscriptenWebGLGet', - 'computeUnpackAlignedImageSize', - 'colorChannelsInGlTextureFormat', - 'emscriptenWebGLGetTexPixelData', - '__glGenObject', - 'emscriptenWebGLGetUniform', - 'webglGetUniformLocation', - 'webglPrepareUniformLocationsBeforeFirstUse', - 'webglGetLeftBracePos', - 'emscriptenWebGLGetVertexAttrib', - '__glGetActiveAttribOrUniform', - 'writeGLArray', - 'registerWebGlEventCallback', - 'runAndAbortIfError', - 'SDL_unicode', - 'SDL_ttfContext', - 'SDL_audio', - 'ALLOC_NORMAL', - 'ALLOC_STACK', - 'allocate', - 'writeStringToMemory', - 'writeAsciiToMemory', -]; -missingLibrarySymbols.forEach(missingLibrarySymbol) - -var unexportedSymbols = [ - 'run', - 'addOnPreRun', - 'addOnInit', - 'addOnPreMain', - 'addOnExit', - 'addOnPostRun', - 'addRunDependency', - 'removeRunDependency', - 'FS_createFolder', - 'FS_createPath', - 'FS_createLazyFile', - 'FS_createLink', - 'FS_createDevice', - 'FS_readFile', - 'out', - 'err', - 'callMain', - 'abort', - 'wasmMemory', - 'wasmExports', - 'stackAlloc', - 'stackSave', - 'stackRestore', - 'getTempRet0', - 'setTempRet0', - 'writeStackCookie', - 'checkStackCookie', - 'convertI32PairToI53Checked', - 'ptrToString', - 'exitJS', - 'getHeapMax', - 'abortOnCannotGrowMemory', - 'ENV', - 'MONTH_DAYS_REGULAR', - 'MONTH_DAYS_LEAP', - 'MONTH_DAYS_REGULAR_CUMULATIVE', - 'MONTH_DAYS_LEAP_CUMULATIVE', - 'ERRNO_CODES', - 'ERRNO_MESSAGES', - 'DNS', - 'Protocols', - 'Sockets', - 'timers', - 'warnOnce', - 'UNWIND_CACHE', - 'readEmAsmArgsArray', - 'readEmAsmArgs', - 'runEmAsmFunction', - 'keepRuntimeAlive', - 'wasmTable', - 'noExitRuntime', - 'freeTableIndexes', - 'functionsInTableMap', - 'setValue', - 'getValue', - 'PATH', - 'PATH_FS', - 'UTF8Decoder', - 'UTF8ArrayToString', - 'UTF8ToString', - 'stringToUTF8Array', - 'lengthBytesUTF8', - 'intArrayFromString', - 'UTF16Decoder', - 'JSEvents', - 'specialHTMLTargets', - 'currentFullscreenStrategy', - 'restoreOldWindowedStyle', - 'ExitStatus', - 'flush_NO_FILESYSTEM', - 'promiseMap', - 'uncaughtExceptionCount', - 'exceptionLast', - 'exceptionCaught', - 'Browser', - 'wget', - 'SYSCALLS', - 'tempFixedLengthArray', - 'miniTempWebGLFloatBuffers', - 'miniTempWebGLIntBuffers', - 'GL', - 'emscripten_webgl_power_preferences', - 'AL', - 'GLUT', - 'EGL', - 'GLEW', - 'IDBStore', - 'SDL', - 'SDL_gfx', - 'allocateUTF8', - 'allocateUTF8OnStack', -]; -unexportedSymbols.forEach(unexportedRuntimeSymbol); - - - -var calledRun; - -dependenciesFulfilled = function runCaller() { - // If run has never been called, and we should call run (INVOKE_RUN is true, and Module.noInitialRun is not false) - if (!calledRun) run(); - if (!calledRun) dependenciesFulfilled = runCaller; // try this again later, after new deps are fulfilled -}; - -function stackCheckInit() { - // This is normally called automatically during __wasm_call_ctors but need to - // get these values before even running any of the ctors so we call it redundantly - // here. - _emscripten_stack_init(); - // TODO(sbc): Move writeStackCookie to native to to avoid this. - writeStackCookie(); -} - -function run() { - - if (runDependencies > 0) { - return; - } - - stackCheckInit(); - - preRun(); - - // a preRun added a dependency, run will be called later - if (runDependencies > 0) { - return; - } - - function doRun() { - // run may have just been called through dependencies being fulfilled just in this very frame, - // or while the async setStatus time below was happening - if (calledRun) return; - calledRun = true; - Module['calledRun'] = true; - - if (ABORT) return; - - initRuntime(); - - readyPromiseResolve(Module); - if (Module['onRuntimeInitialized']) Module['onRuntimeInitialized'](); - - assert(!Module['_main'], 'compiled without a main, but one is present. if you added it from JS, use Module["onRuntimeInitialized"]'); - - postRun(); - } - - if (Module['setStatus']) { - Module['setStatus']('Running...'); - setTimeout(function() { - setTimeout(function() { - Module['setStatus'](''); - }, 1); - doRun(); - }, 1); - } else - { - doRun(); - } - checkStackCookie(); -} - -function checkUnflushedContent() { - // Compiler settings do not allow exiting the runtime, so flushing - // the streams is not possible. but in ASSERTIONS mode we check - // if there was something to flush, and if so tell the user they - // should request that the runtime be exitable. - // Normally we would not even include flush() at all, but in ASSERTIONS - // builds we do so just for this check, and here we see if there is any - // content to flush, that is, we check if there would have been - // something a non-ASSERTIONS build would have not seen. - // How we flush the streams depends on whether we are in SYSCALLS_REQUIRE_FILESYSTEM=0 - // mode (which has its own special function for this; otherwise, all - // the code is inside libc) - var oldOut = out; - var oldErr = err; - var has = false; - out = err = (x) => { - has = true; - } - try { // it doesn't matter if it fails - flush_NO_FILESYSTEM(); - } catch(e) {} - out = oldOut; - err = oldErr; - if (has) { - warnOnce('stdio streams had content in them that was not flushed. you should set EXIT_RUNTIME to 1 (see the Emscripten FAQ), or make sure to emit a newline when you printf etc.'); - warnOnce('(this may also be due to not including full filesystem support - try building with -sFORCE_FILESYSTEM)'); - } -} - -if (Module['preInit']) { - if (typeof Module['preInit'] == 'function') Module['preInit'] = [Module['preInit']]; - while (Module['preInit'].length > 0) { - Module['preInit'].pop()(); - } -} - -run(); - - -// end include: postamble.js -// include: /home/max/dev/physx-js-webidl/PhysX/physx/compiler/emscripten-release/sdk_source_bin/glue.js - -// Bindings utilities - -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) */ -function WrapperObject() { -} -WrapperObject.prototype = Object.create(WrapperObject.prototype); -WrapperObject.prototype.constructor = WrapperObject; -WrapperObject.prototype.__class__ = WrapperObject; -WrapperObject.__cache__ = {}; -Module['WrapperObject'] = WrapperObject; - -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) - @param {*=} __class__ */ -function getCache(__class__) { - return (__class__ || WrapperObject).__cache__; -} -Module['getCache'] = getCache; - -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) - @param {*=} __class__ */ -function wrapPointer(ptr, __class__) { - var cache = getCache(__class__); - var ret = cache[ptr]; - if (ret) return ret; - ret = Object.create((__class__ || WrapperObject).prototype); - ret.ptr = ptr; - return cache[ptr] = ret; -} -Module['wrapPointer'] = wrapPointer; - -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) */ -function castObject(obj, __class__) { - return wrapPointer(obj.ptr, __class__); -} -Module['castObject'] = castObject; - -Module['NULL'] = wrapPointer(0); - -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) */ -function destroy(obj) { - if (!obj['__destroy__']) throw 'Error: Cannot destroy object. (Did you create it yourself?)'; - obj['__destroy__'](); - // Remove from cache, so the object can be GC'd and refs added onto it released - delete getCache(obj.__class__)[obj.ptr]; -} -Module['destroy'] = destroy; - -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) */ -function compare(obj1, obj2) { - return obj1.ptr === obj2.ptr; -} -Module['compare'] = compare; - -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) */ -function getPointer(obj) { - return obj.ptr; -} -Module['getPointer'] = getPointer; - -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) */ -function getClass(obj) { - return obj.__class__; -} -Module['getClass'] = getClass; - -// Converts big (string or array) values into a C-style storage, in temporary space - -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) */ -var ensureCache = { - buffer: 0, // the main buffer of temporary storage - size: 0, // the size of buffer - pos: 0, // the next free offset in buffer - temps: [], // extra allocations - needed: 0, // the total size we need next time - - prepare() { - if (ensureCache.needed) { - // clear the temps - for (var i = 0; i < ensureCache.temps.length; i++) { - Module['_webidl_free'](ensureCache.temps[i]); - } - ensureCache.temps.length = 0; - // prepare to allocate a bigger buffer - Module['_webidl_free'](ensureCache.buffer); - ensureCache.buffer = 0; - ensureCache.size += ensureCache.needed; - // clean up - ensureCache.needed = 0; - } - if (!ensureCache.buffer) { // happens first time, or when we need to grow - ensureCache.size += 128; // heuristic, avoid many small grow events - ensureCache.buffer = Module['_webidl_malloc'](ensureCache.size); - assert(ensureCache.buffer); - } - ensureCache.pos = 0; - }, - alloc(array, view) { - assert(ensureCache.buffer); - var bytes = view.BYTES_PER_ELEMENT; - var len = array.length * bytes; - len = (len + 7) & -8; // keep things aligned to 8 byte boundaries - var ret; - if (ensureCache.pos + len >= ensureCache.size) { - // we failed to allocate in the buffer, ensureCache time around :( - assert(len > 0); // null terminator, at least - ensureCache.needed += len; - ret = Module['_webidl_malloc'](len); - ensureCache.temps.push(ret); - } else { - // we can allocate in the buffer - ret = ensureCache.buffer + ensureCache.pos; - ensureCache.pos += len; - } - return ret; - }, - copy(array, view, offset) { - offset >>>= 0; - var bytes = view.BYTES_PER_ELEMENT; - switch (bytes) { - case 2: offset >>>= 1; break; - case 4: offset >>>= 2; break; - case 8: offset >>>= 3; break; - } - for (var i = 0; i < array.length; i++) { - view[offset + i] = array[i]; - } - }, -}; - -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) */ -function ensureString(value) { - if (typeof value === 'string') { - var intArray = intArrayFromString(value); - var offset = ensureCache.alloc(intArray, HEAP8); - ensureCache.copy(intArray, HEAP8, offset); - return offset; - } - return value; -} -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) */ -function ensureInt8(value) { - if (typeof value === 'object') { - var offset = ensureCache.alloc(value, HEAP8); - ensureCache.copy(value, HEAP8, offset); - return offset; - } - return value; -} -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) */ -function ensureInt16(value) { - if (typeof value === 'object') { - var offset = ensureCache.alloc(value, HEAP16); - ensureCache.copy(value, HEAP16, offset); - return offset; - } - return value; -} -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) */ -function ensureInt32(value) { - if (typeof value === 'object') { - var offset = ensureCache.alloc(value, HEAP32); - ensureCache.copy(value, HEAP32, offset); - return offset; - } - return value; -} -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) */ -function ensureFloat32(value) { - if (typeof value === 'object') { - var offset = ensureCache.alloc(value, HEAPF32); - ensureCache.copy(value, HEAPF32, offset); - return offset; - } - return value; -} -/** @suppress {duplicate} (TODO: avoid emitting this multiple times, it is redundant) */ -function ensureFloat64(value) { - if (typeof value === 'object') { - var offset = ensureCache.alloc(value, HEAPF64); - ensureCache.copy(value, HEAPF64, offset); - return offset; - } - return value; -} - - -// PxBase -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBase() { throw "cannot construct a PxBase, no constructor in IDL" } -PxBase.prototype = Object.create(WrapperObject.prototype); -PxBase.prototype.constructor = PxBase; -PxBase.prototype.__class__ = PxBase; -PxBase.__cache__ = {}; -Module['PxBase'] = PxBase; - -PxBase.prototype['release'] = PxBase.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBase_release_0(self); -};; - -PxBase.prototype['getConcreteTypeName'] = PxBase.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxBase_getConcreteTypeName_0(self)); -};; - -PxBase.prototype['getConcreteType'] = PxBase.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBase_getConcreteType_0(self); -};; - -PxBase.prototype['setBaseFlag'] = PxBase.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxBase_setBaseFlag_2(self, flag, value); -};; - -PxBase.prototype['setBaseFlags'] = PxBase.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxBase_setBaseFlags_1(self, inFlags); -};; - -PxBase.prototype['getBaseFlags'] = PxBase.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBase_getBaseFlags_0(self), PxBaseFlags); -};; - -PxBase.prototype['isReleasable'] = PxBase.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxBase_isReleasable_0(self)); -};; - -// PxActor -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxActor() { throw "cannot construct a PxActor, no constructor in IDL" } -PxActor.prototype = Object.create(PxBase.prototype); -PxActor.prototype.constructor = PxActor; -PxActor.prototype.__class__ = PxActor; -PxActor.__cache__ = {}; -Module['PxActor'] = PxActor; - -PxActor.prototype['getType'] = PxActor.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxActor_getType_0(self); -};; - -PxActor.prototype['getScene'] = PxActor.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxActor_getScene_0(self), PxScene); -};; - -PxActor.prototype['setName'] = PxActor.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxActor_setName_1(self, name); -};; - -PxActor.prototype['getName'] = PxActor.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxActor_getName_0(self)); -};; - -PxActor.prototype['getWorldBounds'] = PxActor.prototype.getWorldBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inflation) { - var self = this.ptr; - if (inflation && typeof inflation === 'object') inflation = inflation.ptr; - if (inflation === undefined) { return wrapPointer(_emscripten_bind_PxActor_getWorldBounds_0(self), PxBounds3) } - return wrapPointer(_emscripten_bind_PxActor_getWorldBounds_1(self, inflation), PxBounds3); -};; - -PxActor.prototype['setActorFlag'] = PxActor.prototype.setActorFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxActor_setActorFlag_2(self, flag, value); -};; - -PxActor.prototype['setActorFlags'] = PxActor.prototype.setActorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxActor_setActorFlags_1(self, flags); -};; - -PxActor.prototype['getActorFlags'] = PxActor.prototype.getActorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxActor_getActorFlags_0(self), PxActorFlags); -};; - -PxActor.prototype['setDominanceGroup'] = PxActor.prototype.setDominanceGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dominanceGroup) { - var self = this.ptr; - if (dominanceGroup && typeof dominanceGroup === 'object') dominanceGroup = dominanceGroup.ptr; - _emscripten_bind_PxActor_setDominanceGroup_1(self, dominanceGroup); -};; - -PxActor.prototype['getDominanceGroup'] = PxActor.prototype.getDominanceGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxActor_getDominanceGroup_0(self); -};; - -PxActor.prototype['setOwnerClient'] = PxActor.prototype.setOwnerClient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inClient) { - var self = this.ptr; - if (inClient && typeof inClient === 'object') inClient = inClient.ptr; - _emscripten_bind_PxActor_setOwnerClient_1(self, inClient); -};; - -PxActor.prototype['getOwnerClient'] = PxActor.prototype.getOwnerClient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxActor_getOwnerClient_0(self); -};; - -PxActor.prototype['release'] = PxActor.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxActor_release_0(self); -};; - -PxActor.prototype['getConcreteTypeName'] = PxActor.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxActor_getConcreteTypeName_0(self)); -};; - -PxActor.prototype['getConcreteType'] = PxActor.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxActor_getConcreteType_0(self); -};; - -PxActor.prototype['setBaseFlag'] = PxActor.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxActor_setBaseFlag_2(self, flag, value); -};; - -PxActor.prototype['setBaseFlags'] = PxActor.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxActor_setBaseFlags_1(self, inFlags); -};; - -PxActor.prototype['getBaseFlags'] = PxActor.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxActor_getBaseFlags_0(self), PxBaseFlags); -};; - -PxActor.prototype['isReleasable'] = PxActor.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxActor_isReleasable_0(self)); -};; - - PxActor.prototype['get_userData'] = PxActor.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxActor_get_userData_0(self), VoidPtr); -}; - PxActor.prototype['set_userData'] = PxActor.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxActor_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxActor.prototype, 'userData', { get: PxActor.prototype.get_userData, set: PxActor.prototype.set_userData }); -// PxQueryHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxQueryHit() { throw "cannot construct a PxQueryHit, no constructor in IDL" } -PxQueryHit.prototype = Object.create(WrapperObject.prototype); -PxQueryHit.prototype.constructor = PxQueryHit; -PxQueryHit.prototype.__class__ = PxQueryHit; -PxQueryHit.__cache__ = {}; -Module['PxQueryHit'] = PxQueryHit; - - PxQueryHit.prototype['get_faceIndex'] = PxQueryHit.prototype.get_faceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxQueryHit_get_faceIndex_0(self); -}; - PxQueryHit.prototype['set_faceIndex'] = PxQueryHit.prototype.set_faceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxQueryHit_set_faceIndex_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxQueryHit.prototype, 'faceIndex', { get: PxQueryHit.prototype.get_faceIndex, set: PxQueryHit.prototype.set_faceIndex }); - PxQueryHit.prototype['__destroy__'] = PxQueryHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxQueryHit___destroy___0(self); -}; -// BaseVehicle -/** @suppress {undefinedVars, duplicate} @this{Object} */function BaseVehicle() { throw "cannot construct a BaseVehicle, no constructor in IDL" } -BaseVehicle.prototype = Object.create(WrapperObject.prototype); -BaseVehicle.prototype.constructor = BaseVehicle; -BaseVehicle.prototype.__class__ = BaseVehicle; -BaseVehicle.__cache__ = {}; -Module['BaseVehicle'] = BaseVehicle; - -BaseVehicle.prototype['initialize'] = BaseVehicle.prototype.initialize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_BaseVehicle_initialize_0(self)); -};; - -BaseVehicle.prototype['destroyState'] = BaseVehicle.prototype.destroyState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_BaseVehicle_destroyState_0(self); -};; - -BaseVehicle.prototype['initComponentSequence'] = BaseVehicle.prototype.initComponentSequence = /** @suppress {undefinedVars, duplicate} @this{Object} */function(addPhysXBeginEndComponents) { - var self = this.ptr; - if (addPhysXBeginEndComponents && typeof addPhysXBeginEndComponents === 'object') addPhysXBeginEndComponents = addPhysXBeginEndComponents.ptr; - _emscripten_bind_BaseVehicle_initComponentSequence_1(self, addPhysXBeginEndComponents); -};; - -BaseVehicle.prototype['step'] = BaseVehicle.prototype.step = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dt, context) { - var self = this.ptr; - if (dt && typeof dt === 'object') dt = dt.ptr; - if (context && typeof context === 'object') context = context.ptr; - _emscripten_bind_BaseVehicle_step_2(self, dt, context); -};; - - BaseVehicle.prototype['get_baseParams'] = BaseVehicle.prototype.get_baseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_BaseVehicle_get_baseParams_0(self), BaseVehicleParams); -}; - BaseVehicle.prototype['set_baseParams'] = BaseVehicle.prototype.set_baseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BaseVehicle_set_baseParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicle.prototype, 'baseParams', { get: BaseVehicle.prototype.get_baseParams, set: BaseVehicle.prototype.set_baseParams }); - BaseVehicle.prototype['get_baseState'] = BaseVehicle.prototype.get_baseState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_BaseVehicle_get_baseState_0(self), BaseVehicleState); -}; - BaseVehicle.prototype['set_baseState'] = BaseVehicle.prototype.set_baseState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BaseVehicle_set_baseState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicle.prototype, 'baseState', { get: BaseVehicle.prototype.get_baseState, set: BaseVehicle.prototype.set_baseState }); - BaseVehicle.prototype['get_componentSequence'] = BaseVehicle.prototype.get_componentSequence = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_BaseVehicle_get_componentSequence_0(self), PxVehicleComponentSequence); -}; - BaseVehicle.prototype['set_componentSequence'] = BaseVehicle.prototype.set_componentSequence = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BaseVehicle_set_componentSequence_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicle.prototype, 'componentSequence', { get: BaseVehicle.prototype.get_componentSequence, set: BaseVehicle.prototype.set_componentSequence }); - BaseVehicle.prototype['get_componentSequenceSubstepGroupHandle'] = BaseVehicle.prototype.get_componentSequenceSubstepGroupHandle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_BaseVehicle_get_componentSequenceSubstepGroupHandle_0(self); -}; - BaseVehicle.prototype['set_componentSequenceSubstepGroupHandle'] = BaseVehicle.prototype.set_componentSequenceSubstepGroupHandle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BaseVehicle_set_componentSequenceSubstepGroupHandle_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicle.prototype, 'componentSequenceSubstepGroupHandle', { get: BaseVehicle.prototype.get_componentSequenceSubstepGroupHandle, set: BaseVehicle.prototype.set_componentSequenceSubstepGroupHandle }); - BaseVehicle.prototype['__destroy__'] = BaseVehicle.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_BaseVehicle___destroy___0(self); -}; -// PxControllerBehaviorCallback -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllerBehaviorCallback() { throw "cannot construct a PxControllerBehaviorCallback, no constructor in IDL" } -PxControllerBehaviorCallback.prototype = Object.create(WrapperObject.prototype); -PxControllerBehaviorCallback.prototype.constructor = PxControllerBehaviorCallback; -PxControllerBehaviorCallback.prototype.__class__ = PxControllerBehaviorCallback; -PxControllerBehaviorCallback.__cache__ = {}; -Module['PxControllerBehaviorCallback'] = PxControllerBehaviorCallback; - -// PxLocationHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxLocationHit() { throw "cannot construct a PxLocationHit, no constructor in IDL" } -PxLocationHit.prototype = Object.create(PxQueryHit.prototype); -PxLocationHit.prototype.constructor = PxLocationHit; -PxLocationHit.prototype.__class__ = PxLocationHit; -PxLocationHit.__cache__ = {}; -Module['PxLocationHit'] = PxLocationHit; - - PxLocationHit.prototype['get_flags'] = PxLocationHit.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxLocationHit_get_flags_0(self), PxHitFlags); -}; - PxLocationHit.prototype['set_flags'] = PxLocationHit.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxLocationHit_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxLocationHit.prototype, 'flags', { get: PxLocationHit.prototype.get_flags, set: PxLocationHit.prototype.set_flags }); - PxLocationHit.prototype['get_position'] = PxLocationHit.prototype.get_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxLocationHit_get_position_0(self), PxVec3); -}; - PxLocationHit.prototype['set_position'] = PxLocationHit.prototype.set_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxLocationHit_set_position_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxLocationHit.prototype, 'position', { get: PxLocationHit.prototype.get_position, set: PxLocationHit.prototype.set_position }); - PxLocationHit.prototype['get_normal'] = PxLocationHit.prototype.get_normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxLocationHit_get_normal_0(self), PxVec3); -}; - PxLocationHit.prototype['set_normal'] = PxLocationHit.prototype.set_normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxLocationHit_set_normal_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxLocationHit.prototype, 'normal', { get: PxLocationHit.prototype.get_normal, set: PxLocationHit.prototype.set_normal }); - PxLocationHit.prototype['get_distance'] = PxLocationHit.prototype.get_distance = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxLocationHit_get_distance_0(self); -}; - PxLocationHit.prototype['set_distance'] = PxLocationHit.prototype.set_distance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxLocationHit_set_distance_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxLocationHit.prototype, 'distance', { get: PxLocationHit.prototype.get_distance, set: PxLocationHit.prototype.set_distance }); - PxLocationHit.prototype['get_faceIndex'] = PxLocationHit.prototype.get_faceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxLocationHit_get_faceIndex_0(self); -}; - PxLocationHit.prototype['set_faceIndex'] = PxLocationHit.prototype.set_faceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxLocationHit_set_faceIndex_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxLocationHit.prototype, 'faceIndex', { get: PxLocationHit.prototype.get_faceIndex, set: PxLocationHit.prototype.set_faceIndex }); - PxLocationHit.prototype['__destroy__'] = PxLocationHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxLocationHit___destroy___0(self); -}; -// PxPvdTransport -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxPvdTransport() { throw "cannot construct a PxPvdTransport, no constructor in IDL" } -PxPvdTransport.prototype = Object.create(WrapperObject.prototype); -PxPvdTransport.prototype.constructor = PxPvdTransport; -PxPvdTransport.prototype.__class__ = PxPvdTransport; -PxPvdTransport.__cache__ = {}; -Module['PxPvdTransport'] = PxPvdTransport; - -PxPvdTransport.prototype['connect'] = PxPvdTransport.prototype.connect = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxPvdTransport_connect_0(self)); -};; - -PxPvdTransport.prototype['isConnected'] = PxPvdTransport.prototype.isConnected = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxPvdTransport_isConnected_0(self)); -};; - -PxPvdTransport.prototype['disconnect'] = PxPvdTransport.prototype.disconnect = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxPvdTransport_disconnect_0(self); -};; - -PxPvdTransport.prototype['release'] = PxPvdTransport.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxPvdTransport_release_0(self); -};; - -PxPvdTransport.prototype['flush'] = PxPvdTransport.prototype.flush = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxPvdTransport_flush_0(self); -};; - -// PxQueryFilterCallback -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxQueryFilterCallback() { throw "cannot construct a PxQueryFilterCallback, no constructor in IDL" } -PxQueryFilterCallback.prototype = Object.create(WrapperObject.prototype); -PxQueryFilterCallback.prototype.constructor = PxQueryFilterCallback; -PxQueryFilterCallback.prototype.__class__ = PxQueryFilterCallback; -PxQueryFilterCallback.__cache__ = {}; -Module['PxQueryFilterCallback'] = PxQueryFilterCallback; - - PxQueryFilterCallback.prototype['__destroy__'] = PxQueryFilterCallback.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxQueryFilterCallback___destroy___0(self); -}; -// PxRefCounted -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRefCounted() { throw "cannot construct a PxRefCounted, no constructor in IDL" } -PxRefCounted.prototype = Object.create(PxBase.prototype); -PxRefCounted.prototype.constructor = PxRefCounted; -PxRefCounted.prototype.__class__ = PxRefCounted; -PxRefCounted.__cache__ = {}; -Module['PxRefCounted'] = PxRefCounted; - -PxRefCounted.prototype['getReferenceCount'] = PxRefCounted.prototype.getReferenceCount = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRefCounted_getReferenceCount_0(self); -};; - -PxRefCounted.prototype['acquireReference'] = PxRefCounted.prototype.acquireReference = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRefCounted_acquireReference_0(self); -};; - -PxRefCounted.prototype['release'] = PxRefCounted.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRefCounted_release_0(self); -};; - -PxRefCounted.prototype['getConcreteTypeName'] = PxRefCounted.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxRefCounted_getConcreteTypeName_0(self)); -};; - -PxRefCounted.prototype['getConcreteType'] = PxRefCounted.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRefCounted_getConcreteType_0(self); -};; - -PxRefCounted.prototype['setBaseFlag'] = PxRefCounted.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRefCounted_setBaseFlag_2(self, flag, value); -};; - -PxRefCounted.prototype['setBaseFlags'] = PxRefCounted.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxRefCounted_setBaseFlags_1(self, inFlags); -};; - -PxRefCounted.prototype['getBaseFlags'] = PxRefCounted.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRefCounted_getBaseFlags_0(self), PxBaseFlags); -};; - -PxRefCounted.prototype['isReleasable'] = PxRefCounted.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxRefCounted_isReleasable_0(self)); -};; - -// PxRigidActor -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRigidActor() { throw "cannot construct a PxRigidActor, no constructor in IDL" } -PxRigidActor.prototype = Object.create(PxActor.prototype); -PxRigidActor.prototype.constructor = PxRigidActor; -PxRigidActor.prototype.__class__ = PxRigidActor; -PxRigidActor.__cache__ = {}; -Module['PxRigidActor'] = PxRigidActor; - -PxRigidActor.prototype['getGlobalPose'] = PxRigidActor.prototype.getGlobalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidActor_getGlobalPose_0(self), PxTransform); -};; - -PxRigidActor.prototype['setGlobalPose'] = PxRigidActor.prototype.setGlobalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose, autowake) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxRigidActor_setGlobalPose_1(self, pose); return } - _emscripten_bind_PxRigidActor_setGlobalPose_2(self, pose, autowake); -};; - -PxRigidActor.prototype['attachShape'] = PxRigidActor.prototype.attachShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - return !!(_emscripten_bind_PxRigidActor_attachShape_1(self, shape)); -};; - -PxRigidActor.prototype['detachShape'] = PxRigidActor.prototype.detachShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape, wakeOnLostTouch) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (wakeOnLostTouch && typeof wakeOnLostTouch === 'object') wakeOnLostTouch = wakeOnLostTouch.ptr; - if (wakeOnLostTouch === undefined) { _emscripten_bind_PxRigidActor_detachShape_1(self, shape); return } - _emscripten_bind_PxRigidActor_detachShape_2(self, shape, wakeOnLostTouch); -};; - -PxRigidActor.prototype['getNbShapes'] = PxRigidActor.prototype.getNbShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidActor_getNbShapes_0(self); -};; - -PxRigidActor.prototype['getNbConstraints'] = PxRigidActor.prototype.getNbConstraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidActor_getNbConstraints_0(self); -};; - -PxRigidActor.prototype['getType'] = PxRigidActor.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidActor_getType_0(self); -};; - -PxRigidActor.prototype['getScene'] = PxRigidActor.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidActor_getScene_0(self), PxScene); -};; - -PxRigidActor.prototype['setName'] = PxRigidActor.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxRigidActor_setName_1(self, name); -};; - -PxRigidActor.prototype['getName'] = PxRigidActor.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxRigidActor_getName_0(self)); -};; - -PxRigidActor.prototype['getWorldBounds'] = PxRigidActor.prototype.getWorldBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inflation) { - var self = this.ptr; - if (inflation && typeof inflation === 'object') inflation = inflation.ptr; - if (inflation === undefined) { return wrapPointer(_emscripten_bind_PxRigidActor_getWorldBounds_0(self), PxBounds3) } - return wrapPointer(_emscripten_bind_PxRigidActor_getWorldBounds_1(self, inflation), PxBounds3); -};; - -PxRigidActor.prototype['setActorFlag'] = PxRigidActor.prototype.setActorFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRigidActor_setActorFlag_2(self, flag, value); -};; - -PxRigidActor.prototype['setActorFlags'] = PxRigidActor.prototype.setActorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxRigidActor_setActorFlags_1(self, flags); -};; - -PxRigidActor.prototype['getActorFlags'] = PxRigidActor.prototype.getActorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidActor_getActorFlags_0(self), PxActorFlags); -};; - -PxRigidActor.prototype['setDominanceGroup'] = PxRigidActor.prototype.setDominanceGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dominanceGroup) { - var self = this.ptr; - if (dominanceGroup && typeof dominanceGroup === 'object') dominanceGroup = dominanceGroup.ptr; - _emscripten_bind_PxRigidActor_setDominanceGroup_1(self, dominanceGroup); -};; - -PxRigidActor.prototype['getDominanceGroup'] = PxRigidActor.prototype.getDominanceGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidActor_getDominanceGroup_0(self); -};; - -PxRigidActor.prototype['setOwnerClient'] = PxRigidActor.prototype.setOwnerClient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inClient) { - var self = this.ptr; - if (inClient && typeof inClient === 'object') inClient = inClient.ptr; - _emscripten_bind_PxRigidActor_setOwnerClient_1(self, inClient); -};; - -PxRigidActor.prototype['getOwnerClient'] = PxRigidActor.prototype.getOwnerClient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidActor_getOwnerClient_0(self); -};; - -PxRigidActor.prototype['release'] = PxRigidActor.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRigidActor_release_0(self); -};; - -PxRigidActor.prototype['getConcreteTypeName'] = PxRigidActor.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxRigidActor_getConcreteTypeName_0(self)); -};; - -PxRigidActor.prototype['getConcreteType'] = PxRigidActor.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidActor_getConcreteType_0(self); -};; - -PxRigidActor.prototype['setBaseFlag'] = PxRigidActor.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRigidActor_setBaseFlag_2(self, flag, value); -};; - -PxRigidActor.prototype['setBaseFlags'] = PxRigidActor.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxRigidActor_setBaseFlags_1(self, inFlags); -};; - -PxRigidActor.prototype['getBaseFlags'] = PxRigidActor.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidActor_getBaseFlags_0(self), PxBaseFlags); -};; - -PxRigidActor.prototype['isReleasable'] = PxRigidActor.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxRigidActor_isReleasable_0(self)); -};; - - PxRigidActor.prototype['get_userData'] = PxRigidActor.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidActor_get_userData_0(self), VoidPtr); -}; - PxRigidActor.prototype['set_userData'] = PxRigidActor.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRigidActor_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRigidActor.prototype, 'userData', { get: PxRigidActor.prototype.get_userData, set: PxRigidActor.prototype.set_userData }); -// PxSceneQuerySystemBase -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSceneQuerySystemBase() { throw "cannot construct a PxSceneQuerySystemBase, no constructor in IDL" } -PxSceneQuerySystemBase.prototype = Object.create(WrapperObject.prototype); -PxSceneQuerySystemBase.prototype.constructor = PxSceneQuerySystemBase; -PxSceneQuerySystemBase.prototype.__class__ = PxSceneQuerySystemBase; -PxSceneQuerySystemBase.__cache__ = {}; -Module['PxSceneQuerySystemBase'] = PxSceneQuerySystemBase; - -PxSceneQuerySystemBase.prototype['setDynamicTreeRebuildRateHint'] = PxSceneQuerySystemBase.prototype.setDynamicTreeRebuildRateHint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dynamicTreeRebuildRateHint) { - var self = this.ptr; - if (dynamicTreeRebuildRateHint && typeof dynamicTreeRebuildRateHint === 'object') dynamicTreeRebuildRateHint = dynamicTreeRebuildRateHint.ptr; - _emscripten_bind_PxSceneQuerySystemBase_setDynamicTreeRebuildRateHint_1(self, dynamicTreeRebuildRateHint); -};; - -PxSceneQuerySystemBase.prototype['getDynamicTreeRebuildRateHint'] = PxSceneQuerySystemBase.prototype.getDynamicTreeRebuildRateHint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneQuerySystemBase_getDynamicTreeRebuildRateHint_0(self); -};; - -PxSceneQuerySystemBase.prototype['forceRebuildDynamicTree'] = PxSceneQuerySystemBase.prototype.forceRebuildDynamicTree = /** @suppress {undefinedVars, duplicate} @this{Object} */function(prunerIndex) { - var self = this.ptr; - if (prunerIndex && typeof prunerIndex === 'object') prunerIndex = prunerIndex.ptr; - _emscripten_bind_PxSceneQuerySystemBase_forceRebuildDynamicTree_1(self, prunerIndex); -};; - -PxSceneQuerySystemBase.prototype['setUpdateMode'] = PxSceneQuerySystemBase.prototype.setUpdateMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(updateMode) { - var self = this.ptr; - if (updateMode && typeof updateMode === 'object') updateMode = updateMode.ptr; - _emscripten_bind_PxSceneQuerySystemBase_setUpdateMode_1(self, updateMode); -};; - -PxSceneQuerySystemBase.prototype['getUpdateMode'] = PxSceneQuerySystemBase.prototype.getUpdateMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneQuerySystemBase_getUpdateMode_0(self); -};; - -PxSceneQuerySystemBase.prototype['getStaticTimestamp'] = PxSceneQuerySystemBase.prototype.getStaticTimestamp = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneQuerySystemBase_getStaticTimestamp_0(self); -};; - -PxSceneQuerySystemBase.prototype['flushUpdates'] = PxSceneQuerySystemBase.prototype.flushUpdates = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSceneQuerySystemBase_flushUpdates_0(self); -};; - -PxSceneQuerySystemBase.prototype['raycast'] = PxSceneQuerySystemBase.prototype.raycast = /** @suppress {undefinedVars, duplicate} @this{Object} */function(origin, unitDir, distance, hitCall, hitFlags, filterData) { - var self = this.ptr; - if (origin && typeof origin === 'object') origin = origin.ptr; - if (unitDir && typeof unitDir === 'object') unitDir = unitDir.ptr; - if (distance && typeof distance === 'object') distance = distance.ptr; - if (hitCall && typeof hitCall === 'object') hitCall = hitCall.ptr; - if (hitFlags && typeof hitFlags === 'object') hitFlags = hitFlags.ptr; - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - if (hitFlags === undefined) { return !!(_emscripten_bind_PxSceneQuerySystemBase_raycast_4(self, origin, unitDir, distance, hitCall)) } - if (filterData === undefined) { return !!(_emscripten_bind_PxSceneQuerySystemBase_raycast_5(self, origin, unitDir, distance, hitCall, hitFlags)) } - return !!(_emscripten_bind_PxSceneQuerySystemBase_raycast_6(self, origin, unitDir, distance, hitCall, hitFlags, filterData)); -};; - -PxSceneQuerySystemBase.prototype['sweep'] = PxSceneQuerySystemBase.prototype.sweep = /** @suppress {undefinedVars, duplicate} @this{Object} */function(geometry, pose, unitDir, distance, hitCall, hitFlags, filterData) { - var self = this.ptr; - if (geometry && typeof geometry === 'object') geometry = geometry.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (unitDir && typeof unitDir === 'object') unitDir = unitDir.ptr; - if (distance && typeof distance === 'object') distance = distance.ptr; - if (hitCall && typeof hitCall === 'object') hitCall = hitCall.ptr; - if (hitFlags && typeof hitFlags === 'object') hitFlags = hitFlags.ptr; - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - if (hitFlags === undefined) { return !!(_emscripten_bind_PxSceneQuerySystemBase_sweep_5(self, geometry, pose, unitDir, distance, hitCall)) } - if (filterData === undefined) { return !!(_emscripten_bind_PxSceneQuerySystemBase_sweep_6(self, geometry, pose, unitDir, distance, hitCall, hitFlags)) } - return !!(_emscripten_bind_PxSceneQuerySystemBase_sweep_7(self, geometry, pose, unitDir, distance, hitCall, hitFlags, filterData)); -};; - -PxSceneQuerySystemBase.prototype['overlap'] = PxSceneQuerySystemBase.prototype.overlap = /** @suppress {undefinedVars, duplicate} @this{Object} */function(geometry, pose, hitCall, filterData) { - var self = this.ptr; - if (geometry && typeof geometry === 'object') geometry = geometry.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (hitCall && typeof hitCall === 'object') hitCall = hitCall.ptr; - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - if (filterData === undefined) { return !!(_emscripten_bind_PxSceneQuerySystemBase_overlap_3(self, geometry, pose, hitCall)) } - return !!(_emscripten_bind_PxSceneQuerySystemBase_overlap_4(self, geometry, pose, hitCall, filterData)); -};; - -// PxSimulationEventCallback -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSimulationEventCallback() { throw "cannot construct a PxSimulationEventCallback, no constructor in IDL" } -PxSimulationEventCallback.prototype = Object.create(WrapperObject.prototype); -PxSimulationEventCallback.prototype.constructor = PxSimulationEventCallback; -PxSimulationEventCallback.prototype.__class__ = PxSimulationEventCallback; -PxSimulationEventCallback.__cache__ = {}; -Module['PxSimulationEventCallback'] = PxSimulationEventCallback; - - PxSimulationEventCallback.prototype['__destroy__'] = PxSimulationEventCallback.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSimulationEventCallback___destroy___0(self); -}; -// PxSimulationFilterShader -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSimulationFilterShader() { throw "cannot construct a PxSimulationFilterShader, no constructor in IDL" } -PxSimulationFilterShader.prototype = Object.create(WrapperObject.prototype); -PxSimulationFilterShader.prototype.constructor = PxSimulationFilterShader; -PxSimulationFilterShader.prototype.__class__ = PxSimulationFilterShader; -PxSimulationFilterShader.__cache__ = {}; -Module['PxSimulationFilterShader'] = PxSimulationFilterShader; - - PxSimulationFilterShader.prototype['__destroy__'] = PxSimulationFilterShader.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSimulationFilterShader___destroy___0(self); -}; -// Support -/** @suppress {undefinedVars, duplicate} @this{Object} */function Support() { throw "cannot construct a Support, no constructor in IDL" } -Support.prototype = Object.create(WrapperObject.prototype); -Support.prototype.constructor = Support; -Support.prototype.__class__ = Support; -Support.__cache__ = {}; -Module['Support'] = Support; - -Support.prototype['getMargin'] = Support.prototype.getMargin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_Support_getMargin_0(self); -};; - -Support.prototype['supportLocal'] = Support.prototype.supportLocal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dir) { - var self = this.ptr; - if (dir && typeof dir === 'object') dir = dir.ptr; - return wrapPointer(_emscripten_bind_Support_supportLocal_1(self, dir), PxVec3); -};; - - Support.prototype['__destroy__'] = Support.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Support___destroy___0(self); -}; -// CustomSupport -/** @suppress {undefinedVars, duplicate} @this{Object} */function CustomSupport() { throw "cannot construct a CustomSupport, no constructor in IDL" } -CustomSupport.prototype = Object.create(Support.prototype); -CustomSupport.prototype.constructor = CustomSupport; -CustomSupport.prototype.__class__ = CustomSupport; -CustomSupport.__cache__ = {}; -Module['CustomSupport'] = CustomSupport; - -CustomSupport.prototype['getCustomMargin'] = CustomSupport.prototype.getCustomMargin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_CustomSupport_getCustomMargin_0(self); -};; - -CustomSupport.prototype['getCustomSupportLocal'] = CustomSupport.prototype.getCustomSupportLocal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dir, result) { - var self = this.ptr; - if (dir && typeof dir === 'object') dir = dir.ptr; - if (result && typeof result === 'object') result = result.ptr; - _emscripten_bind_CustomSupport_getCustomSupportLocal_2(self, dir, result); -};; - -CustomSupport.prototype['getMargin'] = CustomSupport.prototype.getMargin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_CustomSupport_getMargin_0(self); -};; - -CustomSupport.prototype['supportLocal'] = CustomSupport.prototype.supportLocal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dir) { - var self = this.ptr; - if (dir && typeof dir === 'object') dir = dir.ptr; - return wrapPointer(_emscripten_bind_CustomSupport_supportLocal_1(self, dir), PxVec3); -};; - - CustomSupport.prototype['__destroy__'] = CustomSupport.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_CustomSupport___destroy___0(self); -}; -// PassThroughFilterShader -/** @suppress {undefinedVars, duplicate} @this{Object} */function PassThroughFilterShader() { throw "cannot construct a PassThroughFilterShader, no constructor in IDL" } -PassThroughFilterShader.prototype = Object.create(PxSimulationFilterShader.prototype); -PassThroughFilterShader.prototype.constructor = PassThroughFilterShader; -PassThroughFilterShader.prototype.__class__ = PassThroughFilterShader; -PassThroughFilterShader.__cache__ = {}; -Module['PassThroughFilterShader'] = PassThroughFilterShader; - -PassThroughFilterShader.prototype['filterShader'] = PassThroughFilterShader.prototype.filterShader = /** @suppress {undefinedVars, duplicate} @this{Object} */function(attributes0, filterData0w0, filterData0w1, filterData0w2, filterData0w3, attributes1, filterData1w0, filterData1w1, filterData1w2, filterData1w3) { - var self = this.ptr; - if (attributes0 && typeof attributes0 === 'object') attributes0 = attributes0.ptr; - if (filterData0w0 && typeof filterData0w0 === 'object') filterData0w0 = filterData0w0.ptr; - if (filterData0w1 && typeof filterData0w1 === 'object') filterData0w1 = filterData0w1.ptr; - if (filterData0w2 && typeof filterData0w2 === 'object') filterData0w2 = filterData0w2.ptr; - if (filterData0w3 && typeof filterData0w3 === 'object') filterData0w3 = filterData0w3.ptr; - if (attributes1 && typeof attributes1 === 'object') attributes1 = attributes1.ptr; - if (filterData1w0 && typeof filterData1w0 === 'object') filterData1w0 = filterData1w0.ptr; - if (filterData1w1 && typeof filterData1w1 === 'object') filterData1w1 = filterData1w1.ptr; - if (filterData1w2 && typeof filterData1w2 === 'object') filterData1w2 = filterData1w2.ptr; - if (filterData1w3 && typeof filterData1w3 === 'object') filterData1w3 = filterData1w3.ptr; - return _emscripten_bind_PassThroughFilterShader_filterShader_10(self, attributes0, filterData0w0, filterData0w1, filterData0w2, filterData0w3, attributes1, filterData1w0, filterData1w1, filterData1w2, filterData1w3); -};; - - PassThroughFilterShader.prototype['get_outputPairFlags'] = PassThroughFilterShader.prototype.get_outputPairFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PassThroughFilterShader_get_outputPairFlags_0(self); -}; - PassThroughFilterShader.prototype['set_outputPairFlags'] = PassThroughFilterShader.prototype.set_outputPairFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PassThroughFilterShader_set_outputPairFlags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PassThroughFilterShader.prototype, 'outputPairFlags', { get: PassThroughFilterShader.prototype.get_outputPairFlags, set: PassThroughFilterShader.prototype.set_outputPairFlags }); - PassThroughFilterShader.prototype['__destroy__'] = PassThroughFilterShader.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PassThroughFilterShader___destroy___0(self); -}; -// PhysXActorVehicle -/** @suppress {undefinedVars, duplicate} @this{Object} */function PhysXActorVehicle() { throw "cannot construct a PhysXActorVehicle, no constructor in IDL" } -PhysXActorVehicle.prototype = Object.create(BaseVehicle.prototype); -PhysXActorVehicle.prototype.constructor = PhysXActorVehicle; -PhysXActorVehicle.prototype.__class__ = PhysXActorVehicle; -PhysXActorVehicle.__cache__ = {}; -Module['PhysXActorVehicle'] = PhysXActorVehicle; - -PhysXActorVehicle.prototype['initialize'] = PhysXActorVehicle.prototype.initialize = /** @suppress {undefinedVars, duplicate} @this{Object} */function(physics, params, defaultMaterial) { - var self = this.ptr; - if (physics && typeof physics === 'object') physics = physics.ptr; - if (params && typeof params === 'object') params = params.ptr; - if (defaultMaterial && typeof defaultMaterial === 'object') defaultMaterial = defaultMaterial.ptr; - return !!(_emscripten_bind_PhysXActorVehicle_initialize_3(self, physics, params, defaultMaterial)); -};; - -PhysXActorVehicle.prototype['destroyState'] = PhysXActorVehicle.prototype.destroyState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PhysXActorVehicle_destroyState_0(self); -};; - -PhysXActorVehicle.prototype['initComponentSequence'] = PhysXActorVehicle.prototype.initComponentSequence = /** @suppress {undefinedVars, duplicate} @this{Object} */function(addPhysXBeginEndComponents) { - var self = this.ptr; - if (addPhysXBeginEndComponents && typeof addPhysXBeginEndComponents === 'object') addPhysXBeginEndComponents = addPhysXBeginEndComponents.ptr; - _emscripten_bind_PhysXActorVehicle_initComponentSequence_1(self, addPhysXBeginEndComponents); -};; - -PhysXActorVehicle.prototype['step'] = PhysXActorVehicle.prototype.step = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dt, context) { - var self = this.ptr; - if (dt && typeof dt === 'object') dt = dt.ptr; - if (context && typeof context === 'object') context = context.ptr; - _emscripten_bind_PhysXActorVehicle_step_2(self, dt, context); -};; - - PhysXActorVehicle.prototype['get_physXParams'] = PhysXActorVehicle.prototype.get_physXParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXActorVehicle_get_physXParams_0(self), PhysXIntegrationParams); -}; - PhysXActorVehicle.prototype['set_physXParams'] = PhysXActorVehicle.prototype.set_physXParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXActorVehicle_set_physXParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXActorVehicle.prototype, 'physXParams', { get: PhysXActorVehicle.prototype.get_physXParams, set: PhysXActorVehicle.prototype.set_physXParams }); - PhysXActorVehicle.prototype['get_physXState'] = PhysXActorVehicle.prototype.get_physXState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXActorVehicle_get_physXState_0(self), PhysXIntegrationState); -}; - PhysXActorVehicle.prototype['set_physXState'] = PhysXActorVehicle.prototype.set_physXState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXActorVehicle_set_physXState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXActorVehicle.prototype, 'physXState', { get: PhysXActorVehicle.prototype.get_physXState, set: PhysXActorVehicle.prototype.set_physXState }); - PhysXActorVehicle.prototype['get_commandState'] = PhysXActorVehicle.prototype.get_commandState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXActorVehicle_get_commandState_0(self), PxVehicleCommandState); -}; - PhysXActorVehicle.prototype['set_commandState'] = PhysXActorVehicle.prototype.set_commandState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXActorVehicle_set_commandState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXActorVehicle.prototype, 'commandState', { get: PhysXActorVehicle.prototype.get_commandState, set: PhysXActorVehicle.prototype.set_commandState }); - PhysXActorVehicle.prototype['get_baseParams'] = PhysXActorVehicle.prototype.get_baseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXActorVehicle_get_baseParams_0(self), BaseVehicleParams); -}; - PhysXActorVehicle.prototype['set_baseParams'] = PhysXActorVehicle.prototype.set_baseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXActorVehicle_set_baseParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXActorVehicle.prototype, 'baseParams', { get: PhysXActorVehicle.prototype.get_baseParams, set: PhysXActorVehicle.prototype.set_baseParams }); - PhysXActorVehicle.prototype['get_baseState'] = PhysXActorVehicle.prototype.get_baseState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXActorVehicle_get_baseState_0(self), BaseVehicleState); -}; - PhysXActorVehicle.prototype['set_baseState'] = PhysXActorVehicle.prototype.set_baseState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXActorVehicle_set_baseState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXActorVehicle.prototype, 'baseState', { get: PhysXActorVehicle.prototype.get_baseState, set: PhysXActorVehicle.prototype.set_baseState }); - PhysXActorVehicle.prototype['get_componentSequence'] = PhysXActorVehicle.prototype.get_componentSequence = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXActorVehicle_get_componentSequence_0(self), PxVehicleComponentSequence); -}; - PhysXActorVehicle.prototype['set_componentSequence'] = PhysXActorVehicle.prototype.set_componentSequence = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXActorVehicle_set_componentSequence_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXActorVehicle.prototype, 'componentSequence', { get: PhysXActorVehicle.prototype.get_componentSequence, set: PhysXActorVehicle.prototype.set_componentSequence }); - PhysXActorVehicle.prototype['get_componentSequenceSubstepGroupHandle'] = PhysXActorVehicle.prototype.get_componentSequenceSubstepGroupHandle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PhysXActorVehicle_get_componentSequenceSubstepGroupHandle_0(self); -}; - PhysXActorVehicle.prototype['set_componentSequenceSubstepGroupHandle'] = PhysXActorVehicle.prototype.set_componentSequenceSubstepGroupHandle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXActorVehicle_set_componentSequenceSubstepGroupHandle_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXActorVehicle.prototype, 'componentSequenceSubstepGroupHandle', { get: PhysXActorVehicle.prototype.get_componentSequenceSubstepGroupHandle, set: PhysXActorVehicle.prototype.set_componentSequenceSubstepGroupHandle }); - PhysXActorVehicle.prototype['__destroy__'] = PhysXActorVehicle.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PhysXActorVehicle___destroy___0(self); -}; -// PxArticulationTendon -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationTendon() { throw "cannot construct a PxArticulationTendon, no constructor in IDL" } -PxArticulationTendon.prototype = Object.create(PxBase.prototype); -PxArticulationTendon.prototype.constructor = PxArticulationTendon; -PxArticulationTendon.prototype.__class__ = PxArticulationTendon; -PxArticulationTendon.__cache__ = {}; -Module['PxArticulationTendon'] = PxArticulationTendon; - -PxArticulationTendon.prototype['setStiffness'] = PxArticulationTendon.prototype.setStiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(stiffness) { - var self = this.ptr; - if (stiffness && typeof stiffness === 'object') stiffness = stiffness.ptr; - _emscripten_bind_PxArticulationTendon_setStiffness_1(self, stiffness); -};; - -PxArticulationTendon.prototype['getStiffness'] = PxArticulationTendon.prototype.getStiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationTendon_getStiffness_0(self); -};; - -PxArticulationTendon.prototype['setDamping'] = PxArticulationTendon.prototype.setDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(damping) { - var self = this.ptr; - if (damping && typeof damping === 'object') damping = damping.ptr; - _emscripten_bind_PxArticulationTendon_setDamping_1(self, damping); -};; - -PxArticulationTendon.prototype['getDamping'] = PxArticulationTendon.prototype.getDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationTendon_getDamping_0(self); -};; - -PxArticulationTendon.prototype['setLimitStiffness'] = PxArticulationTendon.prototype.setLimitStiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(stiffness) { - var self = this.ptr; - if (stiffness && typeof stiffness === 'object') stiffness = stiffness.ptr; - _emscripten_bind_PxArticulationTendon_setLimitStiffness_1(self, stiffness); -};; - -PxArticulationTendon.prototype['getLimitStiffness'] = PxArticulationTendon.prototype.getLimitStiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationTendon_getLimitStiffness_0(self); -};; - -PxArticulationTendon.prototype['setOffset'] = PxArticulationTendon.prototype.setOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(offset, autowake) { - var self = this.ptr; - if (offset && typeof offset === 'object') offset = offset.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxArticulationTendon_setOffset_1(self, offset); return } - _emscripten_bind_PxArticulationTendon_setOffset_2(self, offset, autowake); -};; - -PxArticulationTendon.prototype['getOffset'] = PxArticulationTendon.prototype.getOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationTendon_getOffset_0(self); -};; - -PxArticulationTendon.prototype['getArticulation'] = PxArticulationTendon.prototype.getArticulation = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationTendon_getArticulation_0(self), PxArticulationReducedCoordinate); -};; - -PxArticulationTendon.prototype['release'] = PxArticulationTendon.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationTendon_release_0(self); -};; - -PxArticulationTendon.prototype['getConcreteTypeName'] = PxArticulationTendon.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxArticulationTendon_getConcreteTypeName_0(self)); -};; - -PxArticulationTendon.prototype['getConcreteType'] = PxArticulationTendon.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationTendon_getConcreteType_0(self); -};; - -PxArticulationTendon.prototype['setBaseFlag'] = PxArticulationTendon.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArticulationTendon_setBaseFlag_2(self, flag, value); -};; - -PxArticulationTendon.prototype['setBaseFlags'] = PxArticulationTendon.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxArticulationTendon_setBaseFlags_1(self, inFlags); -};; - -PxArticulationTendon.prototype['getBaseFlags'] = PxArticulationTendon.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationTendon_getBaseFlags_0(self), PxBaseFlags); -};; - -PxArticulationTendon.prototype['isReleasable'] = PxArticulationTendon.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxArticulationTendon_isReleasable_0(self)); -};; - - PxArticulationTendon.prototype['__destroy__'] = PxArticulationTendon.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationTendon___destroy___0(self); -}; -// PxBaseMaterial -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBaseMaterial() { throw "cannot construct a PxBaseMaterial, no constructor in IDL" } -PxBaseMaterial.prototype = Object.create(PxRefCounted.prototype); -PxBaseMaterial.prototype.constructor = PxBaseMaterial; -PxBaseMaterial.prototype.__class__ = PxBaseMaterial; -PxBaseMaterial.__cache__ = {}; -Module['PxBaseMaterial'] = PxBaseMaterial; - -PxBaseMaterial.prototype['release'] = PxBaseMaterial.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBaseMaterial_release_0(self); -};; - -PxBaseMaterial.prototype['getConcreteTypeName'] = PxBaseMaterial.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxBaseMaterial_getConcreteTypeName_0(self)); -};; - -PxBaseMaterial.prototype['getConcreteType'] = PxBaseMaterial.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBaseMaterial_getConcreteType_0(self); -};; - -PxBaseMaterial.prototype['setBaseFlag'] = PxBaseMaterial.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxBaseMaterial_setBaseFlag_2(self, flag, value); -};; - -PxBaseMaterial.prototype['setBaseFlags'] = PxBaseMaterial.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxBaseMaterial_setBaseFlags_1(self, inFlags); -};; - -PxBaseMaterial.prototype['getBaseFlags'] = PxBaseMaterial.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBaseMaterial_getBaseFlags_0(self), PxBaseFlags); -};; - -PxBaseMaterial.prototype['isReleasable'] = PxBaseMaterial.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxBaseMaterial_isReleasable_0(self)); -};; - -PxBaseMaterial.prototype['getReferenceCount'] = PxBaseMaterial.prototype.getReferenceCount = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBaseMaterial_getReferenceCount_0(self); -};; - -PxBaseMaterial.prototype['acquireReference'] = PxBaseMaterial.prototype.acquireReference = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBaseMaterial_acquireReference_0(self); -};; - - PxBaseMaterial.prototype['__destroy__'] = PxBaseMaterial.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBaseMaterial___destroy___0(self); -}; -// PxConstraintConnector -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxConstraintConnector() { throw "cannot construct a PxConstraintConnector, no constructor in IDL" } -PxConstraintConnector.prototype = Object.create(WrapperObject.prototype); -PxConstraintConnector.prototype.constructor = PxConstraintConnector; -PxConstraintConnector.prototype.__class__ = PxConstraintConnector; -PxConstraintConnector.__cache__ = {}; -Module['PxConstraintConnector'] = PxConstraintConnector; - -PxConstraintConnector.prototype['prepareData'] = PxConstraintConnector.prototype.prepareData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConstraintConnector_prepareData_0(self); -};; - -PxConstraintConnector.prototype['updateOmniPvdProperties'] = PxConstraintConnector.prototype.updateOmniPvdProperties = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConstraintConnector_updateOmniPvdProperties_0(self); -};; - -PxConstraintConnector.prototype['onConstraintRelease'] = PxConstraintConnector.prototype.onConstraintRelease = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConstraintConnector_onConstraintRelease_0(self); -};; - -PxConstraintConnector.prototype['onComShift'] = PxConstraintConnector.prototype.onComShift = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - _emscripten_bind_PxConstraintConnector_onComShift_1(self, actor); -};; - -PxConstraintConnector.prototype['onOriginShift'] = PxConstraintConnector.prototype.onOriginShift = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shift) { - var self = this.ptr; - if (shift && typeof shift === 'object') shift = shift.ptr; - _emscripten_bind_PxConstraintConnector_onOriginShift_1(self, shift); -};; - -PxConstraintConnector.prototype['getSerializable'] = PxConstraintConnector.prototype.getSerializable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConstraintConnector_getSerializable_0(self), PxBase); -};; - -PxConstraintConnector.prototype['getPrep'] = PxConstraintConnector.prototype.getPrep = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConstraintConnector_getPrep_0(self), PxConstraintSolverPrep); -};; - -PxConstraintConnector.prototype['getConstantBlock'] = PxConstraintConnector.prototype.getConstantBlock = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConstraintConnector_getConstantBlock_0(self); -};; - -PxConstraintConnector.prototype['connectToConstraint'] = PxConstraintConnector.prototype.connectToConstraint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(constraint) { - var self = this.ptr; - if (constraint && typeof constraint === 'object') constraint = constraint.ptr; - _emscripten_bind_PxConstraintConnector_connectToConstraint_1(self, constraint); -};; - - PxConstraintConnector.prototype['__destroy__'] = PxConstraintConnector.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConstraintConnector___destroy___0(self); -}; -// PxController -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxController() { throw "cannot construct a PxController, no constructor in IDL" } -PxController.prototype = Object.create(WrapperObject.prototype); -PxController.prototype.constructor = PxController; -PxController.prototype.__class__ = PxController; -PxController.__cache__ = {}; -Module['PxController'] = PxController; - -PxController.prototype['getType'] = PxController.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxController_getType_0(self); -};; - -PxController.prototype['release'] = PxController.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxController_release_0(self); -};; - -PxController.prototype['move'] = PxController.prototype.move = /** @suppress {undefinedVars, duplicate} @this{Object} */function(disp, minDist, elapsedTime, filters, obstacles) { - var self = this.ptr; - if (disp && typeof disp === 'object') disp = disp.ptr; - if (minDist && typeof minDist === 'object') minDist = minDist.ptr; - if (elapsedTime && typeof elapsedTime === 'object') elapsedTime = elapsedTime.ptr; - if (filters && typeof filters === 'object') filters = filters.ptr; - if (obstacles && typeof obstacles === 'object') obstacles = obstacles.ptr; - if (obstacles === undefined) { return wrapPointer(_emscripten_bind_PxController_move_4(self, disp, minDist, elapsedTime, filters), PxControllerCollisionFlags) } - return wrapPointer(_emscripten_bind_PxController_move_5(self, disp, minDist, elapsedTime, filters, obstacles), PxControllerCollisionFlags); -};; - -PxController.prototype['setPosition'] = PxController.prototype.setPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function(position) { - var self = this.ptr; - if (position && typeof position === 'object') position = position.ptr; - return !!(_emscripten_bind_PxController_setPosition_1(self, position)); -};; - -PxController.prototype['getPosition'] = PxController.prototype.getPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxController_getPosition_0(self), PxExtendedVec3); -};; - -PxController.prototype['setFootPosition'] = PxController.prototype.setFootPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function(position) { - var self = this.ptr; - if (position && typeof position === 'object') position = position.ptr; - return !!(_emscripten_bind_PxController_setFootPosition_1(self, position)); -};; - -PxController.prototype['getFootPosition'] = PxController.prototype.getFootPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxController_getFootPosition_0(self), PxExtendedVec3); -};; - -PxController.prototype['getActor'] = PxController.prototype.getActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxController_getActor_0(self), PxRigidDynamic); -};; - -PxController.prototype['setStepOffset'] = PxController.prototype.setStepOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(offset) { - var self = this.ptr; - if (offset && typeof offset === 'object') offset = offset.ptr; - _emscripten_bind_PxController_setStepOffset_1(self, offset); -};; - -PxController.prototype['getStepOffset'] = PxController.prototype.getStepOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxController_getStepOffset_0(self); -};; - -PxController.prototype['setNonWalkableMode'] = PxController.prototype.setNonWalkableMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxController_setNonWalkableMode_1(self, flag); -};; - -PxController.prototype['getNonWalkableMode'] = PxController.prototype.getNonWalkableMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxController_getNonWalkableMode_0(self); -};; - -PxController.prototype['getContactOffset'] = PxController.prototype.getContactOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxController_getContactOffset_0(self); -};; - -PxController.prototype['setContactOffset'] = PxController.prototype.setContactOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(offset) { - var self = this.ptr; - if (offset && typeof offset === 'object') offset = offset.ptr; - _emscripten_bind_PxController_setContactOffset_1(self, offset); -};; - -PxController.prototype['getUpDirection'] = PxController.prototype.getUpDirection = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxController_getUpDirection_0(self), PxVec3); -};; - -PxController.prototype['setUpDirection'] = PxController.prototype.setUpDirection = /** @suppress {undefinedVars, duplicate} @this{Object} */function(up) { - var self = this.ptr; - if (up && typeof up === 'object') up = up.ptr; - _emscripten_bind_PxController_setUpDirection_1(self, up); -};; - -PxController.prototype['getSlopeLimit'] = PxController.prototype.getSlopeLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxController_getSlopeLimit_0(self); -};; - -PxController.prototype['setSlopeLimit'] = PxController.prototype.setSlopeLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(slopeLimit) { - var self = this.ptr; - if (slopeLimit && typeof slopeLimit === 'object') slopeLimit = slopeLimit.ptr; - _emscripten_bind_PxController_setSlopeLimit_1(self, slopeLimit); -};; - -PxController.prototype['invalidateCache'] = PxController.prototype.invalidateCache = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxController_invalidateCache_0(self); -};; - -PxController.prototype['getScene'] = PxController.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxController_getScene_0(self), PxScene); -};; - -PxController.prototype['getUserData'] = PxController.prototype.getUserData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxController_getUserData_0(self), VoidPtr); -};; - -PxController.prototype['setUserData'] = PxController.prototype.setUserData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(userData) { - var self = this.ptr; - if (userData && typeof userData === 'object') userData = userData.ptr; - _emscripten_bind_PxController_setUserData_1(self, userData); -};; - -PxController.prototype['getState'] = PxController.prototype.getState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(state) { - var self = this.ptr; - if (state && typeof state === 'object') state = state.ptr; - _emscripten_bind_PxController_getState_1(self, state); -};; - -PxController.prototype['getStats'] = PxController.prototype.getStats = /** @suppress {undefinedVars, duplicate} @this{Object} */function(stats) { - var self = this.ptr; - if (stats && typeof stats === 'object') stats = stats.ptr; - _emscripten_bind_PxController_getStats_1(self, stats); -};; - -PxController.prototype['resize'] = PxController.prototype.resize = /** @suppress {undefinedVars, duplicate} @this{Object} */function(height) { - var self = this.ptr; - if (height && typeof height === 'object') height = height.ptr; - _emscripten_bind_PxController_resize_1(self, height); -};; - -// PxControllerDesc -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllerDesc() { throw "cannot construct a PxControllerDesc, no constructor in IDL" } -PxControllerDesc.prototype = Object.create(WrapperObject.prototype); -PxControllerDesc.prototype.constructor = PxControllerDesc; -PxControllerDesc.prototype.__class__ = PxControllerDesc; -PxControllerDesc.__cache__ = {}; -Module['PxControllerDesc'] = PxControllerDesc; - -PxControllerDesc.prototype['isValid'] = PxControllerDesc.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxControllerDesc_isValid_0(self)); -};; - -PxControllerDesc.prototype['getType'] = PxControllerDesc.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerDesc_getType_0(self); -};; - - PxControllerDesc.prototype['get_position'] = PxControllerDesc.prototype.get_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerDesc_get_position_0(self), PxExtendedVec3); -}; - PxControllerDesc.prototype['set_position'] = PxControllerDesc.prototype.set_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_position_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'position', { get: PxControllerDesc.prototype.get_position, set: PxControllerDesc.prototype.set_position }); - PxControllerDesc.prototype['get_upDirection'] = PxControllerDesc.prototype.get_upDirection = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerDesc_get_upDirection_0(self), PxVec3); -}; - PxControllerDesc.prototype['set_upDirection'] = PxControllerDesc.prototype.set_upDirection = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_upDirection_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'upDirection', { get: PxControllerDesc.prototype.get_upDirection, set: PxControllerDesc.prototype.set_upDirection }); - PxControllerDesc.prototype['get_slopeLimit'] = PxControllerDesc.prototype.get_slopeLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerDesc_get_slopeLimit_0(self); -}; - PxControllerDesc.prototype['set_slopeLimit'] = PxControllerDesc.prototype.set_slopeLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_slopeLimit_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'slopeLimit', { get: PxControllerDesc.prototype.get_slopeLimit, set: PxControllerDesc.prototype.set_slopeLimit }); - PxControllerDesc.prototype['get_invisibleWallHeight'] = PxControllerDesc.prototype.get_invisibleWallHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerDesc_get_invisibleWallHeight_0(self); -}; - PxControllerDesc.prototype['set_invisibleWallHeight'] = PxControllerDesc.prototype.set_invisibleWallHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_invisibleWallHeight_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'invisibleWallHeight', { get: PxControllerDesc.prototype.get_invisibleWallHeight, set: PxControllerDesc.prototype.set_invisibleWallHeight }); - PxControllerDesc.prototype['get_maxJumpHeight'] = PxControllerDesc.prototype.get_maxJumpHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerDesc_get_maxJumpHeight_0(self); -}; - PxControllerDesc.prototype['set_maxJumpHeight'] = PxControllerDesc.prototype.set_maxJumpHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_maxJumpHeight_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'maxJumpHeight', { get: PxControllerDesc.prototype.get_maxJumpHeight, set: PxControllerDesc.prototype.set_maxJumpHeight }); - PxControllerDesc.prototype['get_contactOffset'] = PxControllerDesc.prototype.get_contactOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerDesc_get_contactOffset_0(self); -}; - PxControllerDesc.prototype['set_contactOffset'] = PxControllerDesc.prototype.set_contactOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_contactOffset_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'contactOffset', { get: PxControllerDesc.prototype.get_contactOffset, set: PxControllerDesc.prototype.set_contactOffset }); - PxControllerDesc.prototype['get_stepOffset'] = PxControllerDesc.prototype.get_stepOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerDesc_get_stepOffset_0(self); -}; - PxControllerDesc.prototype['set_stepOffset'] = PxControllerDesc.prototype.set_stepOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_stepOffset_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'stepOffset', { get: PxControllerDesc.prototype.get_stepOffset, set: PxControllerDesc.prototype.set_stepOffset }); - PxControllerDesc.prototype['get_density'] = PxControllerDesc.prototype.get_density = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerDesc_get_density_0(self); -}; - PxControllerDesc.prototype['set_density'] = PxControllerDesc.prototype.set_density = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_density_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'density', { get: PxControllerDesc.prototype.get_density, set: PxControllerDesc.prototype.set_density }); - PxControllerDesc.prototype['get_scaleCoeff'] = PxControllerDesc.prototype.get_scaleCoeff = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerDesc_get_scaleCoeff_0(self); -}; - PxControllerDesc.prototype['set_scaleCoeff'] = PxControllerDesc.prototype.set_scaleCoeff = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_scaleCoeff_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'scaleCoeff', { get: PxControllerDesc.prototype.get_scaleCoeff, set: PxControllerDesc.prototype.set_scaleCoeff }); - PxControllerDesc.prototype['get_volumeGrowth'] = PxControllerDesc.prototype.get_volumeGrowth = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerDesc_get_volumeGrowth_0(self); -}; - PxControllerDesc.prototype['set_volumeGrowth'] = PxControllerDesc.prototype.set_volumeGrowth = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_volumeGrowth_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'volumeGrowth', { get: PxControllerDesc.prototype.get_volumeGrowth, set: PxControllerDesc.prototype.set_volumeGrowth }); - PxControllerDesc.prototype['get_reportCallback'] = PxControllerDesc.prototype.get_reportCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerDesc_get_reportCallback_0(self), PxUserControllerHitReport); -}; - PxControllerDesc.prototype['set_reportCallback'] = PxControllerDesc.prototype.set_reportCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_reportCallback_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'reportCallback', { get: PxControllerDesc.prototype.get_reportCallback, set: PxControllerDesc.prototype.set_reportCallback }); - PxControllerDesc.prototype['get_behaviorCallback'] = PxControllerDesc.prototype.get_behaviorCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerDesc_get_behaviorCallback_0(self), PxControllerBehaviorCallback); -}; - PxControllerDesc.prototype['set_behaviorCallback'] = PxControllerDesc.prototype.set_behaviorCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_behaviorCallback_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'behaviorCallback', { get: PxControllerDesc.prototype.get_behaviorCallback, set: PxControllerDesc.prototype.set_behaviorCallback }); - PxControllerDesc.prototype['get_nonWalkableMode'] = PxControllerDesc.prototype.get_nonWalkableMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerDesc_get_nonWalkableMode_0(self); -}; - PxControllerDesc.prototype['set_nonWalkableMode'] = PxControllerDesc.prototype.set_nonWalkableMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_nonWalkableMode_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'nonWalkableMode', { get: PxControllerDesc.prototype.get_nonWalkableMode, set: PxControllerDesc.prototype.set_nonWalkableMode }); - PxControllerDesc.prototype['get_material'] = PxControllerDesc.prototype.get_material = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerDesc_get_material_0(self), PxMaterial); -}; - PxControllerDesc.prototype['set_material'] = PxControllerDesc.prototype.set_material = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_material_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'material', { get: PxControllerDesc.prototype.get_material, set: PxControllerDesc.prototype.set_material }); - PxControllerDesc.prototype['get_registerDeletionListener'] = PxControllerDesc.prototype.get_registerDeletionListener = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxControllerDesc_get_registerDeletionListener_0(self)); -}; - PxControllerDesc.prototype['set_registerDeletionListener'] = PxControllerDesc.prototype.set_registerDeletionListener = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_registerDeletionListener_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'registerDeletionListener', { get: PxControllerDesc.prototype.get_registerDeletionListener, set: PxControllerDesc.prototype.set_registerDeletionListener }); - PxControllerDesc.prototype['get_userData'] = PxControllerDesc.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerDesc_get_userData_0(self), VoidPtr); -}; - PxControllerDesc.prototype['set_userData'] = PxControllerDesc.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerDesc_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerDesc.prototype, 'userData', { get: PxControllerDesc.prototype.get_userData, set: PxControllerDesc.prototype.set_userData }); -// PxControllerFilterCallback -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllerFilterCallback() { throw "cannot construct a PxControllerFilterCallback, no constructor in IDL" } -PxControllerFilterCallback.prototype = Object.create(WrapperObject.prototype); -PxControllerFilterCallback.prototype.constructor = PxControllerFilterCallback; -PxControllerFilterCallback.prototype.__class__ = PxControllerFilterCallback; -PxControllerFilterCallback.__cache__ = {}; -Module['PxControllerFilterCallback'] = PxControllerFilterCallback; - -PxControllerFilterCallback.prototype['filter'] = PxControllerFilterCallback.prototype.filter = /** @suppress {undefinedVars, duplicate} @this{Object} */function(a, b) { - var self = this.ptr; - if (a && typeof a === 'object') a = a.ptr; - if (b && typeof b === 'object') b = b.ptr; - return !!(_emscripten_bind_PxControllerFilterCallback_filter_2(self, a, b)); -};; - - PxControllerFilterCallback.prototype['__destroy__'] = PxControllerFilterCallback.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxControllerFilterCallback___destroy___0(self); -}; -// PxControllerHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllerHit() { throw "cannot construct a PxControllerHit, no constructor in IDL" } -PxControllerHit.prototype = Object.create(WrapperObject.prototype); -PxControllerHit.prototype.constructor = PxControllerHit; -PxControllerHit.prototype.__class__ = PxControllerHit; -PxControllerHit.__cache__ = {}; -Module['PxControllerHit'] = PxControllerHit; - - PxControllerHit.prototype['get_controller'] = PxControllerHit.prototype.get_controller = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerHit_get_controller_0(self), PxController); -}; - PxControllerHit.prototype['set_controller'] = PxControllerHit.prototype.set_controller = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerHit_set_controller_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerHit.prototype, 'controller', { get: PxControllerHit.prototype.get_controller, set: PxControllerHit.prototype.set_controller }); - PxControllerHit.prototype['get_worldPos'] = PxControllerHit.prototype.get_worldPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerHit_get_worldPos_0(self), PxExtendedVec3); -}; - PxControllerHit.prototype['set_worldPos'] = PxControllerHit.prototype.set_worldPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerHit_set_worldPos_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerHit.prototype, 'worldPos', { get: PxControllerHit.prototype.get_worldPos, set: PxControllerHit.prototype.set_worldPos }); - PxControllerHit.prototype['get_worldNormal'] = PxControllerHit.prototype.get_worldNormal = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerHit_get_worldNormal_0(self), PxVec3); -}; - PxControllerHit.prototype['set_worldNormal'] = PxControllerHit.prototype.set_worldNormal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerHit_set_worldNormal_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerHit.prototype, 'worldNormal', { get: PxControllerHit.prototype.get_worldNormal, set: PxControllerHit.prototype.set_worldNormal }); - PxControllerHit.prototype['get_dir'] = PxControllerHit.prototype.get_dir = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerHit_get_dir_0(self), PxVec3); -}; - PxControllerHit.prototype['set_dir'] = PxControllerHit.prototype.set_dir = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerHit_set_dir_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerHit.prototype, 'dir', { get: PxControllerHit.prototype.get_dir, set: PxControllerHit.prototype.set_dir }); - PxControllerHit.prototype['get_length'] = PxControllerHit.prototype.get_length = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerHit_get_length_0(self); -}; - PxControllerHit.prototype['set_length'] = PxControllerHit.prototype.set_length = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerHit_set_length_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerHit.prototype, 'length', { get: PxControllerHit.prototype.get_length, set: PxControllerHit.prototype.set_length }); - PxControllerHit.prototype['__destroy__'] = PxControllerHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxControllerHit___destroy___0(self); -}; -// PxCpuDispatcher -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxCpuDispatcher() { throw "cannot construct a PxCpuDispatcher, no constructor in IDL" } -PxCpuDispatcher.prototype = Object.create(WrapperObject.prototype); -PxCpuDispatcher.prototype.constructor = PxCpuDispatcher; -PxCpuDispatcher.prototype.__class__ = PxCpuDispatcher; -PxCpuDispatcher.__cache__ = {}; -Module['PxCpuDispatcher'] = PxCpuDispatcher; - - PxCpuDispatcher.prototype['__destroy__'] = PxCpuDispatcher.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxCpuDispatcher___destroy___0(self); -}; -// PxErrorCallback -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxErrorCallback() { throw "cannot construct a PxErrorCallback, no constructor in IDL" } -PxErrorCallback.prototype = Object.create(WrapperObject.prototype); -PxErrorCallback.prototype.constructor = PxErrorCallback; -PxErrorCallback.prototype.__class__ = PxErrorCallback; -PxErrorCallback.__cache__ = {}; -Module['PxErrorCallback'] = PxErrorCallback; - -PxErrorCallback.prototype['reportError'] = PxErrorCallback.prototype.reportError = /** @suppress {undefinedVars, duplicate} @this{Object} */function(code, message, file, line) { - var self = this.ptr; - ensureCache.prepare(); - if (code && typeof code === 'object') code = code.ptr; - if (message && typeof message === 'object') message = message.ptr; - else message = ensureString(message); - if (file && typeof file === 'object') file = file.ptr; - else file = ensureString(file); - if (line && typeof line === 'object') line = line.ptr; - _emscripten_bind_PxErrorCallback_reportError_4(self, code, message, file, line); -};; - - PxErrorCallback.prototype['__destroy__'] = PxErrorCallback.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxErrorCallback___destroy___0(self); -}; -// PxGeomRaycastHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxGeomRaycastHit() { throw "cannot construct a PxGeomRaycastHit, no constructor in IDL" } -PxGeomRaycastHit.prototype = Object.create(PxLocationHit.prototype); -PxGeomRaycastHit.prototype.constructor = PxGeomRaycastHit; -PxGeomRaycastHit.prototype.__class__ = PxGeomRaycastHit; -PxGeomRaycastHit.__cache__ = {}; -Module['PxGeomRaycastHit'] = PxGeomRaycastHit; - -PxGeomRaycastHit.prototype['hadInitialOverlap'] = PxGeomRaycastHit.prototype.hadInitialOverlap = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxGeomRaycastHit_hadInitialOverlap_0(self)); -};; - - PxGeomRaycastHit.prototype['get_u'] = PxGeomRaycastHit.prototype.get_u = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxGeomRaycastHit_get_u_0(self); -}; - PxGeomRaycastHit.prototype['set_u'] = PxGeomRaycastHit.prototype.set_u = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGeomRaycastHit_set_u_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGeomRaycastHit.prototype, 'u', { get: PxGeomRaycastHit.prototype.get_u, set: PxGeomRaycastHit.prototype.set_u }); - PxGeomRaycastHit.prototype['get_v'] = PxGeomRaycastHit.prototype.get_v = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxGeomRaycastHit_get_v_0(self); -}; - PxGeomRaycastHit.prototype['set_v'] = PxGeomRaycastHit.prototype.set_v = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGeomRaycastHit_set_v_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGeomRaycastHit.prototype, 'v', { get: PxGeomRaycastHit.prototype.get_v, set: PxGeomRaycastHit.prototype.set_v }); - PxGeomRaycastHit.prototype['get_flags'] = PxGeomRaycastHit.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGeomRaycastHit_get_flags_0(self), PxHitFlags); -}; - PxGeomRaycastHit.prototype['set_flags'] = PxGeomRaycastHit.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGeomRaycastHit_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGeomRaycastHit.prototype, 'flags', { get: PxGeomRaycastHit.prototype.get_flags, set: PxGeomRaycastHit.prototype.set_flags }); - PxGeomRaycastHit.prototype['get_position'] = PxGeomRaycastHit.prototype.get_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGeomRaycastHit_get_position_0(self), PxVec3); -}; - PxGeomRaycastHit.prototype['set_position'] = PxGeomRaycastHit.prototype.set_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGeomRaycastHit_set_position_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGeomRaycastHit.prototype, 'position', { get: PxGeomRaycastHit.prototype.get_position, set: PxGeomRaycastHit.prototype.set_position }); - PxGeomRaycastHit.prototype['get_normal'] = PxGeomRaycastHit.prototype.get_normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGeomRaycastHit_get_normal_0(self), PxVec3); -}; - PxGeomRaycastHit.prototype['set_normal'] = PxGeomRaycastHit.prototype.set_normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGeomRaycastHit_set_normal_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGeomRaycastHit.prototype, 'normal', { get: PxGeomRaycastHit.prototype.get_normal, set: PxGeomRaycastHit.prototype.set_normal }); - PxGeomRaycastHit.prototype['get_distance'] = PxGeomRaycastHit.prototype.get_distance = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxGeomRaycastHit_get_distance_0(self); -}; - PxGeomRaycastHit.prototype['set_distance'] = PxGeomRaycastHit.prototype.set_distance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGeomRaycastHit_set_distance_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGeomRaycastHit.prototype, 'distance', { get: PxGeomRaycastHit.prototype.get_distance, set: PxGeomRaycastHit.prototype.set_distance }); - PxGeomRaycastHit.prototype['get_faceIndex'] = PxGeomRaycastHit.prototype.get_faceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxGeomRaycastHit_get_faceIndex_0(self); -}; - PxGeomRaycastHit.prototype['set_faceIndex'] = PxGeomRaycastHit.prototype.set_faceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGeomRaycastHit_set_faceIndex_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGeomRaycastHit.prototype, 'faceIndex', { get: PxGeomRaycastHit.prototype.get_faceIndex, set: PxGeomRaycastHit.prototype.set_faceIndex }); - PxGeomRaycastHit.prototype['__destroy__'] = PxGeomRaycastHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxGeomRaycastHit___destroy___0(self); -}; -// PxGeomSweepHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxGeomSweepHit() { throw "cannot construct a PxGeomSweepHit, no constructor in IDL" } -PxGeomSweepHit.prototype = Object.create(PxLocationHit.prototype); -PxGeomSweepHit.prototype.constructor = PxGeomSweepHit; -PxGeomSweepHit.prototype.__class__ = PxGeomSweepHit; -PxGeomSweepHit.__cache__ = {}; -Module['PxGeomSweepHit'] = PxGeomSweepHit; - -PxGeomSweepHit.prototype['hadInitialOverlap'] = PxGeomSweepHit.prototype.hadInitialOverlap = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxGeomSweepHit_hadInitialOverlap_0(self)); -};; - - PxGeomSweepHit.prototype['get_flags'] = PxGeomSweepHit.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGeomSweepHit_get_flags_0(self), PxHitFlags); -}; - PxGeomSweepHit.prototype['set_flags'] = PxGeomSweepHit.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGeomSweepHit_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGeomSweepHit.prototype, 'flags', { get: PxGeomSweepHit.prototype.get_flags, set: PxGeomSweepHit.prototype.set_flags }); - PxGeomSweepHit.prototype['get_position'] = PxGeomSweepHit.prototype.get_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGeomSweepHit_get_position_0(self), PxVec3); -}; - PxGeomSweepHit.prototype['set_position'] = PxGeomSweepHit.prototype.set_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGeomSweepHit_set_position_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGeomSweepHit.prototype, 'position', { get: PxGeomSweepHit.prototype.get_position, set: PxGeomSweepHit.prototype.set_position }); - PxGeomSweepHit.prototype['get_normal'] = PxGeomSweepHit.prototype.get_normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGeomSweepHit_get_normal_0(self), PxVec3); -}; - PxGeomSweepHit.prototype['set_normal'] = PxGeomSweepHit.prototype.set_normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGeomSweepHit_set_normal_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGeomSweepHit.prototype, 'normal', { get: PxGeomSweepHit.prototype.get_normal, set: PxGeomSweepHit.prototype.set_normal }); - PxGeomSweepHit.prototype['get_distance'] = PxGeomSweepHit.prototype.get_distance = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxGeomSweepHit_get_distance_0(self); -}; - PxGeomSweepHit.prototype['set_distance'] = PxGeomSweepHit.prototype.set_distance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGeomSweepHit_set_distance_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGeomSweepHit.prototype, 'distance', { get: PxGeomSweepHit.prototype.get_distance, set: PxGeomSweepHit.prototype.set_distance }); - PxGeomSweepHit.prototype['get_faceIndex'] = PxGeomSweepHit.prototype.get_faceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxGeomSweepHit_get_faceIndex_0(self); -}; - PxGeomSweepHit.prototype['set_faceIndex'] = PxGeomSweepHit.prototype.set_faceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGeomSweepHit_set_faceIndex_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGeomSweepHit.prototype, 'faceIndex', { get: PxGeomSweepHit.prototype.get_faceIndex, set: PxGeomSweepHit.prototype.set_faceIndex }); - PxGeomSweepHit.prototype['__destroy__'] = PxGeomSweepHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxGeomSweepHit___destroy___0(self); -}; -// PxGeometry -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxGeometry() { throw "cannot construct a PxGeometry, no constructor in IDL" } -PxGeometry.prototype = Object.create(WrapperObject.prototype); -PxGeometry.prototype.constructor = PxGeometry; -PxGeometry.prototype.__class__ = PxGeometry; -PxGeometry.__cache__ = {}; -Module['PxGeometry'] = PxGeometry; - -PxGeometry.prototype['getType'] = PxGeometry.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxGeometry_getType_0(self); -};; - - PxGeometry.prototype['__destroy__'] = PxGeometry.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxGeometry___destroy___0(self); -}; -// PxI32ConstPtr -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxI32ConstPtr() { throw "cannot construct a PxI32ConstPtr, no constructor in IDL" } -PxI32ConstPtr.prototype = Object.create(WrapperObject.prototype); -PxI32ConstPtr.prototype.constructor = PxI32ConstPtr; -PxI32ConstPtr.prototype.__class__ = PxI32ConstPtr; -PxI32ConstPtr.__cache__ = {}; -Module['PxI32ConstPtr'] = PxI32ConstPtr; - - PxI32ConstPtr.prototype['__destroy__'] = PxI32ConstPtr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxI32ConstPtr___destroy___0(self); -}; -// PxInputData -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxInputData() { throw "cannot construct a PxInputData, no constructor in IDL" } -PxInputData.prototype = Object.create(WrapperObject.prototype); -PxInputData.prototype.constructor = PxInputData; -PxInputData.prototype.__class__ = PxInputData; -PxInputData.__cache__ = {}; -Module['PxInputData'] = PxInputData; - - PxInputData.prototype['__destroy__'] = PxInputData.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxInputData___destroy___0(self); -}; -// PxJoint -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxJoint() { throw "cannot construct a PxJoint, no constructor in IDL" } -PxJoint.prototype = Object.create(PxBase.prototype); -PxJoint.prototype.constructor = PxJoint; -PxJoint.prototype.__class__ = PxJoint; -PxJoint.__cache__ = {}; -Module['PxJoint'] = PxJoint; - -PxJoint.prototype['setActors'] = PxJoint.prototype.setActors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor0, actor1) { - var self = this.ptr; - if (actor0 && typeof actor0 === 'object') actor0 = actor0.ptr; - if (actor1 && typeof actor1 === 'object') actor1 = actor1.ptr; - _emscripten_bind_PxJoint_setActors_2(self, actor0, actor1); -};; - -PxJoint.prototype['setLocalPose'] = PxJoint.prototype.setLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor, localPose) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (localPose && typeof localPose === 'object') localPose = localPose.ptr; - _emscripten_bind_PxJoint_setLocalPose_2(self, actor, localPose); -};; - -PxJoint.prototype['getLocalPose'] = PxJoint.prototype.getLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - return wrapPointer(_emscripten_bind_PxJoint_getLocalPose_1(self, actor), PxTransform); -};; - -PxJoint.prototype['getRelativeTransform'] = PxJoint.prototype.getRelativeTransform = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxJoint_getRelativeTransform_0(self), PxTransform); -};; - -PxJoint.prototype['getRelativeLinearVelocity'] = PxJoint.prototype.getRelativeLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxJoint_getRelativeLinearVelocity_0(self), PxVec3); -};; - -PxJoint.prototype['getRelativeAngularVelocity'] = PxJoint.prototype.getRelativeAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxJoint_getRelativeAngularVelocity_0(self), PxVec3); -};; - -PxJoint.prototype['setBreakForce'] = PxJoint.prototype.setBreakForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(force, torque) { - var self = this.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (torque && typeof torque === 'object') torque = torque.ptr; - _emscripten_bind_PxJoint_setBreakForce_2(self, force, torque); -};; - -PxJoint.prototype['setConstraintFlags'] = PxJoint.prototype.setConstraintFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxJoint_setConstraintFlags_1(self, flags); -};; - -PxJoint.prototype['setConstraintFlag'] = PxJoint.prototype.setConstraintFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxJoint_setConstraintFlag_2(self, flag, value); -};; - -PxJoint.prototype['getConstraintFlags'] = PxJoint.prototype.getConstraintFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxJoint_getConstraintFlags_0(self), PxConstraintFlags); -};; - -PxJoint.prototype['setInvMassScale0'] = PxJoint.prototype.setInvMassScale0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(invMassScale) { - var self = this.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - _emscripten_bind_PxJoint_setInvMassScale0_1(self, invMassScale); -};; - -PxJoint.prototype['getInvMassScale0'] = PxJoint.prototype.getInvMassScale0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJoint_getInvMassScale0_0(self); -};; - -PxJoint.prototype['setInvMassScale1'] = PxJoint.prototype.setInvMassScale1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(invMassScale) { - var self = this.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - _emscripten_bind_PxJoint_setInvMassScale1_1(self, invMassScale); -};; - -PxJoint.prototype['getInvMassScale1'] = PxJoint.prototype.getInvMassScale1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJoint_getInvMassScale1_0(self); -};; - -PxJoint.prototype['getConstraint'] = PxJoint.prototype.getConstraint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxJoint_getConstraint_0(self), PxConstraint); -};; - -PxJoint.prototype['setName'] = PxJoint.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxJoint_setName_1(self, name); -};; - -PxJoint.prototype['getName'] = PxJoint.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxJoint_getName_0(self)); -};; - -PxJoint.prototype['getScene'] = PxJoint.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxJoint_getScene_0(self), PxScene); -};; - -PxJoint.prototype['release'] = PxJoint.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxJoint_release_0(self); -};; - -PxJoint.prototype['getConcreteTypeName'] = PxJoint.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxJoint_getConcreteTypeName_0(self)); -};; - -PxJoint.prototype['getConcreteType'] = PxJoint.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJoint_getConcreteType_0(self); -};; - -PxJoint.prototype['setBaseFlag'] = PxJoint.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxJoint_setBaseFlag_2(self, flag, value); -};; - -PxJoint.prototype['setBaseFlags'] = PxJoint.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxJoint_setBaseFlags_1(self, inFlags); -};; - -PxJoint.prototype['getBaseFlags'] = PxJoint.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxJoint_getBaseFlags_0(self), PxBaseFlags); -};; - -PxJoint.prototype['isReleasable'] = PxJoint.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxJoint_isReleasable_0(self)); -};; - - PxJoint.prototype['get_userData'] = PxJoint.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxJoint_get_userData_0(self), VoidPtr); -}; - PxJoint.prototype['set_userData'] = PxJoint.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJoint_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJoint.prototype, 'userData', { get: PxJoint.prototype.get_userData, set: PxJoint.prototype.set_userData }); -// PxJointLimitParameters -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxJointLimitParameters() { throw "cannot construct a PxJointLimitParameters, no constructor in IDL" } -PxJointLimitParameters.prototype = Object.create(WrapperObject.prototype); -PxJointLimitParameters.prototype.constructor = PxJointLimitParameters; -PxJointLimitParameters.prototype.__class__ = PxJointLimitParameters; -PxJointLimitParameters.__cache__ = {}; -Module['PxJointLimitParameters'] = PxJointLimitParameters; - -PxJointLimitParameters.prototype['isValid'] = PxJointLimitParameters.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxJointLimitParameters_isValid_0(self)); -};; - -PxJointLimitParameters.prototype['isSoft'] = PxJointLimitParameters.prototype.isSoft = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxJointLimitParameters_isSoft_0(self)); -};; - - PxJointLimitParameters.prototype['get_restitution'] = PxJointLimitParameters.prototype.get_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitParameters_get_restitution_0(self); -}; - PxJointLimitParameters.prototype['set_restitution'] = PxJointLimitParameters.prototype.set_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitParameters_set_restitution_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitParameters.prototype, 'restitution', { get: PxJointLimitParameters.prototype.get_restitution, set: PxJointLimitParameters.prototype.set_restitution }); - PxJointLimitParameters.prototype['get_bounceThreshold'] = PxJointLimitParameters.prototype.get_bounceThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitParameters_get_bounceThreshold_0(self); -}; - PxJointLimitParameters.prototype['set_bounceThreshold'] = PxJointLimitParameters.prototype.set_bounceThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitParameters_set_bounceThreshold_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitParameters.prototype, 'bounceThreshold', { get: PxJointLimitParameters.prototype.get_bounceThreshold, set: PxJointLimitParameters.prototype.set_bounceThreshold }); - PxJointLimitParameters.prototype['get_stiffness'] = PxJointLimitParameters.prototype.get_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitParameters_get_stiffness_0(self); -}; - PxJointLimitParameters.prototype['set_stiffness'] = PxJointLimitParameters.prototype.set_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitParameters_set_stiffness_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitParameters.prototype, 'stiffness', { get: PxJointLimitParameters.prototype.get_stiffness, set: PxJointLimitParameters.prototype.set_stiffness }); - PxJointLimitParameters.prototype['get_damping'] = PxJointLimitParameters.prototype.get_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitParameters_get_damping_0(self); -}; - PxJointLimitParameters.prototype['set_damping'] = PxJointLimitParameters.prototype.set_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitParameters_set_damping_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitParameters.prototype, 'damping', { get: PxJointLimitParameters.prototype.get_damping, set: PxJointLimitParameters.prototype.set_damping }); -// PxObstacle -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxObstacle() { throw "cannot construct a PxObstacle, no constructor in IDL" } -PxObstacle.prototype = Object.create(WrapperObject.prototype); -PxObstacle.prototype.constructor = PxObstacle; -PxObstacle.prototype.__class__ = PxObstacle; -PxObstacle.__cache__ = {}; -Module['PxObstacle'] = PxObstacle; - -PxObstacle.prototype['getType'] = PxObstacle.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxObstacle_getType_0(self); -};; - - PxObstacle.prototype['get_mUserData'] = PxObstacle.prototype.get_mUserData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxObstacle_get_mUserData_0(self), VoidPtr); -}; - PxObstacle.prototype['set_mUserData'] = PxObstacle.prototype.set_mUserData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxObstacle_set_mUserData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxObstacle.prototype, 'mUserData', { get: PxObstacle.prototype.get_mUserData, set: PxObstacle.prototype.set_mUserData }); - PxObstacle.prototype['get_mPos'] = PxObstacle.prototype.get_mPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxObstacle_get_mPos_0(self), PxExtendedVec3); -}; - PxObstacle.prototype['set_mPos'] = PxObstacle.prototype.set_mPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxObstacle_set_mPos_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxObstacle.prototype, 'mPos', { get: PxObstacle.prototype.get_mPos, set: PxObstacle.prototype.set_mPos }); - PxObstacle.prototype['get_mRot'] = PxObstacle.prototype.get_mRot = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxObstacle_get_mRot_0(self), PxQuat); -}; - PxObstacle.prototype['set_mRot'] = PxObstacle.prototype.set_mRot = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxObstacle_set_mRot_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxObstacle.prototype, 'mRot', { get: PxObstacle.prototype.get_mRot, set: PxObstacle.prototype.set_mRot }); - PxObstacle.prototype['__destroy__'] = PxObstacle.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxObstacle___destroy___0(self); -}; -// PxOutputStream -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxOutputStream() { throw "cannot construct a PxOutputStream, no constructor in IDL" } -PxOutputStream.prototype = Object.create(WrapperObject.prototype); -PxOutputStream.prototype.constructor = PxOutputStream; -PxOutputStream.prototype.__class__ = PxOutputStream; -PxOutputStream.__cache__ = {}; -Module['PxOutputStream'] = PxOutputStream; - - PxOutputStream.prototype['__destroy__'] = PxOutputStream.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxOutputStream___destroy___0(self); -}; -// PxOverlapCallback -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxOverlapCallback() { throw "cannot construct a PxOverlapCallback, no constructor in IDL" } -PxOverlapCallback.prototype = Object.create(WrapperObject.prototype); -PxOverlapCallback.prototype.constructor = PxOverlapCallback; -PxOverlapCallback.prototype.__class__ = PxOverlapCallback; -PxOverlapCallback.__cache__ = {}; -Module['PxOverlapCallback'] = PxOverlapCallback; - -PxOverlapCallback.prototype['hasAnyHits'] = PxOverlapCallback.prototype.hasAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxOverlapCallback_hasAnyHits_0(self)); -};; - - PxOverlapCallback.prototype['__destroy__'] = PxOverlapCallback.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxOverlapCallback___destroy___0(self); -}; -// PxRaycastCallback -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRaycastCallback() { throw "cannot construct a PxRaycastCallback, no constructor in IDL" } -PxRaycastCallback.prototype = Object.create(WrapperObject.prototype); -PxRaycastCallback.prototype.constructor = PxRaycastCallback; -PxRaycastCallback.prototype.__class__ = PxRaycastCallback; -PxRaycastCallback.__cache__ = {}; -Module['PxRaycastCallback'] = PxRaycastCallback; - -PxRaycastCallback.prototype['hasAnyHits'] = PxRaycastCallback.prototype.hasAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxRaycastCallback_hasAnyHits_0(self)); -};; - - PxRaycastCallback.prototype['__destroy__'] = PxRaycastCallback.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRaycastCallback___destroy___0(self); -}; -// PxRigidBody -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRigidBody() { throw "cannot construct a PxRigidBody, no constructor in IDL" } -PxRigidBody.prototype = Object.create(PxRigidActor.prototype); -PxRigidBody.prototype.constructor = PxRigidBody; -PxRigidBody.prototype.__class__ = PxRigidBody; -PxRigidBody.__cache__ = {}; -Module['PxRigidBody'] = PxRigidBody; - -PxRigidBody.prototype['setCMassLocalPose'] = PxRigidBody.prototype.setCMassLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - _emscripten_bind_PxRigidBody_setCMassLocalPose_1(self, pose); -};; - -PxRigidBody.prototype['getCMassLocalPose'] = PxRigidBody.prototype.getCMassLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidBody_getCMassLocalPose_0(self), PxTransform); -};; - -PxRigidBody.prototype['setMass'] = PxRigidBody.prototype.setMass = /** @suppress {undefinedVars, duplicate} @this{Object} */function(mass) { - var self = this.ptr; - if (mass && typeof mass === 'object') mass = mass.ptr; - _emscripten_bind_PxRigidBody_setMass_1(self, mass); -};; - -PxRigidBody.prototype['getMass'] = PxRigidBody.prototype.getMass = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getMass_0(self); -};; - -PxRigidBody.prototype['getInvMass'] = PxRigidBody.prototype.getInvMass = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getInvMass_0(self); -};; - -PxRigidBody.prototype['setMassSpaceInertiaTensor'] = PxRigidBody.prototype.setMassSpaceInertiaTensor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(m) { - var self = this.ptr; - if (m && typeof m === 'object') m = m.ptr; - _emscripten_bind_PxRigidBody_setMassSpaceInertiaTensor_1(self, m); -};; - -PxRigidBody.prototype['getMassSpaceInertiaTensor'] = PxRigidBody.prototype.getMassSpaceInertiaTensor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidBody_getMassSpaceInertiaTensor_0(self), PxVec3); -};; - -PxRigidBody.prototype['getMassSpaceInvInertiaTensor'] = PxRigidBody.prototype.getMassSpaceInvInertiaTensor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidBody_getMassSpaceInvInertiaTensor_0(self), PxVec3); -};; - -PxRigidBody.prototype['setLinearDamping'] = PxRigidBody.prototype.setLinearDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(linDamp) { - var self = this.ptr; - if (linDamp && typeof linDamp === 'object') linDamp = linDamp.ptr; - _emscripten_bind_PxRigidBody_setLinearDamping_1(self, linDamp); -};; - -PxRigidBody.prototype['getLinearDamping'] = PxRigidBody.prototype.getLinearDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getLinearDamping_0(self); -};; - -PxRigidBody.prototype['setAngularDamping'] = PxRigidBody.prototype.setAngularDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(angDamp) { - var self = this.ptr; - if (angDamp && typeof angDamp === 'object') angDamp = angDamp.ptr; - _emscripten_bind_PxRigidBody_setAngularDamping_1(self, angDamp); -};; - -PxRigidBody.prototype['getAngularDamping'] = PxRigidBody.prototype.getAngularDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getAngularDamping_0(self); -};; - -PxRigidBody.prototype['getLinearVelocity'] = PxRigidBody.prototype.getLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidBody_getLinearVelocity_0(self), PxVec3); -};; - -PxRigidBody.prototype['getAngularVelocity'] = PxRigidBody.prototype.getAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidBody_getAngularVelocity_0(self), PxVec3); -};; - -PxRigidBody.prototype['setMaxLinearVelocity'] = PxRigidBody.prototype.setMaxLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(maxLinVel) { - var self = this.ptr; - if (maxLinVel && typeof maxLinVel === 'object') maxLinVel = maxLinVel.ptr; - _emscripten_bind_PxRigidBody_setMaxLinearVelocity_1(self, maxLinVel); -};; - -PxRigidBody.prototype['getMaxLinearVelocity'] = PxRigidBody.prototype.getMaxLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getMaxLinearVelocity_0(self); -};; - -PxRigidBody.prototype['setMaxAngularVelocity'] = PxRigidBody.prototype.setMaxAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(maxAngVel) { - var self = this.ptr; - if (maxAngVel && typeof maxAngVel === 'object') maxAngVel = maxAngVel.ptr; - _emscripten_bind_PxRigidBody_setMaxAngularVelocity_1(self, maxAngVel); -};; - -PxRigidBody.prototype['getMaxAngularVelocity'] = PxRigidBody.prototype.getMaxAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getMaxAngularVelocity_0(self); -};; - -PxRigidBody.prototype['addForce'] = PxRigidBody.prototype.addForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(force, mode, autowake) { - var self = this.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (mode === undefined) { _emscripten_bind_PxRigidBody_addForce_1(self, force); return } - if (autowake === undefined) { _emscripten_bind_PxRigidBody_addForce_2(self, force, mode); return } - _emscripten_bind_PxRigidBody_addForce_3(self, force, mode, autowake); -};; - -PxRigidBody.prototype['addTorque'] = PxRigidBody.prototype.addTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(torque, mode, autowake) { - var self = this.ptr; - if (torque && typeof torque === 'object') torque = torque.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (mode === undefined) { _emscripten_bind_PxRigidBody_addTorque_1(self, torque); return } - if (autowake === undefined) { _emscripten_bind_PxRigidBody_addTorque_2(self, torque, mode); return } - _emscripten_bind_PxRigidBody_addTorque_3(self, torque, mode, autowake); -};; - -PxRigidBody.prototype['clearForce'] = PxRigidBody.prototype.clearForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(mode) { - var self = this.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - _emscripten_bind_PxRigidBody_clearForce_1(self, mode); -};; - -PxRigidBody.prototype['clearTorque'] = PxRigidBody.prototype.clearTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(mode) { - var self = this.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - _emscripten_bind_PxRigidBody_clearTorque_1(self, mode); -};; - -PxRigidBody.prototype['setForceAndTorque'] = PxRigidBody.prototype.setForceAndTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(force, torque, mode) { - var self = this.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (torque && typeof torque === 'object') torque = torque.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - if (mode === undefined) { _emscripten_bind_PxRigidBody_setForceAndTorque_2(self, force, torque); return } - _emscripten_bind_PxRigidBody_setForceAndTorque_3(self, force, torque, mode); -};; - -PxRigidBody.prototype['setRigidBodyFlag'] = PxRigidBody.prototype.setRigidBodyFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRigidBody_setRigidBodyFlag_2(self, flag, value); -};; - -PxRigidBody.prototype['setRigidBodyFlags'] = PxRigidBody.prototype.setRigidBodyFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxRigidBody_setRigidBodyFlags_1(self, inFlags); -};; - -PxRigidBody.prototype['getRigidBodyFlags'] = PxRigidBody.prototype.getRigidBodyFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidBody_getRigidBodyFlags_0(self), PxRigidBodyFlags); -};; - -PxRigidBody.prototype['setMinCCDAdvanceCoefficient'] = PxRigidBody.prototype.setMinCCDAdvanceCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(advanceCoefficient) { - var self = this.ptr; - if (advanceCoefficient && typeof advanceCoefficient === 'object') advanceCoefficient = advanceCoefficient.ptr; - _emscripten_bind_PxRigidBody_setMinCCDAdvanceCoefficient_1(self, advanceCoefficient); -};; - -PxRigidBody.prototype['getMinCCDAdvanceCoefficient'] = PxRigidBody.prototype.getMinCCDAdvanceCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getMinCCDAdvanceCoefficient_0(self); -};; - -PxRigidBody.prototype['setMaxDepenetrationVelocity'] = PxRigidBody.prototype.setMaxDepenetrationVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(biasClamp) { - var self = this.ptr; - if (biasClamp && typeof biasClamp === 'object') biasClamp = biasClamp.ptr; - _emscripten_bind_PxRigidBody_setMaxDepenetrationVelocity_1(self, biasClamp); -};; - -PxRigidBody.prototype['getMaxDepenetrationVelocity'] = PxRigidBody.prototype.getMaxDepenetrationVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getMaxDepenetrationVelocity_0(self); -};; - -PxRigidBody.prototype['setMaxContactImpulse'] = PxRigidBody.prototype.setMaxContactImpulse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(maxImpulse) { - var self = this.ptr; - if (maxImpulse && typeof maxImpulse === 'object') maxImpulse = maxImpulse.ptr; - _emscripten_bind_PxRigidBody_setMaxContactImpulse_1(self, maxImpulse); -};; - -PxRigidBody.prototype['getMaxContactImpulse'] = PxRigidBody.prototype.getMaxContactImpulse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getMaxContactImpulse_0(self); -};; - -PxRigidBody.prototype['setContactSlopCoefficient'] = PxRigidBody.prototype.setContactSlopCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(slopCoefficient) { - var self = this.ptr; - if (slopCoefficient && typeof slopCoefficient === 'object') slopCoefficient = slopCoefficient.ptr; - _emscripten_bind_PxRigidBody_setContactSlopCoefficient_1(self, slopCoefficient); -};; - -PxRigidBody.prototype['getContactSlopCoefficient'] = PxRigidBody.prototype.getContactSlopCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getContactSlopCoefficient_0(self); -};; - -PxRigidBody.prototype['getType'] = PxRigidBody.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getType_0(self); -};; - -PxRigidBody.prototype['getScene'] = PxRigidBody.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidBody_getScene_0(self), PxScene); -};; - -PxRigidBody.prototype['setName'] = PxRigidBody.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxRigidBody_setName_1(self, name); -};; - -PxRigidBody.prototype['getName'] = PxRigidBody.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxRigidBody_getName_0(self)); -};; - -PxRigidBody.prototype['getWorldBounds'] = PxRigidBody.prototype.getWorldBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inflation) { - var self = this.ptr; - if (inflation && typeof inflation === 'object') inflation = inflation.ptr; - if (inflation === undefined) { return wrapPointer(_emscripten_bind_PxRigidBody_getWorldBounds_0(self), PxBounds3) } - return wrapPointer(_emscripten_bind_PxRigidBody_getWorldBounds_1(self, inflation), PxBounds3); -};; - -PxRigidBody.prototype['setActorFlag'] = PxRigidBody.prototype.setActorFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRigidBody_setActorFlag_2(self, flag, value); -};; - -PxRigidBody.prototype['setActorFlags'] = PxRigidBody.prototype.setActorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxRigidBody_setActorFlags_1(self, flags); -};; - -PxRigidBody.prototype['getActorFlags'] = PxRigidBody.prototype.getActorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidBody_getActorFlags_0(self), PxActorFlags); -};; - -PxRigidBody.prototype['setDominanceGroup'] = PxRigidBody.prototype.setDominanceGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dominanceGroup) { - var self = this.ptr; - if (dominanceGroup && typeof dominanceGroup === 'object') dominanceGroup = dominanceGroup.ptr; - _emscripten_bind_PxRigidBody_setDominanceGroup_1(self, dominanceGroup); -};; - -PxRigidBody.prototype['getDominanceGroup'] = PxRigidBody.prototype.getDominanceGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getDominanceGroup_0(self); -};; - -PxRigidBody.prototype['setOwnerClient'] = PxRigidBody.prototype.setOwnerClient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inClient) { - var self = this.ptr; - if (inClient && typeof inClient === 'object') inClient = inClient.ptr; - _emscripten_bind_PxRigidBody_setOwnerClient_1(self, inClient); -};; - -PxRigidBody.prototype['getOwnerClient'] = PxRigidBody.prototype.getOwnerClient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getOwnerClient_0(self); -};; - -PxRigidBody.prototype['release'] = PxRigidBody.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRigidBody_release_0(self); -};; - -PxRigidBody.prototype['getConcreteTypeName'] = PxRigidBody.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxRigidBody_getConcreteTypeName_0(self)); -};; - -PxRigidBody.prototype['getConcreteType'] = PxRigidBody.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getConcreteType_0(self); -};; - -PxRigidBody.prototype['setBaseFlag'] = PxRigidBody.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRigidBody_setBaseFlag_2(self, flag, value); -};; - -PxRigidBody.prototype['setBaseFlags'] = PxRigidBody.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxRigidBody_setBaseFlags_1(self, inFlags); -};; - -PxRigidBody.prototype['getBaseFlags'] = PxRigidBody.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidBody_getBaseFlags_0(self), PxBaseFlags); -};; - -PxRigidBody.prototype['isReleasable'] = PxRigidBody.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxRigidBody_isReleasable_0(self)); -};; - -PxRigidBody.prototype['getGlobalPose'] = PxRigidBody.prototype.getGlobalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidBody_getGlobalPose_0(self), PxTransform); -};; - -PxRigidBody.prototype['setGlobalPose'] = PxRigidBody.prototype.setGlobalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose, autowake) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxRigidBody_setGlobalPose_1(self, pose); return } - _emscripten_bind_PxRigidBody_setGlobalPose_2(self, pose, autowake); -};; - -PxRigidBody.prototype['attachShape'] = PxRigidBody.prototype.attachShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - return !!(_emscripten_bind_PxRigidBody_attachShape_1(self, shape)); -};; - -PxRigidBody.prototype['detachShape'] = PxRigidBody.prototype.detachShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape, wakeOnLostTouch) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (wakeOnLostTouch && typeof wakeOnLostTouch === 'object') wakeOnLostTouch = wakeOnLostTouch.ptr; - if (wakeOnLostTouch === undefined) { _emscripten_bind_PxRigidBody_detachShape_1(self, shape); return } - _emscripten_bind_PxRigidBody_detachShape_2(self, shape, wakeOnLostTouch); -};; - -PxRigidBody.prototype['getNbShapes'] = PxRigidBody.prototype.getNbShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getNbShapes_0(self); -};; - -PxRigidBody.prototype['getNbConstraints'] = PxRigidBody.prototype.getNbConstraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidBody_getNbConstraints_0(self); -};; - - PxRigidBody.prototype['get_userData'] = PxRigidBody.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidBody_get_userData_0(self), VoidPtr); -}; - PxRigidBody.prototype['set_userData'] = PxRigidBody.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRigidBody_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRigidBody.prototype, 'userData', { get: PxRigidBody.prototype.get_userData, set: PxRigidBody.prototype.set_userData }); -// PxSceneSQSystem -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSceneSQSystem() { throw "cannot construct a PxSceneSQSystem, no constructor in IDL" } -PxSceneSQSystem.prototype = Object.create(PxSceneQuerySystemBase.prototype); -PxSceneSQSystem.prototype.constructor = PxSceneSQSystem; -PxSceneSQSystem.prototype.__class__ = PxSceneSQSystem; -PxSceneSQSystem.__cache__ = {}; -Module['PxSceneSQSystem'] = PxSceneSQSystem; - -PxSceneSQSystem.prototype['setSceneQueryUpdateMode'] = PxSceneSQSystem.prototype.setSceneQueryUpdateMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(updateMode) { - var self = this.ptr; - if (updateMode && typeof updateMode === 'object') updateMode = updateMode.ptr; - _emscripten_bind_PxSceneSQSystem_setSceneQueryUpdateMode_1(self, updateMode); -};; - -PxSceneSQSystem.prototype['getSceneQueryUpdateMode'] = PxSceneSQSystem.prototype.getSceneQueryUpdateMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneSQSystem_getSceneQueryUpdateMode_0(self); -};; - -PxSceneSQSystem.prototype['getSceneQueryStaticTimestamp'] = PxSceneSQSystem.prototype.getSceneQueryStaticTimestamp = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneSQSystem_getSceneQueryStaticTimestamp_0(self); -};; - -PxSceneSQSystem.prototype['flushQueryUpdates'] = PxSceneSQSystem.prototype.flushQueryUpdates = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSceneSQSystem_flushQueryUpdates_0(self); -};; - -PxSceneSQSystem.prototype['forceDynamicTreeRebuild'] = PxSceneSQSystem.prototype.forceDynamicTreeRebuild = /** @suppress {undefinedVars, duplicate} @this{Object} */function(rebuildStaticStructure, rebuildDynamicStructure) { - var self = this.ptr; - if (rebuildStaticStructure && typeof rebuildStaticStructure === 'object') rebuildStaticStructure = rebuildStaticStructure.ptr; - if (rebuildDynamicStructure && typeof rebuildDynamicStructure === 'object') rebuildDynamicStructure = rebuildDynamicStructure.ptr; - _emscripten_bind_PxSceneSQSystem_forceDynamicTreeRebuild_2(self, rebuildStaticStructure, rebuildDynamicStructure); -};; - -PxSceneSQSystem.prototype['getStaticStructure'] = PxSceneSQSystem.prototype.getStaticStructure = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneSQSystem_getStaticStructure_0(self); -};; - -PxSceneSQSystem.prototype['getDynamicStructure'] = PxSceneSQSystem.prototype.getDynamicStructure = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneSQSystem_getDynamicStructure_0(self); -};; - -PxSceneSQSystem.prototype['sceneQueriesUpdate'] = PxSceneSQSystem.prototype.sceneQueriesUpdate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(completionTask, controlSimulation) { - var self = this.ptr; - if (completionTask && typeof completionTask === 'object') completionTask = completionTask.ptr; - if (controlSimulation && typeof controlSimulation === 'object') controlSimulation = controlSimulation.ptr; - if (completionTask === undefined) { _emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_0(self); return } - if (controlSimulation === undefined) { _emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_1(self, completionTask); return } - _emscripten_bind_PxSceneSQSystem_sceneQueriesUpdate_2(self, completionTask, controlSimulation); -};; - -PxSceneSQSystem.prototype['checkQueries'] = PxSceneSQSystem.prototype.checkQueries = /** @suppress {undefinedVars, duplicate} @this{Object} */function(block) { - var self = this.ptr; - if (block && typeof block === 'object') block = block.ptr; - if (block === undefined) { return !!(_emscripten_bind_PxSceneSQSystem_checkQueries_0(self)) } - return !!(_emscripten_bind_PxSceneSQSystem_checkQueries_1(self, block)); -};; - -PxSceneSQSystem.prototype['fetchQueries'] = PxSceneSQSystem.prototype.fetchQueries = /** @suppress {undefinedVars, duplicate} @this{Object} */function(block) { - var self = this.ptr; - if (block && typeof block === 'object') block = block.ptr; - if (block === undefined) { return !!(_emscripten_bind_PxSceneSQSystem_fetchQueries_0(self)) } - return !!(_emscripten_bind_PxSceneSQSystem_fetchQueries_1(self, block)); -};; - -PxSceneSQSystem.prototype['setDynamicTreeRebuildRateHint'] = PxSceneSQSystem.prototype.setDynamicTreeRebuildRateHint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dynamicTreeRebuildRateHint) { - var self = this.ptr; - if (dynamicTreeRebuildRateHint && typeof dynamicTreeRebuildRateHint === 'object') dynamicTreeRebuildRateHint = dynamicTreeRebuildRateHint.ptr; - _emscripten_bind_PxSceneSQSystem_setDynamicTreeRebuildRateHint_1(self, dynamicTreeRebuildRateHint); -};; - -PxSceneSQSystem.prototype['getDynamicTreeRebuildRateHint'] = PxSceneSQSystem.prototype.getDynamicTreeRebuildRateHint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneSQSystem_getDynamicTreeRebuildRateHint_0(self); -};; - -PxSceneSQSystem.prototype['forceRebuildDynamicTree'] = PxSceneSQSystem.prototype.forceRebuildDynamicTree = /** @suppress {undefinedVars, duplicate} @this{Object} */function(prunerIndex) { - var self = this.ptr; - if (prunerIndex && typeof prunerIndex === 'object') prunerIndex = prunerIndex.ptr; - _emscripten_bind_PxSceneSQSystem_forceRebuildDynamicTree_1(self, prunerIndex); -};; - -PxSceneSQSystem.prototype['setUpdateMode'] = PxSceneSQSystem.prototype.setUpdateMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(updateMode) { - var self = this.ptr; - if (updateMode && typeof updateMode === 'object') updateMode = updateMode.ptr; - _emscripten_bind_PxSceneSQSystem_setUpdateMode_1(self, updateMode); -};; - -PxSceneSQSystem.prototype['getUpdateMode'] = PxSceneSQSystem.prototype.getUpdateMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneSQSystem_getUpdateMode_0(self); -};; - -PxSceneSQSystem.prototype['getStaticTimestamp'] = PxSceneSQSystem.prototype.getStaticTimestamp = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneSQSystem_getStaticTimestamp_0(self); -};; - -PxSceneSQSystem.prototype['flushUpdates'] = PxSceneSQSystem.prototype.flushUpdates = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSceneSQSystem_flushUpdates_0(self); -};; - -PxSceneSQSystem.prototype['raycast'] = PxSceneSQSystem.prototype.raycast = /** @suppress {undefinedVars, duplicate} @this{Object} */function(origin, unitDir, distance, hitCall, hitFlags, filterData) { - var self = this.ptr; - if (origin && typeof origin === 'object') origin = origin.ptr; - if (unitDir && typeof unitDir === 'object') unitDir = unitDir.ptr; - if (distance && typeof distance === 'object') distance = distance.ptr; - if (hitCall && typeof hitCall === 'object') hitCall = hitCall.ptr; - if (hitFlags && typeof hitFlags === 'object') hitFlags = hitFlags.ptr; - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - if (hitFlags === undefined) { return !!(_emscripten_bind_PxSceneSQSystem_raycast_4(self, origin, unitDir, distance, hitCall)) } - if (filterData === undefined) { return !!(_emscripten_bind_PxSceneSQSystem_raycast_5(self, origin, unitDir, distance, hitCall, hitFlags)) } - return !!(_emscripten_bind_PxSceneSQSystem_raycast_6(self, origin, unitDir, distance, hitCall, hitFlags, filterData)); -};; - -PxSceneSQSystem.prototype['sweep'] = PxSceneSQSystem.prototype.sweep = /** @suppress {undefinedVars, duplicate} @this{Object} */function(geometry, pose, unitDir, distance, hitCall, hitFlags, filterData) { - var self = this.ptr; - if (geometry && typeof geometry === 'object') geometry = geometry.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (unitDir && typeof unitDir === 'object') unitDir = unitDir.ptr; - if (distance && typeof distance === 'object') distance = distance.ptr; - if (hitCall && typeof hitCall === 'object') hitCall = hitCall.ptr; - if (hitFlags && typeof hitFlags === 'object') hitFlags = hitFlags.ptr; - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - if (hitFlags === undefined) { return !!(_emscripten_bind_PxSceneSQSystem_sweep_5(self, geometry, pose, unitDir, distance, hitCall)) } - if (filterData === undefined) { return !!(_emscripten_bind_PxSceneSQSystem_sweep_6(self, geometry, pose, unitDir, distance, hitCall, hitFlags)) } - return !!(_emscripten_bind_PxSceneSQSystem_sweep_7(self, geometry, pose, unitDir, distance, hitCall, hitFlags, filterData)); -};; - -PxSceneSQSystem.prototype['overlap'] = PxSceneSQSystem.prototype.overlap = /** @suppress {undefinedVars, duplicate} @this{Object} */function(geometry, pose, hitCall, filterData) { - var self = this.ptr; - if (geometry && typeof geometry === 'object') geometry = geometry.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (hitCall && typeof hitCall === 'object') hitCall = hitCall.ptr; - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - if (filterData === undefined) { return !!(_emscripten_bind_PxSceneSQSystem_overlap_3(self, geometry, pose, hitCall)) } - return !!(_emscripten_bind_PxSceneSQSystem_overlap_4(self, geometry, pose, hitCall, filterData)); -};; - -// PxSimpleTriangleMesh -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSimpleTriangleMesh() { - this.ptr = _emscripten_bind_PxSimpleTriangleMesh_PxSimpleTriangleMesh_0(); - getCache(PxSimpleTriangleMesh)[this.ptr] = this; -};; -PxSimpleTriangleMesh.prototype = Object.create(WrapperObject.prototype); -PxSimpleTriangleMesh.prototype.constructor = PxSimpleTriangleMesh; -PxSimpleTriangleMesh.prototype.__class__ = PxSimpleTriangleMesh; -PxSimpleTriangleMesh.__cache__ = {}; -Module['PxSimpleTriangleMesh'] = PxSimpleTriangleMesh; - -PxSimpleTriangleMesh.prototype['setToDefault'] = PxSimpleTriangleMesh.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSimpleTriangleMesh_setToDefault_0(self); -};; - -PxSimpleTriangleMesh.prototype['isValid'] = PxSimpleTriangleMesh.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxSimpleTriangleMesh_isValid_0(self)); -};; - - PxSimpleTriangleMesh.prototype['get_points'] = PxSimpleTriangleMesh.prototype.get_points = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSimpleTriangleMesh_get_points_0(self), PxBoundedData); -}; - PxSimpleTriangleMesh.prototype['set_points'] = PxSimpleTriangleMesh.prototype.set_points = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimpleTriangleMesh_set_points_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimpleTriangleMesh.prototype, 'points', { get: PxSimpleTriangleMesh.prototype.get_points, set: PxSimpleTriangleMesh.prototype.set_points }); - PxSimpleTriangleMesh.prototype['get_triangles'] = PxSimpleTriangleMesh.prototype.get_triangles = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSimpleTriangleMesh_get_triangles_0(self), PxBoundedData); -}; - PxSimpleTriangleMesh.prototype['set_triangles'] = PxSimpleTriangleMesh.prototype.set_triangles = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimpleTriangleMesh_set_triangles_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimpleTriangleMesh.prototype, 'triangles', { get: PxSimpleTriangleMesh.prototype.get_triangles, set: PxSimpleTriangleMesh.prototype.set_triangles }); - PxSimpleTriangleMesh.prototype['get_flags'] = PxSimpleTriangleMesh.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSimpleTriangleMesh_get_flags_0(self), PxMeshFlags); -}; - PxSimpleTriangleMesh.prototype['set_flags'] = PxSimpleTriangleMesh.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimpleTriangleMesh_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimpleTriangleMesh.prototype, 'flags', { get: PxSimpleTriangleMesh.prototype.get_flags, set: PxSimpleTriangleMesh.prototype.set_flags }); - PxSimpleTriangleMesh.prototype['__destroy__'] = PxSimpleTriangleMesh.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSimpleTriangleMesh___destroy___0(self); -}; -// PxSpring -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSpring(stiffness, damping) { - if (stiffness && typeof stiffness === 'object') stiffness = stiffness.ptr; - if (damping && typeof damping === 'object') damping = damping.ptr; - this.ptr = _emscripten_bind_PxSpring_PxSpring_2(stiffness, damping); - getCache(PxSpring)[this.ptr] = this; -};; -PxSpring.prototype = Object.create(WrapperObject.prototype); -PxSpring.prototype.constructor = PxSpring; -PxSpring.prototype.__class__ = PxSpring; -PxSpring.__cache__ = {}; -Module['PxSpring'] = PxSpring; - - PxSpring.prototype['get_stiffness'] = PxSpring.prototype.get_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSpring_get_stiffness_0(self); -}; - PxSpring.prototype['set_stiffness'] = PxSpring.prototype.set_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSpring_set_stiffness_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSpring.prototype, 'stiffness', { get: PxSpring.prototype.get_stiffness, set: PxSpring.prototype.set_stiffness }); - PxSpring.prototype['get_damping'] = PxSpring.prototype.get_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSpring_get_damping_0(self); -}; - PxSpring.prototype['set_damping'] = PxSpring.prototype.set_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSpring_set_damping_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSpring.prototype, 'damping', { get: PxSpring.prototype.get_damping, set: PxSpring.prototype.set_damping }); - PxSpring.prototype['__destroy__'] = PxSpring.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSpring___destroy___0(self); -}; -// PxStridedData -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxStridedData() { throw "cannot construct a PxStridedData, no constructor in IDL" } -PxStridedData.prototype = Object.create(WrapperObject.prototype); -PxStridedData.prototype.constructor = PxStridedData; -PxStridedData.prototype.__class__ = PxStridedData; -PxStridedData.__cache__ = {}; -Module['PxStridedData'] = PxStridedData; - - PxStridedData.prototype['get_stride'] = PxStridedData.prototype.get_stride = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxStridedData_get_stride_0(self); -}; - PxStridedData.prototype['set_stride'] = PxStridedData.prototype.set_stride = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxStridedData_set_stride_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxStridedData.prototype, 'stride', { get: PxStridedData.prototype.get_stride, set: PxStridedData.prototype.set_stride }); - PxStridedData.prototype['get_data'] = PxStridedData.prototype.get_data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxStridedData_get_data_0(self), VoidPtr); -}; - PxStridedData.prototype['set_data'] = PxStridedData.prototype.set_data = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxStridedData_set_data_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxStridedData.prototype, 'data', { get: PxStridedData.prototype.get_data, set: PxStridedData.prototype.set_data }); - PxStridedData.prototype['__destroy__'] = PxStridedData.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxStridedData___destroy___0(self); -}; -// PxSweepCallback -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSweepCallback() { throw "cannot construct a PxSweepCallback, no constructor in IDL" } -PxSweepCallback.prototype = Object.create(WrapperObject.prototype); -PxSweepCallback.prototype.constructor = PxSweepCallback; -PxSweepCallback.prototype.__class__ = PxSweepCallback; -PxSweepCallback.__cache__ = {}; -Module['PxSweepCallback'] = PxSweepCallback; - -PxSweepCallback.prototype['hasAnyHits'] = PxSweepCallback.prototype.hasAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxSweepCallback_hasAnyHits_0(self)); -};; - - PxSweepCallback.prototype['__destroy__'] = PxSweepCallback.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSweepCallback___destroy___0(self); -}; -// PxU16ConstPtr -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxU16ConstPtr() { throw "cannot construct a PxU16ConstPtr, no constructor in IDL" } -PxU16ConstPtr.prototype = Object.create(WrapperObject.prototype); -PxU16ConstPtr.prototype.constructor = PxU16ConstPtr; -PxU16ConstPtr.prototype.__class__ = PxU16ConstPtr; -PxU16ConstPtr.__cache__ = {}; -Module['PxU16ConstPtr'] = PxU16ConstPtr; - - PxU16ConstPtr.prototype['__destroy__'] = PxU16ConstPtr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxU16ConstPtr___destroy___0(self); -}; -// PxU32ConstPtr -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxU32ConstPtr() { throw "cannot construct a PxU32ConstPtr, no constructor in IDL" } -PxU32ConstPtr.prototype = Object.create(WrapperObject.prototype); -PxU32ConstPtr.prototype.constructor = PxU32ConstPtr; -PxU32ConstPtr.prototype.__class__ = PxU32ConstPtr; -PxU32ConstPtr.__cache__ = {}; -Module['PxU32ConstPtr'] = PxU32ConstPtr; - - PxU32ConstPtr.prototype['__destroy__'] = PxU32ConstPtr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxU32ConstPtr___destroy___0(self); -}; -// PxU8ConstPtr -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxU8ConstPtr() { throw "cannot construct a PxU8ConstPtr, no constructor in IDL" } -PxU8ConstPtr.prototype = Object.create(WrapperObject.prototype); -PxU8ConstPtr.prototype.constructor = PxU8ConstPtr; -PxU8ConstPtr.prototype.__class__ = PxU8ConstPtr; -PxU8ConstPtr.__cache__ = {}; -Module['PxU8ConstPtr'] = PxU8ConstPtr; - - PxU8ConstPtr.prototype['__destroy__'] = PxU8ConstPtr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxU8ConstPtr___destroy___0(self); -}; -// PxUserControllerHitReport -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxUserControllerHitReport() { throw "cannot construct a PxUserControllerHitReport, no constructor in IDL" } -PxUserControllerHitReport.prototype = Object.create(WrapperObject.prototype); -PxUserControllerHitReport.prototype.constructor = PxUserControllerHitReport; -PxUserControllerHitReport.prototype.__class__ = PxUserControllerHitReport; -PxUserControllerHitReport.__cache__ = {}; -Module['PxUserControllerHitReport'] = PxUserControllerHitReport; - -PxUserControllerHitReport.prototype['onShapeHit'] = PxUserControllerHitReport.prototype.onShapeHit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(hit) { - var self = this.ptr; - if (hit && typeof hit === 'object') hit = hit.ptr; - _emscripten_bind_PxUserControllerHitReport_onShapeHit_1(self, hit); -};; - -PxUserControllerHitReport.prototype['onControllerHit'] = PxUserControllerHitReport.prototype.onControllerHit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(hit) { - var self = this.ptr; - if (hit && typeof hit === 'object') hit = hit.ptr; - _emscripten_bind_PxUserControllerHitReport_onControllerHit_1(self, hit); -};; - -PxUserControllerHitReport.prototype['onObstacleHit'] = PxUserControllerHitReport.prototype.onObstacleHit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(hit) { - var self = this.ptr; - if (hit && typeof hit === 'object') hit = hit.ptr; - _emscripten_bind_PxUserControllerHitReport_onObstacleHit_1(self, hit); -};; - -// PxVehicleCommandResponseParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleCommandResponseParams() { - this.ptr = _emscripten_bind_PxVehicleCommandResponseParams_PxVehicleCommandResponseParams_0(); - getCache(PxVehicleCommandResponseParams)[this.ptr] = this; -};; -PxVehicleCommandResponseParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleCommandResponseParams.prototype.constructor = PxVehicleCommandResponseParams; -PxVehicleCommandResponseParams.prototype.__class__ = PxVehicleCommandResponseParams; -PxVehicleCommandResponseParams.__cache__ = {}; -Module['PxVehicleCommandResponseParams'] = PxVehicleCommandResponseParams; - - PxVehicleCommandResponseParams.prototype['get_nonlinearResponse'] = PxVehicleCommandResponseParams.prototype.get_nonlinearResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleCommandResponseParams_get_nonlinearResponse_0(self), PxVehicleCommandNonLinearResponseParams); -}; - PxVehicleCommandResponseParams.prototype['set_nonlinearResponse'] = PxVehicleCommandResponseParams.prototype.set_nonlinearResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleCommandResponseParams_set_nonlinearResponse_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleCommandResponseParams.prototype, 'nonlinearResponse', { get: PxVehicleCommandResponseParams.prototype.get_nonlinearResponse, set: PxVehicleCommandResponseParams.prototype.set_nonlinearResponse }); - PxVehicleCommandResponseParams.prototype['get_wheelResponseMultipliers'] = PxVehicleCommandResponseParams.prototype.get_wheelResponseMultipliers = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleCommandResponseParams_get_wheelResponseMultipliers_1(self, arg0); -}; - PxVehicleCommandResponseParams.prototype['set_wheelResponseMultipliers'] = PxVehicleCommandResponseParams.prototype.set_wheelResponseMultipliers = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleCommandResponseParams_set_wheelResponseMultipliers_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleCommandResponseParams.prototype, 'wheelResponseMultipliers', { get: PxVehicleCommandResponseParams.prototype.get_wheelResponseMultipliers, set: PxVehicleCommandResponseParams.prototype.set_wheelResponseMultipliers }); - PxVehicleCommandResponseParams.prototype['get_maxResponse'] = PxVehicleCommandResponseParams.prototype.get_maxResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleCommandResponseParams_get_maxResponse_0(self); -}; - PxVehicleCommandResponseParams.prototype['set_maxResponse'] = PxVehicleCommandResponseParams.prototype.set_maxResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleCommandResponseParams_set_maxResponse_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleCommandResponseParams.prototype, 'maxResponse', { get: PxVehicleCommandResponseParams.prototype.get_maxResponse, set: PxVehicleCommandResponseParams.prototype.set_maxResponse }); - PxVehicleCommandResponseParams.prototype['__destroy__'] = PxVehicleCommandResponseParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleCommandResponseParams___destroy___0(self); -}; -// PxVehicleEngineDriveTransmissionCommandState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleEngineDriveTransmissionCommandState() { - this.ptr = _emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_PxVehicleEngineDriveTransmissionCommandState_0(); - getCache(PxVehicleEngineDriveTransmissionCommandState)[this.ptr] = this; -};; -PxVehicleEngineDriveTransmissionCommandState.prototype = Object.create(WrapperObject.prototype); -PxVehicleEngineDriveTransmissionCommandState.prototype.constructor = PxVehicleEngineDriveTransmissionCommandState; -PxVehicleEngineDriveTransmissionCommandState.prototype.__class__ = PxVehicleEngineDriveTransmissionCommandState; -PxVehicleEngineDriveTransmissionCommandState.__cache__ = {}; -Module['PxVehicleEngineDriveTransmissionCommandState'] = PxVehicleEngineDriveTransmissionCommandState; - -PxVehicleEngineDriveTransmissionCommandState.prototype['setToDefault'] = PxVehicleEngineDriveTransmissionCommandState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_setToDefault_0(self); -};; - - PxVehicleEngineDriveTransmissionCommandState.prototype['get_clutch'] = PxVehicleEngineDriveTransmissionCommandState.prototype.get_clutch = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_get_clutch_0(self); -}; - PxVehicleEngineDriveTransmissionCommandState.prototype['set_clutch'] = PxVehicleEngineDriveTransmissionCommandState.prototype.set_clutch = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_set_clutch_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleEngineDriveTransmissionCommandState.prototype, 'clutch', { get: PxVehicleEngineDriveTransmissionCommandState.prototype.get_clutch, set: PxVehicleEngineDriveTransmissionCommandState.prototype.set_clutch }); - PxVehicleEngineDriveTransmissionCommandState.prototype['get_targetGear'] = PxVehicleEngineDriveTransmissionCommandState.prototype.get_targetGear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_get_targetGear_0(self); -}; - PxVehicleEngineDriveTransmissionCommandState.prototype['set_targetGear'] = PxVehicleEngineDriveTransmissionCommandState.prototype.set_targetGear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleEngineDriveTransmissionCommandState_set_targetGear_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleEngineDriveTransmissionCommandState.prototype, 'targetGear', { get: PxVehicleEngineDriveTransmissionCommandState.prototype.get_targetGear, set: PxVehicleEngineDriveTransmissionCommandState.prototype.set_targetGear }); - PxVehicleEngineDriveTransmissionCommandState.prototype['__destroy__'] = PxVehicleEngineDriveTransmissionCommandState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleEngineDriveTransmissionCommandState___destroy___0(self); -}; -// PxVehicleMultiWheelDriveDifferentialParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleMultiWheelDriveDifferentialParams() { - this.ptr = _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_PxVehicleMultiWheelDriveDifferentialParams_0(); - getCache(PxVehicleMultiWheelDriveDifferentialParams)[this.ptr] = this; -};; -PxVehicleMultiWheelDriveDifferentialParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleMultiWheelDriveDifferentialParams.prototype.constructor = PxVehicleMultiWheelDriveDifferentialParams; -PxVehicleMultiWheelDriveDifferentialParams.prototype.__class__ = PxVehicleMultiWheelDriveDifferentialParams; -PxVehicleMultiWheelDriveDifferentialParams.__cache__ = {}; -Module['PxVehicleMultiWheelDriveDifferentialParams'] = PxVehicleMultiWheelDriveDifferentialParams; - -PxVehicleMultiWheelDriveDifferentialParams.prototype['setToDefault'] = PxVehicleMultiWheelDriveDifferentialParams.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_setToDefault_0(self); -};; - -PxVehicleMultiWheelDriveDifferentialParams.prototype['transformAndScale'] = PxVehicleMultiWheelDriveDifferentialParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleMultiWheelDriveDifferentialParams); -};; - -PxVehicleMultiWheelDriveDifferentialParams.prototype['isValid'] = PxVehicleMultiWheelDriveDifferentialParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axleDesc) { - var self = this.ptr; - if (axleDesc && typeof axleDesc === 'object') axleDesc = axleDesc.ptr; - return !!(_emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_isValid_1(self, axleDesc)); -};; - - PxVehicleMultiWheelDriveDifferentialParams.prototype['get_torqueRatios'] = PxVehicleMultiWheelDriveDifferentialParams.prototype.get_torqueRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_get_torqueRatios_1(self, arg0); -}; - PxVehicleMultiWheelDriveDifferentialParams.prototype['set_torqueRatios'] = PxVehicleMultiWheelDriveDifferentialParams.prototype.set_torqueRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_set_torqueRatios_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleMultiWheelDriveDifferentialParams.prototype, 'torqueRatios', { get: PxVehicleMultiWheelDriveDifferentialParams.prototype.get_torqueRatios, set: PxVehicleMultiWheelDriveDifferentialParams.prototype.set_torqueRatios }); - PxVehicleMultiWheelDriveDifferentialParams.prototype['get_aveWheelSpeedRatios'] = PxVehicleMultiWheelDriveDifferentialParams.prototype.get_aveWheelSpeedRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_get_aveWheelSpeedRatios_1(self, arg0); -}; - PxVehicleMultiWheelDriveDifferentialParams.prototype['set_aveWheelSpeedRatios'] = PxVehicleMultiWheelDriveDifferentialParams.prototype.set_aveWheelSpeedRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams_set_aveWheelSpeedRatios_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleMultiWheelDriveDifferentialParams.prototype, 'aveWheelSpeedRatios', { get: PxVehicleMultiWheelDriveDifferentialParams.prototype.get_aveWheelSpeedRatios, set: PxVehicleMultiWheelDriveDifferentialParams.prototype.set_aveWheelSpeedRatios }); - PxVehicleMultiWheelDriveDifferentialParams.prototype['__destroy__'] = PxVehicleMultiWheelDriveDifferentialParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleMultiWheelDriveDifferentialParams___destroy___0(self); -}; -// PxVehicleSimulationContext -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleSimulationContext() { - this.ptr = _emscripten_bind_PxVehicleSimulationContext_PxVehicleSimulationContext_0(); - getCache(PxVehicleSimulationContext)[this.ptr] = this; -};; -PxVehicleSimulationContext.prototype = Object.create(WrapperObject.prototype); -PxVehicleSimulationContext.prototype.constructor = PxVehicleSimulationContext; -PxVehicleSimulationContext.prototype.__class__ = PxVehicleSimulationContext; -PxVehicleSimulationContext.__cache__ = {}; -Module['PxVehicleSimulationContext'] = PxVehicleSimulationContext; - -PxVehicleSimulationContext.prototype['getType'] = PxVehicleSimulationContext.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleSimulationContext_getType_0(self); -};; - -PxVehicleSimulationContext.prototype['setToDefault'] = PxVehicleSimulationContext.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleSimulationContext_setToDefault_0(self); -};; - -PxVehicleSimulationContext.prototype['transformAndScale'] = PxVehicleSimulationContext.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSimulationContext_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleSimulationContext); -};; - - PxVehicleSimulationContext.prototype['get_gravity'] = PxVehicleSimulationContext.prototype.get_gravity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSimulationContext_get_gravity_0(self), PxVec3); -}; - PxVehicleSimulationContext.prototype['set_gravity'] = PxVehicleSimulationContext.prototype.set_gravity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSimulationContext_set_gravity_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSimulationContext.prototype, 'gravity', { get: PxVehicleSimulationContext.prototype.get_gravity, set: PxVehicleSimulationContext.prototype.set_gravity }); - PxVehicleSimulationContext.prototype['get_frame'] = PxVehicleSimulationContext.prototype.get_frame = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSimulationContext_get_frame_0(self), PxVehicleFrame); -}; - PxVehicleSimulationContext.prototype['set_frame'] = PxVehicleSimulationContext.prototype.set_frame = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSimulationContext_set_frame_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSimulationContext.prototype, 'frame', { get: PxVehicleSimulationContext.prototype.get_frame, set: PxVehicleSimulationContext.prototype.set_frame }); - PxVehicleSimulationContext.prototype['get_scale'] = PxVehicleSimulationContext.prototype.get_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSimulationContext_get_scale_0(self), PxVehicleScale); -}; - PxVehicleSimulationContext.prototype['set_scale'] = PxVehicleSimulationContext.prototype.set_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSimulationContext_set_scale_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSimulationContext.prototype, 'scale', { get: PxVehicleSimulationContext.prototype.get_scale, set: PxVehicleSimulationContext.prototype.set_scale }); - PxVehicleSimulationContext.prototype['get_tireSlipParams'] = PxVehicleSimulationContext.prototype.get_tireSlipParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSimulationContext_get_tireSlipParams_0(self), PxVehicleTireSlipParams); -}; - PxVehicleSimulationContext.prototype['set_tireSlipParams'] = PxVehicleSimulationContext.prototype.set_tireSlipParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSimulationContext_set_tireSlipParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSimulationContext.prototype, 'tireSlipParams', { get: PxVehicleSimulationContext.prototype.get_tireSlipParams, set: PxVehicleSimulationContext.prototype.set_tireSlipParams }); - PxVehicleSimulationContext.prototype['get_tireStickyParams'] = PxVehicleSimulationContext.prototype.get_tireStickyParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSimulationContext_get_tireStickyParams_0(self), PxVehicleTireStickyParams); -}; - PxVehicleSimulationContext.prototype['set_tireStickyParams'] = PxVehicleSimulationContext.prototype.set_tireStickyParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSimulationContext_set_tireStickyParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSimulationContext.prototype, 'tireStickyParams', { get: PxVehicleSimulationContext.prototype.get_tireStickyParams, set: PxVehicleSimulationContext.prototype.set_tireStickyParams }); - PxVehicleSimulationContext.prototype['get_thresholdForwardSpeedForWheelAngleIntegration'] = PxVehicleSimulationContext.prototype.get_thresholdForwardSpeedForWheelAngleIntegration = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleSimulationContext_get_thresholdForwardSpeedForWheelAngleIntegration_0(self); -}; - PxVehicleSimulationContext.prototype['set_thresholdForwardSpeedForWheelAngleIntegration'] = PxVehicleSimulationContext.prototype.set_thresholdForwardSpeedForWheelAngleIntegration = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSimulationContext_set_thresholdForwardSpeedForWheelAngleIntegration_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSimulationContext.prototype, 'thresholdForwardSpeedForWheelAngleIntegration', { get: PxVehicleSimulationContext.prototype.get_thresholdForwardSpeedForWheelAngleIntegration, set: PxVehicleSimulationContext.prototype.set_thresholdForwardSpeedForWheelAngleIntegration }); - PxVehicleSimulationContext.prototype['get_pvdContext'] = PxVehicleSimulationContext.prototype.get_pvdContext = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSimulationContext_get_pvdContext_0(self), PxVehiclePvdContext); -}; - PxVehicleSimulationContext.prototype['set_pvdContext'] = PxVehicleSimulationContext.prototype.set_pvdContext = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSimulationContext_set_pvdContext_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSimulationContext.prototype, 'pvdContext', { get: PxVehicleSimulationContext.prototype.get_pvdContext, set: PxVehicleSimulationContext.prototype.set_pvdContext }); - PxVehicleSimulationContext.prototype['__destroy__'] = PxVehicleSimulationContext.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleSimulationContext___destroy___0(self); -}; -// SimpleControllerBehaviorCallback -/** @suppress {undefinedVars, duplicate} @this{Object} */function SimpleControllerBehaviorCallback() { throw "cannot construct a SimpleControllerBehaviorCallback, no constructor in IDL" } -SimpleControllerBehaviorCallback.prototype = Object.create(PxControllerBehaviorCallback.prototype); -SimpleControllerBehaviorCallback.prototype.constructor = SimpleControllerBehaviorCallback; -SimpleControllerBehaviorCallback.prototype.__class__ = SimpleControllerBehaviorCallback; -SimpleControllerBehaviorCallback.__cache__ = {}; -Module['SimpleControllerBehaviorCallback'] = SimpleControllerBehaviorCallback; - -SimpleControllerBehaviorCallback.prototype['getShapeBehaviorFlags'] = SimpleControllerBehaviorCallback.prototype.getShapeBehaviorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape, actor) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - return _emscripten_bind_SimpleControllerBehaviorCallback_getShapeBehaviorFlags_2(self, shape, actor); -};; - -SimpleControllerBehaviorCallback.prototype['getControllerBehaviorFlags'] = SimpleControllerBehaviorCallback.prototype.getControllerBehaviorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(controller) { - var self = this.ptr; - if (controller && typeof controller === 'object') controller = controller.ptr; - return _emscripten_bind_SimpleControllerBehaviorCallback_getControllerBehaviorFlags_1(self, controller); -};; - -SimpleControllerBehaviorCallback.prototype['getObstacleBehaviorFlags'] = SimpleControllerBehaviorCallback.prototype.getObstacleBehaviorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(obstacle) { - var self = this.ptr; - if (obstacle && typeof obstacle === 'object') obstacle = obstacle.ptr; - return _emscripten_bind_SimpleControllerBehaviorCallback_getObstacleBehaviorFlags_1(self, obstacle); -};; - - SimpleControllerBehaviorCallback.prototype['__destroy__'] = SimpleControllerBehaviorCallback.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_SimpleControllerBehaviorCallback___destroy___0(self); -}; -// SimplePvdTransport -/** @suppress {undefinedVars, duplicate} @this{Object} */function SimplePvdTransport() { throw "cannot construct a SimplePvdTransport, no constructor in IDL" } -SimplePvdTransport.prototype = Object.create(PxPvdTransport.prototype); -SimplePvdTransport.prototype.constructor = SimplePvdTransport; -SimplePvdTransport.prototype.__class__ = SimplePvdTransport; -SimplePvdTransport.__cache__ = {}; -Module['SimplePvdTransport'] = SimplePvdTransport; - -SimplePvdTransport.prototype['send'] = SimplePvdTransport.prototype.send = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inBytes, inLength) { - var self = this.ptr; - if (inBytes && typeof inBytes === 'object') inBytes = inBytes.ptr; - if (inLength && typeof inLength === 'object') inLength = inLength.ptr; - _emscripten_bind_SimplePvdTransport_send_2(self, inBytes, inLength); -};; - -SimplePvdTransport.prototype['connect'] = SimplePvdTransport.prototype.connect = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_SimplePvdTransport_connect_0(self)); -};; - -SimplePvdTransport.prototype['isConnected'] = SimplePvdTransport.prototype.isConnected = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_SimplePvdTransport_isConnected_0(self)); -};; - -SimplePvdTransport.prototype['disconnect'] = SimplePvdTransport.prototype.disconnect = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_SimplePvdTransport_disconnect_0(self); -};; - -SimplePvdTransport.prototype['release'] = SimplePvdTransport.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_SimplePvdTransport_release_0(self); -};; - -SimplePvdTransport.prototype['flush'] = SimplePvdTransport.prototype.flush = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_SimplePvdTransport_flush_0(self); -};; - - SimplePvdTransport.prototype['__destroy__'] = SimplePvdTransport.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_SimplePvdTransport___destroy___0(self); -}; -// SimpleQueryFilterCallback -/** @suppress {undefinedVars, duplicate} @this{Object} */function SimpleQueryFilterCallback() { throw "cannot construct a SimpleQueryFilterCallback, no constructor in IDL" } -SimpleQueryFilterCallback.prototype = Object.create(PxQueryFilterCallback.prototype); -SimpleQueryFilterCallback.prototype.constructor = SimpleQueryFilterCallback; -SimpleQueryFilterCallback.prototype.__class__ = SimpleQueryFilterCallback; -SimpleQueryFilterCallback.__cache__ = {}; -Module['SimpleQueryFilterCallback'] = SimpleQueryFilterCallback; - -SimpleQueryFilterCallback.prototype['simplePreFilter'] = SimpleQueryFilterCallback.prototype.simplePreFilter = /** @suppress {undefinedVars, duplicate} @this{Object} */function(filterData, shape, actor, queryFlags) { - var self = this.ptr; - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (queryFlags && typeof queryFlags === 'object') queryFlags = queryFlags.ptr; - return _emscripten_bind_SimpleQueryFilterCallback_simplePreFilter_4(self, filterData, shape, actor, queryFlags); -};; - -SimpleQueryFilterCallback.prototype['simplePostFilter'] = SimpleQueryFilterCallback.prototype.simplePostFilter = /** @suppress {undefinedVars, duplicate} @this{Object} */function(filterData, hit, shape, actor) { - var self = this.ptr; - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - if (hit && typeof hit === 'object') hit = hit.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - return _emscripten_bind_SimpleQueryFilterCallback_simplePostFilter_4(self, filterData, hit, shape, actor); -};; - - SimpleQueryFilterCallback.prototype['__destroy__'] = SimpleQueryFilterCallback.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_SimpleQueryFilterCallback___destroy___0(self); -}; -// SimpleSimulationEventCallback -/** @suppress {undefinedVars, duplicate} @this{Object} */function SimpleSimulationEventCallback() { throw "cannot construct a SimpleSimulationEventCallback, no constructor in IDL" } -SimpleSimulationEventCallback.prototype = Object.create(PxSimulationEventCallback.prototype); -SimpleSimulationEventCallback.prototype.constructor = SimpleSimulationEventCallback; -SimpleSimulationEventCallback.prototype.__class__ = SimpleSimulationEventCallback; -SimpleSimulationEventCallback.__cache__ = {}; -Module['SimpleSimulationEventCallback'] = SimpleSimulationEventCallback; - -SimpleSimulationEventCallback.prototype['onConstraintBreak'] = SimpleSimulationEventCallback.prototype.onConstraintBreak = /** @suppress {undefinedVars, duplicate} @this{Object} */function(constraints, count) { - var self = this.ptr; - if (constraints && typeof constraints === 'object') constraints = constraints.ptr; - if (count && typeof count === 'object') count = count.ptr; - _emscripten_bind_SimpleSimulationEventCallback_onConstraintBreak_2(self, constraints, count); -};; - -SimpleSimulationEventCallback.prototype['onWake'] = SimpleSimulationEventCallback.prototype.onWake = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actors, count) { - var self = this.ptr; - if (actors && typeof actors === 'object') actors = actors.ptr; - if (count && typeof count === 'object') count = count.ptr; - _emscripten_bind_SimpleSimulationEventCallback_onWake_2(self, actors, count); -};; - -SimpleSimulationEventCallback.prototype['onSleep'] = SimpleSimulationEventCallback.prototype.onSleep = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actors, count) { - var self = this.ptr; - if (actors && typeof actors === 'object') actors = actors.ptr; - if (count && typeof count === 'object') count = count.ptr; - _emscripten_bind_SimpleSimulationEventCallback_onSleep_2(self, actors, count); -};; - -SimpleSimulationEventCallback.prototype['onContact'] = SimpleSimulationEventCallback.prototype.onContact = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pairHeader, pairs, nbPairs) { - var self = this.ptr; - if (pairHeader && typeof pairHeader === 'object') pairHeader = pairHeader.ptr; - if (pairs && typeof pairs === 'object') pairs = pairs.ptr; - if (nbPairs && typeof nbPairs === 'object') nbPairs = nbPairs.ptr; - _emscripten_bind_SimpleSimulationEventCallback_onContact_3(self, pairHeader, pairs, nbPairs); -};; - -SimpleSimulationEventCallback.prototype['onTrigger'] = SimpleSimulationEventCallback.prototype.onTrigger = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pairs, count) { - var self = this.ptr; - if (pairs && typeof pairs === 'object') pairs = pairs.ptr; - if (count && typeof count === 'object') count = count.ptr; - _emscripten_bind_SimpleSimulationEventCallback_onTrigger_2(self, pairs, count); -};; - - SimpleSimulationEventCallback.prototype['__destroy__'] = SimpleSimulationEventCallback.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_SimpleSimulationEventCallback___destroy___0(self); -}; -// VoidPtr -/** @suppress {undefinedVars, duplicate} @this{Object} */function VoidPtr() { throw "cannot construct a VoidPtr, no constructor in IDL" } -VoidPtr.prototype = Object.create(WrapperObject.prototype); -VoidPtr.prototype.constructor = VoidPtr; -VoidPtr.prototype.__class__ = VoidPtr; -VoidPtr.__cache__ = {}; -Module['VoidPtr'] = VoidPtr; - - VoidPtr.prototype['__destroy__'] = VoidPtr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_VoidPtr___destroy___0(self); -}; -// BaseVehicleParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function BaseVehicleParams() { - this.ptr = _emscripten_bind_BaseVehicleParams_BaseVehicleParams_0(); - getCache(BaseVehicleParams)[this.ptr] = this; -};; -BaseVehicleParams.prototype = Object.create(WrapperObject.prototype); -BaseVehicleParams.prototype.constructor = BaseVehicleParams; -BaseVehicleParams.prototype.__class__ = BaseVehicleParams; -BaseVehicleParams.__cache__ = {}; -Module['BaseVehicleParams'] = BaseVehicleParams; - -BaseVehicleParams.prototype['transformAndScale'] = BaseVehicleParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), BaseVehicleParams); -};; - -BaseVehicleParams.prototype['isValid'] = BaseVehicleParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_BaseVehicleParams_isValid_0(self)); -};; - - BaseVehicleParams.prototype['get_axleDescription'] = BaseVehicleParams.prototype.get_axleDescription = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_get_axleDescription_0(self), PxVehicleAxleDescription); -}; - BaseVehicleParams.prototype['set_axleDescription'] = BaseVehicleParams.prototype.set_axleDescription = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BaseVehicleParams_set_axleDescription_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'axleDescription', { get: BaseVehicleParams.prototype.get_axleDescription, set: BaseVehicleParams.prototype.set_axleDescription }); - BaseVehicleParams.prototype['get_frame'] = BaseVehicleParams.prototype.get_frame = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_get_frame_0(self), PxVehicleFrame); -}; - BaseVehicleParams.prototype['set_frame'] = BaseVehicleParams.prototype.set_frame = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BaseVehicleParams_set_frame_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'frame', { get: BaseVehicleParams.prototype.get_frame, set: BaseVehicleParams.prototype.set_frame }); - BaseVehicleParams.prototype['get_scale'] = BaseVehicleParams.prototype.get_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_get_scale_0(self), PxVehicleScale); -}; - BaseVehicleParams.prototype['set_scale'] = BaseVehicleParams.prototype.set_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BaseVehicleParams_set_scale_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'scale', { get: BaseVehicleParams.prototype.get_scale, set: BaseVehicleParams.prototype.set_scale }); - BaseVehicleParams.prototype['get_suspensionStateCalculationParams'] = BaseVehicleParams.prototype.get_suspensionStateCalculationParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_get_suspensionStateCalculationParams_0(self), PxVehicleSuspensionStateCalculationParams); -}; - BaseVehicleParams.prototype['set_suspensionStateCalculationParams'] = BaseVehicleParams.prototype.set_suspensionStateCalculationParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BaseVehicleParams_set_suspensionStateCalculationParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'suspensionStateCalculationParams', { get: BaseVehicleParams.prototype.get_suspensionStateCalculationParams, set: BaseVehicleParams.prototype.set_suspensionStateCalculationParams }); - BaseVehicleParams.prototype['get_brakeResponseParams'] = BaseVehicleParams.prototype.get_brakeResponseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_get_brakeResponseParams_1(self, arg0), PxVehicleBrakeCommandResponseParams); -}; - BaseVehicleParams.prototype['set_brakeResponseParams'] = BaseVehicleParams.prototype.set_brakeResponseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleParams_set_brakeResponseParams_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'brakeResponseParams', { get: BaseVehicleParams.prototype.get_brakeResponseParams, set: BaseVehicleParams.prototype.set_brakeResponseParams }); - BaseVehicleParams.prototype['get_steerResponseParams'] = BaseVehicleParams.prototype.get_steerResponseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_get_steerResponseParams_0(self), PxVehicleSteerCommandResponseParams); -}; - BaseVehicleParams.prototype['set_steerResponseParams'] = BaseVehicleParams.prototype.set_steerResponseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BaseVehicleParams_set_steerResponseParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'steerResponseParams', { get: BaseVehicleParams.prototype.get_steerResponseParams, set: BaseVehicleParams.prototype.set_steerResponseParams }); - BaseVehicleParams.prototype['get_ackermannParams'] = BaseVehicleParams.prototype.get_ackermannParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_get_ackermannParams_1(self, arg0), PxVehicleAckermannParams); -}; - BaseVehicleParams.prototype['set_ackermannParams'] = BaseVehicleParams.prototype.set_ackermannParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleParams_set_ackermannParams_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'ackermannParams', { get: BaseVehicleParams.prototype.get_ackermannParams, set: BaseVehicleParams.prototype.set_ackermannParams }); - BaseVehicleParams.prototype['get_suspensionParams'] = BaseVehicleParams.prototype.get_suspensionParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_get_suspensionParams_1(self, arg0), PxVehicleSuspensionParams); -}; - BaseVehicleParams.prototype['set_suspensionParams'] = BaseVehicleParams.prototype.set_suspensionParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleParams_set_suspensionParams_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'suspensionParams', { get: BaseVehicleParams.prototype.get_suspensionParams, set: BaseVehicleParams.prototype.set_suspensionParams }); - BaseVehicleParams.prototype['get_suspensionComplianceParams'] = BaseVehicleParams.prototype.get_suspensionComplianceParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_get_suspensionComplianceParams_1(self, arg0), PxVehicleSuspensionComplianceParams); -}; - BaseVehicleParams.prototype['set_suspensionComplianceParams'] = BaseVehicleParams.prototype.set_suspensionComplianceParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleParams_set_suspensionComplianceParams_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'suspensionComplianceParams', { get: BaseVehicleParams.prototype.get_suspensionComplianceParams, set: BaseVehicleParams.prototype.set_suspensionComplianceParams }); - BaseVehicleParams.prototype['get_suspensionForceParams'] = BaseVehicleParams.prototype.get_suspensionForceParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_get_suspensionForceParams_1(self, arg0), PxVehicleSuspensionForceParams); -}; - BaseVehicleParams.prototype['set_suspensionForceParams'] = BaseVehicleParams.prototype.set_suspensionForceParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleParams_set_suspensionForceParams_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'suspensionForceParams', { get: BaseVehicleParams.prototype.get_suspensionForceParams, set: BaseVehicleParams.prototype.set_suspensionForceParams }); - BaseVehicleParams.prototype['get_antiRollForceParams'] = BaseVehicleParams.prototype.get_antiRollForceParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_get_antiRollForceParams_1(self, arg0), PxVehicleAntiRollForceParams); -}; - BaseVehicleParams.prototype['set_antiRollForceParams'] = BaseVehicleParams.prototype.set_antiRollForceParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleParams_set_antiRollForceParams_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'antiRollForceParams', { get: BaseVehicleParams.prototype.get_antiRollForceParams, set: BaseVehicleParams.prototype.set_antiRollForceParams }); - BaseVehicleParams.prototype['get_nbAntiRollForceParams'] = BaseVehicleParams.prototype.get_nbAntiRollForceParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_BaseVehicleParams_get_nbAntiRollForceParams_0(self); -}; - BaseVehicleParams.prototype['set_nbAntiRollForceParams'] = BaseVehicleParams.prototype.set_nbAntiRollForceParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BaseVehicleParams_set_nbAntiRollForceParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'nbAntiRollForceParams', { get: BaseVehicleParams.prototype.get_nbAntiRollForceParams, set: BaseVehicleParams.prototype.set_nbAntiRollForceParams }); - BaseVehicleParams.prototype['get_tireForceParams'] = BaseVehicleParams.prototype.get_tireForceParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_get_tireForceParams_1(self, arg0), PxVehicleTireForceParams); -}; - BaseVehicleParams.prototype['set_tireForceParams'] = BaseVehicleParams.prototype.set_tireForceParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleParams_set_tireForceParams_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'tireForceParams', { get: BaseVehicleParams.prototype.get_tireForceParams, set: BaseVehicleParams.prototype.set_tireForceParams }); - BaseVehicleParams.prototype['get_wheelParams'] = BaseVehicleParams.prototype.get_wheelParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_get_wheelParams_1(self, arg0), PxVehicleWheelParams); -}; - BaseVehicleParams.prototype['set_wheelParams'] = BaseVehicleParams.prototype.set_wheelParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleParams_set_wheelParams_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'wheelParams', { get: BaseVehicleParams.prototype.get_wheelParams, set: BaseVehicleParams.prototype.set_wheelParams }); - BaseVehicleParams.prototype['get_rigidBodyParams'] = BaseVehicleParams.prototype.get_rigidBodyParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleParams_get_rigidBodyParams_0(self), PxVehicleRigidBodyParams); -}; - BaseVehicleParams.prototype['set_rigidBodyParams'] = BaseVehicleParams.prototype.set_rigidBodyParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BaseVehicleParams_set_rigidBodyParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleParams.prototype, 'rigidBodyParams', { get: BaseVehicleParams.prototype.get_rigidBodyParams, set: BaseVehicleParams.prototype.set_rigidBodyParams }); - BaseVehicleParams.prototype['__destroy__'] = BaseVehicleParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_BaseVehicleParams___destroy___0(self); -}; -// BaseVehicleState -/** @suppress {undefinedVars, duplicate} @this{Object} */function BaseVehicleState() { - this.ptr = _emscripten_bind_BaseVehicleState_BaseVehicleState_0(); - getCache(BaseVehicleState)[this.ptr] = this; -};; -BaseVehicleState.prototype = Object.create(WrapperObject.prototype); -BaseVehicleState.prototype.constructor = BaseVehicleState; -BaseVehicleState.prototype.__class__ = BaseVehicleState; -BaseVehicleState.__cache__ = {}; -Module['BaseVehicleState'] = BaseVehicleState; - -BaseVehicleState.prototype['setToDefault'] = BaseVehicleState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_BaseVehicleState_setToDefault_0(self); -};; - - BaseVehicleState.prototype['get_brakeCommandResponseStates'] = BaseVehicleState.prototype.get_brakeCommandResponseStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_BaseVehicleState_get_brakeCommandResponseStates_1(self, arg0); -}; - BaseVehicleState.prototype['set_brakeCommandResponseStates'] = BaseVehicleState.prototype.set_brakeCommandResponseStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_brakeCommandResponseStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'brakeCommandResponseStates', { get: BaseVehicleState.prototype.get_brakeCommandResponseStates, set: BaseVehicleState.prototype.set_brakeCommandResponseStates }); - BaseVehicleState.prototype['get_steerCommandResponseStates'] = BaseVehicleState.prototype.get_steerCommandResponseStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_BaseVehicleState_get_steerCommandResponseStates_1(self, arg0); -}; - BaseVehicleState.prototype['set_steerCommandResponseStates'] = BaseVehicleState.prototype.set_steerCommandResponseStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_steerCommandResponseStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'steerCommandResponseStates', { get: BaseVehicleState.prototype.get_steerCommandResponseStates, set: BaseVehicleState.prototype.set_steerCommandResponseStates }); - BaseVehicleState.prototype['get_actuationStates'] = BaseVehicleState.prototype.get_actuationStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_actuationStates_1(self, arg0), PxVehicleWheelActuationState); -}; - BaseVehicleState.prototype['set_actuationStates'] = BaseVehicleState.prototype.set_actuationStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_actuationStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'actuationStates', { get: BaseVehicleState.prototype.get_actuationStates, set: BaseVehicleState.prototype.set_actuationStates }); - BaseVehicleState.prototype['get_roadGeomStates'] = BaseVehicleState.prototype.get_roadGeomStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_roadGeomStates_1(self, arg0), PxVehicleRoadGeometryState); -}; - BaseVehicleState.prototype['set_roadGeomStates'] = BaseVehicleState.prototype.set_roadGeomStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_roadGeomStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'roadGeomStates', { get: BaseVehicleState.prototype.get_roadGeomStates, set: BaseVehicleState.prototype.set_roadGeomStates }); - BaseVehicleState.prototype['get_suspensionStates'] = BaseVehicleState.prototype.get_suspensionStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_suspensionStates_1(self, arg0), PxVehicleSuspensionState); -}; - BaseVehicleState.prototype['set_suspensionStates'] = BaseVehicleState.prototype.set_suspensionStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_suspensionStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'suspensionStates', { get: BaseVehicleState.prototype.get_suspensionStates, set: BaseVehicleState.prototype.set_suspensionStates }); - BaseVehicleState.prototype['get_suspensionComplianceStates'] = BaseVehicleState.prototype.get_suspensionComplianceStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_suspensionComplianceStates_1(self, arg0), PxVehicleSuspensionComplianceState); -}; - BaseVehicleState.prototype['set_suspensionComplianceStates'] = BaseVehicleState.prototype.set_suspensionComplianceStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_suspensionComplianceStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'suspensionComplianceStates', { get: BaseVehicleState.prototype.get_suspensionComplianceStates, set: BaseVehicleState.prototype.set_suspensionComplianceStates }); - BaseVehicleState.prototype['get_suspensionForces'] = BaseVehicleState.prototype.get_suspensionForces = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_suspensionForces_1(self, arg0), PxVehicleSuspensionForce); -}; - BaseVehicleState.prototype['set_suspensionForces'] = BaseVehicleState.prototype.set_suspensionForces = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_suspensionForces_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'suspensionForces', { get: BaseVehicleState.prototype.get_suspensionForces, set: BaseVehicleState.prototype.set_suspensionForces }); - BaseVehicleState.prototype['get_antiRollTorque'] = BaseVehicleState.prototype.get_antiRollTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_antiRollTorque_0(self), PxVehicleAntiRollTorque); -}; - BaseVehicleState.prototype['set_antiRollTorque'] = BaseVehicleState.prototype.set_antiRollTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BaseVehicleState_set_antiRollTorque_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'antiRollTorque', { get: BaseVehicleState.prototype.get_antiRollTorque, set: BaseVehicleState.prototype.set_antiRollTorque }); - BaseVehicleState.prototype['get_tireGripStates'] = BaseVehicleState.prototype.get_tireGripStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_tireGripStates_1(self, arg0), PxVehicleTireGripState); -}; - BaseVehicleState.prototype['set_tireGripStates'] = BaseVehicleState.prototype.set_tireGripStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_tireGripStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'tireGripStates', { get: BaseVehicleState.prototype.get_tireGripStates, set: BaseVehicleState.prototype.set_tireGripStates }); - BaseVehicleState.prototype['get_tireDirectionStates'] = BaseVehicleState.prototype.get_tireDirectionStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_tireDirectionStates_1(self, arg0), PxVehicleTireDirectionState); -}; - BaseVehicleState.prototype['set_tireDirectionStates'] = BaseVehicleState.prototype.set_tireDirectionStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_tireDirectionStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'tireDirectionStates', { get: BaseVehicleState.prototype.get_tireDirectionStates, set: BaseVehicleState.prototype.set_tireDirectionStates }); - BaseVehicleState.prototype['get_tireSpeedStates'] = BaseVehicleState.prototype.get_tireSpeedStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_tireSpeedStates_1(self, arg0), PxVehicleTireSpeedState); -}; - BaseVehicleState.prototype['set_tireSpeedStates'] = BaseVehicleState.prototype.set_tireSpeedStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_tireSpeedStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'tireSpeedStates', { get: BaseVehicleState.prototype.get_tireSpeedStates, set: BaseVehicleState.prototype.set_tireSpeedStates }); - BaseVehicleState.prototype['get_tireSlipStates'] = BaseVehicleState.prototype.get_tireSlipStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_tireSlipStates_1(self, arg0), PxVehicleTireSlipState); -}; - BaseVehicleState.prototype['set_tireSlipStates'] = BaseVehicleState.prototype.set_tireSlipStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_tireSlipStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'tireSlipStates', { get: BaseVehicleState.prototype.get_tireSlipStates, set: BaseVehicleState.prototype.set_tireSlipStates }); - BaseVehicleState.prototype['get_tireCamberAngleStates'] = BaseVehicleState.prototype.get_tireCamberAngleStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_tireCamberAngleStates_1(self, arg0), PxVehicleTireCamberAngleState); -}; - BaseVehicleState.prototype['set_tireCamberAngleStates'] = BaseVehicleState.prototype.set_tireCamberAngleStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_tireCamberAngleStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'tireCamberAngleStates', { get: BaseVehicleState.prototype.get_tireCamberAngleStates, set: BaseVehicleState.prototype.set_tireCamberAngleStates }); - BaseVehicleState.prototype['get_tireStickyStates'] = BaseVehicleState.prototype.get_tireStickyStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_tireStickyStates_1(self, arg0), PxVehicleTireStickyState); -}; - BaseVehicleState.prototype['set_tireStickyStates'] = BaseVehicleState.prototype.set_tireStickyStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_tireStickyStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'tireStickyStates', { get: BaseVehicleState.prototype.get_tireStickyStates, set: BaseVehicleState.prototype.set_tireStickyStates }); - BaseVehicleState.prototype['get_tireForces'] = BaseVehicleState.prototype.get_tireForces = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_tireForces_1(self, arg0), PxVehicleTireForce); -}; - BaseVehicleState.prototype['set_tireForces'] = BaseVehicleState.prototype.set_tireForces = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_tireForces_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'tireForces', { get: BaseVehicleState.prototype.get_tireForces, set: BaseVehicleState.prototype.set_tireForces }); - BaseVehicleState.prototype['get_wheelRigidBody1dStates'] = BaseVehicleState.prototype.get_wheelRigidBody1dStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_wheelRigidBody1dStates_1(self, arg0), PxVehicleWheelRigidBody1dState); -}; - BaseVehicleState.prototype['set_wheelRigidBody1dStates'] = BaseVehicleState.prototype.set_wheelRigidBody1dStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_wheelRigidBody1dStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'wheelRigidBody1dStates', { get: BaseVehicleState.prototype.get_wheelRigidBody1dStates, set: BaseVehicleState.prototype.set_wheelRigidBody1dStates }); - BaseVehicleState.prototype['get_wheelLocalPoses'] = BaseVehicleState.prototype.get_wheelLocalPoses = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_wheelLocalPoses_1(self, arg0), PxVehicleWheelLocalPose); -}; - BaseVehicleState.prototype['set_wheelLocalPoses'] = BaseVehicleState.prototype.set_wheelLocalPoses = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_BaseVehicleState_set_wheelLocalPoses_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'wheelLocalPoses', { get: BaseVehicleState.prototype.get_wheelLocalPoses, set: BaseVehicleState.prototype.set_wheelLocalPoses }); - BaseVehicleState.prototype['get_rigidBodyState'] = BaseVehicleState.prototype.get_rigidBodyState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_BaseVehicleState_get_rigidBodyState_0(self), PxVehicleRigidBodyState); -}; - BaseVehicleState.prototype['set_rigidBodyState'] = BaseVehicleState.prototype.set_rigidBodyState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BaseVehicleState_set_rigidBodyState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BaseVehicleState.prototype, 'rigidBodyState', { get: BaseVehicleState.prototype.get_rigidBodyState, set: BaseVehicleState.prototype.set_rigidBodyState }); - BaseVehicleState.prototype['__destroy__'] = BaseVehicleState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_BaseVehicleState___destroy___0(self); -}; -// BoxSupport -/** @suppress {undefinedVars, duplicate} @this{Object} */function BoxSupport(halfExtents, margin) { - if (halfExtents && typeof halfExtents === 'object') halfExtents = halfExtents.ptr; - if (margin && typeof margin === 'object') margin = margin.ptr; - if (margin === undefined) { this.ptr = _emscripten_bind_BoxSupport_BoxSupport_1(halfExtents); getCache(BoxSupport)[this.ptr] = this;return } - this.ptr = _emscripten_bind_BoxSupport_BoxSupport_2(halfExtents, margin); - getCache(BoxSupport)[this.ptr] = this; -};; -BoxSupport.prototype = Object.create(Support.prototype); -BoxSupport.prototype.constructor = BoxSupport; -BoxSupport.prototype.__class__ = BoxSupport; -BoxSupport.__cache__ = {}; -Module['BoxSupport'] = BoxSupport; - -BoxSupport.prototype['getMargin'] = BoxSupport.prototype.getMargin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_BoxSupport_getMargin_0(self); -};; - -BoxSupport.prototype['supportLocal'] = BoxSupport.prototype.supportLocal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dir) { - var self = this.ptr; - if (dir && typeof dir === 'object') dir = dir.ptr; - return wrapPointer(_emscripten_bind_BoxSupport_supportLocal_1(self, dir), PxVec3); -};; - - BoxSupport.prototype['get_halfExtents'] = BoxSupport.prototype.get_halfExtents = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_BoxSupport_get_halfExtents_0(self), PxVec3); -}; - BoxSupport.prototype['set_halfExtents'] = BoxSupport.prototype.set_halfExtents = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BoxSupport_set_halfExtents_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BoxSupport.prototype, 'halfExtents', { get: BoxSupport.prototype.get_halfExtents, set: BoxSupport.prototype.set_halfExtents }); - BoxSupport.prototype['get_margin'] = BoxSupport.prototype.get_margin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_BoxSupport_get_margin_0(self); -}; - BoxSupport.prototype['set_margin'] = BoxSupport.prototype.set_margin = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_BoxSupport_set_margin_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(BoxSupport.prototype, 'margin', { get: BoxSupport.prototype.get_margin, set: BoxSupport.prototype.set_margin }); - BoxSupport.prototype['__destroy__'] = BoxSupport.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_BoxSupport___destroy___0(self); -}; -// CapsuleSupport -/** @suppress {undefinedVars, duplicate} @this{Object} */function CapsuleSupport(radius, halfHeight) { - if (radius && typeof radius === 'object') radius = radius.ptr; - if (halfHeight && typeof halfHeight === 'object') halfHeight = halfHeight.ptr; - this.ptr = _emscripten_bind_CapsuleSupport_CapsuleSupport_2(radius, halfHeight); - getCache(CapsuleSupport)[this.ptr] = this; -};; -CapsuleSupport.prototype = Object.create(Support.prototype); -CapsuleSupport.prototype.constructor = CapsuleSupport; -CapsuleSupport.prototype.__class__ = CapsuleSupport; -CapsuleSupport.__cache__ = {}; -Module['CapsuleSupport'] = CapsuleSupport; - -CapsuleSupport.prototype['getMargin'] = CapsuleSupport.prototype.getMargin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_CapsuleSupport_getMargin_0(self); -};; - -CapsuleSupport.prototype['supportLocal'] = CapsuleSupport.prototype.supportLocal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dir) { - var self = this.ptr; - if (dir && typeof dir === 'object') dir = dir.ptr; - return wrapPointer(_emscripten_bind_CapsuleSupport_supportLocal_1(self, dir), PxVec3); -};; - - CapsuleSupport.prototype['get_radius'] = CapsuleSupport.prototype.get_radius = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_CapsuleSupport_get_radius_0(self); -}; - CapsuleSupport.prototype['set_radius'] = CapsuleSupport.prototype.set_radius = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_CapsuleSupport_set_radius_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(CapsuleSupport.prototype, 'radius', { get: CapsuleSupport.prototype.get_radius, set: CapsuleSupport.prototype.set_radius }); - CapsuleSupport.prototype['get_halfHeight'] = CapsuleSupport.prototype.get_halfHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_CapsuleSupport_get_halfHeight_0(self); -}; - CapsuleSupport.prototype['set_halfHeight'] = CapsuleSupport.prototype.set_halfHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_CapsuleSupport_set_halfHeight_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(CapsuleSupport.prototype, 'halfHeight', { get: CapsuleSupport.prototype.get_halfHeight, set: CapsuleSupport.prototype.set_halfHeight }); - CapsuleSupport.prototype['__destroy__'] = CapsuleSupport.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_CapsuleSupport___destroy___0(self); -}; -// ConvexGeomSupport -/** @suppress {undefinedVars, duplicate} @this{Object} */function ConvexGeomSupport(geom, margin) { - if (geom && typeof geom === 'object') geom = geom.ptr; - if (margin && typeof margin === 'object') margin = margin.ptr; - if (geom === undefined) { this.ptr = _emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_0(); getCache(ConvexGeomSupport)[this.ptr] = this;return } - if (margin === undefined) { this.ptr = _emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_1(geom); getCache(ConvexGeomSupport)[this.ptr] = this;return } - this.ptr = _emscripten_bind_ConvexGeomSupport_ConvexGeomSupport_2(geom, margin); - getCache(ConvexGeomSupport)[this.ptr] = this; -};; -ConvexGeomSupport.prototype = Object.create(Support.prototype); -ConvexGeomSupport.prototype.constructor = ConvexGeomSupport; -ConvexGeomSupport.prototype.__class__ = ConvexGeomSupport; -ConvexGeomSupport.__cache__ = {}; -Module['ConvexGeomSupport'] = ConvexGeomSupport; - -ConvexGeomSupport.prototype['getMargin'] = ConvexGeomSupport.prototype.getMargin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_ConvexGeomSupport_getMargin_0(self); -};; - -ConvexGeomSupport.prototype['supportLocal'] = ConvexGeomSupport.prototype.supportLocal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dir) { - var self = this.ptr; - if (dir && typeof dir === 'object') dir = dir.ptr; - return wrapPointer(_emscripten_bind_ConvexGeomSupport_supportLocal_1(self, dir), PxVec3); -};; - - ConvexGeomSupport.prototype['__destroy__'] = ConvexGeomSupport.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_ConvexGeomSupport___destroy___0(self); -}; -// ConvexMeshSupport -/** @suppress {undefinedVars, duplicate} @this{Object} */function ConvexMeshSupport(convexMesh, scale, scaleRotation, margin) { - if (convexMesh && typeof convexMesh === 'object') convexMesh = convexMesh.ptr; - if (scale && typeof scale === 'object') scale = scale.ptr; - if (scaleRotation && typeof scaleRotation === 'object') scaleRotation = scaleRotation.ptr; - if (margin && typeof margin === 'object') margin = margin.ptr; - if (scale === undefined) { this.ptr = _emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_1(convexMesh); getCache(ConvexMeshSupport)[this.ptr] = this;return } - if (scaleRotation === undefined) { this.ptr = _emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_2(convexMesh, scale); getCache(ConvexMeshSupport)[this.ptr] = this;return } - if (margin === undefined) { this.ptr = _emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_3(convexMesh, scale, scaleRotation); getCache(ConvexMeshSupport)[this.ptr] = this;return } - this.ptr = _emscripten_bind_ConvexMeshSupport_ConvexMeshSupport_4(convexMesh, scale, scaleRotation, margin); - getCache(ConvexMeshSupport)[this.ptr] = this; -};; -ConvexMeshSupport.prototype = Object.create(Support.prototype); -ConvexMeshSupport.prototype.constructor = ConvexMeshSupport; -ConvexMeshSupport.prototype.__class__ = ConvexMeshSupport; -ConvexMeshSupport.__cache__ = {}; -Module['ConvexMeshSupport'] = ConvexMeshSupport; - -ConvexMeshSupport.prototype['getMargin'] = ConvexMeshSupport.prototype.getMargin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_ConvexMeshSupport_getMargin_0(self); -};; - -ConvexMeshSupport.prototype['supportLocal'] = ConvexMeshSupport.prototype.supportLocal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dir) { - var self = this.ptr; - if (dir && typeof dir === 'object') dir = dir.ptr; - return wrapPointer(_emscripten_bind_ConvexMeshSupport_supportLocal_1(self, dir), PxVec3); -};; - - ConvexMeshSupport.prototype['get_scale'] = ConvexMeshSupport.prototype.get_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_ConvexMeshSupport_get_scale_0(self), PxVec3); -}; - ConvexMeshSupport.prototype['set_scale'] = ConvexMeshSupport.prototype.set_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_ConvexMeshSupport_set_scale_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(ConvexMeshSupport.prototype, 'scale', { get: ConvexMeshSupport.prototype.get_scale, set: ConvexMeshSupport.prototype.set_scale }); - ConvexMeshSupport.prototype['get_scaleRotation'] = ConvexMeshSupport.prototype.get_scaleRotation = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_ConvexMeshSupport_get_scaleRotation_0(self), PxQuat); -}; - ConvexMeshSupport.prototype['set_scaleRotation'] = ConvexMeshSupport.prototype.set_scaleRotation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_ConvexMeshSupport_set_scaleRotation_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(ConvexMeshSupport.prototype, 'scaleRotation', { get: ConvexMeshSupport.prototype.get_scaleRotation, set: ConvexMeshSupport.prototype.set_scaleRotation }); - ConvexMeshSupport.prototype['get_margin'] = ConvexMeshSupport.prototype.get_margin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_ConvexMeshSupport_get_margin_0(self); -}; - ConvexMeshSupport.prototype['set_margin'] = ConvexMeshSupport.prototype.set_margin = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_ConvexMeshSupport_set_margin_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(ConvexMeshSupport.prototype, 'margin', { get: ConvexMeshSupport.prototype.get_margin, set: ConvexMeshSupport.prototype.set_margin }); - ConvexMeshSupport.prototype['__destroy__'] = ConvexMeshSupport.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_ConvexMeshSupport___destroy___0(self); -}; -// CustomSupportImpl -/** @suppress {undefinedVars, duplicate} @this{Object} */function CustomSupportImpl() { - this.ptr = _emscripten_bind_CustomSupportImpl_CustomSupportImpl_0(); - getCache(CustomSupportImpl)[this.ptr] = this; -};; -CustomSupportImpl.prototype = Object.create(CustomSupport.prototype); -CustomSupportImpl.prototype.constructor = CustomSupportImpl; -CustomSupportImpl.prototype.__class__ = CustomSupportImpl; -CustomSupportImpl.__cache__ = {}; -Module['CustomSupportImpl'] = CustomSupportImpl; - -CustomSupportImpl.prototype['getCustomMargin'] = CustomSupportImpl.prototype.getCustomMargin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_CustomSupportImpl_getCustomMargin_0(self); -};; - -CustomSupportImpl.prototype['getCustomSupportLocal'] = CustomSupportImpl.prototype.getCustomSupportLocal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dir, result) { - var self = this.ptr; - if (dir && typeof dir === 'object') dir = dir.ptr; - if (result && typeof result === 'object') result = result.ptr; - _emscripten_bind_CustomSupportImpl_getCustomSupportLocal_2(self, dir, result); -};; - - CustomSupportImpl.prototype['__destroy__'] = CustomSupportImpl.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_CustomSupportImpl___destroy___0(self); -}; -// DirectDriveVehicle -/** @suppress {undefinedVars, duplicate} @this{Object} */function DirectDriveVehicle() { - this.ptr = _emscripten_bind_DirectDriveVehicle_DirectDriveVehicle_0(); - getCache(DirectDriveVehicle)[this.ptr] = this; -};; -DirectDriveVehicle.prototype = Object.create(PhysXActorVehicle.prototype); -DirectDriveVehicle.prototype.constructor = DirectDriveVehicle; -DirectDriveVehicle.prototype.__class__ = DirectDriveVehicle; -DirectDriveVehicle.__cache__ = {}; -Module['DirectDriveVehicle'] = DirectDriveVehicle; - -DirectDriveVehicle.prototype['initialize'] = DirectDriveVehicle.prototype.initialize = /** @suppress {undefinedVars, duplicate} @this{Object} */function(physics, params, defaultMaterial, addPhysXBeginEndComponents) { - var self = this.ptr; - if (physics && typeof physics === 'object') physics = physics.ptr; - if (params && typeof params === 'object') params = params.ptr; - if (defaultMaterial && typeof defaultMaterial === 'object') defaultMaterial = defaultMaterial.ptr; - if (addPhysXBeginEndComponents && typeof addPhysXBeginEndComponents === 'object') addPhysXBeginEndComponents = addPhysXBeginEndComponents.ptr; - if (addPhysXBeginEndComponents === undefined) { return !!(_emscripten_bind_DirectDriveVehicle_initialize_3(self, physics, params, defaultMaterial)) } - return !!(_emscripten_bind_DirectDriveVehicle_initialize_4(self, physics, params, defaultMaterial, addPhysXBeginEndComponents)); -};; - -DirectDriveVehicle.prototype['initComponentSequence'] = DirectDriveVehicle.prototype.initComponentSequence = /** @suppress {undefinedVars, duplicate} @this{Object} */function(addPhysXBeginEndComponents) { - var self = this.ptr; - if (addPhysXBeginEndComponents && typeof addPhysXBeginEndComponents === 'object') addPhysXBeginEndComponents = addPhysXBeginEndComponents.ptr; - _emscripten_bind_DirectDriveVehicle_initComponentSequence_1(self, addPhysXBeginEndComponents); -};; - -DirectDriveVehicle.prototype['destroyState'] = DirectDriveVehicle.prototype.destroyState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_DirectDriveVehicle_destroyState_0(self); -};; - -DirectDriveVehicle.prototype['step'] = DirectDriveVehicle.prototype.step = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dt, context) { - var self = this.ptr; - if (dt && typeof dt === 'object') dt = dt.ptr; - if (context && typeof context === 'object') context = context.ptr; - _emscripten_bind_DirectDriveVehicle_step_2(self, dt, context); -};; - - DirectDriveVehicle.prototype['get_directDriveParams'] = DirectDriveVehicle.prototype.get_directDriveParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_DirectDriveVehicle_get_directDriveParams_0(self), DirectDrivetrainParams); -}; - DirectDriveVehicle.prototype['set_directDriveParams'] = DirectDriveVehicle.prototype.set_directDriveParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_DirectDriveVehicle_set_directDriveParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(DirectDriveVehicle.prototype, 'directDriveParams', { get: DirectDriveVehicle.prototype.get_directDriveParams, set: DirectDriveVehicle.prototype.set_directDriveParams }); - DirectDriveVehicle.prototype['get_directDriveState'] = DirectDriveVehicle.prototype.get_directDriveState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_DirectDriveVehicle_get_directDriveState_0(self), DirectDrivetrainState); -}; - DirectDriveVehicle.prototype['set_directDriveState'] = DirectDriveVehicle.prototype.set_directDriveState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_DirectDriveVehicle_set_directDriveState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(DirectDriveVehicle.prototype, 'directDriveState', { get: DirectDriveVehicle.prototype.get_directDriveState, set: DirectDriveVehicle.prototype.set_directDriveState }); - DirectDriveVehicle.prototype['get_transmissionCommandState'] = DirectDriveVehicle.prototype.get_transmissionCommandState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_DirectDriveVehicle_get_transmissionCommandState_0(self), PxVehicleDirectDriveTransmissionCommandState); -}; - DirectDriveVehicle.prototype['set_transmissionCommandState'] = DirectDriveVehicle.prototype.set_transmissionCommandState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_DirectDriveVehicle_set_transmissionCommandState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(DirectDriveVehicle.prototype, 'transmissionCommandState', { get: DirectDriveVehicle.prototype.get_transmissionCommandState, set: DirectDriveVehicle.prototype.set_transmissionCommandState }); - DirectDriveVehicle.prototype['get_baseParams'] = DirectDriveVehicle.prototype.get_baseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_DirectDriveVehicle_get_baseParams_0(self), BaseVehicleParams); -}; - DirectDriveVehicle.prototype['set_baseParams'] = DirectDriveVehicle.prototype.set_baseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_DirectDriveVehicle_set_baseParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(DirectDriveVehicle.prototype, 'baseParams', { get: DirectDriveVehicle.prototype.get_baseParams, set: DirectDriveVehicle.prototype.set_baseParams }); - DirectDriveVehicle.prototype['get_baseState'] = DirectDriveVehicle.prototype.get_baseState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_DirectDriveVehicle_get_baseState_0(self), BaseVehicleState); -}; - DirectDriveVehicle.prototype['set_baseState'] = DirectDriveVehicle.prototype.set_baseState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_DirectDriveVehicle_set_baseState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(DirectDriveVehicle.prototype, 'baseState', { get: DirectDriveVehicle.prototype.get_baseState, set: DirectDriveVehicle.prototype.set_baseState }); - DirectDriveVehicle.prototype['get_componentSequence'] = DirectDriveVehicle.prototype.get_componentSequence = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_DirectDriveVehicle_get_componentSequence_0(self), PxVehicleComponentSequence); -}; - DirectDriveVehicle.prototype['set_componentSequence'] = DirectDriveVehicle.prototype.set_componentSequence = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_DirectDriveVehicle_set_componentSequence_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(DirectDriveVehicle.prototype, 'componentSequence', { get: DirectDriveVehicle.prototype.get_componentSequence, set: DirectDriveVehicle.prototype.set_componentSequence }); - DirectDriveVehicle.prototype['get_componentSequenceSubstepGroupHandle'] = DirectDriveVehicle.prototype.get_componentSequenceSubstepGroupHandle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_DirectDriveVehicle_get_componentSequenceSubstepGroupHandle_0(self); -}; - DirectDriveVehicle.prototype['set_componentSequenceSubstepGroupHandle'] = DirectDriveVehicle.prototype.set_componentSequenceSubstepGroupHandle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_DirectDriveVehicle_set_componentSequenceSubstepGroupHandle_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(DirectDriveVehicle.prototype, 'componentSequenceSubstepGroupHandle', { get: DirectDriveVehicle.prototype.get_componentSequenceSubstepGroupHandle, set: DirectDriveVehicle.prototype.set_componentSequenceSubstepGroupHandle }); - DirectDriveVehicle.prototype['get_physXParams'] = DirectDriveVehicle.prototype.get_physXParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_DirectDriveVehicle_get_physXParams_0(self), PhysXIntegrationParams); -}; - DirectDriveVehicle.prototype['set_physXParams'] = DirectDriveVehicle.prototype.set_physXParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_DirectDriveVehicle_set_physXParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(DirectDriveVehicle.prototype, 'physXParams', { get: DirectDriveVehicle.prototype.get_physXParams, set: DirectDriveVehicle.prototype.set_physXParams }); - DirectDriveVehicle.prototype['get_physXState'] = DirectDriveVehicle.prototype.get_physXState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_DirectDriveVehicle_get_physXState_0(self), PhysXIntegrationState); -}; - DirectDriveVehicle.prototype['set_physXState'] = DirectDriveVehicle.prototype.set_physXState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_DirectDriveVehicle_set_physXState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(DirectDriveVehicle.prototype, 'physXState', { get: DirectDriveVehicle.prototype.get_physXState, set: DirectDriveVehicle.prototype.set_physXState }); - DirectDriveVehicle.prototype['get_commandState'] = DirectDriveVehicle.prototype.get_commandState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_DirectDriveVehicle_get_commandState_0(self), PxVehicleCommandState); -}; - DirectDriveVehicle.prototype['set_commandState'] = DirectDriveVehicle.prototype.set_commandState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_DirectDriveVehicle_set_commandState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(DirectDriveVehicle.prototype, 'commandState', { get: DirectDriveVehicle.prototype.get_commandState, set: DirectDriveVehicle.prototype.set_commandState }); - DirectDriveVehicle.prototype['__destroy__'] = DirectDriveVehicle.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_DirectDriveVehicle___destroy___0(self); -}; -// DirectDrivetrainParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function DirectDrivetrainParams() { - this.ptr = _emscripten_bind_DirectDrivetrainParams_DirectDrivetrainParams_0(); - getCache(DirectDrivetrainParams)[this.ptr] = this; -};; -DirectDrivetrainParams.prototype = Object.create(WrapperObject.prototype); -DirectDrivetrainParams.prototype.constructor = DirectDrivetrainParams; -DirectDrivetrainParams.prototype.__class__ = DirectDrivetrainParams; -DirectDrivetrainParams.__cache__ = {}; -Module['DirectDrivetrainParams'] = DirectDrivetrainParams; - -DirectDrivetrainParams.prototype['transformAndScale'] = DirectDrivetrainParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_DirectDrivetrainParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), DirectDrivetrainParams); -};; - -DirectDrivetrainParams.prototype['isValid'] = DirectDrivetrainParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axleDesc) { - var self = this.ptr; - if (axleDesc && typeof axleDesc === 'object') axleDesc = axleDesc.ptr; - return !!(_emscripten_bind_DirectDrivetrainParams_isValid_1(self, axleDesc)); -};; - - DirectDrivetrainParams.prototype['get_directDriveThrottleResponseParams'] = DirectDrivetrainParams.prototype.get_directDriveThrottleResponseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_DirectDrivetrainParams_get_directDriveThrottleResponseParams_0(self), PxVehicleDirectDriveThrottleCommandResponseParams); -}; - DirectDrivetrainParams.prototype['set_directDriveThrottleResponseParams'] = DirectDrivetrainParams.prototype.set_directDriveThrottleResponseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_DirectDrivetrainParams_set_directDriveThrottleResponseParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(DirectDrivetrainParams.prototype, 'directDriveThrottleResponseParams', { get: DirectDrivetrainParams.prototype.get_directDriveThrottleResponseParams, set: DirectDrivetrainParams.prototype.set_directDriveThrottleResponseParams }); - DirectDrivetrainParams.prototype['__destroy__'] = DirectDrivetrainParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_DirectDrivetrainParams___destroy___0(self); -}; -// DirectDrivetrainState -/** @suppress {undefinedVars, duplicate} @this{Object} */function DirectDrivetrainState() { - this.ptr = _emscripten_bind_DirectDrivetrainState_DirectDrivetrainState_0(); - getCache(DirectDrivetrainState)[this.ptr] = this; -};; -DirectDrivetrainState.prototype = Object.create(WrapperObject.prototype); -DirectDrivetrainState.prototype.constructor = DirectDrivetrainState; -DirectDrivetrainState.prototype.__class__ = DirectDrivetrainState; -DirectDrivetrainState.__cache__ = {}; -Module['DirectDrivetrainState'] = DirectDrivetrainState; - -DirectDrivetrainState.prototype['setToDefault'] = DirectDrivetrainState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_DirectDrivetrainState_setToDefault_0(self); -};; - - DirectDrivetrainState.prototype['get_directDriveThrottleResponseStates'] = DirectDrivetrainState.prototype.get_directDriveThrottleResponseStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_DirectDrivetrainState_get_directDriveThrottleResponseStates_1(self, arg0); -}; - DirectDrivetrainState.prototype['set_directDriveThrottleResponseStates'] = DirectDrivetrainState.prototype.set_directDriveThrottleResponseStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_DirectDrivetrainState_set_directDriveThrottleResponseStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(DirectDrivetrainState.prototype, 'directDriveThrottleResponseStates', { get: DirectDrivetrainState.prototype.get_directDriveThrottleResponseStates, set: DirectDrivetrainState.prototype.set_directDriveThrottleResponseStates }); - DirectDrivetrainState.prototype['__destroy__'] = DirectDrivetrainState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_DirectDrivetrainState___destroy___0(self); -}; -// EngineDriveVehicle -/** @suppress {undefinedVars, duplicate} @this{Object} */function EngineDriveVehicle() { - this.ptr = _emscripten_bind_EngineDriveVehicle_EngineDriveVehicle_0(); - getCache(EngineDriveVehicle)[this.ptr] = this; -};; -EngineDriveVehicle.prototype = Object.create(PhysXActorVehicle.prototype); -EngineDriveVehicle.prototype.constructor = EngineDriveVehicle; -EngineDriveVehicle.prototype.__class__ = EngineDriveVehicle; -EngineDriveVehicle.__cache__ = {}; -Module['EngineDriveVehicle'] = EngineDriveVehicle; - -EngineDriveVehicle.prototype['initialize'] = EngineDriveVehicle.prototype.initialize = /** @suppress {undefinedVars, duplicate} @this{Object} */function(physics, params, defaultMaterial, differentialType, addPhysXBeginEndComponents) { - var self = this.ptr; - if (physics && typeof physics === 'object') physics = physics.ptr; - if (params && typeof params === 'object') params = params.ptr; - if (defaultMaterial && typeof defaultMaterial === 'object') defaultMaterial = defaultMaterial.ptr; - if (differentialType && typeof differentialType === 'object') differentialType = differentialType.ptr; - if (addPhysXBeginEndComponents && typeof addPhysXBeginEndComponents === 'object') addPhysXBeginEndComponents = addPhysXBeginEndComponents.ptr; - if (addPhysXBeginEndComponents === undefined) { return !!(_emscripten_bind_EngineDriveVehicle_initialize_4(self, physics, params, defaultMaterial, differentialType)) } - return !!(_emscripten_bind_EngineDriveVehicle_initialize_5(self, physics, params, defaultMaterial, differentialType, addPhysXBeginEndComponents)); -};; - -EngineDriveVehicle.prototype['initComponentSequence'] = EngineDriveVehicle.prototype.initComponentSequence = /** @suppress {undefinedVars, duplicate} @this{Object} */function(addPhysXBeginEndComponents) { - var self = this.ptr; - if (addPhysXBeginEndComponents && typeof addPhysXBeginEndComponents === 'object') addPhysXBeginEndComponents = addPhysXBeginEndComponents.ptr; - _emscripten_bind_EngineDriveVehicle_initComponentSequence_1(self, addPhysXBeginEndComponents); -};; - -EngineDriveVehicle.prototype['destroyState'] = EngineDriveVehicle.prototype.destroyState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_EngineDriveVehicle_destroyState_0(self); -};; - -EngineDriveVehicle.prototype['step'] = EngineDriveVehicle.prototype.step = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dt, context) { - var self = this.ptr; - if (dt && typeof dt === 'object') dt = dt.ptr; - if (context && typeof context === 'object') context = context.ptr; - _emscripten_bind_EngineDriveVehicle_step_2(self, dt, context); -};; - - EngineDriveVehicle.prototype['get_engineDriveParams'] = EngineDriveVehicle.prototype.get_engineDriveParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDriveVehicle_get_engineDriveParams_0(self), EngineDrivetrainParams); -}; - EngineDriveVehicle.prototype['set_engineDriveParams'] = EngineDriveVehicle.prototype.set_engineDriveParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDriveVehicle_set_engineDriveParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDriveVehicle.prototype, 'engineDriveParams', { get: EngineDriveVehicle.prototype.get_engineDriveParams, set: EngineDriveVehicle.prototype.set_engineDriveParams }); - EngineDriveVehicle.prototype['get_engineDriveState'] = EngineDriveVehicle.prototype.get_engineDriveState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDriveVehicle_get_engineDriveState_0(self), EngineDrivetrainState); -}; - EngineDriveVehicle.prototype['set_engineDriveState'] = EngineDriveVehicle.prototype.set_engineDriveState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDriveVehicle_set_engineDriveState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDriveVehicle.prototype, 'engineDriveState', { get: EngineDriveVehicle.prototype.get_engineDriveState, set: EngineDriveVehicle.prototype.set_engineDriveState }); - EngineDriveVehicle.prototype['get_transmissionCommandState'] = EngineDriveVehicle.prototype.get_transmissionCommandState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDriveVehicle_get_transmissionCommandState_0(self), PxVehicleEngineDriveTransmissionCommandState); -}; - EngineDriveVehicle.prototype['set_transmissionCommandState'] = EngineDriveVehicle.prototype.set_transmissionCommandState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDriveVehicle_set_transmissionCommandState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDriveVehicle.prototype, 'transmissionCommandState', { get: EngineDriveVehicle.prototype.get_transmissionCommandState, set: EngineDriveVehicle.prototype.set_transmissionCommandState }); - EngineDriveVehicle.prototype['get_tankDriveTransmissionCommandState'] = EngineDriveVehicle.prototype.get_tankDriveTransmissionCommandState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDriveVehicle_get_tankDriveTransmissionCommandState_0(self), PxVehicleTankDriveTransmissionCommandState); -}; - EngineDriveVehicle.prototype['set_tankDriveTransmissionCommandState'] = EngineDriveVehicle.prototype.set_tankDriveTransmissionCommandState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDriveVehicle_set_tankDriveTransmissionCommandState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDriveVehicle.prototype, 'tankDriveTransmissionCommandState', { get: EngineDriveVehicle.prototype.get_tankDriveTransmissionCommandState, set: EngineDriveVehicle.prototype.set_tankDriveTransmissionCommandState }); - EngineDriveVehicle.prototype['get_differentialType'] = EngineDriveVehicle.prototype.get_differentialType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_EngineDriveVehicle_get_differentialType_0(self); -}; - EngineDriveVehicle.prototype['set_differentialType'] = EngineDriveVehicle.prototype.set_differentialType = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDriveVehicle_set_differentialType_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDriveVehicle.prototype, 'differentialType', { get: EngineDriveVehicle.prototype.get_differentialType, set: EngineDriveVehicle.prototype.set_differentialType }); - EngineDriveVehicle.prototype['get_baseParams'] = EngineDriveVehicle.prototype.get_baseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDriveVehicle_get_baseParams_0(self), BaseVehicleParams); -}; - EngineDriveVehicle.prototype['set_baseParams'] = EngineDriveVehicle.prototype.set_baseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDriveVehicle_set_baseParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDriveVehicle.prototype, 'baseParams', { get: EngineDriveVehicle.prototype.get_baseParams, set: EngineDriveVehicle.prototype.set_baseParams }); - EngineDriveVehicle.prototype['get_baseState'] = EngineDriveVehicle.prototype.get_baseState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDriveVehicle_get_baseState_0(self), BaseVehicleState); -}; - EngineDriveVehicle.prototype['set_baseState'] = EngineDriveVehicle.prototype.set_baseState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDriveVehicle_set_baseState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDriveVehicle.prototype, 'baseState', { get: EngineDriveVehicle.prototype.get_baseState, set: EngineDriveVehicle.prototype.set_baseState }); - EngineDriveVehicle.prototype['get_componentSequence'] = EngineDriveVehicle.prototype.get_componentSequence = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDriveVehicle_get_componentSequence_0(self), PxVehicleComponentSequence); -}; - EngineDriveVehicle.prototype['set_componentSequence'] = EngineDriveVehicle.prototype.set_componentSequence = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDriveVehicle_set_componentSequence_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDriveVehicle.prototype, 'componentSequence', { get: EngineDriveVehicle.prototype.get_componentSequence, set: EngineDriveVehicle.prototype.set_componentSequence }); - EngineDriveVehicle.prototype['get_componentSequenceSubstepGroupHandle'] = EngineDriveVehicle.prototype.get_componentSequenceSubstepGroupHandle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_EngineDriveVehicle_get_componentSequenceSubstepGroupHandle_0(self); -}; - EngineDriveVehicle.prototype['set_componentSequenceSubstepGroupHandle'] = EngineDriveVehicle.prototype.set_componentSequenceSubstepGroupHandle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDriveVehicle_set_componentSequenceSubstepGroupHandle_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDriveVehicle.prototype, 'componentSequenceSubstepGroupHandle', { get: EngineDriveVehicle.prototype.get_componentSequenceSubstepGroupHandle, set: EngineDriveVehicle.prototype.set_componentSequenceSubstepGroupHandle }); - EngineDriveVehicle.prototype['get_physXParams'] = EngineDriveVehicle.prototype.get_physXParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDriveVehicle_get_physXParams_0(self), PhysXIntegrationParams); -}; - EngineDriveVehicle.prototype['set_physXParams'] = EngineDriveVehicle.prototype.set_physXParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDriveVehicle_set_physXParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDriveVehicle.prototype, 'physXParams', { get: EngineDriveVehicle.prototype.get_physXParams, set: EngineDriveVehicle.prototype.set_physXParams }); - EngineDriveVehicle.prototype['get_physXState'] = EngineDriveVehicle.prototype.get_physXState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDriveVehicle_get_physXState_0(self), PhysXIntegrationState); -}; - EngineDriveVehicle.prototype['set_physXState'] = EngineDriveVehicle.prototype.set_physXState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDriveVehicle_set_physXState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDriveVehicle.prototype, 'physXState', { get: EngineDriveVehicle.prototype.get_physXState, set: EngineDriveVehicle.prototype.set_physXState }); - EngineDriveVehicle.prototype['get_commandState'] = EngineDriveVehicle.prototype.get_commandState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDriveVehicle_get_commandState_0(self), PxVehicleCommandState); -}; - EngineDriveVehicle.prototype['set_commandState'] = EngineDriveVehicle.prototype.set_commandState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDriveVehicle_set_commandState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDriveVehicle.prototype, 'commandState', { get: EngineDriveVehicle.prototype.get_commandState, set: EngineDriveVehicle.prototype.set_commandState }); - EngineDriveVehicle.prototype['__destroy__'] = EngineDriveVehicle.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_EngineDriveVehicle___destroy___0(self); -}; -// EngineDrivetrainParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function EngineDrivetrainParams() { - this.ptr = _emscripten_bind_EngineDrivetrainParams_EngineDrivetrainParams_0(); - getCache(EngineDrivetrainParams)[this.ptr] = this; -};; -EngineDrivetrainParams.prototype = Object.create(WrapperObject.prototype); -EngineDrivetrainParams.prototype.constructor = EngineDrivetrainParams; -EngineDrivetrainParams.prototype.__class__ = EngineDrivetrainParams; -EngineDrivetrainParams.__cache__ = {}; -Module['EngineDrivetrainParams'] = EngineDrivetrainParams; - -EngineDrivetrainParams.prototype['transformAndScale'] = EngineDrivetrainParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), EngineDrivetrainParams); -};; - -EngineDrivetrainParams.prototype['isValid'] = EngineDrivetrainParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axleDesc) { - var self = this.ptr; - if (axleDesc && typeof axleDesc === 'object') axleDesc = axleDesc.ptr; - return !!(_emscripten_bind_EngineDrivetrainParams_isValid_1(self, axleDesc)); -};; - - EngineDrivetrainParams.prototype['get_autoboxParams'] = EngineDrivetrainParams.prototype.get_autoboxParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainParams_get_autoboxParams_0(self), PxVehicleAutoboxParams); -}; - EngineDrivetrainParams.prototype['set_autoboxParams'] = EngineDrivetrainParams.prototype.set_autoboxParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainParams_set_autoboxParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainParams.prototype, 'autoboxParams', { get: EngineDrivetrainParams.prototype.get_autoboxParams, set: EngineDrivetrainParams.prototype.set_autoboxParams }); - EngineDrivetrainParams.prototype['get_clutchCommandResponseParams'] = EngineDrivetrainParams.prototype.get_clutchCommandResponseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainParams_get_clutchCommandResponseParams_0(self), PxVehicleClutchCommandResponseParams); -}; - EngineDrivetrainParams.prototype['set_clutchCommandResponseParams'] = EngineDrivetrainParams.prototype.set_clutchCommandResponseParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainParams_set_clutchCommandResponseParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainParams.prototype, 'clutchCommandResponseParams', { get: EngineDrivetrainParams.prototype.get_clutchCommandResponseParams, set: EngineDrivetrainParams.prototype.set_clutchCommandResponseParams }); - EngineDrivetrainParams.prototype['get_engineParams'] = EngineDrivetrainParams.prototype.get_engineParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainParams_get_engineParams_0(self), PxVehicleEngineParams); -}; - EngineDrivetrainParams.prototype['set_engineParams'] = EngineDrivetrainParams.prototype.set_engineParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainParams_set_engineParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainParams.prototype, 'engineParams', { get: EngineDrivetrainParams.prototype.get_engineParams, set: EngineDrivetrainParams.prototype.set_engineParams }); - EngineDrivetrainParams.prototype['get_gearBoxParams'] = EngineDrivetrainParams.prototype.get_gearBoxParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainParams_get_gearBoxParams_0(self), PxVehicleGearboxParams); -}; - EngineDrivetrainParams.prototype['set_gearBoxParams'] = EngineDrivetrainParams.prototype.set_gearBoxParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainParams_set_gearBoxParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainParams.prototype, 'gearBoxParams', { get: EngineDrivetrainParams.prototype.get_gearBoxParams, set: EngineDrivetrainParams.prototype.set_gearBoxParams }); - EngineDrivetrainParams.prototype['get_multiWheelDifferentialParams'] = EngineDrivetrainParams.prototype.get_multiWheelDifferentialParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainParams_get_multiWheelDifferentialParams_0(self), PxVehicleMultiWheelDriveDifferentialParams); -}; - EngineDrivetrainParams.prototype['set_multiWheelDifferentialParams'] = EngineDrivetrainParams.prototype.set_multiWheelDifferentialParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainParams_set_multiWheelDifferentialParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainParams.prototype, 'multiWheelDifferentialParams', { get: EngineDrivetrainParams.prototype.get_multiWheelDifferentialParams, set: EngineDrivetrainParams.prototype.set_multiWheelDifferentialParams }); - EngineDrivetrainParams.prototype['get_fourWheelDifferentialParams'] = EngineDrivetrainParams.prototype.get_fourWheelDifferentialParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainParams_get_fourWheelDifferentialParams_0(self), PxVehicleFourWheelDriveDifferentialParams); -}; - EngineDrivetrainParams.prototype['set_fourWheelDifferentialParams'] = EngineDrivetrainParams.prototype.set_fourWheelDifferentialParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainParams_set_fourWheelDifferentialParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainParams.prototype, 'fourWheelDifferentialParams', { get: EngineDrivetrainParams.prototype.get_fourWheelDifferentialParams, set: EngineDrivetrainParams.prototype.set_fourWheelDifferentialParams }); - EngineDrivetrainParams.prototype['get_tankDifferentialParams'] = EngineDrivetrainParams.prototype.get_tankDifferentialParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainParams_get_tankDifferentialParams_0(self), PxVehicleTankDriveDifferentialParams); -}; - EngineDrivetrainParams.prototype['set_tankDifferentialParams'] = EngineDrivetrainParams.prototype.set_tankDifferentialParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainParams_set_tankDifferentialParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainParams.prototype, 'tankDifferentialParams', { get: EngineDrivetrainParams.prototype.get_tankDifferentialParams, set: EngineDrivetrainParams.prototype.set_tankDifferentialParams }); - EngineDrivetrainParams.prototype['get_clutchParams'] = EngineDrivetrainParams.prototype.get_clutchParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainParams_get_clutchParams_0(self), PxVehicleClutchParams); -}; - EngineDrivetrainParams.prototype['set_clutchParams'] = EngineDrivetrainParams.prototype.set_clutchParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainParams_set_clutchParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainParams.prototype, 'clutchParams', { get: EngineDrivetrainParams.prototype.get_clutchParams, set: EngineDrivetrainParams.prototype.set_clutchParams }); - EngineDrivetrainParams.prototype['__destroy__'] = EngineDrivetrainParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_EngineDrivetrainParams___destroy___0(self); -}; -// EngineDrivetrainState -/** @suppress {undefinedVars, duplicate} @this{Object} */function EngineDrivetrainState() { - this.ptr = _emscripten_bind_EngineDrivetrainState_EngineDrivetrainState_0(); - getCache(EngineDrivetrainState)[this.ptr] = this; -};; -EngineDrivetrainState.prototype = Object.create(WrapperObject.prototype); -EngineDrivetrainState.prototype.constructor = EngineDrivetrainState; -EngineDrivetrainState.prototype.__class__ = EngineDrivetrainState; -EngineDrivetrainState.__cache__ = {}; -Module['EngineDrivetrainState'] = EngineDrivetrainState; - -EngineDrivetrainState.prototype['setToDefault'] = EngineDrivetrainState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_EngineDrivetrainState_setToDefault_0(self); -};; - - EngineDrivetrainState.prototype['get_throttleCommandResponseState'] = EngineDrivetrainState.prototype.get_throttleCommandResponseState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainState_get_throttleCommandResponseState_0(self), PxVehicleEngineDriveThrottleCommandResponseState); -}; - EngineDrivetrainState.prototype['set_throttleCommandResponseState'] = EngineDrivetrainState.prototype.set_throttleCommandResponseState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainState_set_throttleCommandResponseState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainState.prototype, 'throttleCommandResponseState', { get: EngineDrivetrainState.prototype.get_throttleCommandResponseState, set: EngineDrivetrainState.prototype.set_throttleCommandResponseState }); - EngineDrivetrainState.prototype['get_autoboxState'] = EngineDrivetrainState.prototype.get_autoboxState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainState_get_autoboxState_0(self), PxVehicleAutoboxState); -}; - EngineDrivetrainState.prototype['set_autoboxState'] = EngineDrivetrainState.prototype.set_autoboxState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainState_set_autoboxState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainState.prototype, 'autoboxState', { get: EngineDrivetrainState.prototype.get_autoboxState, set: EngineDrivetrainState.prototype.set_autoboxState }); - EngineDrivetrainState.prototype['get_clutchCommandResponseState'] = EngineDrivetrainState.prototype.get_clutchCommandResponseState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainState_get_clutchCommandResponseState_0(self), PxVehicleClutchCommandResponseState); -}; - EngineDrivetrainState.prototype['set_clutchCommandResponseState'] = EngineDrivetrainState.prototype.set_clutchCommandResponseState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainState_set_clutchCommandResponseState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainState.prototype, 'clutchCommandResponseState', { get: EngineDrivetrainState.prototype.get_clutchCommandResponseState, set: EngineDrivetrainState.prototype.set_clutchCommandResponseState }); - EngineDrivetrainState.prototype['get_differentialState'] = EngineDrivetrainState.prototype.get_differentialState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainState_get_differentialState_0(self), PxVehicleDifferentialState); -}; - EngineDrivetrainState.prototype['set_differentialState'] = EngineDrivetrainState.prototype.set_differentialState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainState_set_differentialState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainState.prototype, 'differentialState', { get: EngineDrivetrainState.prototype.get_differentialState, set: EngineDrivetrainState.prototype.set_differentialState }); - EngineDrivetrainState.prototype['get_wheelConstraintGroupState'] = EngineDrivetrainState.prototype.get_wheelConstraintGroupState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainState_get_wheelConstraintGroupState_0(self), PxVehicleWheelConstraintGroupState); -}; - EngineDrivetrainState.prototype['set_wheelConstraintGroupState'] = EngineDrivetrainState.prototype.set_wheelConstraintGroupState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainState_set_wheelConstraintGroupState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainState.prototype, 'wheelConstraintGroupState', { get: EngineDrivetrainState.prototype.get_wheelConstraintGroupState, set: EngineDrivetrainState.prototype.set_wheelConstraintGroupState }); - EngineDrivetrainState.prototype['get_engineState'] = EngineDrivetrainState.prototype.get_engineState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainState_get_engineState_0(self), PxVehicleEngineState); -}; - EngineDrivetrainState.prototype['set_engineState'] = EngineDrivetrainState.prototype.set_engineState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainState_set_engineState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainState.prototype, 'engineState', { get: EngineDrivetrainState.prototype.get_engineState, set: EngineDrivetrainState.prototype.set_engineState }); - EngineDrivetrainState.prototype['get_gearboxState'] = EngineDrivetrainState.prototype.get_gearboxState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainState_get_gearboxState_0(self), PxVehicleGearboxState); -}; - EngineDrivetrainState.prototype['set_gearboxState'] = EngineDrivetrainState.prototype.set_gearboxState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainState_set_gearboxState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainState.prototype, 'gearboxState', { get: EngineDrivetrainState.prototype.get_gearboxState, set: EngineDrivetrainState.prototype.set_gearboxState }); - EngineDrivetrainState.prototype['get_clutchState'] = EngineDrivetrainState.prototype.get_clutchState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_EngineDrivetrainState_get_clutchState_0(self), PxVehicleClutchSlipState); -}; - EngineDrivetrainState.prototype['set_clutchState'] = EngineDrivetrainState.prototype.set_clutchState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_EngineDrivetrainState_set_clutchState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(EngineDrivetrainState.prototype, 'clutchState', { get: EngineDrivetrainState.prototype.get_clutchState, set: EngineDrivetrainState.prototype.set_clutchState }); - EngineDrivetrainState.prototype['__destroy__'] = EngineDrivetrainState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_EngineDrivetrainState___destroy___0(self); -}; -// NativeArrayHelpers -/** @suppress {undefinedVars, duplicate} @this{Object} */function NativeArrayHelpers() { throw "cannot construct a NativeArrayHelpers, no constructor in IDL" } -NativeArrayHelpers.prototype = Object.create(WrapperObject.prototype); -NativeArrayHelpers.prototype.constructor = NativeArrayHelpers; -NativeArrayHelpers.prototype.__class__ = NativeArrayHelpers; -NativeArrayHelpers.__cache__ = {}; -Module['NativeArrayHelpers'] = NativeArrayHelpers; - -NativeArrayHelpers.prototype['getU8At'] = NativeArrayHelpers.prototype.getU8At = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return _emscripten_bind_NativeArrayHelpers_getU8At_2(self, base, index); -};; - -NativeArrayHelpers.prototype['getU16At'] = NativeArrayHelpers.prototype.getU16At = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return _emscripten_bind_NativeArrayHelpers_getU16At_2(self, base, index); -};; - -NativeArrayHelpers.prototype['getU32At'] = NativeArrayHelpers.prototype.getU32At = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return _emscripten_bind_NativeArrayHelpers_getU32At_2(self, base, index); -};; - -NativeArrayHelpers.prototype['getRealAt'] = NativeArrayHelpers.prototype.getRealAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return _emscripten_bind_NativeArrayHelpers_getRealAt_2(self, base, index); -};; - -NativeArrayHelpers.prototype['setU8At'] = NativeArrayHelpers.prototype.setU8At = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index, value) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_NativeArrayHelpers_setU8At_3(self, base, index, value); -};; - -NativeArrayHelpers.prototype['setU16At'] = NativeArrayHelpers.prototype.setU16At = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index, value) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_NativeArrayHelpers_setU16At_3(self, base, index, value); -};; - -NativeArrayHelpers.prototype['setU32At'] = NativeArrayHelpers.prototype.setU32At = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index, value) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_NativeArrayHelpers_setU32At_3(self, base, index, value); -};; - -NativeArrayHelpers.prototype['setRealAt'] = NativeArrayHelpers.prototype.setRealAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index, value) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_NativeArrayHelpers_setRealAt_3(self, base, index, value); -};; - -NativeArrayHelpers.prototype['voidToU8Ptr'] = NativeArrayHelpers.prototype.voidToU8Ptr = /** @suppress {undefinedVars, duplicate} @this{Object} */function(voidPtr) { - var self = this.ptr; - if (voidPtr && typeof voidPtr === 'object') voidPtr = voidPtr.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_voidToU8Ptr_1(self, voidPtr), PxU8Ptr); -};; - -NativeArrayHelpers.prototype['voidToU16Ptr'] = NativeArrayHelpers.prototype.voidToU16Ptr = /** @suppress {undefinedVars, duplicate} @this{Object} */function(voidPtr) { - var self = this.ptr; - if (voidPtr && typeof voidPtr === 'object') voidPtr = voidPtr.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_voidToU16Ptr_1(self, voidPtr), PxU16Ptr); -};; - -NativeArrayHelpers.prototype['voidToU32Ptr'] = NativeArrayHelpers.prototype.voidToU32Ptr = /** @suppress {undefinedVars, duplicate} @this{Object} */function(voidPtr) { - var self = this.ptr; - if (voidPtr && typeof voidPtr === 'object') voidPtr = voidPtr.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_voidToU32Ptr_1(self, voidPtr), PxU32Ptr); -};; - -NativeArrayHelpers.prototype['voidToI32Ptr'] = NativeArrayHelpers.prototype.voidToI32Ptr = /** @suppress {undefinedVars, duplicate} @this{Object} */function(voidPtr) { - var self = this.ptr; - if (voidPtr && typeof voidPtr === 'object') voidPtr = voidPtr.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_voidToI32Ptr_1(self, voidPtr), PxI32Ptr); -};; - -NativeArrayHelpers.prototype['voidToRealPtr'] = NativeArrayHelpers.prototype.voidToRealPtr = /** @suppress {undefinedVars, duplicate} @this{Object} */function(voidPtr) { - var self = this.ptr; - if (voidPtr && typeof voidPtr === 'object') voidPtr = voidPtr.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_voidToRealPtr_1(self, voidPtr), PxRealPtr); -};; - -NativeArrayHelpers.prototype['getActorAt'] = NativeArrayHelpers.prototype.getActorAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getActorAt_2(self, base, index), PxActor); -};; - -NativeArrayHelpers.prototype['getBounds3At'] = NativeArrayHelpers.prototype.getBounds3At = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getBounds3At_2(self, base, index), PxBounds3); -};; - -NativeArrayHelpers.prototype['getContactPairAt'] = NativeArrayHelpers.prototype.getContactPairAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getContactPairAt_2(self, base, index), PxContactPair); -};; - -NativeArrayHelpers.prototype['getContactPairHeaderAt'] = NativeArrayHelpers.prototype.getContactPairHeaderAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getContactPairHeaderAt_2(self, base, index), PxContactPairHeader); -};; - -NativeArrayHelpers.prototype['getControllerAt'] = NativeArrayHelpers.prototype.getControllerAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getControllerAt_2(self, base, index), PxController); -};; - -NativeArrayHelpers.prototype['getControllerShapeHitAt'] = NativeArrayHelpers.prototype.getControllerShapeHitAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getControllerShapeHitAt_2(self, base, index), PxControllerShapeHit); -};; - -NativeArrayHelpers.prototype['getControllersHitAt'] = NativeArrayHelpers.prototype.getControllersHitAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getControllersHitAt_2(self, base, index), PxControllersHit); -};; - -NativeArrayHelpers.prototype['getControllerObstacleHitAt'] = NativeArrayHelpers.prototype.getControllerObstacleHitAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getControllerObstacleHitAt_2(self, base, index), PxControllerObstacleHit); -};; - -NativeArrayHelpers.prototype['getDebugPointAt'] = NativeArrayHelpers.prototype.getDebugPointAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getDebugPointAt_2(self, base, index), PxDebugPoint); -};; - -NativeArrayHelpers.prototype['getDebugLineAt'] = NativeArrayHelpers.prototype.getDebugLineAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getDebugLineAt_2(self, base, index), PxDebugLine); -};; - -NativeArrayHelpers.prototype['getDebugTriangleAt'] = NativeArrayHelpers.prototype.getDebugTriangleAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getDebugTriangleAt_2(self, base, index), PxDebugTriangle); -};; - -NativeArrayHelpers.prototype['getObstacleAt'] = NativeArrayHelpers.prototype.getObstacleAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getObstacleAt_2(self, base, index), PxObstacle); -};; - -NativeArrayHelpers.prototype['getShapeAt'] = NativeArrayHelpers.prototype.getShapeAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getShapeAt_2(self, base, index), PxShape); -};; - -NativeArrayHelpers.prototype['getTriggerPairAt'] = NativeArrayHelpers.prototype.getTriggerPairAt = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getTriggerPairAt_2(self, base, index), PxTriggerPair); -};; - -NativeArrayHelpers.prototype['getVec3At'] = NativeArrayHelpers.prototype.getVec3At = /** @suppress {undefinedVars, duplicate} @this{Object} */function(base, index) { - var self = this.ptr; - if (base && typeof base === 'object') base = base.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_NativeArrayHelpers_getVec3At_2(self, base, index), PxVec3); -};; - - NativeArrayHelpers.prototype['__destroy__'] = NativeArrayHelpers.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_NativeArrayHelpers___destroy___0(self); -}; -// PassThroughFilterShaderImpl -/** @suppress {undefinedVars, duplicate} @this{Object} */function PassThroughFilterShaderImpl() { - this.ptr = _emscripten_bind_PassThroughFilterShaderImpl_PassThroughFilterShaderImpl_0(); - getCache(PassThroughFilterShaderImpl)[this.ptr] = this; -};; -PassThroughFilterShaderImpl.prototype = Object.create(PassThroughFilterShader.prototype); -PassThroughFilterShaderImpl.prototype.constructor = PassThroughFilterShaderImpl; -PassThroughFilterShaderImpl.prototype.__class__ = PassThroughFilterShaderImpl; -PassThroughFilterShaderImpl.__cache__ = {}; -Module['PassThroughFilterShaderImpl'] = PassThroughFilterShaderImpl; - -PassThroughFilterShaderImpl.prototype['filterShader'] = PassThroughFilterShaderImpl.prototype.filterShader = /** @suppress {undefinedVars, duplicate} @this{Object} */function(attributes0, filterData0w0, filterData0w1, filterData0w2, filterData0w3, attributes1, filterData1w0, filterData1w1, filterData1w2, filterData1w3) { - var self = this.ptr; - if (attributes0 && typeof attributes0 === 'object') attributes0 = attributes0.ptr; - if (filterData0w0 && typeof filterData0w0 === 'object') filterData0w0 = filterData0w0.ptr; - if (filterData0w1 && typeof filterData0w1 === 'object') filterData0w1 = filterData0w1.ptr; - if (filterData0w2 && typeof filterData0w2 === 'object') filterData0w2 = filterData0w2.ptr; - if (filterData0w3 && typeof filterData0w3 === 'object') filterData0w3 = filterData0w3.ptr; - if (attributes1 && typeof attributes1 === 'object') attributes1 = attributes1.ptr; - if (filterData1w0 && typeof filterData1w0 === 'object') filterData1w0 = filterData1w0.ptr; - if (filterData1w1 && typeof filterData1w1 === 'object') filterData1w1 = filterData1w1.ptr; - if (filterData1w2 && typeof filterData1w2 === 'object') filterData1w2 = filterData1w2.ptr; - if (filterData1w3 && typeof filterData1w3 === 'object') filterData1w3 = filterData1w3.ptr; - return _emscripten_bind_PassThroughFilterShaderImpl_filterShader_10(self, attributes0, filterData0w0, filterData0w1, filterData0w2, filterData0w3, attributes1, filterData1w0, filterData1w1, filterData1w2, filterData1w3); -};; - - PassThroughFilterShaderImpl.prototype['__destroy__'] = PassThroughFilterShaderImpl.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PassThroughFilterShaderImpl___destroy___0(self); -}; -// PhysXIntegrationParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PhysXIntegrationParams() { - this.ptr = _emscripten_bind_PhysXIntegrationParams_PhysXIntegrationParams_0(); - getCache(PhysXIntegrationParams)[this.ptr] = this; -};; -PhysXIntegrationParams.prototype = Object.create(WrapperObject.prototype); -PhysXIntegrationParams.prototype.constructor = PhysXIntegrationParams; -PhysXIntegrationParams.prototype.__class__ = PhysXIntegrationParams; -PhysXIntegrationParams.__cache__ = {}; -Module['PhysXIntegrationParams'] = PhysXIntegrationParams; - -PhysXIntegrationParams.prototype['transformAndScale'] = PhysXIntegrationParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PhysXIntegrationParams); -};; - -PhysXIntegrationParams.prototype['isValid'] = PhysXIntegrationParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axleDesc) { - var self = this.ptr; - if (axleDesc && typeof axleDesc === 'object') axleDesc = axleDesc.ptr; - return !!(_emscripten_bind_PhysXIntegrationParams_isValid_1(self, axleDesc)); -};; - -PhysXIntegrationParams.prototype['create'] = PhysXIntegrationParams.prototype.create = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axleDesc, roadQueryFilterData, roadQueryFilterCallback, materialFrictions, nbMaterialFrictions, defaultFriction, physxActorCMassLocalPose, actorGeometry, physxActorBoxShapeLocalPose, roadGeometryQueryType) { - var self = this.ptr; - if (axleDesc && typeof axleDesc === 'object') axleDesc = axleDesc.ptr; - if (roadQueryFilterData && typeof roadQueryFilterData === 'object') roadQueryFilterData = roadQueryFilterData.ptr; - if (roadQueryFilterCallback && typeof roadQueryFilterCallback === 'object') roadQueryFilterCallback = roadQueryFilterCallback.ptr; - if (materialFrictions && typeof materialFrictions === 'object') materialFrictions = materialFrictions.ptr; - if (nbMaterialFrictions && typeof nbMaterialFrictions === 'object') nbMaterialFrictions = nbMaterialFrictions.ptr; - if (defaultFriction && typeof defaultFriction === 'object') defaultFriction = defaultFriction.ptr; - if (physxActorCMassLocalPose && typeof physxActorCMassLocalPose === 'object') physxActorCMassLocalPose = physxActorCMassLocalPose.ptr; - if (actorGeometry && typeof actorGeometry === 'object') actorGeometry = actorGeometry.ptr; - if (physxActorBoxShapeLocalPose && typeof physxActorBoxShapeLocalPose === 'object') physxActorBoxShapeLocalPose = physxActorBoxShapeLocalPose.ptr; - if (roadGeometryQueryType && typeof roadGeometryQueryType === 'object') roadGeometryQueryType = roadGeometryQueryType.ptr; - _emscripten_bind_PhysXIntegrationParams_create_10(self, axleDesc, roadQueryFilterData, roadQueryFilterCallback, materialFrictions, nbMaterialFrictions, defaultFriction, physxActorCMassLocalPose, actorGeometry, physxActorBoxShapeLocalPose, roadGeometryQueryType); -};; - - PhysXIntegrationParams.prototype['get_physxRoadGeometryQueryParams'] = PhysXIntegrationParams.prototype.get_physxRoadGeometryQueryParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationParams_get_physxRoadGeometryQueryParams_0(self), PxVehiclePhysXRoadGeometryQueryParams); -}; - PhysXIntegrationParams.prototype['set_physxRoadGeometryQueryParams'] = PhysXIntegrationParams.prototype.set_physxRoadGeometryQueryParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXIntegrationParams_set_physxRoadGeometryQueryParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationParams.prototype, 'physxRoadGeometryQueryParams', { get: PhysXIntegrationParams.prototype.get_physxRoadGeometryQueryParams, set: PhysXIntegrationParams.prototype.set_physxRoadGeometryQueryParams }); - PhysXIntegrationParams.prototype['get_physxMaterialFrictionParams'] = PhysXIntegrationParams.prototype.get_physxMaterialFrictionParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationParams_get_physxMaterialFrictionParams_1(self, arg0), PxVehiclePhysXMaterialFrictionParams); -}; - PhysXIntegrationParams.prototype['set_physxMaterialFrictionParams'] = PhysXIntegrationParams.prototype.set_physxMaterialFrictionParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PhysXIntegrationParams_set_physxMaterialFrictionParams_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationParams.prototype, 'physxMaterialFrictionParams', { get: PhysXIntegrationParams.prototype.get_physxMaterialFrictionParams, set: PhysXIntegrationParams.prototype.set_physxMaterialFrictionParams }); - PhysXIntegrationParams.prototype['get_physxSuspensionLimitConstraintParams'] = PhysXIntegrationParams.prototype.get_physxSuspensionLimitConstraintParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationParams_get_physxSuspensionLimitConstraintParams_1(self, arg0), PxVehiclePhysXSuspensionLimitConstraintParams); -}; - PhysXIntegrationParams.prototype['set_physxSuspensionLimitConstraintParams'] = PhysXIntegrationParams.prototype.set_physxSuspensionLimitConstraintParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PhysXIntegrationParams_set_physxSuspensionLimitConstraintParams_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationParams.prototype, 'physxSuspensionLimitConstraintParams', { get: PhysXIntegrationParams.prototype.get_physxSuspensionLimitConstraintParams, set: PhysXIntegrationParams.prototype.set_physxSuspensionLimitConstraintParams }); - PhysXIntegrationParams.prototype['get_physxActorCMassLocalPose'] = PhysXIntegrationParams.prototype.get_physxActorCMassLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationParams_get_physxActorCMassLocalPose_0(self), PxTransform); -}; - PhysXIntegrationParams.prototype['set_physxActorCMassLocalPose'] = PhysXIntegrationParams.prototype.set_physxActorCMassLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXIntegrationParams_set_physxActorCMassLocalPose_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationParams.prototype, 'physxActorCMassLocalPose', { get: PhysXIntegrationParams.prototype.get_physxActorCMassLocalPose, set: PhysXIntegrationParams.prototype.set_physxActorCMassLocalPose }); - PhysXIntegrationParams.prototype['get_physxActorGeometry'] = PhysXIntegrationParams.prototype.get_physxActorGeometry = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationParams_get_physxActorGeometry_0(self), PxGeometry); -}; - PhysXIntegrationParams.prototype['set_physxActorGeometry'] = PhysXIntegrationParams.prototype.set_physxActorGeometry = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXIntegrationParams_set_physxActorGeometry_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationParams.prototype, 'physxActorGeometry', { get: PhysXIntegrationParams.prototype.get_physxActorGeometry, set: PhysXIntegrationParams.prototype.set_physxActorGeometry }); - PhysXIntegrationParams.prototype['get_physxActorBoxShapeLocalPose'] = PhysXIntegrationParams.prototype.get_physxActorBoxShapeLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationParams_get_physxActorBoxShapeLocalPose_0(self), PxTransform); -}; - PhysXIntegrationParams.prototype['set_physxActorBoxShapeLocalPose'] = PhysXIntegrationParams.prototype.set_physxActorBoxShapeLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXIntegrationParams_set_physxActorBoxShapeLocalPose_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationParams.prototype, 'physxActorBoxShapeLocalPose', { get: PhysXIntegrationParams.prototype.get_physxActorBoxShapeLocalPose, set: PhysXIntegrationParams.prototype.set_physxActorBoxShapeLocalPose }); - PhysXIntegrationParams.prototype['get_physxWheelShapeLocalPoses'] = PhysXIntegrationParams.prototype.get_physxWheelShapeLocalPoses = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationParams_get_physxWheelShapeLocalPoses_1(self, arg0), PxTransform); -}; - PhysXIntegrationParams.prototype['set_physxWheelShapeLocalPoses'] = PhysXIntegrationParams.prototype.set_physxWheelShapeLocalPoses = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PhysXIntegrationParams_set_physxWheelShapeLocalPoses_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationParams.prototype, 'physxWheelShapeLocalPoses', { get: PhysXIntegrationParams.prototype.get_physxWheelShapeLocalPoses, set: PhysXIntegrationParams.prototype.set_physxWheelShapeLocalPoses }); - PhysXIntegrationParams.prototype['get_physxActorShapeFlags'] = PhysXIntegrationParams.prototype.get_physxActorShapeFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationParams_get_physxActorShapeFlags_0(self), PxShapeFlags); -}; - PhysXIntegrationParams.prototype['set_physxActorShapeFlags'] = PhysXIntegrationParams.prototype.set_physxActorShapeFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXIntegrationParams_set_physxActorShapeFlags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationParams.prototype, 'physxActorShapeFlags', { get: PhysXIntegrationParams.prototype.get_physxActorShapeFlags, set: PhysXIntegrationParams.prototype.set_physxActorShapeFlags }); - PhysXIntegrationParams.prototype['get_physxActorSimulationFilterData'] = PhysXIntegrationParams.prototype.get_physxActorSimulationFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationParams_get_physxActorSimulationFilterData_0(self), PxFilterData); -}; - PhysXIntegrationParams.prototype['set_physxActorSimulationFilterData'] = PhysXIntegrationParams.prototype.set_physxActorSimulationFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXIntegrationParams_set_physxActorSimulationFilterData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationParams.prototype, 'physxActorSimulationFilterData', { get: PhysXIntegrationParams.prototype.get_physxActorSimulationFilterData, set: PhysXIntegrationParams.prototype.set_physxActorSimulationFilterData }); - PhysXIntegrationParams.prototype['get_physxActorQueryFilterData'] = PhysXIntegrationParams.prototype.get_physxActorQueryFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationParams_get_physxActorQueryFilterData_0(self), PxFilterData); -}; - PhysXIntegrationParams.prototype['set_physxActorQueryFilterData'] = PhysXIntegrationParams.prototype.set_physxActorQueryFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXIntegrationParams_set_physxActorQueryFilterData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationParams.prototype, 'physxActorQueryFilterData', { get: PhysXIntegrationParams.prototype.get_physxActorQueryFilterData, set: PhysXIntegrationParams.prototype.set_physxActorQueryFilterData }); - PhysXIntegrationParams.prototype['get_physxActorWheelShapeFlags'] = PhysXIntegrationParams.prototype.get_physxActorWheelShapeFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationParams_get_physxActorWheelShapeFlags_0(self), PxShapeFlags); -}; - PhysXIntegrationParams.prototype['set_physxActorWheelShapeFlags'] = PhysXIntegrationParams.prototype.set_physxActorWheelShapeFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXIntegrationParams_set_physxActorWheelShapeFlags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationParams.prototype, 'physxActorWheelShapeFlags', { get: PhysXIntegrationParams.prototype.get_physxActorWheelShapeFlags, set: PhysXIntegrationParams.prototype.set_physxActorWheelShapeFlags }); - PhysXIntegrationParams.prototype['get_physxActorWheelSimulationFilterData'] = PhysXIntegrationParams.prototype.get_physxActorWheelSimulationFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationParams_get_physxActorWheelSimulationFilterData_0(self), PxFilterData); -}; - PhysXIntegrationParams.prototype['set_physxActorWheelSimulationFilterData'] = PhysXIntegrationParams.prototype.set_physxActorWheelSimulationFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXIntegrationParams_set_physxActorWheelSimulationFilterData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationParams.prototype, 'physxActorWheelSimulationFilterData', { get: PhysXIntegrationParams.prototype.get_physxActorWheelSimulationFilterData, set: PhysXIntegrationParams.prototype.set_physxActorWheelSimulationFilterData }); - PhysXIntegrationParams.prototype['get_physxActorWheelQueryFilterData'] = PhysXIntegrationParams.prototype.get_physxActorWheelQueryFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationParams_get_physxActorWheelQueryFilterData_0(self), PxFilterData); -}; - PhysXIntegrationParams.prototype['set_physxActorWheelQueryFilterData'] = PhysXIntegrationParams.prototype.set_physxActorWheelQueryFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXIntegrationParams_set_physxActorWheelQueryFilterData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationParams.prototype, 'physxActorWheelQueryFilterData', { get: PhysXIntegrationParams.prototype.get_physxActorWheelQueryFilterData, set: PhysXIntegrationParams.prototype.set_physxActorWheelQueryFilterData }); - PhysXIntegrationParams.prototype['__destroy__'] = PhysXIntegrationParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PhysXIntegrationParams___destroy___0(self); -}; -// PhysXIntegrationState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PhysXIntegrationState() { - this.ptr = _emscripten_bind_PhysXIntegrationState_PhysXIntegrationState_0(); - getCache(PhysXIntegrationState)[this.ptr] = this; -};; -PhysXIntegrationState.prototype = Object.create(WrapperObject.prototype); -PhysXIntegrationState.prototype.constructor = PhysXIntegrationState; -PhysXIntegrationState.prototype.__class__ = PhysXIntegrationState; -PhysXIntegrationState.__cache__ = {}; -Module['PhysXIntegrationState'] = PhysXIntegrationState; - -PhysXIntegrationState.prototype['destroyState'] = PhysXIntegrationState.prototype.destroyState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PhysXIntegrationState_destroyState_0(self); -};; - -PhysXIntegrationState.prototype['setToDefault'] = PhysXIntegrationState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PhysXIntegrationState_setToDefault_0(self); -};; - -PhysXIntegrationState.prototype['create'] = PhysXIntegrationState.prototype.create = /** @suppress {undefinedVars, duplicate} @this{Object} */function(baseParams, physxParams, physics, params, defaultMaterial) { - var self = this.ptr; - if (baseParams && typeof baseParams === 'object') baseParams = baseParams.ptr; - if (physxParams && typeof physxParams === 'object') physxParams = physxParams.ptr; - if (physics && typeof physics === 'object') physics = physics.ptr; - if (params && typeof params === 'object') params = params.ptr; - if (defaultMaterial && typeof defaultMaterial === 'object') defaultMaterial = defaultMaterial.ptr; - _emscripten_bind_PhysXIntegrationState_create_5(self, baseParams, physxParams, physics, params, defaultMaterial); -};; - - PhysXIntegrationState.prototype['get_physxActor'] = PhysXIntegrationState.prototype.get_physxActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationState_get_physxActor_0(self), PxVehiclePhysXActor); -}; - PhysXIntegrationState.prototype['set_physxActor'] = PhysXIntegrationState.prototype.set_physxActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXIntegrationState_set_physxActor_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationState.prototype, 'physxActor', { get: PhysXIntegrationState.prototype.get_physxActor, set: PhysXIntegrationState.prototype.set_physxActor }); - PhysXIntegrationState.prototype['get_physxSteerState'] = PhysXIntegrationState.prototype.get_physxSteerState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationState_get_physxSteerState_0(self), PxVehiclePhysXSteerState); -}; - PhysXIntegrationState.prototype['set_physxSteerState'] = PhysXIntegrationState.prototype.set_physxSteerState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXIntegrationState_set_physxSteerState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationState.prototype, 'physxSteerState', { get: PhysXIntegrationState.prototype.get_physxSteerState, set: PhysXIntegrationState.prototype.set_physxSteerState }); - PhysXIntegrationState.prototype['get_physxConstraints'] = PhysXIntegrationState.prototype.get_physxConstraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PhysXIntegrationState_get_physxConstraints_0(self), PxVehiclePhysXConstraints); -}; - PhysXIntegrationState.prototype['set_physxConstraints'] = PhysXIntegrationState.prototype.set_physxConstraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PhysXIntegrationState_set_physxConstraints_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PhysXIntegrationState.prototype, 'physxConstraints', { get: PhysXIntegrationState.prototype.get_physxConstraints, set: PhysXIntegrationState.prototype.set_physxConstraints }); - PhysXIntegrationState.prototype['__destroy__'] = PhysXIntegrationState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PhysXIntegrationState___destroy___0(self); -}; -// PxActorFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxActorFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxActorFlags_PxActorFlags_1(flags); - getCache(PxActorFlags)[this.ptr] = this; -};; -PxActorFlags.prototype = Object.create(WrapperObject.prototype); -PxActorFlags.prototype.constructor = PxActorFlags; -PxActorFlags.prototype.__class__ = PxActorFlags; -PxActorFlags.__cache__ = {}; -Module['PxActorFlags'] = PxActorFlags; - -PxActorFlags.prototype['isSet'] = PxActorFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxActorFlags_isSet_1(self, flag)); -};; - -PxActorFlags.prototype['raise'] = PxActorFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxActorFlags_raise_1(self, flag); -};; - -PxActorFlags.prototype['clear'] = PxActorFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxActorFlags_clear_1(self, flag); -};; - - PxActorFlags.prototype['__destroy__'] = PxActorFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxActorFlags___destroy___0(self); -}; -// PxActorPtr -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxActorPtr() { throw "cannot construct a PxActorPtr, no constructor in IDL" } -PxActorPtr.prototype = Object.create(WrapperObject.prototype); -PxActorPtr.prototype.constructor = PxActorPtr; -PxActorPtr.prototype.__class__ = PxActorPtr; -PxActorPtr.__cache__ = {}; -Module['PxActorPtr'] = PxActorPtr; - - PxActorPtr.prototype['__destroy__'] = PxActorPtr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxActorPtr___destroy___0(self); -}; -// PxActorTypeFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxActorTypeFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxActorTypeFlags_PxActorTypeFlags_1(flags); - getCache(PxActorTypeFlags)[this.ptr] = this; -};; -PxActorTypeFlags.prototype = Object.create(WrapperObject.prototype); -PxActorTypeFlags.prototype.constructor = PxActorTypeFlags; -PxActorTypeFlags.prototype.__class__ = PxActorTypeFlags; -PxActorTypeFlags.__cache__ = {}; -Module['PxActorTypeFlags'] = PxActorTypeFlags; - -PxActorTypeFlags.prototype['isSet'] = PxActorTypeFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxActorTypeFlags_isSet_1(self, flag)); -};; - -PxActorTypeFlags.prototype['raise'] = PxActorTypeFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxActorTypeFlags_raise_1(self, flag); -};; - -PxActorTypeFlags.prototype['clear'] = PxActorTypeFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxActorTypeFlags_clear_1(self, flag); -};; - - PxActorTypeFlags.prototype['__destroy__'] = PxActorTypeFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxActorTypeFlags___destroy___0(self); -}; -// PxAggregate -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxAggregate() { throw "cannot construct a PxAggregate, no constructor in IDL" } -PxAggregate.prototype = Object.create(PxBase.prototype); -PxAggregate.prototype.constructor = PxAggregate; -PxAggregate.prototype.__class__ = PxAggregate; -PxAggregate.__cache__ = {}; -Module['PxAggregate'] = PxAggregate; - -PxAggregate.prototype['addActor'] = PxAggregate.prototype.addActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor, bvh) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (bvh && typeof bvh === 'object') bvh = bvh.ptr; - if (bvh === undefined) { return !!(_emscripten_bind_PxAggregate_addActor_1(self, actor)) } - return !!(_emscripten_bind_PxAggregate_addActor_2(self, actor, bvh)); -};; - -PxAggregate.prototype['removeActor'] = PxAggregate.prototype.removeActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - return !!(_emscripten_bind_PxAggregate_removeActor_1(self, actor)); -};; - -PxAggregate.prototype['addArticulation'] = PxAggregate.prototype.addArticulation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(articulation) { - var self = this.ptr; - if (articulation && typeof articulation === 'object') articulation = articulation.ptr; - return !!(_emscripten_bind_PxAggregate_addArticulation_1(self, articulation)); -};; - -PxAggregate.prototype['removeArticulation'] = PxAggregate.prototype.removeArticulation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(articulation) { - var self = this.ptr; - if (articulation && typeof articulation === 'object') articulation = articulation.ptr; - return !!(_emscripten_bind_PxAggregate_removeArticulation_1(self, articulation)); -};; - -PxAggregate.prototype['getNbActors'] = PxAggregate.prototype.getNbActors = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxAggregate_getNbActors_0(self); -};; - -PxAggregate.prototype['getMaxNbActors'] = PxAggregate.prototype.getMaxNbActors = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxAggregate_getMaxNbActors_0(self); -};; - -PxAggregate.prototype['getMaxNbShapes'] = PxAggregate.prototype.getMaxNbShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxAggregate_getMaxNbShapes_0(self); -};; - -PxAggregate.prototype['getScene'] = PxAggregate.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxAggregate_getScene_0(self), PxScene); -};; - -PxAggregate.prototype['getSelfCollision'] = PxAggregate.prototype.getSelfCollision = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxAggregate_getSelfCollision_0(self)); -};; - -PxAggregate.prototype['release'] = PxAggregate.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxAggregate_release_0(self); -};; - -PxAggregate.prototype['getConcreteTypeName'] = PxAggregate.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxAggregate_getConcreteTypeName_0(self)); -};; - -PxAggregate.prototype['getConcreteType'] = PxAggregate.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxAggregate_getConcreteType_0(self); -};; - -PxAggregate.prototype['setBaseFlag'] = PxAggregate.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxAggregate_setBaseFlag_2(self, flag, value); -};; - -PxAggregate.prototype['setBaseFlags'] = PxAggregate.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxAggregate_setBaseFlags_1(self, inFlags); -};; - -PxAggregate.prototype['getBaseFlags'] = PxAggregate.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxAggregate_getBaseFlags_0(self), PxBaseFlags); -};; - -PxAggregate.prototype['isReleasable'] = PxAggregate.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxAggregate_isReleasable_0(self)); -};; - -// PxArray_PxActorPtr -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArray_PxActorPtr(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_PxArray_PxActorPtr_PxArray_PxActorPtr_0(); getCache(PxArray_PxActorPtr)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxArray_PxActorPtr_PxArray_PxActorPtr_1(size); - getCache(PxArray_PxActorPtr)[this.ptr] = this; -};; -PxArray_PxActorPtr.prototype = Object.create(WrapperObject.prototype); -PxArray_PxActorPtr.prototype.constructor = PxArray_PxActorPtr; -PxArray_PxActorPtr.prototype.__class__ = PxArray_PxActorPtr; -PxArray_PxActorPtr.__cache__ = {}; -Module['PxArray_PxActorPtr'] = PxArray_PxActorPtr; - -PxArray_PxActorPtr.prototype['get'] = PxArray_PxActorPtr.prototype.get = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxActorPtr_get_1(self, index), PxActor); -};; - -PxArray_PxActorPtr.prototype['set'] = PxArray_PxActorPtr.prototype.set = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index, value) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxActorPtr_set_2(self, index, value); -};; - -PxArray_PxActorPtr.prototype['begin'] = PxArray_PxActorPtr.prototype.begin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxActorPtr_begin_0(self), PxActorPtr); -};; - -PxArray_PxActorPtr.prototype['size'] = PxArray_PxActorPtr.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArray_PxActorPtr_size_0(self); -};; - -PxArray_PxActorPtr.prototype['pushBack'] = PxArray_PxActorPtr.prototype.pushBack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxActorPtr_pushBack_1(self, value); -};; - -PxArray_PxActorPtr.prototype['clear'] = PxArray_PxActorPtr.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxActorPtr_clear_0(self); -};; - - PxArray_PxActorPtr.prototype['__destroy__'] = PxArray_PxActorPtr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxActorPtr___destroy___0(self); -}; -// PxArray_PxContactPairPoint -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArray_PxContactPairPoint(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_PxArray_PxContactPairPoint_PxArray_PxContactPairPoint_0(); getCache(PxArray_PxContactPairPoint)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxArray_PxContactPairPoint_PxArray_PxContactPairPoint_1(size); - getCache(PxArray_PxContactPairPoint)[this.ptr] = this; -};; -PxArray_PxContactPairPoint.prototype = Object.create(WrapperObject.prototype); -PxArray_PxContactPairPoint.prototype.constructor = PxArray_PxContactPairPoint; -PxArray_PxContactPairPoint.prototype.__class__ = PxArray_PxContactPairPoint; -PxArray_PxContactPairPoint.__cache__ = {}; -Module['PxArray_PxContactPairPoint'] = PxArray_PxContactPairPoint; - -PxArray_PxContactPairPoint.prototype['get'] = PxArray_PxContactPairPoint.prototype.get = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxContactPairPoint_get_1(self, index), PxContactPairPoint); -};; - -PxArray_PxContactPairPoint.prototype['set'] = PxArray_PxContactPairPoint.prototype.set = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index, value) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxContactPairPoint_set_2(self, index, value); -};; - -PxArray_PxContactPairPoint.prototype['begin'] = PxArray_PxContactPairPoint.prototype.begin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxContactPairPoint_begin_0(self), PxContactPairPoint); -};; - -PxArray_PxContactPairPoint.prototype['size'] = PxArray_PxContactPairPoint.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArray_PxContactPairPoint_size_0(self); -};; - -PxArray_PxContactPairPoint.prototype['pushBack'] = PxArray_PxContactPairPoint.prototype.pushBack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxContactPairPoint_pushBack_1(self, value); -};; - -PxArray_PxContactPairPoint.prototype['clear'] = PxArray_PxContactPairPoint.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxContactPairPoint_clear_0(self); -};; - - PxArray_PxContactPairPoint.prototype['__destroy__'] = PxArray_PxContactPairPoint.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxContactPairPoint___destroy___0(self); -}; -// PxArray_PxHeightFieldSample -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArray_PxHeightFieldSample(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_PxArray_PxHeightFieldSample_PxArray_PxHeightFieldSample_0(); getCache(PxArray_PxHeightFieldSample)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxArray_PxHeightFieldSample_PxArray_PxHeightFieldSample_1(size); - getCache(PxArray_PxHeightFieldSample)[this.ptr] = this; -};; -PxArray_PxHeightFieldSample.prototype = Object.create(WrapperObject.prototype); -PxArray_PxHeightFieldSample.prototype.constructor = PxArray_PxHeightFieldSample; -PxArray_PxHeightFieldSample.prototype.__class__ = PxArray_PxHeightFieldSample; -PxArray_PxHeightFieldSample.__cache__ = {}; -Module['PxArray_PxHeightFieldSample'] = PxArray_PxHeightFieldSample; - -PxArray_PxHeightFieldSample.prototype['get'] = PxArray_PxHeightFieldSample.prototype.get = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxHeightFieldSample_get_1(self, index), PxHeightFieldSample); -};; - -PxArray_PxHeightFieldSample.prototype['set'] = PxArray_PxHeightFieldSample.prototype.set = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index, value) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxHeightFieldSample_set_2(self, index, value); -};; - -PxArray_PxHeightFieldSample.prototype['begin'] = PxArray_PxHeightFieldSample.prototype.begin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxHeightFieldSample_begin_0(self), PxHeightFieldSample); -};; - -PxArray_PxHeightFieldSample.prototype['size'] = PxArray_PxHeightFieldSample.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArray_PxHeightFieldSample_size_0(self); -};; - -PxArray_PxHeightFieldSample.prototype['pushBack'] = PxArray_PxHeightFieldSample.prototype.pushBack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxHeightFieldSample_pushBack_1(self, value); -};; - -PxArray_PxHeightFieldSample.prototype['clear'] = PxArray_PxHeightFieldSample.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxHeightFieldSample_clear_0(self); -};; - - PxArray_PxHeightFieldSample.prototype['__destroy__'] = PxArray_PxHeightFieldSample.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxHeightFieldSample___destroy___0(self); -}; -// PxArray_PxMaterialConst -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArray_PxMaterialConst(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_PxArray_PxMaterialConst_PxArray_PxMaterialConst_0(); getCache(PxArray_PxMaterialConst)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxArray_PxMaterialConst_PxArray_PxMaterialConst_1(size); - getCache(PxArray_PxMaterialConst)[this.ptr] = this; -};; -PxArray_PxMaterialConst.prototype = Object.create(WrapperObject.prototype); -PxArray_PxMaterialConst.prototype.constructor = PxArray_PxMaterialConst; -PxArray_PxMaterialConst.prototype.__class__ = PxArray_PxMaterialConst; -PxArray_PxMaterialConst.__cache__ = {}; -Module['PxArray_PxMaterialConst'] = PxArray_PxMaterialConst; - -PxArray_PxMaterialConst.prototype['get'] = PxArray_PxMaterialConst.prototype.get = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxMaterialConst_get_1(self, index), PxMaterial); -};; - -PxArray_PxMaterialConst.prototype['set'] = PxArray_PxMaterialConst.prototype.set = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index, value) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxMaterialConst_set_2(self, index, value); -};; - -PxArray_PxMaterialConst.prototype['begin'] = PxArray_PxMaterialConst.prototype.begin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxMaterialConst_begin_0(self), PxMaterialConstPtr); -};; - -PxArray_PxMaterialConst.prototype['size'] = PxArray_PxMaterialConst.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArray_PxMaterialConst_size_0(self); -};; - -PxArray_PxMaterialConst.prototype['pushBack'] = PxArray_PxMaterialConst.prototype.pushBack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxMaterialConst_pushBack_1(self, value); -};; - -PxArray_PxMaterialConst.prototype['clear'] = PxArray_PxMaterialConst.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxMaterialConst_clear_0(self); -};; - - PxArray_PxMaterialConst.prototype['__destroy__'] = PxArray_PxMaterialConst.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxMaterialConst___destroy___0(self); -}; -// PxArray_PxRaycastHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArray_PxRaycastHit(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_PxArray_PxRaycastHit_PxArray_PxRaycastHit_0(); getCache(PxArray_PxRaycastHit)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxArray_PxRaycastHit_PxArray_PxRaycastHit_1(size); - getCache(PxArray_PxRaycastHit)[this.ptr] = this; -};; -PxArray_PxRaycastHit.prototype = Object.create(WrapperObject.prototype); -PxArray_PxRaycastHit.prototype.constructor = PxArray_PxRaycastHit; -PxArray_PxRaycastHit.prototype.__class__ = PxArray_PxRaycastHit; -PxArray_PxRaycastHit.__cache__ = {}; -Module['PxArray_PxRaycastHit'] = PxArray_PxRaycastHit; - -PxArray_PxRaycastHit.prototype['get'] = PxArray_PxRaycastHit.prototype.get = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxRaycastHit_get_1(self, index), PxRaycastHit); -};; - -PxArray_PxRaycastHit.prototype['set'] = PxArray_PxRaycastHit.prototype.set = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index, value) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxRaycastHit_set_2(self, index, value); -};; - -PxArray_PxRaycastHit.prototype['begin'] = PxArray_PxRaycastHit.prototype.begin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxRaycastHit_begin_0(self), PxRaycastHit); -};; - -PxArray_PxRaycastHit.prototype['size'] = PxArray_PxRaycastHit.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArray_PxRaycastHit_size_0(self); -};; - -PxArray_PxRaycastHit.prototype['pushBack'] = PxArray_PxRaycastHit.prototype.pushBack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxRaycastHit_pushBack_1(self, value); -};; - -PxArray_PxRaycastHit.prototype['clear'] = PxArray_PxRaycastHit.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxRaycastHit_clear_0(self); -};; - - PxArray_PxRaycastHit.prototype['__destroy__'] = PxArray_PxRaycastHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxRaycastHit___destroy___0(self); -}; -// PxArray_PxReal -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArray_PxReal(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_PxArray_PxReal_PxArray_PxReal_0(); getCache(PxArray_PxReal)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxArray_PxReal_PxArray_PxReal_1(size); - getCache(PxArray_PxReal)[this.ptr] = this; -};; -PxArray_PxReal.prototype = Object.create(WrapperObject.prototype); -PxArray_PxReal.prototype.constructor = PxArray_PxReal; -PxArray_PxReal.prototype.__class__ = PxArray_PxReal; -PxArray_PxReal.__cache__ = {}; -Module['PxArray_PxReal'] = PxArray_PxReal; - -PxArray_PxReal.prototype['get'] = PxArray_PxReal.prototype.get = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return _emscripten_bind_PxArray_PxReal_get_1(self, index); -};; - -PxArray_PxReal.prototype['set'] = PxArray_PxReal.prototype.set = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index, value) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxReal_set_2(self, index, value); -};; - -PxArray_PxReal.prototype['begin'] = PxArray_PxReal.prototype.begin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxReal_begin_0(self), VoidPtr); -};; - -PxArray_PxReal.prototype['size'] = PxArray_PxReal.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArray_PxReal_size_0(self); -};; - -PxArray_PxReal.prototype['pushBack'] = PxArray_PxReal.prototype.pushBack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxReal_pushBack_1(self, value); -};; - -PxArray_PxReal.prototype['clear'] = PxArray_PxReal.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxReal_clear_0(self); -};; - - PxArray_PxReal.prototype['__destroy__'] = PxArray_PxReal.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxReal___destroy___0(self); -}; -// PxArray_PxSweepHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArray_PxSweepHit(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_PxArray_PxSweepHit_PxArray_PxSweepHit_0(); getCache(PxArray_PxSweepHit)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxArray_PxSweepHit_PxArray_PxSweepHit_1(size); - getCache(PxArray_PxSweepHit)[this.ptr] = this; -};; -PxArray_PxSweepHit.prototype = Object.create(WrapperObject.prototype); -PxArray_PxSweepHit.prototype.constructor = PxArray_PxSweepHit; -PxArray_PxSweepHit.prototype.__class__ = PxArray_PxSweepHit; -PxArray_PxSweepHit.__cache__ = {}; -Module['PxArray_PxSweepHit'] = PxArray_PxSweepHit; - -PxArray_PxSweepHit.prototype['get'] = PxArray_PxSweepHit.prototype.get = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxSweepHit_get_1(self, index), PxSweepHit); -};; - -PxArray_PxSweepHit.prototype['set'] = PxArray_PxSweepHit.prototype.set = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index, value) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxSweepHit_set_2(self, index, value); -};; - -PxArray_PxSweepHit.prototype['begin'] = PxArray_PxSweepHit.prototype.begin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxSweepHit_begin_0(self), PxSweepHit); -};; - -PxArray_PxSweepHit.prototype['size'] = PxArray_PxSweepHit.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArray_PxSweepHit_size_0(self); -};; - -PxArray_PxSweepHit.prototype['pushBack'] = PxArray_PxSweepHit.prototype.pushBack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxSweepHit_pushBack_1(self, value); -};; - -PxArray_PxSweepHit.prototype['clear'] = PxArray_PxSweepHit.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxSweepHit_clear_0(self); -};; - - PxArray_PxSweepHit.prototype['__destroy__'] = PxArray_PxSweepHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxSweepHit___destroy___0(self); -}; -// PxArray_PxU16 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArray_PxU16(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_PxArray_PxU16_PxArray_PxU16_0(); getCache(PxArray_PxU16)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxArray_PxU16_PxArray_PxU16_1(size); - getCache(PxArray_PxU16)[this.ptr] = this; -};; -PxArray_PxU16.prototype = Object.create(WrapperObject.prototype); -PxArray_PxU16.prototype.constructor = PxArray_PxU16; -PxArray_PxU16.prototype.__class__ = PxArray_PxU16; -PxArray_PxU16.__cache__ = {}; -Module['PxArray_PxU16'] = PxArray_PxU16; - -PxArray_PxU16.prototype['get'] = PxArray_PxU16.prototype.get = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return _emscripten_bind_PxArray_PxU16_get_1(self, index); -};; - -PxArray_PxU16.prototype['set'] = PxArray_PxU16.prototype.set = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index, value) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxU16_set_2(self, index, value); -};; - -PxArray_PxU16.prototype['begin'] = PxArray_PxU16.prototype.begin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxU16_begin_0(self), VoidPtr); -};; - -PxArray_PxU16.prototype['size'] = PxArray_PxU16.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArray_PxU16_size_0(self); -};; - -PxArray_PxU16.prototype['pushBack'] = PxArray_PxU16.prototype.pushBack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxU16_pushBack_1(self, value); -};; - -PxArray_PxU16.prototype['clear'] = PxArray_PxU16.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxU16_clear_0(self); -};; - - PxArray_PxU16.prototype['__destroy__'] = PxArray_PxU16.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxU16___destroy___0(self); -}; -// PxArray_PxU32 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArray_PxU32(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_PxArray_PxU32_PxArray_PxU32_0(); getCache(PxArray_PxU32)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxArray_PxU32_PxArray_PxU32_1(size); - getCache(PxArray_PxU32)[this.ptr] = this; -};; -PxArray_PxU32.prototype = Object.create(WrapperObject.prototype); -PxArray_PxU32.prototype.constructor = PxArray_PxU32; -PxArray_PxU32.prototype.__class__ = PxArray_PxU32; -PxArray_PxU32.__cache__ = {}; -Module['PxArray_PxU32'] = PxArray_PxU32; - -PxArray_PxU32.prototype['get'] = PxArray_PxU32.prototype.get = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return _emscripten_bind_PxArray_PxU32_get_1(self, index); -};; - -PxArray_PxU32.prototype['set'] = PxArray_PxU32.prototype.set = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index, value) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxU32_set_2(self, index, value); -};; - -PxArray_PxU32.prototype['begin'] = PxArray_PxU32.prototype.begin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxU32_begin_0(self), VoidPtr); -};; - -PxArray_PxU32.prototype['size'] = PxArray_PxU32.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArray_PxU32_size_0(self); -};; - -PxArray_PxU32.prototype['pushBack'] = PxArray_PxU32.prototype.pushBack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxU32_pushBack_1(self, value); -};; - -PxArray_PxU32.prototype['clear'] = PxArray_PxU32.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxU32_clear_0(self); -};; - - PxArray_PxU32.prototype['__destroy__'] = PxArray_PxU32.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxU32___destroy___0(self); -}; -// PxArray_PxU8 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArray_PxU8(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_PxArray_PxU8_PxArray_PxU8_0(); getCache(PxArray_PxU8)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxArray_PxU8_PxArray_PxU8_1(size); - getCache(PxArray_PxU8)[this.ptr] = this; -};; -PxArray_PxU8.prototype = Object.create(WrapperObject.prototype); -PxArray_PxU8.prototype.constructor = PxArray_PxU8; -PxArray_PxU8.prototype.__class__ = PxArray_PxU8; -PxArray_PxU8.__cache__ = {}; -Module['PxArray_PxU8'] = PxArray_PxU8; - -PxArray_PxU8.prototype['get'] = PxArray_PxU8.prototype.get = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return _emscripten_bind_PxArray_PxU8_get_1(self, index); -};; - -PxArray_PxU8.prototype['set'] = PxArray_PxU8.prototype.set = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index, value) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxU8_set_2(self, index, value); -};; - -PxArray_PxU8.prototype['begin'] = PxArray_PxU8.prototype.begin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxU8_begin_0(self), VoidPtr); -};; - -PxArray_PxU8.prototype['size'] = PxArray_PxU8.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArray_PxU8_size_0(self); -};; - -PxArray_PxU8.prototype['pushBack'] = PxArray_PxU8.prototype.pushBack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxU8_pushBack_1(self, value); -};; - -PxArray_PxU8.prototype['clear'] = PxArray_PxU8.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxU8_clear_0(self); -};; - - PxArray_PxU8.prototype['__destroy__'] = PxArray_PxU8.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxU8___destroy___0(self); -}; -// PxArray_PxVec3 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArray_PxVec3(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_PxArray_PxVec3_PxArray_PxVec3_0(); getCache(PxArray_PxVec3)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxArray_PxVec3_PxArray_PxVec3_1(size); - getCache(PxArray_PxVec3)[this.ptr] = this; -};; -PxArray_PxVec3.prototype = Object.create(WrapperObject.prototype); -PxArray_PxVec3.prototype.constructor = PxArray_PxVec3; -PxArray_PxVec3.prototype.__class__ = PxArray_PxVec3; -PxArray_PxVec3.__cache__ = {}; -Module['PxArray_PxVec3'] = PxArray_PxVec3; - -PxArray_PxVec3.prototype['get'] = PxArray_PxVec3.prototype.get = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxVec3_get_1(self, index), PxVec3); -};; - -PxArray_PxVec3.prototype['set'] = PxArray_PxVec3.prototype.set = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index, value) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxVec3_set_2(self, index, value); -};; - -PxArray_PxVec3.prototype['begin'] = PxArray_PxVec3.prototype.begin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxVec3_begin_0(self), PxVec3); -};; - -PxArray_PxVec3.prototype['size'] = PxArray_PxVec3.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArray_PxVec3_size_0(self); -};; - -PxArray_PxVec3.prototype['pushBack'] = PxArray_PxVec3.prototype.pushBack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxVec3_pushBack_1(self, value); -};; - -PxArray_PxVec3.prototype['clear'] = PxArray_PxVec3.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxVec3_clear_0(self); -};; - - PxArray_PxVec3.prototype['__destroy__'] = PxArray_PxVec3.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxVec3___destroy___0(self); -}; -// PxArray_PxVec4 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArray_PxVec4(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_PxArray_PxVec4_PxArray_PxVec4_0(); getCache(PxArray_PxVec4)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxArray_PxVec4_PxArray_PxVec4_1(size); - getCache(PxArray_PxVec4)[this.ptr] = this; -};; -PxArray_PxVec4.prototype = Object.create(WrapperObject.prototype); -PxArray_PxVec4.prototype.constructor = PxArray_PxVec4; -PxArray_PxVec4.prototype.__class__ = PxArray_PxVec4; -PxArray_PxVec4.__cache__ = {}; -Module['PxArray_PxVec4'] = PxArray_PxVec4; - -PxArray_PxVec4.prototype['get'] = PxArray_PxVec4.prototype.get = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxVec4_get_1(self, index), PxVec4); -};; - -PxArray_PxVec4.prototype['set'] = PxArray_PxVec4.prototype.set = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index, value) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxVec4_set_2(self, index, value); -};; - -PxArray_PxVec4.prototype['begin'] = PxArray_PxVec4.prototype.begin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArray_PxVec4_begin_0(self), PxVec4); -};; - -PxArray_PxVec4.prototype['size'] = PxArray_PxVec4.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArray_PxVec4_size_0(self); -};; - -PxArray_PxVec4.prototype['pushBack'] = PxArray_PxVec4.prototype.pushBack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArray_PxVec4_pushBack_1(self, value); -};; - -PxArray_PxVec4.prototype['clear'] = PxArray_PxVec4.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxVec4_clear_0(self); -};; - - PxArray_PxVec4.prototype['__destroy__'] = PxArray_PxVec4.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArray_PxVec4___destroy___0(self); -}; -// PxArticulationAttachment -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationAttachment() { throw "cannot construct a PxArticulationAttachment, no constructor in IDL" } -PxArticulationAttachment.prototype = Object.create(WrapperObject.prototype); -PxArticulationAttachment.prototype.constructor = PxArticulationAttachment; -PxArticulationAttachment.prototype.__class__ = PxArticulationAttachment; -PxArticulationAttachment.__cache__ = {}; -Module['PxArticulationAttachment'] = PxArticulationAttachment; - -PxArticulationAttachment.prototype['setRestLength'] = PxArticulationAttachment.prototype.setRestLength = /** @suppress {undefinedVars, duplicate} @this{Object} */function(restLength) { - var self = this.ptr; - if (restLength && typeof restLength === 'object') restLength = restLength.ptr; - _emscripten_bind_PxArticulationAttachment_setRestLength_1(self, restLength); -};; - -PxArticulationAttachment.prototype['getRestLength'] = PxArticulationAttachment.prototype.getRestLength = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationAttachment_getRestLength_0(self); -};; - -PxArticulationAttachment.prototype['setLimitParameters'] = PxArticulationAttachment.prototype.setLimitParameters = /** @suppress {undefinedVars, duplicate} @this{Object} */function(parameters) { - var self = this.ptr; - if (parameters && typeof parameters === 'object') parameters = parameters.ptr; - _emscripten_bind_PxArticulationAttachment_setLimitParameters_1(self, parameters); -};; - -PxArticulationAttachment.prototype['getLimitParameters'] = PxArticulationAttachment.prototype.getLimitParameters = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationAttachment_getLimitParameters_0(self), PxArticulationTendonLimit); -};; - -PxArticulationAttachment.prototype['setRelativeOffset'] = PxArticulationAttachment.prototype.setRelativeOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(offset) { - var self = this.ptr; - if (offset && typeof offset === 'object') offset = offset.ptr; - _emscripten_bind_PxArticulationAttachment_setRelativeOffset_1(self, offset); -};; - -PxArticulationAttachment.prototype['getRelativeOffset'] = PxArticulationAttachment.prototype.getRelativeOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationAttachment_getRelativeOffset_0(self), PxVec3); -};; - -PxArticulationAttachment.prototype['setCoefficient'] = PxArticulationAttachment.prototype.setCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(coefficient) { - var self = this.ptr; - if (coefficient && typeof coefficient === 'object') coefficient = coefficient.ptr; - _emscripten_bind_PxArticulationAttachment_setCoefficient_1(self, coefficient); -};; - -PxArticulationAttachment.prototype['getCoefficient'] = PxArticulationAttachment.prototype.getCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationAttachment_getCoefficient_0(self); -};; - -PxArticulationAttachment.prototype['getLink'] = PxArticulationAttachment.prototype.getLink = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationAttachment_getLink_0(self), PxArticulationLink); -};; - -PxArticulationAttachment.prototype['getParent'] = PxArticulationAttachment.prototype.getParent = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationAttachment_getParent_0(self), PxArticulationAttachment); -};; - -PxArticulationAttachment.prototype['isLeaf'] = PxArticulationAttachment.prototype.isLeaf = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxArticulationAttachment_isLeaf_0(self)); -};; - -PxArticulationAttachment.prototype['getTendon'] = PxArticulationAttachment.prototype.getTendon = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationAttachment_getTendon_0(self), PxArticulationSpatialTendon); -};; - -PxArticulationAttachment.prototype['release'] = PxArticulationAttachment.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationAttachment_release_0(self); -};; - - PxArticulationAttachment.prototype['get_userData'] = PxArticulationAttachment.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationAttachment_get_userData_0(self), VoidPtr); -}; - PxArticulationAttachment.prototype['set_userData'] = PxArticulationAttachment.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationAttachment_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationAttachment.prototype, 'userData', { get: PxArticulationAttachment.prototype.get_userData, set: PxArticulationAttachment.prototype.set_userData }); - PxArticulationAttachment.prototype['__destroy__'] = PxArticulationAttachment.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationAttachment___destroy___0(self); -}; -// PxArticulationCache -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationCache() { throw "cannot construct a PxArticulationCache, no constructor in IDL" } -PxArticulationCache.prototype = Object.create(WrapperObject.prototype); -PxArticulationCache.prototype.constructor = PxArticulationCache; -PxArticulationCache.prototype.__class__ = PxArticulationCache; -PxArticulationCache.__cache__ = {}; -Module['PxArticulationCache'] = PxArticulationCache; - -PxArticulationCache.prototype['release'] = PxArticulationCache.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationCache_release_0(self); -};; - - PxArticulationCache.prototype['get_externalForces'] = PxArticulationCache.prototype.get_externalForces = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_externalForces_0(self), PxSpatialForce); -}; - PxArticulationCache.prototype['set_externalForces'] = PxArticulationCache.prototype.set_externalForces = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_externalForces_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'externalForces', { get: PxArticulationCache.prototype.get_externalForces, set: PxArticulationCache.prototype.set_externalForces }); - PxArticulationCache.prototype['get_denseJacobian'] = PxArticulationCache.prototype.get_denseJacobian = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_denseJacobian_0(self), PxRealPtr); -}; - PxArticulationCache.prototype['set_denseJacobian'] = PxArticulationCache.prototype.set_denseJacobian = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_denseJacobian_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'denseJacobian', { get: PxArticulationCache.prototype.get_denseJacobian, set: PxArticulationCache.prototype.set_denseJacobian }); - PxArticulationCache.prototype['get_massMatrix'] = PxArticulationCache.prototype.get_massMatrix = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_massMatrix_0(self), PxRealPtr); -}; - PxArticulationCache.prototype['set_massMatrix'] = PxArticulationCache.prototype.set_massMatrix = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_massMatrix_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'massMatrix', { get: PxArticulationCache.prototype.get_massMatrix, set: PxArticulationCache.prototype.set_massMatrix }); - PxArticulationCache.prototype['get_jointVelocity'] = PxArticulationCache.prototype.get_jointVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_jointVelocity_0(self), PxRealPtr); -}; - PxArticulationCache.prototype['set_jointVelocity'] = PxArticulationCache.prototype.set_jointVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_jointVelocity_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'jointVelocity', { get: PxArticulationCache.prototype.get_jointVelocity, set: PxArticulationCache.prototype.set_jointVelocity }); - PxArticulationCache.prototype['get_jointAcceleration'] = PxArticulationCache.prototype.get_jointAcceleration = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_jointAcceleration_0(self), PxRealPtr); -}; - PxArticulationCache.prototype['set_jointAcceleration'] = PxArticulationCache.prototype.set_jointAcceleration = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_jointAcceleration_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'jointAcceleration', { get: PxArticulationCache.prototype.get_jointAcceleration, set: PxArticulationCache.prototype.set_jointAcceleration }); - PxArticulationCache.prototype['get_jointPosition'] = PxArticulationCache.prototype.get_jointPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_jointPosition_0(self), PxRealPtr); -}; - PxArticulationCache.prototype['set_jointPosition'] = PxArticulationCache.prototype.set_jointPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_jointPosition_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'jointPosition', { get: PxArticulationCache.prototype.get_jointPosition, set: PxArticulationCache.prototype.set_jointPosition }); - PxArticulationCache.prototype['get_jointForce'] = PxArticulationCache.prototype.get_jointForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_jointForce_0(self), PxRealPtr); -}; - PxArticulationCache.prototype['set_jointForce'] = PxArticulationCache.prototype.set_jointForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_jointForce_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'jointForce', { get: PxArticulationCache.prototype.get_jointForce, set: PxArticulationCache.prototype.set_jointForce }); - PxArticulationCache.prototype['get_linkVelocity'] = PxArticulationCache.prototype.get_linkVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_linkVelocity_0(self), PxSpatialVelocity); -}; - PxArticulationCache.prototype['set_linkVelocity'] = PxArticulationCache.prototype.set_linkVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_linkVelocity_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'linkVelocity', { get: PxArticulationCache.prototype.get_linkVelocity, set: PxArticulationCache.prototype.set_linkVelocity }); - PxArticulationCache.prototype['get_linkAcceleration'] = PxArticulationCache.prototype.get_linkAcceleration = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_linkAcceleration_0(self), PxSpatialVelocity); -}; - PxArticulationCache.prototype['set_linkAcceleration'] = PxArticulationCache.prototype.set_linkAcceleration = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_linkAcceleration_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'linkAcceleration', { get: PxArticulationCache.prototype.get_linkAcceleration, set: PxArticulationCache.prototype.set_linkAcceleration }); - PxArticulationCache.prototype['get_rootLinkData'] = PxArticulationCache.prototype.get_rootLinkData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_rootLinkData_0(self), PxArticulationRootLinkData); -}; - PxArticulationCache.prototype['set_rootLinkData'] = PxArticulationCache.prototype.set_rootLinkData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_rootLinkData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'rootLinkData', { get: PxArticulationCache.prototype.get_rootLinkData, set: PxArticulationCache.prototype.set_rootLinkData }); - PxArticulationCache.prototype['get_sensorForces'] = PxArticulationCache.prototype.get_sensorForces = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_sensorForces_0(self), PxSpatialForce); -}; - PxArticulationCache.prototype['set_sensorForces'] = PxArticulationCache.prototype.set_sensorForces = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_sensorForces_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'sensorForces', { get: PxArticulationCache.prototype.get_sensorForces, set: PxArticulationCache.prototype.set_sensorForces }); - PxArticulationCache.prototype['get_coefficientMatrix'] = PxArticulationCache.prototype.get_coefficientMatrix = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_coefficientMatrix_0(self), PxRealPtr); -}; - PxArticulationCache.prototype['set_coefficientMatrix'] = PxArticulationCache.prototype.set_coefficientMatrix = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_coefficientMatrix_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'coefficientMatrix', { get: PxArticulationCache.prototype.get_coefficientMatrix, set: PxArticulationCache.prototype.set_coefficientMatrix }); - PxArticulationCache.prototype['get_lambda'] = PxArticulationCache.prototype.get_lambda = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_lambda_0(self), PxRealPtr); -}; - PxArticulationCache.prototype['set_lambda'] = PxArticulationCache.prototype.set_lambda = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_lambda_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'lambda', { get: PxArticulationCache.prototype.get_lambda, set: PxArticulationCache.prototype.set_lambda }); - PxArticulationCache.prototype['get_scratchMemory'] = PxArticulationCache.prototype.get_scratchMemory = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_scratchMemory_0(self), VoidPtr); -}; - PxArticulationCache.prototype['set_scratchMemory'] = PxArticulationCache.prototype.set_scratchMemory = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_scratchMemory_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'scratchMemory', { get: PxArticulationCache.prototype.get_scratchMemory, set: PxArticulationCache.prototype.set_scratchMemory }); - PxArticulationCache.prototype['get_scratchAllocator'] = PxArticulationCache.prototype.get_scratchAllocator = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationCache_get_scratchAllocator_0(self), VoidPtr); -}; - PxArticulationCache.prototype['set_scratchAllocator'] = PxArticulationCache.prototype.set_scratchAllocator = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_scratchAllocator_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'scratchAllocator', { get: PxArticulationCache.prototype.get_scratchAllocator, set: PxArticulationCache.prototype.set_scratchAllocator }); - PxArticulationCache.prototype['get_version'] = PxArticulationCache.prototype.get_version = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationCache_get_version_0(self); -}; - PxArticulationCache.prototype['set_version'] = PxArticulationCache.prototype.set_version = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationCache_set_version_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationCache.prototype, 'version', { get: PxArticulationCache.prototype.get_version, set: PxArticulationCache.prototype.set_version }); - PxArticulationCache.prototype['__destroy__'] = PxArticulationCache.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationCache___destroy___0(self); -}; -// PxArticulationCacheFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationCacheFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxArticulationCacheFlags_PxArticulationCacheFlags_1(flags); - getCache(PxArticulationCacheFlags)[this.ptr] = this; -};; -PxArticulationCacheFlags.prototype = Object.create(WrapperObject.prototype); -PxArticulationCacheFlags.prototype.constructor = PxArticulationCacheFlags; -PxArticulationCacheFlags.prototype.__class__ = PxArticulationCacheFlags; -PxArticulationCacheFlags.__cache__ = {}; -Module['PxArticulationCacheFlags'] = PxArticulationCacheFlags; - -PxArticulationCacheFlags.prototype['isSet'] = PxArticulationCacheFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxArticulationCacheFlags_isSet_1(self, flag)); -};; - -PxArticulationCacheFlags.prototype['raise'] = PxArticulationCacheFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxArticulationCacheFlags_raise_1(self, flag); -};; - -PxArticulationCacheFlags.prototype['clear'] = PxArticulationCacheFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxArticulationCacheFlags_clear_1(self, flag); -};; - - PxArticulationCacheFlags.prototype['__destroy__'] = PxArticulationCacheFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationCacheFlags___destroy___0(self); -}; -// PxArticulationDrive -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationDrive(stiffness, damping, maxForce, driveType) { - if (stiffness && typeof stiffness === 'object') stiffness = stiffness.ptr; - if (damping && typeof damping === 'object') damping = damping.ptr; - if (maxForce && typeof maxForce === 'object') maxForce = maxForce.ptr; - if (driveType && typeof driveType === 'object') driveType = driveType.ptr; - if (stiffness === undefined) { this.ptr = _emscripten_bind_PxArticulationDrive_PxArticulationDrive_0(); getCache(PxArticulationDrive)[this.ptr] = this;return } - if (damping === undefined) { this.ptr = _emscripten_bind_PxArticulationDrive_PxArticulationDrive_1(stiffness); getCache(PxArticulationDrive)[this.ptr] = this;return } - if (maxForce === undefined) { this.ptr = _emscripten_bind_PxArticulationDrive_PxArticulationDrive_2(stiffness, damping); getCache(PxArticulationDrive)[this.ptr] = this;return } - if (driveType === undefined) { this.ptr = _emscripten_bind_PxArticulationDrive_PxArticulationDrive_3(stiffness, damping, maxForce); getCache(PxArticulationDrive)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxArticulationDrive_PxArticulationDrive_4(stiffness, damping, maxForce, driveType); - getCache(PxArticulationDrive)[this.ptr] = this; -};; -PxArticulationDrive.prototype = Object.create(WrapperObject.prototype); -PxArticulationDrive.prototype.constructor = PxArticulationDrive; -PxArticulationDrive.prototype.__class__ = PxArticulationDrive; -PxArticulationDrive.__cache__ = {}; -Module['PxArticulationDrive'] = PxArticulationDrive; - - PxArticulationDrive.prototype['get_stiffness'] = PxArticulationDrive.prototype.get_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationDrive_get_stiffness_0(self); -}; - PxArticulationDrive.prototype['set_stiffness'] = PxArticulationDrive.prototype.set_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationDrive_set_stiffness_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationDrive.prototype, 'stiffness', { get: PxArticulationDrive.prototype.get_stiffness, set: PxArticulationDrive.prototype.set_stiffness }); - PxArticulationDrive.prototype['get_damping'] = PxArticulationDrive.prototype.get_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationDrive_get_damping_0(self); -}; - PxArticulationDrive.prototype['set_damping'] = PxArticulationDrive.prototype.set_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationDrive_set_damping_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationDrive.prototype, 'damping', { get: PxArticulationDrive.prototype.get_damping, set: PxArticulationDrive.prototype.set_damping }); - PxArticulationDrive.prototype['get_maxForce'] = PxArticulationDrive.prototype.get_maxForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationDrive_get_maxForce_0(self); -}; - PxArticulationDrive.prototype['set_maxForce'] = PxArticulationDrive.prototype.set_maxForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationDrive_set_maxForce_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationDrive.prototype, 'maxForce', { get: PxArticulationDrive.prototype.get_maxForce, set: PxArticulationDrive.prototype.set_maxForce }); - PxArticulationDrive.prototype['get_driveType'] = PxArticulationDrive.prototype.get_driveType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationDrive_get_driveType_0(self); -}; - PxArticulationDrive.prototype['set_driveType'] = PxArticulationDrive.prototype.set_driveType = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationDrive_set_driveType_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationDrive.prototype, 'driveType', { get: PxArticulationDrive.prototype.get_driveType, set: PxArticulationDrive.prototype.set_driveType }); - PxArticulationDrive.prototype['__destroy__'] = PxArticulationDrive.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationDrive___destroy___0(self); -}; -// PxArticulationFixedTendon -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationFixedTendon() { throw "cannot construct a PxArticulationFixedTendon, no constructor in IDL" } -PxArticulationFixedTendon.prototype = Object.create(PxArticulationTendon.prototype); -PxArticulationFixedTendon.prototype.constructor = PxArticulationFixedTendon; -PxArticulationFixedTendon.prototype.__class__ = PxArticulationFixedTendon; -PxArticulationFixedTendon.__cache__ = {}; -Module['PxArticulationFixedTendon'] = PxArticulationFixedTendon; - -PxArticulationFixedTendon.prototype['createTendonJoint'] = PxArticulationFixedTendon.prototype.createTendonJoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(parent, axis, coefficient, recipCoefficient, link) { - var self = this.ptr; - if (parent && typeof parent === 'object') parent = parent.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - if (coefficient && typeof coefficient === 'object') coefficient = coefficient.ptr; - if (recipCoefficient && typeof recipCoefficient === 'object') recipCoefficient = recipCoefficient.ptr; - if (link && typeof link === 'object') link = link.ptr; - return wrapPointer(_emscripten_bind_PxArticulationFixedTendon_createTendonJoint_5(self, parent, axis, coefficient, recipCoefficient, link), PxArticulationTendonJoint); -};; - -PxArticulationFixedTendon.prototype['getNbTendonJoints'] = PxArticulationFixedTendon.prototype.getNbTendonJoints = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationFixedTendon_getNbTendonJoints_0(self); -};; - -PxArticulationFixedTendon.prototype['setRestLength'] = PxArticulationFixedTendon.prototype.setRestLength = /** @suppress {undefinedVars, duplicate} @this{Object} */function(restLength) { - var self = this.ptr; - if (restLength && typeof restLength === 'object') restLength = restLength.ptr; - _emscripten_bind_PxArticulationFixedTendon_setRestLength_1(self, restLength); -};; - -PxArticulationFixedTendon.prototype['getRestLength'] = PxArticulationFixedTendon.prototype.getRestLength = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationFixedTendon_getRestLength_0(self); -};; - -PxArticulationFixedTendon.prototype['setLimitParameters'] = PxArticulationFixedTendon.prototype.setLimitParameters = /** @suppress {undefinedVars, duplicate} @this{Object} */function(parameter) { - var self = this.ptr; - if (parameter && typeof parameter === 'object') parameter = parameter.ptr; - _emscripten_bind_PxArticulationFixedTendon_setLimitParameters_1(self, parameter); -};; - -PxArticulationFixedTendon.prototype['getLimitParameters'] = PxArticulationFixedTendon.prototype.getLimitParameters = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationFixedTendon_getLimitParameters_0(self), PxArticulationTendonLimit); -};; - -PxArticulationFixedTendon.prototype['setStiffness'] = PxArticulationFixedTendon.prototype.setStiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(stiffness) { - var self = this.ptr; - if (stiffness && typeof stiffness === 'object') stiffness = stiffness.ptr; - _emscripten_bind_PxArticulationFixedTendon_setStiffness_1(self, stiffness); -};; - -PxArticulationFixedTendon.prototype['getStiffness'] = PxArticulationFixedTendon.prototype.getStiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationFixedTendon_getStiffness_0(self); -};; - -PxArticulationFixedTendon.prototype['setDamping'] = PxArticulationFixedTendon.prototype.setDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(damping) { - var self = this.ptr; - if (damping && typeof damping === 'object') damping = damping.ptr; - _emscripten_bind_PxArticulationFixedTendon_setDamping_1(self, damping); -};; - -PxArticulationFixedTendon.prototype['getDamping'] = PxArticulationFixedTendon.prototype.getDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationFixedTendon_getDamping_0(self); -};; - -PxArticulationFixedTendon.prototype['setLimitStiffness'] = PxArticulationFixedTendon.prototype.setLimitStiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(stiffness) { - var self = this.ptr; - if (stiffness && typeof stiffness === 'object') stiffness = stiffness.ptr; - _emscripten_bind_PxArticulationFixedTendon_setLimitStiffness_1(self, stiffness); -};; - -PxArticulationFixedTendon.prototype['getLimitStiffness'] = PxArticulationFixedTendon.prototype.getLimitStiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationFixedTendon_getLimitStiffness_0(self); -};; - -PxArticulationFixedTendon.prototype['setOffset'] = PxArticulationFixedTendon.prototype.setOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(offset, autowake) { - var self = this.ptr; - if (offset && typeof offset === 'object') offset = offset.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxArticulationFixedTendon_setOffset_1(self, offset); return } - _emscripten_bind_PxArticulationFixedTendon_setOffset_2(self, offset, autowake); -};; - -PxArticulationFixedTendon.prototype['getOffset'] = PxArticulationFixedTendon.prototype.getOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationFixedTendon_getOffset_0(self); -};; - -PxArticulationFixedTendon.prototype['getArticulation'] = PxArticulationFixedTendon.prototype.getArticulation = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationFixedTendon_getArticulation_0(self), PxArticulationReducedCoordinate); -};; - -PxArticulationFixedTendon.prototype['release'] = PxArticulationFixedTendon.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationFixedTendon_release_0(self); -};; - -PxArticulationFixedTendon.prototype['getConcreteTypeName'] = PxArticulationFixedTendon.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxArticulationFixedTendon_getConcreteTypeName_0(self)); -};; - -PxArticulationFixedTendon.prototype['getConcreteType'] = PxArticulationFixedTendon.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationFixedTendon_getConcreteType_0(self); -};; - -PxArticulationFixedTendon.prototype['setBaseFlag'] = PxArticulationFixedTendon.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArticulationFixedTendon_setBaseFlag_2(self, flag, value); -};; - -PxArticulationFixedTendon.prototype['setBaseFlags'] = PxArticulationFixedTendon.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxArticulationFixedTendon_setBaseFlags_1(self, inFlags); -};; - -PxArticulationFixedTendon.prototype['getBaseFlags'] = PxArticulationFixedTendon.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationFixedTendon_getBaseFlags_0(self), PxBaseFlags); -};; - -PxArticulationFixedTendon.prototype['isReleasable'] = PxArticulationFixedTendon.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxArticulationFixedTendon_isReleasable_0(self)); -};; - - PxArticulationFixedTendon.prototype['__destroy__'] = PxArticulationFixedTendon.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationFixedTendon___destroy___0(self); -}; -// PxArticulationFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxArticulationFlags_PxArticulationFlags_1(flags); - getCache(PxArticulationFlags)[this.ptr] = this; -};; -PxArticulationFlags.prototype = Object.create(WrapperObject.prototype); -PxArticulationFlags.prototype.constructor = PxArticulationFlags; -PxArticulationFlags.prototype.__class__ = PxArticulationFlags; -PxArticulationFlags.__cache__ = {}; -Module['PxArticulationFlags'] = PxArticulationFlags; - -PxArticulationFlags.prototype['isSet'] = PxArticulationFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxArticulationFlags_isSet_1(self, flag)); -};; - -PxArticulationFlags.prototype['raise'] = PxArticulationFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxArticulationFlags_raise_1(self, flag); -};; - -PxArticulationFlags.prototype['clear'] = PxArticulationFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxArticulationFlags_clear_1(self, flag); -};; - - PxArticulationFlags.prototype['__destroy__'] = PxArticulationFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationFlags___destroy___0(self); -}; -// PxArticulationJointReducedCoordinate -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationJointReducedCoordinate() { throw "cannot construct a PxArticulationJointReducedCoordinate, no constructor in IDL" } -PxArticulationJointReducedCoordinate.prototype = Object.create(PxBase.prototype); -PxArticulationJointReducedCoordinate.prototype.constructor = PxArticulationJointReducedCoordinate; -PxArticulationJointReducedCoordinate.prototype.__class__ = PxArticulationJointReducedCoordinate; -PxArticulationJointReducedCoordinate.__cache__ = {}; -Module['PxArticulationJointReducedCoordinate'] = PxArticulationJointReducedCoordinate; - -PxArticulationJointReducedCoordinate.prototype['getParentArticulationLink'] = PxArticulationJointReducedCoordinate.prototype.getParentArticulationLink = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationJointReducedCoordinate_getParentArticulationLink_0(self), PxArticulationLink); -};; - -PxArticulationJointReducedCoordinate.prototype['setParentPose'] = PxArticulationJointReducedCoordinate.prototype.setParentPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate_setParentPose_1(self, pose); -};; - -PxArticulationJointReducedCoordinate.prototype['getParentPose'] = PxArticulationJointReducedCoordinate.prototype.getParentPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationJointReducedCoordinate_getParentPose_0(self), PxTransform); -};; - -PxArticulationJointReducedCoordinate.prototype['getChildArticulationLink'] = PxArticulationJointReducedCoordinate.prototype.getChildArticulationLink = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationJointReducedCoordinate_getChildArticulationLink_0(self), PxArticulationLink); -};; - -PxArticulationJointReducedCoordinate.prototype['setChildPose'] = PxArticulationJointReducedCoordinate.prototype.setChildPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate_setChildPose_1(self, pose); -};; - -PxArticulationJointReducedCoordinate.prototype['getChildPose'] = PxArticulationJointReducedCoordinate.prototype.getChildPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationJointReducedCoordinate_getChildPose_0(self), PxTransform); -};; - -PxArticulationJointReducedCoordinate.prototype['setJointType'] = PxArticulationJointReducedCoordinate.prototype.setJointType = /** @suppress {undefinedVars, duplicate} @this{Object} */function(jointType) { - var self = this.ptr; - if (jointType && typeof jointType === 'object') jointType = jointType.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate_setJointType_1(self, jointType); -};; - -PxArticulationJointReducedCoordinate.prototype['getJointType'] = PxArticulationJointReducedCoordinate.prototype.getJointType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationJointReducedCoordinate_getJointType_0(self); -};; - -PxArticulationJointReducedCoordinate.prototype['setMotion'] = PxArticulationJointReducedCoordinate.prototype.setMotion = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis, motion) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - if (motion && typeof motion === 'object') motion = motion.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate_setMotion_2(self, axis, motion); -};; - -PxArticulationJointReducedCoordinate.prototype['getMotion'] = PxArticulationJointReducedCoordinate.prototype.getMotion = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - return _emscripten_bind_PxArticulationJointReducedCoordinate_getMotion_1(self, axis); -};; - -PxArticulationJointReducedCoordinate.prototype['setLimitParams'] = PxArticulationJointReducedCoordinate.prototype.setLimitParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis, limit) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - if (limit && typeof limit === 'object') limit = limit.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate_setLimitParams_2(self, axis, limit); -};; - -PxArticulationJointReducedCoordinate.prototype['getLimitParams'] = PxArticulationJointReducedCoordinate.prototype.getLimitParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - return wrapPointer(_emscripten_bind_PxArticulationJointReducedCoordinate_getLimitParams_1(self, axis), PxArticulationLimit); -};; - -PxArticulationJointReducedCoordinate.prototype['setDriveParams'] = PxArticulationJointReducedCoordinate.prototype.setDriveParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis, drive) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - if (drive && typeof drive === 'object') drive = drive.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate_setDriveParams_2(self, axis, drive); -};; - -PxArticulationJointReducedCoordinate.prototype['setDriveTarget'] = PxArticulationJointReducedCoordinate.prototype.setDriveTarget = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis, target, autowake) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - if (target && typeof target === 'object') target = target.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxArticulationJointReducedCoordinate_setDriveTarget_2(self, axis, target); return } - _emscripten_bind_PxArticulationJointReducedCoordinate_setDriveTarget_3(self, axis, target, autowake); -};; - -PxArticulationJointReducedCoordinate.prototype['getDriveTarget'] = PxArticulationJointReducedCoordinate.prototype.getDriveTarget = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - return _emscripten_bind_PxArticulationJointReducedCoordinate_getDriveTarget_1(self, axis); -};; - -PxArticulationJointReducedCoordinate.prototype['setDriveVelocity'] = PxArticulationJointReducedCoordinate.prototype.setDriveVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis, targetVel, autowake) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - if (targetVel && typeof targetVel === 'object') targetVel = targetVel.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxArticulationJointReducedCoordinate_setDriveVelocity_2(self, axis, targetVel); return } - _emscripten_bind_PxArticulationJointReducedCoordinate_setDriveVelocity_3(self, axis, targetVel, autowake); -};; - -PxArticulationJointReducedCoordinate.prototype['getDriveVelocity'] = PxArticulationJointReducedCoordinate.prototype.getDriveVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - return _emscripten_bind_PxArticulationJointReducedCoordinate_getDriveVelocity_1(self, axis); -};; - -PxArticulationJointReducedCoordinate.prototype['setArmature'] = PxArticulationJointReducedCoordinate.prototype.setArmature = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis, armature) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - if (armature && typeof armature === 'object') armature = armature.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate_setArmature_2(self, axis, armature); -};; - -PxArticulationJointReducedCoordinate.prototype['getArmature'] = PxArticulationJointReducedCoordinate.prototype.getArmature = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - return _emscripten_bind_PxArticulationJointReducedCoordinate_getArmature_1(self, axis); -};; - -PxArticulationJointReducedCoordinate.prototype['setFrictionCoefficient'] = PxArticulationJointReducedCoordinate.prototype.setFrictionCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(coefficient) { - var self = this.ptr; - if (coefficient && typeof coefficient === 'object') coefficient = coefficient.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate_setFrictionCoefficient_1(self, coefficient); -};; - -PxArticulationJointReducedCoordinate.prototype['getFrictionCoefficient'] = PxArticulationJointReducedCoordinate.prototype.getFrictionCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationJointReducedCoordinate_getFrictionCoefficient_0(self); -};; - -PxArticulationJointReducedCoordinate.prototype['setMaxJointVelocity'] = PxArticulationJointReducedCoordinate.prototype.setMaxJointVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(maxJointV) { - var self = this.ptr; - if (maxJointV && typeof maxJointV === 'object') maxJointV = maxJointV.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate_setMaxJointVelocity_1(self, maxJointV); -};; - -PxArticulationJointReducedCoordinate.prototype['getMaxJointVelocity'] = PxArticulationJointReducedCoordinate.prototype.getMaxJointVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationJointReducedCoordinate_getMaxJointVelocity_0(self); -};; - -PxArticulationJointReducedCoordinate.prototype['setJointPosition'] = PxArticulationJointReducedCoordinate.prototype.setJointPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis, jointPos) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - if (jointPos && typeof jointPos === 'object') jointPos = jointPos.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate_setJointPosition_2(self, axis, jointPos); -};; - -PxArticulationJointReducedCoordinate.prototype['getJointPosition'] = PxArticulationJointReducedCoordinate.prototype.getJointPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - return _emscripten_bind_PxArticulationJointReducedCoordinate_getJointPosition_1(self, axis); -};; - -PxArticulationJointReducedCoordinate.prototype['setJointVelocity'] = PxArticulationJointReducedCoordinate.prototype.setJointVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis, jointVel) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - if (jointVel && typeof jointVel === 'object') jointVel = jointVel.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate_setJointVelocity_2(self, axis, jointVel); -};; - -PxArticulationJointReducedCoordinate.prototype['getJointVelocity'] = PxArticulationJointReducedCoordinate.prototype.getJointVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - return _emscripten_bind_PxArticulationJointReducedCoordinate_getJointVelocity_1(self, axis); -};; - -PxArticulationJointReducedCoordinate.prototype['release'] = PxArticulationJointReducedCoordinate.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate_release_0(self); -};; - -PxArticulationJointReducedCoordinate.prototype['getConcreteTypeName'] = PxArticulationJointReducedCoordinate.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxArticulationJointReducedCoordinate_getConcreteTypeName_0(self)); -};; - -PxArticulationJointReducedCoordinate.prototype['getConcreteType'] = PxArticulationJointReducedCoordinate.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationJointReducedCoordinate_getConcreteType_0(self); -};; - -PxArticulationJointReducedCoordinate.prototype['setBaseFlag'] = PxArticulationJointReducedCoordinate.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate_setBaseFlag_2(self, flag, value); -};; - -PxArticulationJointReducedCoordinate.prototype['setBaseFlags'] = PxArticulationJointReducedCoordinate.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate_setBaseFlags_1(self, inFlags); -};; - -PxArticulationJointReducedCoordinate.prototype['getBaseFlags'] = PxArticulationJointReducedCoordinate.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationJointReducedCoordinate_getBaseFlags_0(self), PxBaseFlags); -};; - -PxArticulationJointReducedCoordinate.prototype['isReleasable'] = PxArticulationJointReducedCoordinate.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxArticulationJointReducedCoordinate_isReleasable_0(self)); -};; - - PxArticulationJointReducedCoordinate.prototype['__destroy__'] = PxArticulationJointReducedCoordinate.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationJointReducedCoordinate___destroy___0(self); -}; -// PxArticulationKinematicFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationKinematicFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxArticulationKinematicFlags_PxArticulationKinematicFlags_1(flags); - getCache(PxArticulationKinematicFlags)[this.ptr] = this; -};; -PxArticulationKinematicFlags.prototype = Object.create(WrapperObject.prototype); -PxArticulationKinematicFlags.prototype.constructor = PxArticulationKinematicFlags; -PxArticulationKinematicFlags.prototype.__class__ = PxArticulationKinematicFlags; -PxArticulationKinematicFlags.__cache__ = {}; -Module['PxArticulationKinematicFlags'] = PxArticulationKinematicFlags; - -PxArticulationKinematicFlags.prototype['isSet'] = PxArticulationKinematicFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxArticulationKinematicFlags_isSet_1(self, flag)); -};; - -PxArticulationKinematicFlags.prototype['raise'] = PxArticulationKinematicFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxArticulationKinematicFlags_raise_1(self, flag); -};; - -PxArticulationKinematicFlags.prototype['clear'] = PxArticulationKinematicFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxArticulationKinematicFlags_clear_1(self, flag); -};; - - PxArticulationKinematicFlags.prototype['__destroy__'] = PxArticulationKinematicFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationKinematicFlags___destroy___0(self); -}; -// PxArticulationLimit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationLimit(low, high) { - if (low && typeof low === 'object') low = low.ptr; - if (high && typeof high === 'object') high = high.ptr; - if (low === undefined) { this.ptr = _emscripten_bind_PxArticulationLimit_PxArticulationLimit_0(); getCache(PxArticulationLimit)[this.ptr] = this;return } - if (high === undefined) { this.ptr = _emscripten_bind_PxArticulationLimit_PxArticulationLimit_1(low); getCache(PxArticulationLimit)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxArticulationLimit_PxArticulationLimit_2(low, high); - getCache(PxArticulationLimit)[this.ptr] = this; -};; -PxArticulationLimit.prototype = Object.create(WrapperObject.prototype); -PxArticulationLimit.prototype.constructor = PxArticulationLimit; -PxArticulationLimit.prototype.__class__ = PxArticulationLimit; -PxArticulationLimit.__cache__ = {}; -Module['PxArticulationLimit'] = PxArticulationLimit; - - PxArticulationLimit.prototype['get_low'] = PxArticulationLimit.prototype.get_low = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLimit_get_low_0(self); -}; - PxArticulationLimit.prototype['set_low'] = PxArticulationLimit.prototype.set_low = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationLimit_set_low_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationLimit.prototype, 'low', { get: PxArticulationLimit.prototype.get_low, set: PxArticulationLimit.prototype.set_low }); - PxArticulationLimit.prototype['get_high'] = PxArticulationLimit.prototype.get_high = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLimit_get_high_0(self); -}; - PxArticulationLimit.prototype['set_high'] = PxArticulationLimit.prototype.set_high = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationLimit_set_high_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationLimit.prototype, 'high', { get: PxArticulationLimit.prototype.get_high, set: PxArticulationLimit.prototype.set_high }); - PxArticulationLimit.prototype['__destroy__'] = PxArticulationLimit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationLimit___destroy___0(self); -}; -// PxArticulationLink -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationLink() { throw "cannot construct a PxArticulationLink, no constructor in IDL" } -PxArticulationLink.prototype = Object.create(PxRigidBody.prototype); -PxArticulationLink.prototype.constructor = PxArticulationLink; -PxArticulationLink.prototype.__class__ = PxArticulationLink; -PxArticulationLink.__cache__ = {}; -Module['PxArticulationLink'] = PxArticulationLink; - -PxArticulationLink.prototype['getArticulation'] = PxArticulationLink.prototype.getArticulation = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationLink_getArticulation_0(self), PxArticulationReducedCoordinate); -};; - -PxArticulationLink.prototype['getInboundJoint'] = PxArticulationLink.prototype.getInboundJoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationLink_getInboundJoint_0(self), PxArticulationJointReducedCoordinate); -};; - -PxArticulationLink.prototype['getInboundJointDof'] = PxArticulationLink.prototype.getInboundJointDof = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getInboundJointDof_0(self); -};; - -PxArticulationLink.prototype['getNbChildren'] = PxArticulationLink.prototype.getNbChildren = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getNbChildren_0(self); -};; - -PxArticulationLink.prototype['getLinkIndex'] = PxArticulationLink.prototype.getLinkIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getLinkIndex_0(self); -};; - -PxArticulationLink.prototype['setCfmScale'] = PxArticulationLink.prototype.setCfmScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(cfm) { - var self = this.ptr; - if (cfm && typeof cfm === 'object') cfm = cfm.ptr; - _emscripten_bind_PxArticulationLink_setCfmScale_1(self, cfm); -};; - -PxArticulationLink.prototype['getCfmScale'] = PxArticulationLink.prototype.getCfmScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getCfmScale_0(self); -};; - -PxArticulationLink.prototype['getType'] = PxArticulationLink.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getType_0(self); -};; - -PxArticulationLink.prototype['getScene'] = PxArticulationLink.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationLink_getScene_0(self), PxScene); -};; - -PxArticulationLink.prototype['setName'] = PxArticulationLink.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxArticulationLink_setName_1(self, name); -};; - -PxArticulationLink.prototype['getName'] = PxArticulationLink.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxArticulationLink_getName_0(self)); -};; - -PxArticulationLink.prototype['getWorldBounds'] = PxArticulationLink.prototype.getWorldBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inflation) { - var self = this.ptr; - if (inflation && typeof inflation === 'object') inflation = inflation.ptr; - if (inflation === undefined) { return wrapPointer(_emscripten_bind_PxArticulationLink_getWorldBounds_0(self), PxBounds3) } - return wrapPointer(_emscripten_bind_PxArticulationLink_getWorldBounds_1(self, inflation), PxBounds3); -};; - -PxArticulationLink.prototype['setActorFlag'] = PxArticulationLink.prototype.setActorFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArticulationLink_setActorFlag_2(self, flag, value); -};; - -PxArticulationLink.prototype['setActorFlags'] = PxArticulationLink.prototype.setActorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxArticulationLink_setActorFlags_1(self, flags); -};; - -PxArticulationLink.prototype['getActorFlags'] = PxArticulationLink.prototype.getActorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationLink_getActorFlags_0(self), PxActorFlags); -};; - -PxArticulationLink.prototype['setDominanceGroup'] = PxArticulationLink.prototype.setDominanceGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dominanceGroup) { - var self = this.ptr; - if (dominanceGroup && typeof dominanceGroup === 'object') dominanceGroup = dominanceGroup.ptr; - _emscripten_bind_PxArticulationLink_setDominanceGroup_1(self, dominanceGroup); -};; - -PxArticulationLink.prototype['getDominanceGroup'] = PxArticulationLink.prototype.getDominanceGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getDominanceGroup_0(self); -};; - -PxArticulationLink.prototype['setOwnerClient'] = PxArticulationLink.prototype.setOwnerClient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inClient) { - var self = this.ptr; - if (inClient && typeof inClient === 'object') inClient = inClient.ptr; - _emscripten_bind_PxArticulationLink_setOwnerClient_1(self, inClient); -};; - -PxArticulationLink.prototype['getOwnerClient'] = PxArticulationLink.prototype.getOwnerClient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getOwnerClient_0(self); -};; - -PxArticulationLink.prototype['release'] = PxArticulationLink.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationLink_release_0(self); -};; - -PxArticulationLink.prototype['getConcreteTypeName'] = PxArticulationLink.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxArticulationLink_getConcreteTypeName_0(self)); -};; - -PxArticulationLink.prototype['getConcreteType'] = PxArticulationLink.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getConcreteType_0(self); -};; - -PxArticulationLink.prototype['setBaseFlag'] = PxArticulationLink.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArticulationLink_setBaseFlag_2(self, flag, value); -};; - -PxArticulationLink.prototype['setBaseFlags'] = PxArticulationLink.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxArticulationLink_setBaseFlags_1(self, inFlags); -};; - -PxArticulationLink.prototype['getBaseFlags'] = PxArticulationLink.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationLink_getBaseFlags_0(self), PxBaseFlags); -};; - -PxArticulationLink.prototype['isReleasable'] = PxArticulationLink.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxArticulationLink_isReleasable_0(self)); -};; - -PxArticulationLink.prototype['getGlobalPose'] = PxArticulationLink.prototype.getGlobalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationLink_getGlobalPose_0(self), PxTransform); -};; - -PxArticulationLink.prototype['setGlobalPose'] = PxArticulationLink.prototype.setGlobalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose, autowake) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxArticulationLink_setGlobalPose_1(self, pose); return } - _emscripten_bind_PxArticulationLink_setGlobalPose_2(self, pose, autowake); -};; - -PxArticulationLink.prototype['attachShape'] = PxArticulationLink.prototype.attachShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - return !!(_emscripten_bind_PxArticulationLink_attachShape_1(self, shape)); -};; - -PxArticulationLink.prototype['detachShape'] = PxArticulationLink.prototype.detachShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape, wakeOnLostTouch) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (wakeOnLostTouch && typeof wakeOnLostTouch === 'object') wakeOnLostTouch = wakeOnLostTouch.ptr; - if (wakeOnLostTouch === undefined) { _emscripten_bind_PxArticulationLink_detachShape_1(self, shape); return } - _emscripten_bind_PxArticulationLink_detachShape_2(self, shape, wakeOnLostTouch); -};; - -PxArticulationLink.prototype['getNbShapes'] = PxArticulationLink.prototype.getNbShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getNbShapes_0(self); -};; - -PxArticulationLink.prototype['getNbConstraints'] = PxArticulationLink.prototype.getNbConstraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getNbConstraints_0(self); -};; - -PxArticulationLink.prototype['setCMassLocalPose'] = PxArticulationLink.prototype.setCMassLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - _emscripten_bind_PxArticulationLink_setCMassLocalPose_1(self, pose); -};; - -PxArticulationLink.prototype['getCMassLocalPose'] = PxArticulationLink.prototype.getCMassLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationLink_getCMassLocalPose_0(self), PxTransform); -};; - -PxArticulationLink.prototype['setMass'] = PxArticulationLink.prototype.setMass = /** @suppress {undefinedVars, duplicate} @this{Object} */function(mass) { - var self = this.ptr; - if (mass && typeof mass === 'object') mass = mass.ptr; - _emscripten_bind_PxArticulationLink_setMass_1(self, mass); -};; - -PxArticulationLink.prototype['getMass'] = PxArticulationLink.prototype.getMass = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getMass_0(self); -};; - -PxArticulationLink.prototype['getInvMass'] = PxArticulationLink.prototype.getInvMass = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getInvMass_0(self); -};; - -PxArticulationLink.prototype['setMassSpaceInertiaTensor'] = PxArticulationLink.prototype.setMassSpaceInertiaTensor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(m) { - var self = this.ptr; - if (m && typeof m === 'object') m = m.ptr; - _emscripten_bind_PxArticulationLink_setMassSpaceInertiaTensor_1(self, m); -};; - -PxArticulationLink.prototype['getMassSpaceInertiaTensor'] = PxArticulationLink.prototype.getMassSpaceInertiaTensor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationLink_getMassSpaceInertiaTensor_0(self), PxVec3); -};; - -PxArticulationLink.prototype['getMassSpaceInvInertiaTensor'] = PxArticulationLink.prototype.getMassSpaceInvInertiaTensor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationLink_getMassSpaceInvInertiaTensor_0(self), PxVec3); -};; - -PxArticulationLink.prototype['setLinearDamping'] = PxArticulationLink.prototype.setLinearDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(linDamp) { - var self = this.ptr; - if (linDamp && typeof linDamp === 'object') linDamp = linDamp.ptr; - _emscripten_bind_PxArticulationLink_setLinearDamping_1(self, linDamp); -};; - -PxArticulationLink.prototype['getLinearDamping'] = PxArticulationLink.prototype.getLinearDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getLinearDamping_0(self); -};; - -PxArticulationLink.prototype['setAngularDamping'] = PxArticulationLink.prototype.setAngularDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(angDamp) { - var self = this.ptr; - if (angDamp && typeof angDamp === 'object') angDamp = angDamp.ptr; - _emscripten_bind_PxArticulationLink_setAngularDamping_1(self, angDamp); -};; - -PxArticulationLink.prototype['getAngularDamping'] = PxArticulationLink.prototype.getAngularDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getAngularDamping_0(self); -};; - -PxArticulationLink.prototype['getLinearVelocity'] = PxArticulationLink.prototype.getLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationLink_getLinearVelocity_0(self), PxVec3); -};; - -PxArticulationLink.prototype['getAngularVelocity'] = PxArticulationLink.prototype.getAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationLink_getAngularVelocity_0(self), PxVec3); -};; - -PxArticulationLink.prototype['setMaxLinearVelocity'] = PxArticulationLink.prototype.setMaxLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(maxLinVel) { - var self = this.ptr; - if (maxLinVel && typeof maxLinVel === 'object') maxLinVel = maxLinVel.ptr; - _emscripten_bind_PxArticulationLink_setMaxLinearVelocity_1(self, maxLinVel); -};; - -PxArticulationLink.prototype['getMaxLinearVelocity'] = PxArticulationLink.prototype.getMaxLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getMaxLinearVelocity_0(self); -};; - -PxArticulationLink.prototype['setMaxAngularVelocity'] = PxArticulationLink.prototype.setMaxAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(maxAngVel) { - var self = this.ptr; - if (maxAngVel && typeof maxAngVel === 'object') maxAngVel = maxAngVel.ptr; - _emscripten_bind_PxArticulationLink_setMaxAngularVelocity_1(self, maxAngVel); -};; - -PxArticulationLink.prototype['getMaxAngularVelocity'] = PxArticulationLink.prototype.getMaxAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getMaxAngularVelocity_0(self); -};; - -PxArticulationLink.prototype['addForce'] = PxArticulationLink.prototype.addForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(force, mode, autowake) { - var self = this.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (mode === undefined) { _emscripten_bind_PxArticulationLink_addForce_1(self, force); return } - if (autowake === undefined) { _emscripten_bind_PxArticulationLink_addForce_2(self, force, mode); return } - _emscripten_bind_PxArticulationLink_addForce_3(self, force, mode, autowake); -};; - -PxArticulationLink.prototype['addTorque'] = PxArticulationLink.prototype.addTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(torque, mode, autowake) { - var self = this.ptr; - if (torque && typeof torque === 'object') torque = torque.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (mode === undefined) { _emscripten_bind_PxArticulationLink_addTorque_1(self, torque); return } - if (autowake === undefined) { _emscripten_bind_PxArticulationLink_addTorque_2(self, torque, mode); return } - _emscripten_bind_PxArticulationLink_addTorque_3(self, torque, mode, autowake); -};; - -PxArticulationLink.prototype['clearForce'] = PxArticulationLink.prototype.clearForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(mode) { - var self = this.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - _emscripten_bind_PxArticulationLink_clearForce_1(self, mode); -};; - -PxArticulationLink.prototype['clearTorque'] = PxArticulationLink.prototype.clearTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(mode) { - var self = this.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - _emscripten_bind_PxArticulationLink_clearTorque_1(self, mode); -};; - -PxArticulationLink.prototype['setForceAndTorque'] = PxArticulationLink.prototype.setForceAndTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(force, torque, mode) { - var self = this.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (torque && typeof torque === 'object') torque = torque.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - if (mode === undefined) { _emscripten_bind_PxArticulationLink_setForceAndTorque_2(self, force, torque); return } - _emscripten_bind_PxArticulationLink_setForceAndTorque_3(self, force, torque, mode); -};; - -PxArticulationLink.prototype['setRigidBodyFlag'] = PxArticulationLink.prototype.setRigidBodyFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArticulationLink_setRigidBodyFlag_2(self, flag, value); -};; - -PxArticulationLink.prototype['setRigidBodyFlags'] = PxArticulationLink.prototype.setRigidBodyFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxArticulationLink_setRigidBodyFlags_1(self, inFlags); -};; - -PxArticulationLink.prototype['getRigidBodyFlags'] = PxArticulationLink.prototype.getRigidBodyFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationLink_getRigidBodyFlags_0(self), PxRigidBodyFlags); -};; - -PxArticulationLink.prototype['setMinCCDAdvanceCoefficient'] = PxArticulationLink.prototype.setMinCCDAdvanceCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(advanceCoefficient) { - var self = this.ptr; - if (advanceCoefficient && typeof advanceCoefficient === 'object') advanceCoefficient = advanceCoefficient.ptr; - _emscripten_bind_PxArticulationLink_setMinCCDAdvanceCoefficient_1(self, advanceCoefficient); -};; - -PxArticulationLink.prototype['getMinCCDAdvanceCoefficient'] = PxArticulationLink.prototype.getMinCCDAdvanceCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getMinCCDAdvanceCoefficient_0(self); -};; - -PxArticulationLink.prototype['setMaxDepenetrationVelocity'] = PxArticulationLink.prototype.setMaxDepenetrationVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(biasClamp) { - var self = this.ptr; - if (biasClamp && typeof biasClamp === 'object') biasClamp = biasClamp.ptr; - _emscripten_bind_PxArticulationLink_setMaxDepenetrationVelocity_1(self, biasClamp); -};; - -PxArticulationLink.prototype['getMaxDepenetrationVelocity'] = PxArticulationLink.prototype.getMaxDepenetrationVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getMaxDepenetrationVelocity_0(self); -};; - -PxArticulationLink.prototype['setMaxContactImpulse'] = PxArticulationLink.prototype.setMaxContactImpulse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(maxImpulse) { - var self = this.ptr; - if (maxImpulse && typeof maxImpulse === 'object') maxImpulse = maxImpulse.ptr; - _emscripten_bind_PxArticulationLink_setMaxContactImpulse_1(self, maxImpulse); -};; - -PxArticulationLink.prototype['getMaxContactImpulse'] = PxArticulationLink.prototype.getMaxContactImpulse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getMaxContactImpulse_0(self); -};; - -PxArticulationLink.prototype['setContactSlopCoefficient'] = PxArticulationLink.prototype.setContactSlopCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(slopCoefficient) { - var self = this.ptr; - if (slopCoefficient && typeof slopCoefficient === 'object') slopCoefficient = slopCoefficient.ptr; - _emscripten_bind_PxArticulationLink_setContactSlopCoefficient_1(self, slopCoefficient); -};; - -PxArticulationLink.prototype['getContactSlopCoefficient'] = PxArticulationLink.prototype.getContactSlopCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationLink_getContactSlopCoefficient_0(self); -};; - - PxArticulationLink.prototype['get_userData'] = PxArticulationLink.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationLink_get_userData_0(self), VoidPtr); -}; - PxArticulationLink.prototype['set_userData'] = PxArticulationLink.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationLink_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationLink.prototype, 'userData', { get: PxArticulationLink.prototype.get_userData, set: PxArticulationLink.prototype.set_userData }); -// PxArticulationReducedCoordinate -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationReducedCoordinate() { throw "cannot construct a PxArticulationReducedCoordinate, no constructor in IDL" } -PxArticulationReducedCoordinate.prototype = Object.create(PxBase.prototype); -PxArticulationReducedCoordinate.prototype.constructor = PxArticulationReducedCoordinate; -PxArticulationReducedCoordinate.prototype.__class__ = PxArticulationReducedCoordinate; -PxArticulationReducedCoordinate.__cache__ = {}; -Module['PxArticulationReducedCoordinate'] = PxArticulationReducedCoordinate; - -PxArticulationReducedCoordinate.prototype['getScene'] = PxArticulationReducedCoordinate.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_getScene_0(self), PxScene); -};; - -PxArticulationReducedCoordinate.prototype['setSolverIterationCounts'] = PxArticulationReducedCoordinate.prototype.setSolverIterationCounts = /** @suppress {undefinedVars, duplicate} @this{Object} */function(minPositionIters, minVelocityIters) { - var self = this.ptr; - if (minPositionIters && typeof minPositionIters === 'object') minPositionIters = minPositionIters.ptr; - if (minVelocityIters && typeof minVelocityIters === 'object') minVelocityIters = minVelocityIters.ptr; - if (minVelocityIters === undefined) { _emscripten_bind_PxArticulationReducedCoordinate_setSolverIterationCounts_1(self, minPositionIters); return } - _emscripten_bind_PxArticulationReducedCoordinate_setSolverIterationCounts_2(self, minPositionIters, minVelocityIters); -};; - -PxArticulationReducedCoordinate.prototype['isSleeping'] = PxArticulationReducedCoordinate.prototype.isSleeping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxArticulationReducedCoordinate_isSleeping_0(self)); -};; - -PxArticulationReducedCoordinate.prototype['setSleepThreshold'] = PxArticulationReducedCoordinate.prototype.setSleepThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(threshold) { - var self = this.ptr; - if (threshold && typeof threshold === 'object') threshold = threshold.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_setSleepThreshold_1(self, threshold); -};; - -PxArticulationReducedCoordinate.prototype['getSleepThreshold'] = PxArticulationReducedCoordinate.prototype.getSleepThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getSleepThreshold_0(self); -};; - -PxArticulationReducedCoordinate.prototype['setStabilizationThreshold'] = PxArticulationReducedCoordinate.prototype.setStabilizationThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(threshold) { - var self = this.ptr; - if (threshold && typeof threshold === 'object') threshold = threshold.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_setStabilizationThreshold_1(self, threshold); -};; - -PxArticulationReducedCoordinate.prototype['getStabilizationThreshold'] = PxArticulationReducedCoordinate.prototype.getStabilizationThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getStabilizationThreshold_0(self); -};; - -PxArticulationReducedCoordinate.prototype['setWakeCounter'] = PxArticulationReducedCoordinate.prototype.setWakeCounter = /** @suppress {undefinedVars, duplicate} @this{Object} */function(wakeCounterValue) { - var self = this.ptr; - if (wakeCounterValue && typeof wakeCounterValue === 'object') wakeCounterValue = wakeCounterValue.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_setWakeCounter_1(self, wakeCounterValue); -};; - -PxArticulationReducedCoordinate.prototype['getWakeCounter'] = PxArticulationReducedCoordinate.prototype.getWakeCounter = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getWakeCounter_0(self); -};; - -PxArticulationReducedCoordinate.prototype['wakeUp'] = PxArticulationReducedCoordinate.prototype.wakeUp = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_wakeUp_0(self); -};; - -PxArticulationReducedCoordinate.prototype['putToSleep'] = PxArticulationReducedCoordinate.prototype.putToSleep = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_putToSleep_0(self); -};; - -PxArticulationReducedCoordinate.prototype['setMaxCOMLinearVelocity'] = PxArticulationReducedCoordinate.prototype.setMaxCOMLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(maxLinerVelocity) { - var self = this.ptr; - if (maxLinerVelocity && typeof maxLinerVelocity === 'object') maxLinerVelocity = maxLinerVelocity.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_setMaxCOMLinearVelocity_1(self, maxLinerVelocity); -};; - -PxArticulationReducedCoordinate.prototype['getMaxCOMLinearVelocity'] = PxArticulationReducedCoordinate.prototype.getMaxCOMLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getMaxCOMLinearVelocity_0(self); -};; - -PxArticulationReducedCoordinate.prototype['setMaxCOMAngularVelocity'] = PxArticulationReducedCoordinate.prototype.setMaxCOMAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(maxAngularVelocity) { - var self = this.ptr; - if (maxAngularVelocity && typeof maxAngularVelocity === 'object') maxAngularVelocity = maxAngularVelocity.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_setMaxCOMAngularVelocity_1(self, maxAngularVelocity); -};; - -PxArticulationReducedCoordinate.prototype['getMaxCOMAngularVelocity'] = PxArticulationReducedCoordinate.prototype.getMaxCOMAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getMaxCOMAngularVelocity_0(self); -};; - -PxArticulationReducedCoordinate.prototype['createLink'] = PxArticulationReducedCoordinate.prototype.createLink = /** @suppress {undefinedVars, duplicate} @this{Object} */function(parent, pose) { - var self = this.ptr; - if (parent && typeof parent === 'object') parent = parent.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_createLink_2(self, parent, pose), PxArticulationLink); -};; - -PxArticulationReducedCoordinate.prototype['getNbLinks'] = PxArticulationReducedCoordinate.prototype.getNbLinks = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getNbLinks_0(self); -};; - -PxArticulationReducedCoordinate.prototype['getNbShapes'] = PxArticulationReducedCoordinate.prototype.getNbShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getNbShapes_0(self); -};; - -PxArticulationReducedCoordinate.prototype['setName'] = PxArticulationReducedCoordinate.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxArticulationReducedCoordinate_setName_1(self, name); -};; - -PxArticulationReducedCoordinate.prototype['getName'] = PxArticulationReducedCoordinate.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxArticulationReducedCoordinate_getName_0(self)); -};; - -PxArticulationReducedCoordinate.prototype['getWorldBounds'] = PxArticulationReducedCoordinate.prototype.getWorldBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inflation) { - var self = this.ptr; - if (inflation && typeof inflation === 'object') inflation = inflation.ptr; - if (inflation === undefined) { return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_getWorldBounds_0(self), PxBounds3) } - return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_getWorldBounds_1(self, inflation), PxBounds3); -};; - -PxArticulationReducedCoordinate.prototype['getAggregate'] = PxArticulationReducedCoordinate.prototype.getAggregate = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_getAggregate_0(self), PxAggregate); -};; - -PxArticulationReducedCoordinate.prototype['setArticulationFlags'] = PxArticulationReducedCoordinate.prototype.setArticulationFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_setArticulationFlags_1(self, flags); -};; - -PxArticulationReducedCoordinate.prototype['setArticulationFlag'] = PxArticulationReducedCoordinate.prototype.setArticulationFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_setArticulationFlag_2(self, flag, value); -};; - -PxArticulationReducedCoordinate.prototype['getArticulationFlags'] = PxArticulationReducedCoordinate.prototype.getArticulationFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_getArticulationFlags_0(self), PxArticulationFlags); -};; - -PxArticulationReducedCoordinate.prototype['getDofs'] = PxArticulationReducedCoordinate.prototype.getDofs = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getDofs_0(self); -};; - -PxArticulationReducedCoordinate.prototype['createCache'] = PxArticulationReducedCoordinate.prototype.createCache = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_createCache_0(self), PxArticulationCache); -};; - -PxArticulationReducedCoordinate.prototype['getCacheDataSize'] = PxArticulationReducedCoordinate.prototype.getCacheDataSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getCacheDataSize_0(self); -};; - -PxArticulationReducedCoordinate.prototype['zeroCache'] = PxArticulationReducedCoordinate.prototype.zeroCache = /** @suppress {undefinedVars, duplicate} @this{Object} */function(cache) { - var self = this.ptr; - if (cache && typeof cache === 'object') cache = cache.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_zeroCache_1(self, cache); -};; - -PxArticulationReducedCoordinate.prototype['applyCache'] = PxArticulationReducedCoordinate.prototype.applyCache = /** @suppress {undefinedVars, duplicate} @this{Object} */function(cache, flags, autowake) { - var self = this.ptr; - if (cache && typeof cache === 'object') cache = cache.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxArticulationReducedCoordinate_applyCache_2(self, cache, flags); return } - _emscripten_bind_PxArticulationReducedCoordinate_applyCache_3(self, cache, flags, autowake); -};; - -PxArticulationReducedCoordinate.prototype['copyInternalStateToCache'] = PxArticulationReducedCoordinate.prototype.copyInternalStateToCache = /** @suppress {undefinedVars, duplicate} @this{Object} */function(cache, flags) { - var self = this.ptr; - if (cache && typeof cache === 'object') cache = cache.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_copyInternalStateToCache_2(self, cache, flags); -};; - -PxArticulationReducedCoordinate.prototype['commonInit'] = PxArticulationReducedCoordinate.prototype.commonInit = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_commonInit_0(self); -};; - -PxArticulationReducedCoordinate.prototype['computeGeneralizedGravityForce'] = PxArticulationReducedCoordinate.prototype.computeGeneralizedGravityForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(cache) { - var self = this.ptr; - if (cache && typeof cache === 'object') cache = cache.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedGravityForce_1(self, cache); -};; - -PxArticulationReducedCoordinate.prototype['computeCoriolisAndCentrifugalForce'] = PxArticulationReducedCoordinate.prototype.computeCoriolisAndCentrifugalForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(cache) { - var self = this.ptr; - if (cache && typeof cache === 'object') cache = cache.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_computeCoriolisAndCentrifugalForce_1(self, cache); -};; - -PxArticulationReducedCoordinate.prototype['computeGeneralizedExternalForce'] = PxArticulationReducedCoordinate.prototype.computeGeneralizedExternalForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(cache) { - var self = this.ptr; - if (cache && typeof cache === 'object') cache = cache.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedExternalForce_1(self, cache); -};; - -PxArticulationReducedCoordinate.prototype['computeJointAcceleration'] = PxArticulationReducedCoordinate.prototype.computeJointAcceleration = /** @suppress {undefinedVars, duplicate} @this{Object} */function(cache) { - var self = this.ptr; - if (cache && typeof cache === 'object') cache = cache.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_computeJointAcceleration_1(self, cache); -};; - -PxArticulationReducedCoordinate.prototype['computeJointForce'] = PxArticulationReducedCoordinate.prototype.computeJointForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(cache) { - var self = this.ptr; - if (cache && typeof cache === 'object') cache = cache.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_computeJointForce_1(self, cache); -};; - -PxArticulationReducedCoordinate.prototype['computeCoefficientMatrix'] = PxArticulationReducedCoordinate.prototype.computeCoefficientMatrix = /** @suppress {undefinedVars, duplicate} @this{Object} */function(cache) { - var self = this.ptr; - if (cache && typeof cache === 'object') cache = cache.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_computeCoefficientMatrix_1(self, cache); -};; - -PxArticulationReducedCoordinate.prototype['computeGeneralizedMassMatrix'] = PxArticulationReducedCoordinate.prototype.computeGeneralizedMassMatrix = /** @suppress {undefinedVars, duplicate} @this{Object} */function(cache) { - var self = this.ptr; - if (cache && typeof cache === 'object') cache = cache.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_computeGeneralizedMassMatrix_1(self, cache); -};; - -PxArticulationReducedCoordinate.prototype['addLoopJoint'] = PxArticulationReducedCoordinate.prototype.addLoopJoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(joint) { - var self = this.ptr; - if (joint && typeof joint === 'object') joint = joint.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_addLoopJoint_1(self, joint); -};; - -PxArticulationReducedCoordinate.prototype['removeLoopJoint'] = PxArticulationReducedCoordinate.prototype.removeLoopJoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(joint) { - var self = this.ptr; - if (joint && typeof joint === 'object') joint = joint.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_removeLoopJoint_1(self, joint); -};; - -PxArticulationReducedCoordinate.prototype['getNbLoopJoints'] = PxArticulationReducedCoordinate.prototype.getNbLoopJoints = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getNbLoopJoints_0(self); -};; - -PxArticulationReducedCoordinate.prototype['getCoefficientMatrixSize'] = PxArticulationReducedCoordinate.prototype.getCoefficientMatrixSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getCoefficientMatrixSize_0(self); -};; - -PxArticulationReducedCoordinate.prototype['setRootGlobalPose'] = PxArticulationReducedCoordinate.prototype.setRootGlobalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose, autowake) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxArticulationReducedCoordinate_setRootGlobalPose_1(self, pose); return } - _emscripten_bind_PxArticulationReducedCoordinate_setRootGlobalPose_2(self, pose, autowake); -};; - -PxArticulationReducedCoordinate.prototype['getRootGlobalPose'] = PxArticulationReducedCoordinate.prototype.getRootGlobalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_getRootGlobalPose_0(self), PxTransform); -};; - -PxArticulationReducedCoordinate.prototype['setRootLinearVelocity'] = PxArticulationReducedCoordinate.prototype.setRootLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(linearVelocity, autowake) { - var self = this.ptr; - if (linearVelocity && typeof linearVelocity === 'object') linearVelocity = linearVelocity.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxArticulationReducedCoordinate_setRootLinearVelocity_1(self, linearVelocity); return } - _emscripten_bind_PxArticulationReducedCoordinate_setRootLinearVelocity_2(self, linearVelocity, autowake); -};; - -PxArticulationReducedCoordinate.prototype['getRootLinearVelocity'] = PxArticulationReducedCoordinate.prototype.getRootLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_getRootLinearVelocity_0(self), PxVec3); -};; - -PxArticulationReducedCoordinate.prototype['setRootAngularVelocity'] = PxArticulationReducedCoordinate.prototype.setRootAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(angularVelocity, autowake) { - var self = this.ptr; - if (angularVelocity && typeof angularVelocity === 'object') angularVelocity = angularVelocity.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxArticulationReducedCoordinate_setRootAngularVelocity_1(self, angularVelocity); return } - _emscripten_bind_PxArticulationReducedCoordinate_setRootAngularVelocity_2(self, angularVelocity, autowake); -};; - -PxArticulationReducedCoordinate.prototype['getRootAngularVelocity'] = PxArticulationReducedCoordinate.prototype.getRootAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_getRootAngularVelocity_0(self), PxVec3); -};; - -PxArticulationReducedCoordinate.prototype['getLinkAcceleration'] = PxArticulationReducedCoordinate.prototype.getLinkAcceleration = /** @suppress {undefinedVars, duplicate} @this{Object} */function(linkId) { - var self = this.ptr; - if (linkId && typeof linkId === 'object') linkId = linkId.ptr; - return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_getLinkAcceleration_1(self, linkId), PxSpatialVelocity); -};; - -PxArticulationReducedCoordinate.prototype['getGpuArticulationIndex'] = PxArticulationReducedCoordinate.prototype.getGpuArticulationIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getGpuArticulationIndex_0(self); -};; - -PxArticulationReducedCoordinate.prototype['createSpatialTendon'] = PxArticulationReducedCoordinate.prototype.createSpatialTendon = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_createSpatialTendon_0(self), PxArticulationSpatialTendon); -};; - -PxArticulationReducedCoordinate.prototype['createFixedTendon'] = PxArticulationReducedCoordinate.prototype.createFixedTendon = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_createFixedTendon_0(self), PxArticulationFixedTendon); -};; - -PxArticulationReducedCoordinate.prototype['createSensor'] = PxArticulationReducedCoordinate.prototype.createSensor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(link, relativePose) { - var self = this.ptr; - if (link && typeof link === 'object') link = link.ptr; - if (relativePose && typeof relativePose === 'object') relativePose = relativePose.ptr; - return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_createSensor_2(self, link, relativePose), PxArticulationSensor); -};; - -PxArticulationReducedCoordinate.prototype['getNbSpatialTendons'] = PxArticulationReducedCoordinate.prototype.getNbSpatialTendons = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getNbSpatialTendons_0(self); -};; - -PxArticulationReducedCoordinate.prototype['getNbFixedTendons'] = PxArticulationReducedCoordinate.prototype.getNbFixedTendons = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getNbFixedTendons_0(self); -};; - -PxArticulationReducedCoordinate.prototype['getNbSensors'] = PxArticulationReducedCoordinate.prototype.getNbSensors = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getNbSensors_0(self); -};; - -PxArticulationReducedCoordinate.prototype['updateKinematic'] = PxArticulationReducedCoordinate.prototype.updateKinematic = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_updateKinematic_1(self, flags); -};; - -PxArticulationReducedCoordinate.prototype['release'] = PxArticulationReducedCoordinate.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_release_0(self); -};; - -PxArticulationReducedCoordinate.prototype['getConcreteTypeName'] = PxArticulationReducedCoordinate.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxArticulationReducedCoordinate_getConcreteTypeName_0(self)); -};; - -PxArticulationReducedCoordinate.prototype['getConcreteType'] = PxArticulationReducedCoordinate.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationReducedCoordinate_getConcreteType_0(self); -};; - -PxArticulationReducedCoordinate.prototype['setBaseFlag'] = PxArticulationReducedCoordinate.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_setBaseFlag_2(self, flag, value); -};; - -PxArticulationReducedCoordinate.prototype['setBaseFlags'] = PxArticulationReducedCoordinate.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxArticulationReducedCoordinate_setBaseFlags_1(self, inFlags); -};; - -PxArticulationReducedCoordinate.prototype['getBaseFlags'] = PxArticulationReducedCoordinate.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationReducedCoordinate_getBaseFlags_0(self), PxBaseFlags); -};; - -PxArticulationReducedCoordinate.prototype['isReleasable'] = PxArticulationReducedCoordinate.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxArticulationReducedCoordinate_isReleasable_0(self)); -};; - - PxArticulationReducedCoordinate.prototype['__destroy__'] = PxArticulationReducedCoordinate.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationReducedCoordinate___destroy___0(self); -}; -// PxArticulationRootLinkData -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationRootLinkData() { - this.ptr = _emscripten_bind_PxArticulationRootLinkData_PxArticulationRootLinkData_0(); - getCache(PxArticulationRootLinkData)[this.ptr] = this; -};; -PxArticulationRootLinkData.prototype = Object.create(WrapperObject.prototype); -PxArticulationRootLinkData.prototype.constructor = PxArticulationRootLinkData; -PxArticulationRootLinkData.prototype.__class__ = PxArticulationRootLinkData; -PxArticulationRootLinkData.__cache__ = {}; -Module['PxArticulationRootLinkData'] = PxArticulationRootLinkData; - - PxArticulationRootLinkData.prototype['get_transform'] = PxArticulationRootLinkData.prototype.get_transform = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationRootLinkData_get_transform_0(self), PxTransform); -}; - PxArticulationRootLinkData.prototype['set_transform'] = PxArticulationRootLinkData.prototype.set_transform = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationRootLinkData_set_transform_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationRootLinkData.prototype, 'transform', { get: PxArticulationRootLinkData.prototype.get_transform, set: PxArticulationRootLinkData.prototype.set_transform }); - PxArticulationRootLinkData.prototype['get_worldLinVel'] = PxArticulationRootLinkData.prototype.get_worldLinVel = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationRootLinkData_get_worldLinVel_0(self), PxVec3); -}; - PxArticulationRootLinkData.prototype['set_worldLinVel'] = PxArticulationRootLinkData.prototype.set_worldLinVel = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationRootLinkData_set_worldLinVel_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationRootLinkData.prototype, 'worldLinVel', { get: PxArticulationRootLinkData.prototype.get_worldLinVel, set: PxArticulationRootLinkData.prototype.set_worldLinVel }); - PxArticulationRootLinkData.prototype['get_worldAngVel'] = PxArticulationRootLinkData.prototype.get_worldAngVel = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationRootLinkData_get_worldAngVel_0(self), PxVec3); -}; - PxArticulationRootLinkData.prototype['set_worldAngVel'] = PxArticulationRootLinkData.prototype.set_worldAngVel = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationRootLinkData_set_worldAngVel_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationRootLinkData.prototype, 'worldAngVel', { get: PxArticulationRootLinkData.prototype.get_worldAngVel, set: PxArticulationRootLinkData.prototype.set_worldAngVel }); - PxArticulationRootLinkData.prototype['get_worldLinAccel'] = PxArticulationRootLinkData.prototype.get_worldLinAccel = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationRootLinkData_get_worldLinAccel_0(self), PxVec3); -}; - PxArticulationRootLinkData.prototype['set_worldLinAccel'] = PxArticulationRootLinkData.prototype.set_worldLinAccel = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationRootLinkData_set_worldLinAccel_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationRootLinkData.prototype, 'worldLinAccel', { get: PxArticulationRootLinkData.prototype.get_worldLinAccel, set: PxArticulationRootLinkData.prototype.set_worldLinAccel }); - PxArticulationRootLinkData.prototype['get_worldAngAccel'] = PxArticulationRootLinkData.prototype.get_worldAngAccel = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationRootLinkData_get_worldAngAccel_0(self), PxVec3); -}; - PxArticulationRootLinkData.prototype['set_worldAngAccel'] = PxArticulationRootLinkData.prototype.set_worldAngAccel = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationRootLinkData_set_worldAngAccel_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationRootLinkData.prototype, 'worldAngAccel', { get: PxArticulationRootLinkData.prototype.get_worldAngAccel, set: PxArticulationRootLinkData.prototype.set_worldAngAccel }); - PxArticulationRootLinkData.prototype['__destroy__'] = PxArticulationRootLinkData.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationRootLinkData___destroy___0(self); -}; -// PxArticulationSensor -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationSensor() { throw "cannot construct a PxArticulationSensor, no constructor in IDL" } -PxArticulationSensor.prototype = Object.create(PxBase.prototype); -PxArticulationSensor.prototype.constructor = PxArticulationSensor; -PxArticulationSensor.prototype.__class__ = PxArticulationSensor; -PxArticulationSensor.__cache__ = {}; -Module['PxArticulationSensor'] = PxArticulationSensor; - -PxArticulationSensor.prototype['getForces'] = PxArticulationSensor.prototype.getForces = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationSensor_getForces_0(self), PxSpatialForce); -};; - -PxArticulationSensor.prototype['getRelativePose'] = PxArticulationSensor.prototype.getRelativePose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationSensor_getRelativePose_0(self), PxTransform); -};; - -PxArticulationSensor.prototype['setRelativePose'] = PxArticulationSensor.prototype.setRelativePose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - _emscripten_bind_PxArticulationSensor_setRelativePose_1(self, pose); -};; - -PxArticulationSensor.prototype['getLink'] = PxArticulationSensor.prototype.getLink = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationSensor_getLink_0(self), PxArticulationLink); -};; - -PxArticulationSensor.prototype['getIndex'] = PxArticulationSensor.prototype.getIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationSensor_getIndex_0(self); -};; - -PxArticulationSensor.prototype['getArticulation'] = PxArticulationSensor.prototype.getArticulation = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationSensor_getArticulation_0(self), PxArticulationReducedCoordinate); -};; - -PxArticulationSensor.prototype['getFlags'] = PxArticulationSensor.prototype.getFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationSensor_getFlags_0(self), PxArticulationSensorFlags); -};; - -PxArticulationSensor.prototype['setFlag'] = PxArticulationSensor.prototype.setFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, enabled) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (enabled && typeof enabled === 'object') enabled = enabled.ptr; - _emscripten_bind_PxArticulationSensor_setFlag_2(self, flag, enabled); -};; - -PxArticulationSensor.prototype['release'] = PxArticulationSensor.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationSensor_release_0(self); -};; - -PxArticulationSensor.prototype['getConcreteTypeName'] = PxArticulationSensor.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxArticulationSensor_getConcreteTypeName_0(self)); -};; - -PxArticulationSensor.prototype['getConcreteType'] = PxArticulationSensor.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationSensor_getConcreteType_0(self); -};; - -PxArticulationSensor.prototype['setBaseFlag'] = PxArticulationSensor.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArticulationSensor_setBaseFlag_2(self, flag, value); -};; - -PxArticulationSensor.prototype['setBaseFlags'] = PxArticulationSensor.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxArticulationSensor_setBaseFlags_1(self, inFlags); -};; - -PxArticulationSensor.prototype['getBaseFlags'] = PxArticulationSensor.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationSensor_getBaseFlags_0(self), PxBaseFlags); -};; - -PxArticulationSensor.prototype['isReleasable'] = PxArticulationSensor.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxArticulationSensor_isReleasable_0(self)); -};; - - PxArticulationSensor.prototype['get_userData'] = PxArticulationSensor.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationSensor_get_userData_0(self), VoidPtr); -}; - PxArticulationSensor.prototype['set_userData'] = PxArticulationSensor.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationSensor_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationSensor.prototype, 'userData', { get: PxArticulationSensor.prototype.get_userData, set: PxArticulationSensor.prototype.set_userData }); - PxArticulationSensor.prototype['__destroy__'] = PxArticulationSensor.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationSensor___destroy___0(self); -}; -// PxArticulationSensorFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationSensorFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxArticulationSensorFlags_PxArticulationSensorFlags_1(flags); - getCache(PxArticulationSensorFlags)[this.ptr] = this; -};; -PxArticulationSensorFlags.prototype = Object.create(WrapperObject.prototype); -PxArticulationSensorFlags.prototype.constructor = PxArticulationSensorFlags; -PxArticulationSensorFlags.prototype.__class__ = PxArticulationSensorFlags; -PxArticulationSensorFlags.__cache__ = {}; -Module['PxArticulationSensorFlags'] = PxArticulationSensorFlags; - -PxArticulationSensorFlags.prototype['isSet'] = PxArticulationSensorFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxArticulationSensorFlags_isSet_1(self, flag)); -};; - -PxArticulationSensorFlags.prototype['raise'] = PxArticulationSensorFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxArticulationSensorFlags_raise_1(self, flag); -};; - -PxArticulationSensorFlags.prototype['clear'] = PxArticulationSensorFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxArticulationSensorFlags_clear_1(self, flag); -};; - - PxArticulationSensorFlags.prototype['__destroy__'] = PxArticulationSensorFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationSensorFlags___destroy___0(self); -}; -// PxArticulationSpatialTendon -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationSpatialTendon() { throw "cannot construct a PxArticulationSpatialTendon, no constructor in IDL" } -PxArticulationSpatialTendon.prototype = Object.create(PxArticulationTendon.prototype); -PxArticulationSpatialTendon.prototype.constructor = PxArticulationSpatialTendon; -PxArticulationSpatialTendon.prototype.__class__ = PxArticulationSpatialTendon; -PxArticulationSpatialTendon.__cache__ = {}; -Module['PxArticulationSpatialTendon'] = PxArticulationSpatialTendon; - -PxArticulationSpatialTendon.prototype['createAttachment'] = PxArticulationSpatialTendon.prototype.createAttachment = /** @suppress {undefinedVars, duplicate} @this{Object} */function(parent, coefficient, relativeOffset, link) { - var self = this.ptr; - if (parent && typeof parent === 'object') parent = parent.ptr; - if (coefficient && typeof coefficient === 'object') coefficient = coefficient.ptr; - if (relativeOffset && typeof relativeOffset === 'object') relativeOffset = relativeOffset.ptr; - if (link && typeof link === 'object') link = link.ptr; - return wrapPointer(_emscripten_bind_PxArticulationSpatialTendon_createAttachment_4(self, parent, coefficient, relativeOffset, link), PxArticulationAttachment); -};; - -PxArticulationSpatialTendon.prototype['getNbAttachments'] = PxArticulationSpatialTendon.prototype.getNbAttachments = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationSpatialTendon_getNbAttachments_0(self); -};; - -PxArticulationSpatialTendon.prototype['setStiffness'] = PxArticulationSpatialTendon.prototype.setStiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(stiffness) { - var self = this.ptr; - if (stiffness && typeof stiffness === 'object') stiffness = stiffness.ptr; - _emscripten_bind_PxArticulationSpatialTendon_setStiffness_1(self, stiffness); -};; - -PxArticulationSpatialTendon.prototype['getStiffness'] = PxArticulationSpatialTendon.prototype.getStiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationSpatialTendon_getStiffness_0(self); -};; - -PxArticulationSpatialTendon.prototype['setDamping'] = PxArticulationSpatialTendon.prototype.setDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(damping) { - var self = this.ptr; - if (damping && typeof damping === 'object') damping = damping.ptr; - _emscripten_bind_PxArticulationSpatialTendon_setDamping_1(self, damping); -};; - -PxArticulationSpatialTendon.prototype['getDamping'] = PxArticulationSpatialTendon.prototype.getDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationSpatialTendon_getDamping_0(self); -};; - -PxArticulationSpatialTendon.prototype['setLimitStiffness'] = PxArticulationSpatialTendon.prototype.setLimitStiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(stiffness) { - var self = this.ptr; - if (stiffness && typeof stiffness === 'object') stiffness = stiffness.ptr; - _emscripten_bind_PxArticulationSpatialTendon_setLimitStiffness_1(self, stiffness); -};; - -PxArticulationSpatialTendon.prototype['getLimitStiffness'] = PxArticulationSpatialTendon.prototype.getLimitStiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationSpatialTendon_getLimitStiffness_0(self); -};; - -PxArticulationSpatialTendon.prototype['setOffset'] = PxArticulationSpatialTendon.prototype.setOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(offset, autowake) { - var self = this.ptr; - if (offset && typeof offset === 'object') offset = offset.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxArticulationSpatialTendon_setOffset_1(self, offset); return } - _emscripten_bind_PxArticulationSpatialTendon_setOffset_2(self, offset, autowake); -};; - -PxArticulationSpatialTendon.prototype['getOffset'] = PxArticulationSpatialTendon.prototype.getOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationSpatialTendon_getOffset_0(self); -};; - -PxArticulationSpatialTendon.prototype['getArticulation'] = PxArticulationSpatialTendon.prototype.getArticulation = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationSpatialTendon_getArticulation_0(self), PxArticulationReducedCoordinate); -};; - -PxArticulationSpatialTendon.prototype['release'] = PxArticulationSpatialTendon.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationSpatialTendon_release_0(self); -};; - -PxArticulationSpatialTendon.prototype['getConcreteTypeName'] = PxArticulationSpatialTendon.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxArticulationSpatialTendon_getConcreteTypeName_0(self)); -};; - -PxArticulationSpatialTendon.prototype['getConcreteType'] = PxArticulationSpatialTendon.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationSpatialTendon_getConcreteType_0(self); -};; - -PxArticulationSpatialTendon.prototype['setBaseFlag'] = PxArticulationSpatialTendon.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxArticulationSpatialTendon_setBaseFlag_2(self, flag, value); -};; - -PxArticulationSpatialTendon.prototype['setBaseFlags'] = PxArticulationSpatialTendon.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxArticulationSpatialTendon_setBaseFlags_1(self, inFlags); -};; - -PxArticulationSpatialTendon.prototype['getBaseFlags'] = PxArticulationSpatialTendon.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationSpatialTendon_getBaseFlags_0(self), PxBaseFlags); -};; - -PxArticulationSpatialTendon.prototype['isReleasable'] = PxArticulationSpatialTendon.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxArticulationSpatialTendon_isReleasable_0(self)); -};; - - PxArticulationSpatialTendon.prototype['__destroy__'] = PxArticulationSpatialTendon.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationSpatialTendon___destroy___0(self); -}; -// PxArticulationTendonJoint -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationTendonJoint() { throw "cannot construct a PxArticulationTendonJoint, no constructor in IDL" } -PxArticulationTendonJoint.prototype = Object.create(WrapperObject.prototype); -PxArticulationTendonJoint.prototype.constructor = PxArticulationTendonJoint; -PxArticulationTendonJoint.prototype.__class__ = PxArticulationTendonJoint; -PxArticulationTendonJoint.__cache__ = {}; -Module['PxArticulationTendonJoint'] = PxArticulationTendonJoint; - -PxArticulationTendonJoint.prototype['setCoefficient'] = PxArticulationTendonJoint.prototype.setCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis, coefficient, recipCoefficient) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - if (coefficient && typeof coefficient === 'object') coefficient = coefficient.ptr; - if (recipCoefficient && typeof recipCoefficient === 'object') recipCoefficient = recipCoefficient.ptr; - _emscripten_bind_PxArticulationTendonJoint_setCoefficient_3(self, axis, coefficient, recipCoefficient); -};; - -PxArticulationTendonJoint.prototype['getLink'] = PxArticulationTendonJoint.prototype.getLink = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationTendonJoint_getLink_0(self), PxArticulationLink); -};; - -PxArticulationTendonJoint.prototype['getParent'] = PxArticulationTendonJoint.prototype.getParent = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationTendonJoint_getParent_0(self), PxArticulationTendonJoint); -};; - -PxArticulationTendonJoint.prototype['getTendon'] = PxArticulationTendonJoint.prototype.getTendon = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationTendonJoint_getTendon_0(self), PxArticulationFixedTendon); -};; - -PxArticulationTendonJoint.prototype['release'] = PxArticulationTendonJoint.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationTendonJoint_release_0(self); -};; - - PxArticulationTendonJoint.prototype['get_userData'] = PxArticulationTendonJoint.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxArticulationTendonJoint_get_userData_0(self), VoidPtr); -}; - PxArticulationTendonJoint.prototype['set_userData'] = PxArticulationTendonJoint.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationTendonJoint_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationTendonJoint.prototype, 'userData', { get: PxArticulationTendonJoint.prototype.get_userData, set: PxArticulationTendonJoint.prototype.set_userData }); - PxArticulationTendonJoint.prototype['__destroy__'] = PxArticulationTendonJoint.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationTendonJoint___destroy___0(self); -}; -// PxArticulationTendonLimit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxArticulationTendonLimit() { throw "cannot construct a PxArticulationTendonLimit, no constructor in IDL" } -PxArticulationTendonLimit.prototype = Object.create(WrapperObject.prototype); -PxArticulationTendonLimit.prototype.constructor = PxArticulationTendonLimit; -PxArticulationTendonLimit.prototype.__class__ = PxArticulationTendonLimit; -PxArticulationTendonLimit.__cache__ = {}; -Module['PxArticulationTendonLimit'] = PxArticulationTendonLimit; - - PxArticulationTendonLimit.prototype['get_lowLimit'] = PxArticulationTendonLimit.prototype.get_lowLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationTendonLimit_get_lowLimit_0(self); -}; - PxArticulationTendonLimit.prototype['set_lowLimit'] = PxArticulationTendonLimit.prototype.set_lowLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationTendonLimit_set_lowLimit_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationTendonLimit.prototype, 'lowLimit', { get: PxArticulationTendonLimit.prototype.get_lowLimit, set: PxArticulationTendonLimit.prototype.set_lowLimit }); - PxArticulationTendonLimit.prototype['get_highLimit'] = PxArticulationTendonLimit.prototype.get_highLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxArticulationTendonLimit_get_highLimit_0(self); -}; - PxArticulationTendonLimit.prototype['set_highLimit'] = PxArticulationTendonLimit.prototype.set_highLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxArticulationTendonLimit_set_highLimit_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxArticulationTendonLimit.prototype, 'highLimit', { get: PxArticulationTendonLimit.prototype.get_highLimit, set: PxArticulationTendonLimit.prototype.set_highLimit }); - PxArticulationTendonLimit.prototype['__destroy__'] = PxArticulationTendonLimit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxArticulationTendonLimit___destroy___0(self); -}; -// PxBVH -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBVH() { throw "cannot construct a PxBVH, no constructor in IDL" } -PxBVH.prototype = Object.create(PxBase.prototype); -PxBVH.prototype.constructor = PxBVH; -PxBVH.prototype.__class__ = PxBVH; -PxBVH.__cache__ = {}; -Module['PxBVH'] = PxBVH; - -PxBVH.prototype['release'] = PxBVH.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBVH_release_0(self); -};; - -PxBVH.prototype['getConcreteTypeName'] = PxBVH.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxBVH_getConcreteTypeName_0(self)); -};; - -PxBVH.prototype['getConcreteType'] = PxBVH.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBVH_getConcreteType_0(self); -};; - -PxBVH.prototype['setBaseFlag'] = PxBVH.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxBVH_setBaseFlag_2(self, flag, value); -};; - -PxBVH.prototype['setBaseFlags'] = PxBVH.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxBVH_setBaseFlags_1(self, inFlags); -};; - -PxBVH.prototype['getBaseFlags'] = PxBVH.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBVH_getBaseFlags_0(self), PxBaseFlags); -};; - -PxBVH.prototype['isReleasable'] = PxBVH.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxBVH_isReleasable_0(self)); -};; - -// PxBVH33MidphaseDesc -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBVH33MidphaseDesc() { throw "cannot construct a PxBVH33MidphaseDesc, no constructor in IDL" } -PxBVH33MidphaseDesc.prototype = Object.create(WrapperObject.prototype); -PxBVH33MidphaseDesc.prototype.constructor = PxBVH33MidphaseDesc; -PxBVH33MidphaseDesc.prototype.__class__ = PxBVH33MidphaseDesc; -PxBVH33MidphaseDesc.__cache__ = {}; -Module['PxBVH33MidphaseDesc'] = PxBVH33MidphaseDesc; - -PxBVH33MidphaseDesc.prototype['setToDefault'] = PxBVH33MidphaseDesc.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBVH33MidphaseDesc_setToDefault_0(self); -};; - -PxBVH33MidphaseDesc.prototype['isValid'] = PxBVH33MidphaseDesc.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxBVH33MidphaseDesc_isValid_0(self)); -};; - - PxBVH33MidphaseDesc.prototype['get_meshSizePerformanceTradeOff'] = PxBVH33MidphaseDesc.prototype.get_meshSizePerformanceTradeOff = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBVH33MidphaseDesc_get_meshSizePerformanceTradeOff_0(self); -}; - PxBVH33MidphaseDesc.prototype['set_meshSizePerformanceTradeOff'] = PxBVH33MidphaseDesc.prototype.set_meshSizePerformanceTradeOff = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBVH33MidphaseDesc_set_meshSizePerformanceTradeOff_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBVH33MidphaseDesc.prototype, 'meshSizePerformanceTradeOff', { get: PxBVH33MidphaseDesc.prototype.get_meshSizePerformanceTradeOff, set: PxBVH33MidphaseDesc.prototype.set_meshSizePerformanceTradeOff }); - PxBVH33MidphaseDesc.prototype['get_meshCookingHint'] = PxBVH33MidphaseDesc.prototype.get_meshCookingHint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBVH33MidphaseDesc_get_meshCookingHint_0(self); -}; - PxBVH33MidphaseDesc.prototype['set_meshCookingHint'] = PxBVH33MidphaseDesc.prototype.set_meshCookingHint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBVH33MidphaseDesc_set_meshCookingHint_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBVH33MidphaseDesc.prototype, 'meshCookingHint', { get: PxBVH33MidphaseDesc.prototype.get_meshCookingHint, set: PxBVH33MidphaseDesc.prototype.set_meshCookingHint }); - PxBVH33MidphaseDesc.prototype['__destroy__'] = PxBVH33MidphaseDesc.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBVH33MidphaseDesc___destroy___0(self); -}; -// PxBVH34MidphaseDesc -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBVH34MidphaseDesc() { throw "cannot construct a PxBVH34MidphaseDesc, no constructor in IDL" } -PxBVH34MidphaseDesc.prototype = Object.create(WrapperObject.prototype); -PxBVH34MidphaseDesc.prototype.constructor = PxBVH34MidphaseDesc; -PxBVH34MidphaseDesc.prototype.__class__ = PxBVH34MidphaseDesc; -PxBVH34MidphaseDesc.__cache__ = {}; -Module['PxBVH34MidphaseDesc'] = PxBVH34MidphaseDesc; - -PxBVH34MidphaseDesc.prototype['setToDefault'] = PxBVH34MidphaseDesc.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBVH34MidphaseDesc_setToDefault_0(self); -};; - -PxBVH34MidphaseDesc.prototype['isValid'] = PxBVH34MidphaseDesc.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxBVH34MidphaseDesc_isValid_0(self)); -};; - - PxBVH34MidphaseDesc.prototype['get_numPrimsPerLeaf'] = PxBVH34MidphaseDesc.prototype.get_numPrimsPerLeaf = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBVH34MidphaseDesc_get_numPrimsPerLeaf_0(self); -}; - PxBVH34MidphaseDesc.prototype['set_numPrimsPerLeaf'] = PxBVH34MidphaseDesc.prototype.set_numPrimsPerLeaf = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBVH34MidphaseDesc_set_numPrimsPerLeaf_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBVH34MidphaseDesc.prototype, 'numPrimsPerLeaf', { get: PxBVH34MidphaseDesc.prototype.get_numPrimsPerLeaf, set: PxBVH34MidphaseDesc.prototype.set_numPrimsPerLeaf }); - PxBVH34MidphaseDesc.prototype['__destroy__'] = PxBVH34MidphaseDesc.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBVH34MidphaseDesc___destroy___0(self); -}; -// PxBaseFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBaseFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxBaseFlags_PxBaseFlags_1(flags); - getCache(PxBaseFlags)[this.ptr] = this; -};; -PxBaseFlags.prototype = Object.create(WrapperObject.prototype); -PxBaseFlags.prototype.constructor = PxBaseFlags; -PxBaseFlags.prototype.__class__ = PxBaseFlags; -PxBaseFlags.__cache__ = {}; -Module['PxBaseFlags'] = PxBaseFlags; - -PxBaseFlags.prototype['isSet'] = PxBaseFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxBaseFlags_isSet_1(self, flag)); -};; - -PxBaseFlags.prototype['raise'] = PxBaseFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxBaseFlags_raise_1(self, flag); -};; - -PxBaseFlags.prototype['clear'] = PxBaseFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxBaseFlags_clear_1(self, flag); -};; - - PxBaseFlags.prototype['__destroy__'] = PxBaseFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBaseFlags___destroy___0(self); -}; -// PxBaseTask -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBaseTask() { throw "cannot construct a PxBaseTask, no constructor in IDL" } -PxBaseTask.prototype = Object.create(WrapperObject.prototype); -PxBaseTask.prototype.constructor = PxBaseTask; -PxBaseTask.prototype.__class__ = PxBaseTask; -PxBaseTask.__cache__ = {}; -Module['PxBaseTask'] = PxBaseTask; - - PxBaseTask.prototype['__destroy__'] = PxBaseTask.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBaseTask___destroy___0(self); -}; -// PxBoundedData -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBoundedData() { - this.ptr = _emscripten_bind_PxBoundedData_PxBoundedData_0(); - getCache(PxBoundedData)[this.ptr] = this; -};; -PxBoundedData.prototype = Object.create(PxStridedData.prototype); -PxBoundedData.prototype.constructor = PxBoundedData; -PxBoundedData.prototype.__class__ = PxBoundedData; -PxBoundedData.__cache__ = {}; -Module['PxBoundedData'] = PxBoundedData; - - PxBoundedData.prototype['get_count'] = PxBoundedData.prototype.get_count = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoundedData_get_count_0(self); -}; - PxBoundedData.prototype['set_count'] = PxBoundedData.prototype.set_count = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoundedData_set_count_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoundedData.prototype, 'count', { get: PxBoundedData.prototype.get_count, set: PxBoundedData.prototype.set_count }); - PxBoundedData.prototype['get_stride'] = PxBoundedData.prototype.get_stride = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoundedData_get_stride_0(self); -}; - PxBoundedData.prototype['set_stride'] = PxBoundedData.prototype.set_stride = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoundedData_set_stride_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoundedData.prototype, 'stride', { get: PxBoundedData.prototype.get_stride, set: PxBoundedData.prototype.set_stride }); - PxBoundedData.prototype['get_data'] = PxBoundedData.prototype.get_data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoundedData_get_data_0(self), VoidPtr); -}; - PxBoundedData.prototype['set_data'] = PxBoundedData.prototype.set_data = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoundedData_set_data_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoundedData.prototype, 'data', { get: PxBoundedData.prototype.get_data, set: PxBoundedData.prototype.set_data }); - PxBoundedData.prototype['__destroy__'] = PxBoundedData.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBoundedData___destroy___0(self); -}; -// PxBounds3 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBounds3(minimum, maximum) { - if (minimum && typeof minimum === 'object') minimum = minimum.ptr; - if (maximum && typeof maximum === 'object') maximum = maximum.ptr; - if (minimum === undefined) { this.ptr = _emscripten_bind_PxBounds3_PxBounds3_0(); getCache(PxBounds3)[this.ptr] = this;return } - if (maximum === undefined) { this.ptr = _emscripten_bind_PxBounds3_PxBounds3_1(minimum); getCache(PxBounds3)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxBounds3_PxBounds3_2(minimum, maximum); - getCache(PxBounds3)[this.ptr] = this; -};; -PxBounds3.prototype = Object.create(WrapperObject.prototype); -PxBounds3.prototype.constructor = PxBounds3; -PxBounds3.prototype.__class__ = PxBounds3; -PxBounds3.__cache__ = {}; -Module['PxBounds3'] = PxBounds3; - -PxBounds3.prototype['setEmpty'] = PxBounds3.prototype.setEmpty = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBounds3_setEmpty_0(self); -};; - -PxBounds3.prototype['setMaximal'] = PxBounds3.prototype.setMaximal = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBounds3_setMaximal_0(self); -};; - -PxBounds3.prototype['include'] = PxBounds3.prototype.include = /** @suppress {undefinedVars, duplicate} @this{Object} */function(v) { - var self = this.ptr; - if (v && typeof v === 'object') v = v.ptr; - _emscripten_bind_PxBounds3_include_1(self, v); -};; - -PxBounds3.prototype['isEmpty'] = PxBounds3.prototype.isEmpty = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxBounds3_isEmpty_0(self)); -};; - -PxBounds3.prototype['intersects'] = PxBounds3.prototype.intersects = /** @suppress {undefinedVars, duplicate} @this{Object} */function(b) { - var self = this.ptr; - if (b && typeof b === 'object') b = b.ptr; - return !!(_emscripten_bind_PxBounds3_intersects_1(self, b)); -};; - -PxBounds3.prototype['intersects1D'] = PxBounds3.prototype.intersects1D = /** @suppress {undefinedVars, duplicate} @this{Object} */function(b, axis) { - var self = this.ptr; - if (b && typeof b === 'object') b = b.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - return !!(_emscripten_bind_PxBounds3_intersects1D_2(self, b, axis)); -};; - -PxBounds3.prototype['contains'] = PxBounds3.prototype.contains = /** @suppress {undefinedVars, duplicate} @this{Object} */function(v) { - var self = this.ptr; - if (v && typeof v === 'object') v = v.ptr; - return !!(_emscripten_bind_PxBounds3_contains_1(self, v)); -};; - -PxBounds3.prototype['isInside'] = PxBounds3.prototype.isInside = /** @suppress {undefinedVars, duplicate} @this{Object} */function(box) { - var self = this.ptr; - if (box && typeof box === 'object') box = box.ptr; - return !!(_emscripten_bind_PxBounds3_isInside_1(self, box)); -};; - -PxBounds3.prototype['getCenter'] = PxBounds3.prototype.getCenter = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBounds3_getCenter_0(self), PxVec3); -};; - -PxBounds3.prototype['getDimensions'] = PxBounds3.prototype.getDimensions = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBounds3_getDimensions_0(self), PxVec3); -};; - -PxBounds3.prototype['getExtents'] = PxBounds3.prototype.getExtents = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBounds3_getExtents_0(self), PxVec3); -};; - -PxBounds3.prototype['scaleSafe'] = PxBounds3.prototype.scaleSafe = /** @suppress {undefinedVars, duplicate} @this{Object} */function(scale) { - var self = this.ptr; - if (scale && typeof scale === 'object') scale = scale.ptr; - _emscripten_bind_PxBounds3_scaleSafe_1(self, scale); -};; - -PxBounds3.prototype['scaleFast'] = PxBounds3.prototype.scaleFast = /** @suppress {undefinedVars, duplicate} @this{Object} */function(scale) { - var self = this.ptr; - if (scale && typeof scale === 'object') scale = scale.ptr; - _emscripten_bind_PxBounds3_scaleFast_1(self, scale); -};; - -PxBounds3.prototype['fattenSafe'] = PxBounds3.prototype.fattenSafe = /** @suppress {undefinedVars, duplicate} @this{Object} */function(distance) { - var self = this.ptr; - if (distance && typeof distance === 'object') distance = distance.ptr; - _emscripten_bind_PxBounds3_fattenSafe_1(self, distance); -};; - -PxBounds3.prototype['fattenFast'] = PxBounds3.prototype.fattenFast = /** @suppress {undefinedVars, duplicate} @this{Object} */function(distance) { - var self = this.ptr; - if (distance && typeof distance === 'object') distance = distance.ptr; - _emscripten_bind_PxBounds3_fattenFast_1(self, distance); -};; - -PxBounds3.prototype['isFinite'] = PxBounds3.prototype.isFinite = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxBounds3_isFinite_0(self)); -};; - -PxBounds3.prototype['isValid'] = PxBounds3.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxBounds3_isValid_0(self)); -};; - - PxBounds3.prototype['get_minimum'] = PxBounds3.prototype.get_minimum = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBounds3_get_minimum_0(self), PxVec3); -}; - PxBounds3.prototype['set_minimum'] = PxBounds3.prototype.set_minimum = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBounds3_set_minimum_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBounds3.prototype, 'minimum', { get: PxBounds3.prototype.get_minimum, set: PxBounds3.prototype.set_minimum }); - PxBounds3.prototype['get_maximum'] = PxBounds3.prototype.get_maximum = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBounds3_get_maximum_0(self), PxVec3); -}; - PxBounds3.prototype['set_maximum'] = PxBounds3.prototype.set_maximum = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBounds3_set_maximum_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBounds3.prototype, 'maximum', { get: PxBounds3.prototype.get_maximum, set: PxBounds3.prototype.set_maximum }); - PxBounds3.prototype['__destroy__'] = PxBounds3.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBounds3___destroy___0(self); -}; -// PxBoxController -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBoxController() { throw "cannot construct a PxBoxController, no constructor in IDL" } -PxBoxController.prototype = Object.create(PxController.prototype); -PxBoxController.prototype.constructor = PxBoxController; -PxBoxController.prototype.__class__ = PxBoxController; -PxBoxController.__cache__ = {}; -Module['PxBoxController'] = PxBoxController; - -PxBoxController.prototype['getHalfHeight'] = PxBoxController.prototype.getHalfHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxController_getHalfHeight_0(self); -};; - -PxBoxController.prototype['getHalfSideExtent'] = PxBoxController.prototype.getHalfSideExtent = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxController_getHalfSideExtent_0(self); -};; - -PxBoxController.prototype['getHalfForwardExtent'] = PxBoxController.prototype.getHalfForwardExtent = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxController_getHalfForwardExtent_0(self); -};; - -PxBoxController.prototype['setHalfHeight'] = PxBoxController.prototype.setHalfHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function(halfHeight) { - var self = this.ptr; - if (halfHeight && typeof halfHeight === 'object') halfHeight = halfHeight.ptr; - return !!(_emscripten_bind_PxBoxController_setHalfHeight_1(self, halfHeight)); -};; - -PxBoxController.prototype['setHalfSideExtent'] = PxBoxController.prototype.setHalfSideExtent = /** @suppress {undefinedVars, duplicate} @this{Object} */function(halfSideExtent) { - var self = this.ptr; - if (halfSideExtent && typeof halfSideExtent === 'object') halfSideExtent = halfSideExtent.ptr; - return !!(_emscripten_bind_PxBoxController_setHalfSideExtent_1(self, halfSideExtent)); -};; - -PxBoxController.prototype['setHalfForwardExtent'] = PxBoxController.prototype.setHalfForwardExtent = /** @suppress {undefinedVars, duplicate} @this{Object} */function(halfForwardExtent) { - var self = this.ptr; - if (halfForwardExtent && typeof halfForwardExtent === 'object') halfForwardExtent = halfForwardExtent.ptr; - return !!(_emscripten_bind_PxBoxController_setHalfForwardExtent_1(self, halfForwardExtent)); -};; - -PxBoxController.prototype['getType'] = PxBoxController.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxController_getType_0(self); -};; - -PxBoxController.prototype['release'] = PxBoxController.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBoxController_release_0(self); -};; - -PxBoxController.prototype['move'] = PxBoxController.prototype.move = /** @suppress {undefinedVars, duplicate} @this{Object} */function(disp, minDist, elapsedTime, filters, obstacles) { - var self = this.ptr; - if (disp && typeof disp === 'object') disp = disp.ptr; - if (minDist && typeof minDist === 'object') minDist = minDist.ptr; - if (elapsedTime && typeof elapsedTime === 'object') elapsedTime = elapsedTime.ptr; - if (filters && typeof filters === 'object') filters = filters.ptr; - if (obstacles && typeof obstacles === 'object') obstacles = obstacles.ptr; - if (obstacles === undefined) { return wrapPointer(_emscripten_bind_PxBoxController_move_4(self, disp, minDist, elapsedTime, filters), PxControllerCollisionFlags) } - return wrapPointer(_emscripten_bind_PxBoxController_move_5(self, disp, minDist, elapsedTime, filters, obstacles), PxControllerCollisionFlags); -};; - -PxBoxController.prototype['setPosition'] = PxBoxController.prototype.setPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function(position) { - var self = this.ptr; - if (position && typeof position === 'object') position = position.ptr; - return !!(_emscripten_bind_PxBoxController_setPosition_1(self, position)); -};; - -PxBoxController.prototype['getPosition'] = PxBoxController.prototype.getPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxController_getPosition_0(self), PxExtendedVec3); -};; - -PxBoxController.prototype['setFootPosition'] = PxBoxController.prototype.setFootPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function(position) { - var self = this.ptr; - if (position && typeof position === 'object') position = position.ptr; - return !!(_emscripten_bind_PxBoxController_setFootPosition_1(self, position)); -};; - -PxBoxController.prototype['getFootPosition'] = PxBoxController.prototype.getFootPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxController_getFootPosition_0(self), PxExtendedVec3); -};; - -PxBoxController.prototype['getActor'] = PxBoxController.prototype.getActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxController_getActor_0(self), PxRigidDynamic); -};; - -PxBoxController.prototype['setStepOffset'] = PxBoxController.prototype.setStepOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(offset) { - var self = this.ptr; - if (offset && typeof offset === 'object') offset = offset.ptr; - _emscripten_bind_PxBoxController_setStepOffset_1(self, offset); -};; - -PxBoxController.prototype['getStepOffset'] = PxBoxController.prototype.getStepOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxController_getStepOffset_0(self); -};; - -PxBoxController.prototype['setNonWalkableMode'] = PxBoxController.prototype.setNonWalkableMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxBoxController_setNonWalkableMode_1(self, flag); -};; - -PxBoxController.prototype['getNonWalkableMode'] = PxBoxController.prototype.getNonWalkableMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxController_getNonWalkableMode_0(self); -};; - -PxBoxController.prototype['getContactOffset'] = PxBoxController.prototype.getContactOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxController_getContactOffset_0(self); -};; - -PxBoxController.prototype['setContactOffset'] = PxBoxController.prototype.setContactOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(offset) { - var self = this.ptr; - if (offset && typeof offset === 'object') offset = offset.ptr; - _emscripten_bind_PxBoxController_setContactOffset_1(self, offset); -};; - -PxBoxController.prototype['getUpDirection'] = PxBoxController.prototype.getUpDirection = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxController_getUpDirection_0(self), PxVec3); -};; - -PxBoxController.prototype['setUpDirection'] = PxBoxController.prototype.setUpDirection = /** @suppress {undefinedVars, duplicate} @this{Object} */function(up) { - var self = this.ptr; - if (up && typeof up === 'object') up = up.ptr; - _emscripten_bind_PxBoxController_setUpDirection_1(self, up); -};; - -PxBoxController.prototype['getSlopeLimit'] = PxBoxController.prototype.getSlopeLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxController_getSlopeLimit_0(self); -};; - -PxBoxController.prototype['setSlopeLimit'] = PxBoxController.prototype.setSlopeLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(slopeLimit) { - var self = this.ptr; - if (slopeLimit && typeof slopeLimit === 'object') slopeLimit = slopeLimit.ptr; - _emscripten_bind_PxBoxController_setSlopeLimit_1(self, slopeLimit); -};; - -PxBoxController.prototype['invalidateCache'] = PxBoxController.prototype.invalidateCache = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBoxController_invalidateCache_0(self); -};; - -PxBoxController.prototype['getScene'] = PxBoxController.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxController_getScene_0(self), PxScene); -};; - -PxBoxController.prototype['getUserData'] = PxBoxController.prototype.getUserData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxController_getUserData_0(self), VoidPtr); -};; - -PxBoxController.prototype['setUserData'] = PxBoxController.prototype.setUserData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(userData) { - var self = this.ptr; - if (userData && typeof userData === 'object') userData = userData.ptr; - _emscripten_bind_PxBoxController_setUserData_1(self, userData); -};; - -PxBoxController.prototype['getState'] = PxBoxController.prototype.getState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(state) { - var self = this.ptr; - if (state && typeof state === 'object') state = state.ptr; - _emscripten_bind_PxBoxController_getState_1(self, state); -};; - -PxBoxController.prototype['getStats'] = PxBoxController.prototype.getStats = /** @suppress {undefinedVars, duplicate} @this{Object} */function(stats) { - var self = this.ptr; - if (stats && typeof stats === 'object') stats = stats.ptr; - _emscripten_bind_PxBoxController_getStats_1(self, stats); -};; - -PxBoxController.prototype['resize'] = PxBoxController.prototype.resize = /** @suppress {undefinedVars, duplicate} @this{Object} */function(height) { - var self = this.ptr; - if (height && typeof height === 'object') height = height.ptr; - _emscripten_bind_PxBoxController_resize_1(self, height); -};; - -// PxBoxControllerDesc -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBoxControllerDesc() { - this.ptr = _emscripten_bind_PxBoxControllerDesc_PxBoxControllerDesc_0(); - getCache(PxBoxControllerDesc)[this.ptr] = this; -};; -PxBoxControllerDesc.prototype = Object.create(PxControllerDesc.prototype); -PxBoxControllerDesc.prototype.constructor = PxBoxControllerDesc; -PxBoxControllerDesc.prototype.__class__ = PxBoxControllerDesc; -PxBoxControllerDesc.__cache__ = {}; -Module['PxBoxControllerDesc'] = PxBoxControllerDesc; - -PxBoxControllerDesc.prototype['setToDefault'] = PxBoxControllerDesc.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBoxControllerDesc_setToDefault_0(self); -};; - -PxBoxControllerDesc.prototype['isValid'] = PxBoxControllerDesc.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxBoxControllerDesc_isValid_0(self)); -};; - -PxBoxControllerDesc.prototype['getType'] = PxBoxControllerDesc.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxControllerDesc_getType_0(self); -};; - - PxBoxControllerDesc.prototype['get_halfHeight'] = PxBoxControllerDesc.prototype.get_halfHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxControllerDesc_get_halfHeight_0(self); -}; - PxBoxControllerDesc.prototype['set_halfHeight'] = PxBoxControllerDesc.prototype.set_halfHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_halfHeight_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'halfHeight', { get: PxBoxControllerDesc.prototype.get_halfHeight, set: PxBoxControllerDesc.prototype.set_halfHeight }); - PxBoxControllerDesc.prototype['get_halfSideExtent'] = PxBoxControllerDesc.prototype.get_halfSideExtent = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxControllerDesc_get_halfSideExtent_0(self); -}; - PxBoxControllerDesc.prototype['set_halfSideExtent'] = PxBoxControllerDesc.prototype.set_halfSideExtent = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_halfSideExtent_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'halfSideExtent', { get: PxBoxControllerDesc.prototype.get_halfSideExtent, set: PxBoxControllerDesc.prototype.set_halfSideExtent }); - PxBoxControllerDesc.prototype['get_halfForwardExtent'] = PxBoxControllerDesc.prototype.get_halfForwardExtent = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxControllerDesc_get_halfForwardExtent_0(self); -}; - PxBoxControllerDesc.prototype['set_halfForwardExtent'] = PxBoxControllerDesc.prototype.set_halfForwardExtent = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_halfForwardExtent_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'halfForwardExtent', { get: PxBoxControllerDesc.prototype.get_halfForwardExtent, set: PxBoxControllerDesc.prototype.set_halfForwardExtent }); - PxBoxControllerDesc.prototype['get_position'] = PxBoxControllerDesc.prototype.get_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxControllerDesc_get_position_0(self), PxExtendedVec3); -}; - PxBoxControllerDesc.prototype['set_position'] = PxBoxControllerDesc.prototype.set_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_position_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'position', { get: PxBoxControllerDesc.prototype.get_position, set: PxBoxControllerDesc.prototype.set_position }); - PxBoxControllerDesc.prototype['get_upDirection'] = PxBoxControllerDesc.prototype.get_upDirection = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxControllerDesc_get_upDirection_0(self), PxVec3); -}; - PxBoxControllerDesc.prototype['set_upDirection'] = PxBoxControllerDesc.prototype.set_upDirection = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_upDirection_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'upDirection', { get: PxBoxControllerDesc.prototype.get_upDirection, set: PxBoxControllerDesc.prototype.set_upDirection }); - PxBoxControllerDesc.prototype['get_slopeLimit'] = PxBoxControllerDesc.prototype.get_slopeLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxControllerDesc_get_slopeLimit_0(self); -}; - PxBoxControllerDesc.prototype['set_slopeLimit'] = PxBoxControllerDesc.prototype.set_slopeLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_slopeLimit_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'slopeLimit', { get: PxBoxControllerDesc.prototype.get_slopeLimit, set: PxBoxControllerDesc.prototype.set_slopeLimit }); - PxBoxControllerDesc.prototype['get_invisibleWallHeight'] = PxBoxControllerDesc.prototype.get_invisibleWallHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxControllerDesc_get_invisibleWallHeight_0(self); -}; - PxBoxControllerDesc.prototype['set_invisibleWallHeight'] = PxBoxControllerDesc.prototype.set_invisibleWallHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_invisibleWallHeight_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'invisibleWallHeight', { get: PxBoxControllerDesc.prototype.get_invisibleWallHeight, set: PxBoxControllerDesc.prototype.set_invisibleWallHeight }); - PxBoxControllerDesc.prototype['get_maxJumpHeight'] = PxBoxControllerDesc.prototype.get_maxJumpHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxControllerDesc_get_maxJumpHeight_0(self); -}; - PxBoxControllerDesc.prototype['set_maxJumpHeight'] = PxBoxControllerDesc.prototype.set_maxJumpHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_maxJumpHeight_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'maxJumpHeight', { get: PxBoxControllerDesc.prototype.get_maxJumpHeight, set: PxBoxControllerDesc.prototype.set_maxJumpHeight }); - PxBoxControllerDesc.prototype['get_contactOffset'] = PxBoxControllerDesc.prototype.get_contactOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxControllerDesc_get_contactOffset_0(self); -}; - PxBoxControllerDesc.prototype['set_contactOffset'] = PxBoxControllerDesc.prototype.set_contactOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_contactOffset_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'contactOffset', { get: PxBoxControllerDesc.prototype.get_contactOffset, set: PxBoxControllerDesc.prototype.set_contactOffset }); - PxBoxControllerDesc.prototype['get_stepOffset'] = PxBoxControllerDesc.prototype.get_stepOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxControllerDesc_get_stepOffset_0(self); -}; - PxBoxControllerDesc.prototype['set_stepOffset'] = PxBoxControllerDesc.prototype.set_stepOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_stepOffset_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'stepOffset', { get: PxBoxControllerDesc.prototype.get_stepOffset, set: PxBoxControllerDesc.prototype.set_stepOffset }); - PxBoxControllerDesc.prototype['get_density'] = PxBoxControllerDesc.prototype.get_density = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxControllerDesc_get_density_0(self); -}; - PxBoxControllerDesc.prototype['set_density'] = PxBoxControllerDesc.prototype.set_density = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_density_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'density', { get: PxBoxControllerDesc.prototype.get_density, set: PxBoxControllerDesc.prototype.set_density }); - PxBoxControllerDesc.prototype['get_scaleCoeff'] = PxBoxControllerDesc.prototype.get_scaleCoeff = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxControllerDesc_get_scaleCoeff_0(self); -}; - PxBoxControllerDesc.prototype['set_scaleCoeff'] = PxBoxControllerDesc.prototype.set_scaleCoeff = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_scaleCoeff_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'scaleCoeff', { get: PxBoxControllerDesc.prototype.get_scaleCoeff, set: PxBoxControllerDesc.prototype.set_scaleCoeff }); - PxBoxControllerDesc.prototype['get_volumeGrowth'] = PxBoxControllerDesc.prototype.get_volumeGrowth = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxControllerDesc_get_volumeGrowth_0(self); -}; - PxBoxControllerDesc.prototype['set_volumeGrowth'] = PxBoxControllerDesc.prototype.set_volumeGrowth = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_volumeGrowth_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'volumeGrowth', { get: PxBoxControllerDesc.prototype.get_volumeGrowth, set: PxBoxControllerDesc.prototype.set_volumeGrowth }); - PxBoxControllerDesc.prototype['get_reportCallback'] = PxBoxControllerDesc.prototype.get_reportCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxControllerDesc_get_reportCallback_0(self), PxUserControllerHitReport); -}; - PxBoxControllerDesc.prototype['set_reportCallback'] = PxBoxControllerDesc.prototype.set_reportCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_reportCallback_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'reportCallback', { get: PxBoxControllerDesc.prototype.get_reportCallback, set: PxBoxControllerDesc.prototype.set_reportCallback }); - PxBoxControllerDesc.prototype['get_behaviorCallback'] = PxBoxControllerDesc.prototype.get_behaviorCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxControllerDesc_get_behaviorCallback_0(self), PxControllerBehaviorCallback); -}; - PxBoxControllerDesc.prototype['set_behaviorCallback'] = PxBoxControllerDesc.prototype.set_behaviorCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_behaviorCallback_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'behaviorCallback', { get: PxBoxControllerDesc.prototype.get_behaviorCallback, set: PxBoxControllerDesc.prototype.set_behaviorCallback }); - PxBoxControllerDesc.prototype['get_nonWalkableMode'] = PxBoxControllerDesc.prototype.get_nonWalkableMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxControllerDesc_get_nonWalkableMode_0(self); -}; - PxBoxControllerDesc.prototype['set_nonWalkableMode'] = PxBoxControllerDesc.prototype.set_nonWalkableMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_nonWalkableMode_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'nonWalkableMode', { get: PxBoxControllerDesc.prototype.get_nonWalkableMode, set: PxBoxControllerDesc.prototype.set_nonWalkableMode }); - PxBoxControllerDesc.prototype['get_material'] = PxBoxControllerDesc.prototype.get_material = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxControllerDesc_get_material_0(self), PxMaterial); -}; - PxBoxControllerDesc.prototype['set_material'] = PxBoxControllerDesc.prototype.set_material = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_material_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'material', { get: PxBoxControllerDesc.prototype.get_material, set: PxBoxControllerDesc.prototype.set_material }); - PxBoxControllerDesc.prototype['get_registerDeletionListener'] = PxBoxControllerDesc.prototype.get_registerDeletionListener = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxBoxControllerDesc_get_registerDeletionListener_0(self)); -}; - PxBoxControllerDesc.prototype['set_registerDeletionListener'] = PxBoxControllerDesc.prototype.set_registerDeletionListener = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_registerDeletionListener_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'registerDeletionListener', { get: PxBoxControllerDesc.prototype.get_registerDeletionListener, set: PxBoxControllerDesc.prototype.set_registerDeletionListener }); - PxBoxControllerDesc.prototype['get_userData'] = PxBoxControllerDesc.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxControllerDesc_get_userData_0(self), VoidPtr); -}; - PxBoxControllerDesc.prototype['set_userData'] = PxBoxControllerDesc.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxControllerDesc_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxControllerDesc.prototype, 'userData', { get: PxBoxControllerDesc.prototype.get_userData, set: PxBoxControllerDesc.prototype.set_userData }); - PxBoxControllerDesc.prototype['__destroy__'] = PxBoxControllerDesc.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBoxControllerDesc___destroy___0(self); -}; -// PxBoxGeometry -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBoxGeometry(hx, hy, hz) { - if (hx && typeof hx === 'object') hx = hx.ptr; - if (hy && typeof hy === 'object') hy = hy.ptr; - if (hz && typeof hz === 'object') hz = hz.ptr; - this.ptr = _emscripten_bind_PxBoxGeometry_PxBoxGeometry_3(hx, hy, hz); - getCache(PxBoxGeometry)[this.ptr] = this; -};; -PxBoxGeometry.prototype = Object.create(PxGeometry.prototype); -PxBoxGeometry.prototype.constructor = PxBoxGeometry; -PxBoxGeometry.prototype.__class__ = PxBoxGeometry; -PxBoxGeometry.__cache__ = {}; -Module['PxBoxGeometry'] = PxBoxGeometry; - -PxBoxGeometry.prototype['getType'] = PxBoxGeometry.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxGeometry_getType_0(self); -};; - - PxBoxGeometry.prototype['get_halfExtents'] = PxBoxGeometry.prototype.get_halfExtents = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxGeometry_get_halfExtents_0(self), PxVec3); -}; - PxBoxGeometry.prototype['set_halfExtents'] = PxBoxGeometry.prototype.set_halfExtents = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxGeometry_set_halfExtents_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxGeometry.prototype, 'halfExtents', { get: PxBoxGeometry.prototype.get_halfExtents, set: PxBoxGeometry.prototype.set_halfExtents }); - PxBoxGeometry.prototype['__destroy__'] = PxBoxGeometry.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBoxGeometry___destroy___0(self); -}; -// PxBoxObstacle -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBoxObstacle() { - this.ptr = _emscripten_bind_PxBoxObstacle_PxBoxObstacle_0(); - getCache(PxBoxObstacle)[this.ptr] = this; -};; -PxBoxObstacle.prototype = Object.create(PxObstacle.prototype); -PxBoxObstacle.prototype.constructor = PxBoxObstacle; -PxBoxObstacle.prototype.__class__ = PxBoxObstacle; -PxBoxObstacle.__cache__ = {}; -Module['PxBoxObstacle'] = PxBoxObstacle; - -PxBoxObstacle.prototype['getType'] = PxBoxObstacle.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBoxObstacle_getType_0(self); -};; - - PxBoxObstacle.prototype['get_mHalfExtents'] = PxBoxObstacle.prototype.get_mHalfExtents = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxObstacle_get_mHalfExtents_0(self), PxVec3); -}; - PxBoxObstacle.prototype['set_mHalfExtents'] = PxBoxObstacle.prototype.set_mHalfExtents = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxObstacle_set_mHalfExtents_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxObstacle.prototype, 'mHalfExtents', { get: PxBoxObstacle.prototype.get_mHalfExtents, set: PxBoxObstacle.prototype.set_mHalfExtents }); - PxBoxObstacle.prototype['get_mUserData'] = PxBoxObstacle.prototype.get_mUserData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxObstacle_get_mUserData_0(self), VoidPtr); -}; - PxBoxObstacle.prototype['set_mUserData'] = PxBoxObstacle.prototype.set_mUserData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxObstacle_set_mUserData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxObstacle.prototype, 'mUserData', { get: PxBoxObstacle.prototype.get_mUserData, set: PxBoxObstacle.prototype.set_mUserData }); - PxBoxObstacle.prototype['get_mPos'] = PxBoxObstacle.prototype.get_mPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxObstacle_get_mPos_0(self), PxExtendedVec3); -}; - PxBoxObstacle.prototype['set_mPos'] = PxBoxObstacle.prototype.set_mPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxObstacle_set_mPos_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxObstacle.prototype, 'mPos', { get: PxBoxObstacle.prototype.get_mPos, set: PxBoxObstacle.prototype.set_mPos }); - PxBoxObstacle.prototype['get_mRot'] = PxBoxObstacle.prototype.get_mRot = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBoxObstacle_get_mRot_0(self), PxQuat); -}; - PxBoxObstacle.prototype['set_mRot'] = PxBoxObstacle.prototype.set_mRot = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBoxObstacle_set_mRot_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBoxObstacle.prototype, 'mRot', { get: PxBoxObstacle.prototype.get_mRot, set: PxBoxObstacle.prototype.set_mRot }); - PxBoxObstacle.prototype['__destroy__'] = PxBoxObstacle.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBoxObstacle___destroy___0(self); -}; -// PxBroadPhaseCaps -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBroadPhaseCaps() { - this.ptr = _emscripten_bind_PxBroadPhaseCaps_PxBroadPhaseCaps_0(); - getCache(PxBroadPhaseCaps)[this.ptr] = this; -};; -PxBroadPhaseCaps.prototype = Object.create(WrapperObject.prototype); -PxBroadPhaseCaps.prototype.constructor = PxBroadPhaseCaps; -PxBroadPhaseCaps.prototype.__class__ = PxBroadPhaseCaps; -PxBroadPhaseCaps.__cache__ = {}; -Module['PxBroadPhaseCaps'] = PxBroadPhaseCaps; - - PxBroadPhaseCaps.prototype['get_mMaxNbRegions'] = PxBroadPhaseCaps.prototype.get_mMaxNbRegions = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBroadPhaseCaps_get_mMaxNbRegions_0(self); -}; - PxBroadPhaseCaps.prototype['set_mMaxNbRegions'] = PxBroadPhaseCaps.prototype.set_mMaxNbRegions = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBroadPhaseCaps_set_mMaxNbRegions_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBroadPhaseCaps.prototype, 'mMaxNbRegions', { get: PxBroadPhaseCaps.prototype.get_mMaxNbRegions, set: PxBroadPhaseCaps.prototype.set_mMaxNbRegions }); - PxBroadPhaseCaps.prototype['__destroy__'] = PxBroadPhaseCaps.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBroadPhaseCaps___destroy___0(self); -}; -// PxBroadPhaseRegion -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBroadPhaseRegion() { - this.ptr = _emscripten_bind_PxBroadPhaseRegion_PxBroadPhaseRegion_0(); - getCache(PxBroadPhaseRegion)[this.ptr] = this; -};; -PxBroadPhaseRegion.prototype = Object.create(WrapperObject.prototype); -PxBroadPhaseRegion.prototype.constructor = PxBroadPhaseRegion; -PxBroadPhaseRegion.prototype.__class__ = PxBroadPhaseRegion; -PxBroadPhaseRegion.__cache__ = {}; -Module['PxBroadPhaseRegion'] = PxBroadPhaseRegion; - - PxBroadPhaseRegion.prototype['get_mBounds'] = PxBroadPhaseRegion.prototype.get_mBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBroadPhaseRegion_get_mBounds_0(self), PxBounds3); -}; - PxBroadPhaseRegion.prototype['set_mBounds'] = PxBroadPhaseRegion.prototype.set_mBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBroadPhaseRegion_set_mBounds_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBroadPhaseRegion.prototype, 'mBounds', { get: PxBroadPhaseRegion.prototype.get_mBounds, set: PxBroadPhaseRegion.prototype.set_mBounds }); - PxBroadPhaseRegion.prototype['get_mUserData'] = PxBroadPhaseRegion.prototype.get_mUserData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBroadPhaseRegion_get_mUserData_0(self), VoidPtr); -}; - PxBroadPhaseRegion.prototype['set_mUserData'] = PxBroadPhaseRegion.prototype.set_mUserData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBroadPhaseRegion_set_mUserData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBroadPhaseRegion.prototype, 'mUserData', { get: PxBroadPhaseRegion.prototype.get_mUserData, set: PxBroadPhaseRegion.prototype.set_mUserData }); - PxBroadPhaseRegion.prototype['__destroy__'] = PxBroadPhaseRegion.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBroadPhaseRegion___destroy___0(self); -}; -// PxBroadPhaseRegionInfo -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxBroadPhaseRegionInfo() { - this.ptr = _emscripten_bind_PxBroadPhaseRegionInfo_PxBroadPhaseRegionInfo_0(); - getCache(PxBroadPhaseRegionInfo)[this.ptr] = this; -};; -PxBroadPhaseRegionInfo.prototype = Object.create(WrapperObject.prototype); -PxBroadPhaseRegionInfo.prototype.constructor = PxBroadPhaseRegionInfo; -PxBroadPhaseRegionInfo.prototype.__class__ = PxBroadPhaseRegionInfo; -PxBroadPhaseRegionInfo.__cache__ = {}; -Module['PxBroadPhaseRegionInfo'] = PxBroadPhaseRegionInfo; - - PxBroadPhaseRegionInfo.prototype['get_mRegion'] = PxBroadPhaseRegionInfo.prototype.get_mRegion = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxBroadPhaseRegionInfo_get_mRegion_0(self), PxBroadPhaseRegion); -}; - PxBroadPhaseRegionInfo.prototype['set_mRegion'] = PxBroadPhaseRegionInfo.prototype.set_mRegion = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBroadPhaseRegionInfo_set_mRegion_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBroadPhaseRegionInfo.prototype, 'mRegion', { get: PxBroadPhaseRegionInfo.prototype.get_mRegion, set: PxBroadPhaseRegionInfo.prototype.set_mRegion }); - PxBroadPhaseRegionInfo.prototype['get_mNbStaticObjects'] = PxBroadPhaseRegionInfo.prototype.get_mNbStaticObjects = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBroadPhaseRegionInfo_get_mNbStaticObjects_0(self); -}; - PxBroadPhaseRegionInfo.prototype['set_mNbStaticObjects'] = PxBroadPhaseRegionInfo.prototype.set_mNbStaticObjects = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBroadPhaseRegionInfo_set_mNbStaticObjects_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBroadPhaseRegionInfo.prototype, 'mNbStaticObjects', { get: PxBroadPhaseRegionInfo.prototype.get_mNbStaticObjects, set: PxBroadPhaseRegionInfo.prototype.set_mNbStaticObjects }); - PxBroadPhaseRegionInfo.prototype['get_mNbDynamicObjects'] = PxBroadPhaseRegionInfo.prototype.get_mNbDynamicObjects = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxBroadPhaseRegionInfo_get_mNbDynamicObjects_0(self); -}; - PxBroadPhaseRegionInfo.prototype['set_mNbDynamicObjects'] = PxBroadPhaseRegionInfo.prototype.set_mNbDynamicObjects = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBroadPhaseRegionInfo_set_mNbDynamicObjects_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBroadPhaseRegionInfo.prototype, 'mNbDynamicObjects', { get: PxBroadPhaseRegionInfo.prototype.get_mNbDynamicObjects, set: PxBroadPhaseRegionInfo.prototype.set_mNbDynamicObjects }); - PxBroadPhaseRegionInfo.prototype['get_mActive'] = PxBroadPhaseRegionInfo.prototype.get_mActive = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxBroadPhaseRegionInfo_get_mActive_0(self)); -}; - PxBroadPhaseRegionInfo.prototype['set_mActive'] = PxBroadPhaseRegionInfo.prototype.set_mActive = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBroadPhaseRegionInfo_set_mActive_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBroadPhaseRegionInfo.prototype, 'mActive', { get: PxBroadPhaseRegionInfo.prototype.get_mActive, set: PxBroadPhaseRegionInfo.prototype.set_mActive }); - PxBroadPhaseRegionInfo.prototype['get_mOverlap'] = PxBroadPhaseRegionInfo.prototype.get_mOverlap = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxBroadPhaseRegionInfo_get_mOverlap_0(self)); -}; - PxBroadPhaseRegionInfo.prototype['set_mOverlap'] = PxBroadPhaseRegionInfo.prototype.set_mOverlap = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxBroadPhaseRegionInfo_set_mOverlap_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxBroadPhaseRegionInfo.prototype, 'mOverlap', { get: PxBroadPhaseRegionInfo.prototype.get_mOverlap, set: PxBroadPhaseRegionInfo.prototype.set_mOverlap }); - PxBroadPhaseRegionInfo.prototype['__destroy__'] = PxBroadPhaseRegionInfo.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxBroadPhaseRegionInfo___destroy___0(self); -}; -// PxCapsuleController -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxCapsuleController() { throw "cannot construct a PxCapsuleController, no constructor in IDL" } -PxCapsuleController.prototype = Object.create(PxController.prototype); -PxCapsuleController.prototype.constructor = PxCapsuleController; -PxCapsuleController.prototype.__class__ = PxCapsuleController; -PxCapsuleController.__cache__ = {}; -Module['PxCapsuleController'] = PxCapsuleController; - -PxCapsuleController.prototype['getRadius'] = PxCapsuleController.prototype.getRadius = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleController_getRadius_0(self); -};; - -PxCapsuleController.prototype['setRadius'] = PxCapsuleController.prototype.setRadius = /** @suppress {undefinedVars, duplicate} @this{Object} */function(radius) { - var self = this.ptr; - if (radius && typeof radius === 'object') radius = radius.ptr; - return !!(_emscripten_bind_PxCapsuleController_setRadius_1(self, radius)); -};; - -PxCapsuleController.prototype['getHeight'] = PxCapsuleController.prototype.getHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleController_getHeight_0(self); -};; - -PxCapsuleController.prototype['setHeight'] = PxCapsuleController.prototype.setHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function(height) { - var self = this.ptr; - if (height && typeof height === 'object') height = height.ptr; - return !!(_emscripten_bind_PxCapsuleController_setHeight_1(self, height)); -};; - -PxCapsuleController.prototype['getClimbingMode'] = PxCapsuleController.prototype.getClimbingMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleController_getClimbingMode_0(self); -};; - -PxCapsuleController.prototype['setClimbingMode'] = PxCapsuleController.prototype.setClimbingMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(mode) { - var self = this.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - return !!(_emscripten_bind_PxCapsuleController_setClimbingMode_1(self, mode)); -};; - -PxCapsuleController.prototype['getType'] = PxCapsuleController.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleController_getType_0(self); -};; - -PxCapsuleController.prototype['release'] = PxCapsuleController.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxCapsuleController_release_0(self); -};; - -PxCapsuleController.prototype['move'] = PxCapsuleController.prototype.move = /** @suppress {undefinedVars, duplicate} @this{Object} */function(disp, minDist, elapsedTime, filters, obstacles) { - var self = this.ptr; - if (disp && typeof disp === 'object') disp = disp.ptr; - if (minDist && typeof minDist === 'object') minDist = minDist.ptr; - if (elapsedTime && typeof elapsedTime === 'object') elapsedTime = elapsedTime.ptr; - if (filters && typeof filters === 'object') filters = filters.ptr; - if (obstacles && typeof obstacles === 'object') obstacles = obstacles.ptr; - if (obstacles === undefined) { return wrapPointer(_emscripten_bind_PxCapsuleController_move_4(self, disp, minDist, elapsedTime, filters), PxControllerCollisionFlags) } - return wrapPointer(_emscripten_bind_PxCapsuleController_move_5(self, disp, minDist, elapsedTime, filters, obstacles), PxControllerCollisionFlags); -};; - -PxCapsuleController.prototype['setPosition'] = PxCapsuleController.prototype.setPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function(position) { - var self = this.ptr; - if (position && typeof position === 'object') position = position.ptr; - return !!(_emscripten_bind_PxCapsuleController_setPosition_1(self, position)); -};; - -PxCapsuleController.prototype['getPosition'] = PxCapsuleController.prototype.getPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleController_getPosition_0(self), PxExtendedVec3); -};; - -PxCapsuleController.prototype['setFootPosition'] = PxCapsuleController.prototype.setFootPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function(position) { - var self = this.ptr; - if (position && typeof position === 'object') position = position.ptr; - return !!(_emscripten_bind_PxCapsuleController_setFootPosition_1(self, position)); -};; - -PxCapsuleController.prototype['getFootPosition'] = PxCapsuleController.prototype.getFootPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleController_getFootPosition_0(self), PxExtendedVec3); -};; - -PxCapsuleController.prototype['getActor'] = PxCapsuleController.prototype.getActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleController_getActor_0(self), PxRigidDynamic); -};; - -PxCapsuleController.prototype['setStepOffset'] = PxCapsuleController.prototype.setStepOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(offset) { - var self = this.ptr; - if (offset && typeof offset === 'object') offset = offset.ptr; - _emscripten_bind_PxCapsuleController_setStepOffset_1(self, offset); -};; - -PxCapsuleController.prototype['getStepOffset'] = PxCapsuleController.prototype.getStepOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleController_getStepOffset_0(self); -};; - -PxCapsuleController.prototype['setNonWalkableMode'] = PxCapsuleController.prototype.setNonWalkableMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxCapsuleController_setNonWalkableMode_1(self, flag); -};; - -PxCapsuleController.prototype['getNonWalkableMode'] = PxCapsuleController.prototype.getNonWalkableMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleController_getNonWalkableMode_0(self); -};; - -PxCapsuleController.prototype['getContactOffset'] = PxCapsuleController.prototype.getContactOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleController_getContactOffset_0(self); -};; - -PxCapsuleController.prototype['setContactOffset'] = PxCapsuleController.prototype.setContactOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(offset) { - var self = this.ptr; - if (offset && typeof offset === 'object') offset = offset.ptr; - _emscripten_bind_PxCapsuleController_setContactOffset_1(self, offset); -};; - -PxCapsuleController.prototype['getUpDirection'] = PxCapsuleController.prototype.getUpDirection = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleController_getUpDirection_0(self), PxVec3); -};; - -PxCapsuleController.prototype['setUpDirection'] = PxCapsuleController.prototype.setUpDirection = /** @suppress {undefinedVars, duplicate} @this{Object} */function(up) { - var self = this.ptr; - if (up && typeof up === 'object') up = up.ptr; - _emscripten_bind_PxCapsuleController_setUpDirection_1(self, up); -};; - -PxCapsuleController.prototype['getSlopeLimit'] = PxCapsuleController.prototype.getSlopeLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleController_getSlopeLimit_0(self); -};; - -PxCapsuleController.prototype['setSlopeLimit'] = PxCapsuleController.prototype.setSlopeLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(slopeLimit) { - var self = this.ptr; - if (slopeLimit && typeof slopeLimit === 'object') slopeLimit = slopeLimit.ptr; - _emscripten_bind_PxCapsuleController_setSlopeLimit_1(self, slopeLimit); -};; - -PxCapsuleController.prototype['invalidateCache'] = PxCapsuleController.prototype.invalidateCache = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxCapsuleController_invalidateCache_0(self); -};; - -PxCapsuleController.prototype['getScene'] = PxCapsuleController.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleController_getScene_0(self), PxScene); -};; - -PxCapsuleController.prototype['getUserData'] = PxCapsuleController.prototype.getUserData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleController_getUserData_0(self), VoidPtr); -};; - -PxCapsuleController.prototype['setUserData'] = PxCapsuleController.prototype.setUserData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(userData) { - var self = this.ptr; - if (userData && typeof userData === 'object') userData = userData.ptr; - _emscripten_bind_PxCapsuleController_setUserData_1(self, userData); -};; - -PxCapsuleController.prototype['getState'] = PxCapsuleController.prototype.getState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(state) { - var self = this.ptr; - if (state && typeof state === 'object') state = state.ptr; - _emscripten_bind_PxCapsuleController_getState_1(self, state); -};; - -PxCapsuleController.prototype['getStats'] = PxCapsuleController.prototype.getStats = /** @suppress {undefinedVars, duplicate} @this{Object} */function(stats) { - var self = this.ptr; - if (stats && typeof stats === 'object') stats = stats.ptr; - _emscripten_bind_PxCapsuleController_getStats_1(self, stats); -};; - -PxCapsuleController.prototype['resize'] = PxCapsuleController.prototype.resize = /** @suppress {undefinedVars, duplicate} @this{Object} */function(height) { - var self = this.ptr; - if (height && typeof height === 'object') height = height.ptr; - _emscripten_bind_PxCapsuleController_resize_1(self, height); -};; - -// PxCapsuleControllerDesc -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxCapsuleControllerDesc() { - this.ptr = _emscripten_bind_PxCapsuleControllerDesc_PxCapsuleControllerDesc_0(); - getCache(PxCapsuleControllerDesc)[this.ptr] = this; -};; -PxCapsuleControllerDesc.prototype = Object.create(PxControllerDesc.prototype); -PxCapsuleControllerDesc.prototype.constructor = PxCapsuleControllerDesc; -PxCapsuleControllerDesc.prototype.__class__ = PxCapsuleControllerDesc; -PxCapsuleControllerDesc.__cache__ = {}; -Module['PxCapsuleControllerDesc'] = PxCapsuleControllerDesc; - -PxCapsuleControllerDesc.prototype['setToDefault'] = PxCapsuleControllerDesc.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxCapsuleControllerDesc_setToDefault_0(self); -};; - -PxCapsuleControllerDesc.prototype['isValid'] = PxCapsuleControllerDesc.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxCapsuleControllerDesc_isValid_0(self)); -};; - -PxCapsuleControllerDesc.prototype['getType'] = PxCapsuleControllerDesc.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleControllerDesc_getType_0(self); -};; - - PxCapsuleControllerDesc.prototype['get_radius'] = PxCapsuleControllerDesc.prototype.get_radius = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleControllerDesc_get_radius_0(self); -}; - PxCapsuleControllerDesc.prototype['set_radius'] = PxCapsuleControllerDesc.prototype.set_radius = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_radius_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'radius', { get: PxCapsuleControllerDesc.prototype.get_radius, set: PxCapsuleControllerDesc.prototype.set_radius }); - PxCapsuleControllerDesc.prototype['get_height'] = PxCapsuleControllerDesc.prototype.get_height = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleControllerDesc_get_height_0(self); -}; - PxCapsuleControllerDesc.prototype['set_height'] = PxCapsuleControllerDesc.prototype.set_height = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_height_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'height', { get: PxCapsuleControllerDesc.prototype.get_height, set: PxCapsuleControllerDesc.prototype.set_height }); - PxCapsuleControllerDesc.prototype['get_climbingMode'] = PxCapsuleControllerDesc.prototype.get_climbingMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleControllerDesc_get_climbingMode_0(self); -}; - PxCapsuleControllerDesc.prototype['set_climbingMode'] = PxCapsuleControllerDesc.prototype.set_climbingMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_climbingMode_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'climbingMode', { get: PxCapsuleControllerDesc.prototype.get_climbingMode, set: PxCapsuleControllerDesc.prototype.set_climbingMode }); - PxCapsuleControllerDesc.prototype['get_position'] = PxCapsuleControllerDesc.prototype.get_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleControllerDesc_get_position_0(self), PxExtendedVec3); -}; - PxCapsuleControllerDesc.prototype['set_position'] = PxCapsuleControllerDesc.prototype.set_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_position_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'position', { get: PxCapsuleControllerDesc.prototype.get_position, set: PxCapsuleControllerDesc.prototype.set_position }); - PxCapsuleControllerDesc.prototype['get_upDirection'] = PxCapsuleControllerDesc.prototype.get_upDirection = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleControllerDesc_get_upDirection_0(self), PxVec3); -}; - PxCapsuleControllerDesc.prototype['set_upDirection'] = PxCapsuleControllerDesc.prototype.set_upDirection = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_upDirection_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'upDirection', { get: PxCapsuleControllerDesc.prototype.get_upDirection, set: PxCapsuleControllerDesc.prototype.set_upDirection }); - PxCapsuleControllerDesc.prototype['get_slopeLimit'] = PxCapsuleControllerDesc.prototype.get_slopeLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleControllerDesc_get_slopeLimit_0(self); -}; - PxCapsuleControllerDesc.prototype['set_slopeLimit'] = PxCapsuleControllerDesc.prototype.set_slopeLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_slopeLimit_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'slopeLimit', { get: PxCapsuleControllerDesc.prototype.get_slopeLimit, set: PxCapsuleControllerDesc.prototype.set_slopeLimit }); - PxCapsuleControllerDesc.prototype['get_invisibleWallHeight'] = PxCapsuleControllerDesc.prototype.get_invisibleWallHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleControllerDesc_get_invisibleWallHeight_0(self); -}; - PxCapsuleControllerDesc.prototype['set_invisibleWallHeight'] = PxCapsuleControllerDesc.prototype.set_invisibleWallHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_invisibleWallHeight_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'invisibleWallHeight', { get: PxCapsuleControllerDesc.prototype.get_invisibleWallHeight, set: PxCapsuleControllerDesc.prototype.set_invisibleWallHeight }); - PxCapsuleControllerDesc.prototype['get_maxJumpHeight'] = PxCapsuleControllerDesc.prototype.get_maxJumpHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleControllerDesc_get_maxJumpHeight_0(self); -}; - PxCapsuleControllerDesc.prototype['set_maxJumpHeight'] = PxCapsuleControllerDesc.prototype.set_maxJumpHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_maxJumpHeight_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'maxJumpHeight', { get: PxCapsuleControllerDesc.prototype.get_maxJumpHeight, set: PxCapsuleControllerDesc.prototype.set_maxJumpHeight }); - PxCapsuleControllerDesc.prototype['get_contactOffset'] = PxCapsuleControllerDesc.prototype.get_contactOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleControllerDesc_get_contactOffset_0(self); -}; - PxCapsuleControllerDesc.prototype['set_contactOffset'] = PxCapsuleControllerDesc.prototype.set_contactOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_contactOffset_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'contactOffset', { get: PxCapsuleControllerDesc.prototype.get_contactOffset, set: PxCapsuleControllerDesc.prototype.set_contactOffset }); - PxCapsuleControllerDesc.prototype['get_stepOffset'] = PxCapsuleControllerDesc.prototype.get_stepOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleControllerDesc_get_stepOffset_0(self); -}; - PxCapsuleControllerDesc.prototype['set_stepOffset'] = PxCapsuleControllerDesc.prototype.set_stepOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_stepOffset_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'stepOffset', { get: PxCapsuleControllerDesc.prototype.get_stepOffset, set: PxCapsuleControllerDesc.prototype.set_stepOffset }); - PxCapsuleControllerDesc.prototype['get_density'] = PxCapsuleControllerDesc.prototype.get_density = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleControllerDesc_get_density_0(self); -}; - PxCapsuleControllerDesc.prototype['set_density'] = PxCapsuleControllerDesc.prototype.set_density = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_density_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'density', { get: PxCapsuleControllerDesc.prototype.get_density, set: PxCapsuleControllerDesc.prototype.set_density }); - PxCapsuleControllerDesc.prototype['get_scaleCoeff'] = PxCapsuleControllerDesc.prototype.get_scaleCoeff = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleControllerDesc_get_scaleCoeff_0(self); -}; - PxCapsuleControllerDesc.prototype['set_scaleCoeff'] = PxCapsuleControllerDesc.prototype.set_scaleCoeff = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_scaleCoeff_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'scaleCoeff', { get: PxCapsuleControllerDesc.prototype.get_scaleCoeff, set: PxCapsuleControllerDesc.prototype.set_scaleCoeff }); - PxCapsuleControllerDesc.prototype['get_volumeGrowth'] = PxCapsuleControllerDesc.prototype.get_volumeGrowth = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleControllerDesc_get_volumeGrowth_0(self); -}; - PxCapsuleControllerDesc.prototype['set_volumeGrowth'] = PxCapsuleControllerDesc.prototype.set_volumeGrowth = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_volumeGrowth_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'volumeGrowth', { get: PxCapsuleControllerDesc.prototype.get_volumeGrowth, set: PxCapsuleControllerDesc.prototype.set_volumeGrowth }); - PxCapsuleControllerDesc.prototype['get_reportCallback'] = PxCapsuleControllerDesc.prototype.get_reportCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleControllerDesc_get_reportCallback_0(self), PxUserControllerHitReport); -}; - PxCapsuleControllerDesc.prototype['set_reportCallback'] = PxCapsuleControllerDesc.prototype.set_reportCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_reportCallback_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'reportCallback', { get: PxCapsuleControllerDesc.prototype.get_reportCallback, set: PxCapsuleControllerDesc.prototype.set_reportCallback }); - PxCapsuleControllerDesc.prototype['get_behaviorCallback'] = PxCapsuleControllerDesc.prototype.get_behaviorCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleControllerDesc_get_behaviorCallback_0(self), PxControllerBehaviorCallback); -}; - PxCapsuleControllerDesc.prototype['set_behaviorCallback'] = PxCapsuleControllerDesc.prototype.set_behaviorCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_behaviorCallback_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'behaviorCallback', { get: PxCapsuleControllerDesc.prototype.get_behaviorCallback, set: PxCapsuleControllerDesc.prototype.set_behaviorCallback }); - PxCapsuleControllerDesc.prototype['get_nonWalkableMode'] = PxCapsuleControllerDesc.prototype.get_nonWalkableMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleControllerDesc_get_nonWalkableMode_0(self); -}; - PxCapsuleControllerDesc.prototype['set_nonWalkableMode'] = PxCapsuleControllerDesc.prototype.set_nonWalkableMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_nonWalkableMode_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'nonWalkableMode', { get: PxCapsuleControllerDesc.prototype.get_nonWalkableMode, set: PxCapsuleControllerDesc.prototype.set_nonWalkableMode }); - PxCapsuleControllerDesc.prototype['get_material'] = PxCapsuleControllerDesc.prototype.get_material = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleControllerDesc_get_material_0(self), PxMaterial); -}; - PxCapsuleControllerDesc.prototype['set_material'] = PxCapsuleControllerDesc.prototype.set_material = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_material_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'material', { get: PxCapsuleControllerDesc.prototype.get_material, set: PxCapsuleControllerDesc.prototype.set_material }); - PxCapsuleControllerDesc.prototype['get_registerDeletionListener'] = PxCapsuleControllerDesc.prototype.get_registerDeletionListener = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxCapsuleControllerDesc_get_registerDeletionListener_0(self)); -}; - PxCapsuleControllerDesc.prototype['set_registerDeletionListener'] = PxCapsuleControllerDesc.prototype.set_registerDeletionListener = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_registerDeletionListener_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'registerDeletionListener', { get: PxCapsuleControllerDesc.prototype.get_registerDeletionListener, set: PxCapsuleControllerDesc.prototype.set_registerDeletionListener }); - PxCapsuleControllerDesc.prototype['get_userData'] = PxCapsuleControllerDesc.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleControllerDesc_get_userData_0(self), VoidPtr); -}; - PxCapsuleControllerDesc.prototype['set_userData'] = PxCapsuleControllerDesc.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleControllerDesc_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleControllerDesc.prototype, 'userData', { get: PxCapsuleControllerDesc.prototype.get_userData, set: PxCapsuleControllerDesc.prototype.set_userData }); - PxCapsuleControllerDesc.prototype['__destroy__'] = PxCapsuleControllerDesc.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxCapsuleControllerDesc___destroy___0(self); -}; -// PxCapsuleGeometry -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxCapsuleGeometry(radius, halfHeight) { - if (radius && typeof radius === 'object') radius = radius.ptr; - if (halfHeight && typeof halfHeight === 'object') halfHeight = halfHeight.ptr; - this.ptr = _emscripten_bind_PxCapsuleGeometry_PxCapsuleGeometry_2(radius, halfHeight); - getCache(PxCapsuleGeometry)[this.ptr] = this; -};; -PxCapsuleGeometry.prototype = Object.create(PxGeometry.prototype); -PxCapsuleGeometry.prototype.constructor = PxCapsuleGeometry; -PxCapsuleGeometry.prototype.__class__ = PxCapsuleGeometry; -PxCapsuleGeometry.__cache__ = {}; -Module['PxCapsuleGeometry'] = PxCapsuleGeometry; - -PxCapsuleGeometry.prototype['getType'] = PxCapsuleGeometry.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleGeometry_getType_0(self); -};; - - PxCapsuleGeometry.prototype['get_radius'] = PxCapsuleGeometry.prototype.get_radius = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleGeometry_get_radius_0(self); -}; - PxCapsuleGeometry.prototype['set_radius'] = PxCapsuleGeometry.prototype.set_radius = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleGeometry_set_radius_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleGeometry.prototype, 'radius', { get: PxCapsuleGeometry.prototype.get_radius, set: PxCapsuleGeometry.prototype.set_radius }); - PxCapsuleGeometry.prototype['get_halfHeight'] = PxCapsuleGeometry.prototype.get_halfHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleGeometry_get_halfHeight_0(self); -}; - PxCapsuleGeometry.prototype['set_halfHeight'] = PxCapsuleGeometry.prototype.set_halfHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleGeometry_set_halfHeight_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleGeometry.prototype, 'halfHeight', { get: PxCapsuleGeometry.prototype.get_halfHeight, set: PxCapsuleGeometry.prototype.set_halfHeight }); - PxCapsuleGeometry.prototype['__destroy__'] = PxCapsuleGeometry.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxCapsuleGeometry___destroy___0(self); -}; -// PxCapsuleObstacle -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxCapsuleObstacle() { - this.ptr = _emscripten_bind_PxCapsuleObstacle_PxCapsuleObstacle_0(); - getCache(PxCapsuleObstacle)[this.ptr] = this; -};; -PxCapsuleObstacle.prototype = Object.create(PxObstacle.prototype); -PxCapsuleObstacle.prototype.constructor = PxCapsuleObstacle; -PxCapsuleObstacle.prototype.__class__ = PxCapsuleObstacle; -PxCapsuleObstacle.__cache__ = {}; -Module['PxCapsuleObstacle'] = PxCapsuleObstacle; - -PxCapsuleObstacle.prototype['getType'] = PxCapsuleObstacle.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleObstacle_getType_0(self); -};; - - PxCapsuleObstacle.prototype['get_mHalfHeight'] = PxCapsuleObstacle.prototype.get_mHalfHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleObstacle_get_mHalfHeight_0(self); -}; - PxCapsuleObstacle.prototype['set_mHalfHeight'] = PxCapsuleObstacle.prototype.set_mHalfHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleObstacle_set_mHalfHeight_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleObstacle.prototype, 'mHalfHeight', { get: PxCapsuleObstacle.prototype.get_mHalfHeight, set: PxCapsuleObstacle.prototype.set_mHalfHeight }); - PxCapsuleObstacle.prototype['get_mRadius'] = PxCapsuleObstacle.prototype.get_mRadius = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCapsuleObstacle_get_mRadius_0(self); -}; - PxCapsuleObstacle.prototype['set_mRadius'] = PxCapsuleObstacle.prototype.set_mRadius = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleObstacle_set_mRadius_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleObstacle.prototype, 'mRadius', { get: PxCapsuleObstacle.prototype.get_mRadius, set: PxCapsuleObstacle.prototype.set_mRadius }); - PxCapsuleObstacle.prototype['get_mUserData'] = PxCapsuleObstacle.prototype.get_mUserData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleObstacle_get_mUserData_0(self), VoidPtr); -}; - PxCapsuleObstacle.prototype['set_mUserData'] = PxCapsuleObstacle.prototype.set_mUserData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleObstacle_set_mUserData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleObstacle.prototype, 'mUserData', { get: PxCapsuleObstacle.prototype.get_mUserData, set: PxCapsuleObstacle.prototype.set_mUserData }); - PxCapsuleObstacle.prototype['get_mPos'] = PxCapsuleObstacle.prototype.get_mPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleObstacle_get_mPos_0(self), PxExtendedVec3); -}; - PxCapsuleObstacle.prototype['set_mPos'] = PxCapsuleObstacle.prototype.set_mPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleObstacle_set_mPos_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleObstacle.prototype, 'mPos', { get: PxCapsuleObstacle.prototype.get_mPos, set: PxCapsuleObstacle.prototype.set_mPos }); - PxCapsuleObstacle.prototype['get_mRot'] = PxCapsuleObstacle.prototype.get_mRot = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCapsuleObstacle_get_mRot_0(self), PxQuat); -}; - PxCapsuleObstacle.prototype['set_mRot'] = PxCapsuleObstacle.prototype.set_mRot = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCapsuleObstacle_set_mRot_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCapsuleObstacle.prototype, 'mRot', { get: PxCapsuleObstacle.prototype.get_mRot, set: PxCapsuleObstacle.prototype.set_mRot }); - PxCapsuleObstacle.prototype['__destroy__'] = PxCapsuleObstacle.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxCapsuleObstacle___destroy___0(self); -}; -// PxCollection -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxCollection() { throw "cannot construct a PxCollection, no constructor in IDL" } -PxCollection.prototype = Object.create(WrapperObject.prototype); -PxCollection.prototype.constructor = PxCollection; -PxCollection.prototype.__class__ = PxCollection; -PxCollection.__cache__ = {}; -Module['PxCollection'] = PxCollection; - -PxCollection.prototype['add'] = PxCollection.prototype.add = /** @suppress {undefinedVars, duplicate} @this{Object} */function(obj, id) { - var self = this.ptr; - if (obj && typeof obj === 'object') obj = obj.ptr; - if (id && typeof id === 'object') id = id.ptr; - if (id === undefined) { _emscripten_bind_PxCollection_add_1(self, obj); return } - _emscripten_bind_PxCollection_add_2(self, obj, id); -};; - -PxCollection.prototype['remove'] = PxCollection.prototype.remove = /** @suppress {undefinedVars, duplicate} @this{Object} */function(obj) { - var self = this.ptr; - if (obj && typeof obj === 'object') obj = obj.ptr; - _emscripten_bind_PxCollection_remove_1(self, obj); -};; - -PxCollection.prototype['contains'] = PxCollection.prototype.contains = /** @suppress {undefinedVars, duplicate} @this{Object} */function(obj) { - var self = this.ptr; - if (obj && typeof obj === 'object') obj = obj.ptr; - return !!(_emscripten_bind_PxCollection_contains_1(self, obj)); -};; - -PxCollection.prototype['addId'] = PxCollection.prototype.addId = /** @suppress {undefinedVars, duplicate} @this{Object} */function(obj, id) { - var self = this.ptr; - if (obj && typeof obj === 'object') obj = obj.ptr; - if (id && typeof id === 'object') id = id.ptr; - _emscripten_bind_PxCollection_addId_2(self, obj, id); -};; - -PxCollection.prototype['removeId'] = PxCollection.prototype.removeId = /** @suppress {undefinedVars, duplicate} @this{Object} */function(id) { - var self = this.ptr; - if (id && typeof id === 'object') id = id.ptr; - _emscripten_bind_PxCollection_removeId_1(self, id); -};; - -PxCollection.prototype['getNbObjects'] = PxCollection.prototype.getNbObjects = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCollection_getNbObjects_0(self); -};; - -PxCollection.prototype['getObject'] = PxCollection.prototype.getObject = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxCollection_getObject_1(self, index), PxBase); -};; - -PxCollection.prototype['find'] = PxCollection.prototype.find = /** @suppress {undefinedVars, duplicate} @this{Object} */function(id) { - var self = this.ptr; - if (id && typeof id === 'object') id = id.ptr; - return wrapPointer(_emscripten_bind_PxCollection_find_1(self, id), PxBase); -};; - -PxCollection.prototype['getNbIds'] = PxCollection.prototype.getNbIds = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCollection_getNbIds_0(self); -};; - -PxCollection.prototype['getId'] = PxCollection.prototype.getId = /** @suppress {undefinedVars, duplicate} @this{Object} */function(obj) { - var self = this.ptr; - if (obj && typeof obj === 'object') obj = obj.ptr; - return _emscripten_bind_PxCollection_getId_1(self, obj); -};; - -PxCollection.prototype['release'] = PxCollection.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxCollection_release_0(self); -};; - -// PxCollectionExt -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxCollectionExt() { throw "cannot construct a PxCollectionExt, no constructor in IDL" } -PxCollectionExt.prototype = Object.create(WrapperObject.prototype); -PxCollectionExt.prototype.constructor = PxCollectionExt; -PxCollectionExt.prototype.__class__ = PxCollectionExt; -PxCollectionExt.__cache__ = {}; -Module['PxCollectionExt'] = PxCollectionExt; - -PxCollectionExt.prototype['releaseObjects'] = PxCollectionExt.prototype.releaseObjects = /** @suppress {undefinedVars, duplicate} @this{Object} */function(collection, releaseExclusiveShapes) { - var self = this.ptr; - if (collection && typeof collection === 'object') collection = collection.ptr; - if (releaseExclusiveShapes && typeof releaseExclusiveShapes === 'object') releaseExclusiveShapes = releaseExclusiveShapes.ptr; - if (releaseExclusiveShapes === undefined) { _emscripten_bind_PxCollectionExt_releaseObjects_1(self, collection); return } - _emscripten_bind_PxCollectionExt_releaseObjects_2(self, collection, releaseExclusiveShapes); -};; - -PxCollectionExt.prototype['remove'] = PxCollectionExt.prototype.remove = /** @suppress {undefinedVars, duplicate} @this{Object} */function(collection, concreteType, to) { - var self = this.ptr; - if (collection && typeof collection === 'object') collection = collection.ptr; - if (concreteType && typeof concreteType === 'object') concreteType = concreteType.ptr; - if (to && typeof to === 'object') to = to.ptr; - if (to === undefined) { _emscripten_bind_PxCollectionExt_remove_2(self, collection, concreteType); return } - _emscripten_bind_PxCollectionExt_remove_3(self, collection, concreteType, to); -};; - -PxCollectionExt.prototype['createCollection'] = PxCollectionExt.prototype.createCollection = /** @suppress {undefinedVars, duplicate} @this{Object} */function(scene) { - var self = this.ptr; - if (scene && typeof scene === 'object') scene = scene.ptr; - return wrapPointer(_emscripten_bind_PxCollectionExt_createCollection_1(self, scene), PxCollection); -};; - - PxCollectionExt.prototype['__destroy__'] = PxCollectionExt.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxCollectionExt___destroy___0(self); -}; -// PxConstraint -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxConstraint() { throw "cannot construct a PxConstraint, no constructor in IDL" } -PxConstraint.prototype = Object.create(PxBase.prototype); -PxConstraint.prototype.constructor = PxConstraint; -PxConstraint.prototype.__class__ = PxConstraint; -PxConstraint.__cache__ = {}; -Module['PxConstraint'] = PxConstraint; - -PxConstraint.prototype['getScene'] = PxConstraint.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConstraint_getScene_0(self), PxScene); -};; - -PxConstraint.prototype['setActors'] = PxConstraint.prototype.setActors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor0, actor1) { - var self = this.ptr; - if (actor0 && typeof actor0 === 'object') actor0 = actor0.ptr; - if (actor1 && typeof actor1 === 'object') actor1 = actor1.ptr; - _emscripten_bind_PxConstraint_setActors_2(self, actor0, actor1); -};; - -PxConstraint.prototype['markDirty'] = PxConstraint.prototype.markDirty = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConstraint_markDirty_0(self); -};; - -PxConstraint.prototype['setFlags'] = PxConstraint.prototype.setFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxConstraint_setFlags_1(self, flags); -};; - -PxConstraint.prototype['getFlags'] = PxConstraint.prototype.getFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConstraint_getFlags_0(self), PxConstraintFlags); -};; - -PxConstraint.prototype['setFlag'] = PxConstraint.prototype.setFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxConstraint_setFlag_2(self, flag, value); -};; - -PxConstraint.prototype['getForce'] = PxConstraint.prototype.getForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(linear, angular) { - var self = this.ptr; - if (linear && typeof linear === 'object') linear = linear.ptr; - if (angular && typeof angular === 'object') angular = angular.ptr; - _emscripten_bind_PxConstraint_getForce_2(self, linear, angular); -};; - -PxConstraint.prototype['isValid'] = PxConstraint.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxConstraint_isValid_0(self)); -};; - -PxConstraint.prototype['setBreakForce'] = PxConstraint.prototype.setBreakForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(linear, angular) { - var self = this.ptr; - if (linear && typeof linear === 'object') linear = linear.ptr; - if (angular && typeof angular === 'object') angular = angular.ptr; - _emscripten_bind_PxConstraint_setBreakForce_2(self, linear, angular); -};; - -PxConstraint.prototype['setMinResponseThreshold'] = PxConstraint.prototype.setMinResponseThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(threshold) { - var self = this.ptr; - if (threshold && typeof threshold === 'object') threshold = threshold.ptr; - _emscripten_bind_PxConstraint_setMinResponseThreshold_1(self, threshold); -};; - -PxConstraint.prototype['getMinResponseThreshold'] = PxConstraint.prototype.getMinResponseThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxConstraint_getMinResponseThreshold_0(self); -};; - -PxConstraint.prototype['release'] = PxConstraint.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConstraint_release_0(self); -};; - -PxConstraint.prototype['getConcreteTypeName'] = PxConstraint.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxConstraint_getConcreteTypeName_0(self)); -};; - -PxConstraint.prototype['getConcreteType'] = PxConstraint.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxConstraint_getConcreteType_0(self); -};; - -PxConstraint.prototype['setBaseFlag'] = PxConstraint.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxConstraint_setBaseFlag_2(self, flag, value); -};; - -PxConstraint.prototype['setBaseFlags'] = PxConstraint.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxConstraint_setBaseFlags_1(self, inFlags); -};; - -PxConstraint.prototype['getBaseFlags'] = PxConstraint.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConstraint_getBaseFlags_0(self), PxBaseFlags); -};; - -PxConstraint.prototype['isReleasable'] = PxConstraint.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxConstraint_isReleasable_0(self)); -};; - -// PxConstraintFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxConstraintFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxConstraintFlags_PxConstraintFlags_1(flags); - getCache(PxConstraintFlags)[this.ptr] = this; -};; -PxConstraintFlags.prototype = Object.create(WrapperObject.prototype); -PxConstraintFlags.prototype.constructor = PxConstraintFlags; -PxConstraintFlags.prototype.__class__ = PxConstraintFlags; -PxConstraintFlags.__cache__ = {}; -Module['PxConstraintFlags'] = PxConstraintFlags; - -PxConstraintFlags.prototype['isSet'] = PxConstraintFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxConstraintFlags_isSet_1(self, flag)); -};; - -PxConstraintFlags.prototype['raise'] = PxConstraintFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxConstraintFlags_raise_1(self, flag); -};; - -PxConstraintFlags.prototype['clear'] = PxConstraintFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxConstraintFlags_clear_1(self, flag); -};; - - PxConstraintFlags.prototype['__destroy__'] = PxConstraintFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConstraintFlags___destroy___0(self); -}; -// PxConstraintInfo -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxConstraintInfo() { throw "cannot construct a PxConstraintInfo, no constructor in IDL" } -PxConstraintInfo.prototype = Object.create(WrapperObject.prototype); -PxConstraintInfo.prototype.constructor = PxConstraintInfo; -PxConstraintInfo.prototype.__class__ = PxConstraintInfo; -PxConstraintInfo.__cache__ = {}; -Module['PxConstraintInfo'] = PxConstraintInfo; - - PxConstraintInfo.prototype['get_constraint'] = PxConstraintInfo.prototype.get_constraint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConstraintInfo_get_constraint_0(self), PxConstraint); -}; - PxConstraintInfo.prototype['set_constraint'] = PxConstraintInfo.prototype.set_constraint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxConstraintInfo_set_constraint_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxConstraintInfo.prototype, 'constraint', { get: PxConstraintInfo.prototype.get_constraint, set: PxConstraintInfo.prototype.set_constraint }); - PxConstraintInfo.prototype['get_externalReference'] = PxConstraintInfo.prototype.get_externalReference = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConstraintInfo_get_externalReference_0(self), VoidPtr); -}; - PxConstraintInfo.prototype['set_externalReference'] = PxConstraintInfo.prototype.set_externalReference = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxConstraintInfo_set_externalReference_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxConstraintInfo.prototype, 'externalReference', { get: PxConstraintInfo.prototype.get_externalReference, set: PxConstraintInfo.prototype.set_externalReference }); - PxConstraintInfo.prototype['get_type'] = PxConstraintInfo.prototype.get_type = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxConstraintInfo_get_type_0(self); -}; - PxConstraintInfo.prototype['set_type'] = PxConstraintInfo.prototype.set_type = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxConstraintInfo_set_type_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxConstraintInfo.prototype, 'type', { get: PxConstraintInfo.prototype.get_type, set: PxConstraintInfo.prototype.set_type }); - PxConstraintInfo.prototype['__destroy__'] = PxConstraintInfo.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConstraintInfo___destroy___0(self); -}; -// PxConstraintSolverPrep -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxConstraintSolverPrep() { throw "cannot construct a PxConstraintSolverPrep, no constructor in IDL" } -PxConstraintSolverPrep.prototype = Object.create(WrapperObject.prototype); -PxConstraintSolverPrep.prototype.constructor = PxConstraintSolverPrep; -PxConstraintSolverPrep.prototype.__class__ = PxConstraintSolverPrep; -PxConstraintSolverPrep.__cache__ = {}; -Module['PxConstraintSolverPrep'] = PxConstraintSolverPrep; - - PxConstraintSolverPrep.prototype['__destroy__'] = PxConstraintSolverPrep.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConstraintSolverPrep___destroy___0(self); -}; -// PxContactBuffer -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxContactBuffer() { throw "cannot construct a PxContactBuffer, no constructor in IDL" } -PxContactBuffer.prototype = Object.create(WrapperObject.prototype); -PxContactBuffer.prototype.constructor = PxContactBuffer; -PxContactBuffer.prototype.__class__ = PxContactBuffer; -PxContactBuffer.__cache__ = {}; -Module['PxContactBuffer'] = PxContactBuffer; - -PxContactBuffer.prototype['reset'] = PxContactBuffer.prototype.reset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxContactBuffer_reset_0(self); -};; - -PxContactBuffer.prototype['contact'] = PxContactBuffer.prototype.contact = /** @suppress {undefinedVars, duplicate} @this{Object} */function(worldPoint, worldNormalIn, separation, faceIndex1) { - var self = this.ptr; - if (worldPoint && typeof worldPoint === 'object') worldPoint = worldPoint.ptr; - if (worldNormalIn && typeof worldNormalIn === 'object') worldNormalIn = worldNormalIn.ptr; - if (separation && typeof separation === 'object') separation = separation.ptr; - if (faceIndex1 && typeof faceIndex1 === 'object') faceIndex1 = faceIndex1.ptr; - if (worldNormalIn === undefined) { return !!(_emscripten_bind_PxContactBuffer_contact_1(self, worldPoint)) } - if (separation === undefined) { return !!(_emscripten_bind_PxContactBuffer_contact_2(self, worldPoint, worldNormalIn)) } - if (faceIndex1 === undefined) { return !!(_emscripten_bind_PxContactBuffer_contact_3(self, worldPoint, worldNormalIn, separation)) } - return !!(_emscripten_bind_PxContactBuffer_contact_4(self, worldPoint, worldNormalIn, separation, faceIndex1)); -};; - - PxContactBuffer.prototype['get_contacts'] = PxContactBuffer.prototype.get_contacts = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PxContactBuffer_get_contacts_1(self, arg0), PxContactPoint); -}; - PxContactBuffer.prototype['set_contacts'] = PxContactBuffer.prototype.set_contacts = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxContactBuffer_set_contacts_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactBuffer.prototype, 'contacts', { get: PxContactBuffer.prototype.get_contacts, set: PxContactBuffer.prototype.set_contacts }); - PxContactBuffer.prototype['get_count'] = PxContactBuffer.prototype.get_count = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactBuffer_get_count_0(self); -}; - PxContactBuffer.prototype['set_count'] = PxContactBuffer.prototype.set_count = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactBuffer_set_count_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactBuffer.prototype, 'count', { get: PxContactBuffer.prototype.get_count, set: PxContactBuffer.prototype.set_count }); - PxContactBuffer.prototype['get_pad'] = PxContactBuffer.prototype.get_pad = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactBuffer_get_pad_0(self); -}; - PxContactBuffer.prototype['set_pad'] = PxContactBuffer.prototype.set_pad = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactBuffer_set_pad_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactBuffer.prototype, 'pad', { get: PxContactBuffer.prototype.get_pad, set: PxContactBuffer.prototype.set_pad }); - PxContactBuffer.prototype['get_MAX_CONTACTS'] = PxContactBuffer.prototype.get_MAX_CONTACTS = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactBuffer_get_MAX_CONTACTS_0(self); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactBuffer.prototype, 'MAX_CONTACTS', { get: PxContactBuffer.prototype.get_MAX_CONTACTS }); - PxContactBuffer.prototype['__destroy__'] = PxContactBuffer.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxContactBuffer___destroy___0(self); -}; -// PxContactPair -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxContactPair() { throw "cannot construct a PxContactPair, no constructor in IDL" } -PxContactPair.prototype = Object.create(WrapperObject.prototype); -PxContactPair.prototype.constructor = PxContactPair; -PxContactPair.prototype.__class__ = PxContactPair; -PxContactPair.__cache__ = {}; -Module['PxContactPair'] = PxContactPair; - -PxContactPair.prototype['extractContacts'] = PxContactPair.prototype.extractContacts = /** @suppress {undefinedVars, duplicate} @this{Object} */function(userBuffer, bufferSize) { - var self = this.ptr; - if (userBuffer && typeof userBuffer === 'object') userBuffer = userBuffer.ptr; - if (bufferSize && typeof bufferSize === 'object') bufferSize = bufferSize.ptr; - return _emscripten_bind_PxContactPair_extractContacts_2(self, userBuffer, bufferSize); -};; - - PxContactPair.prototype['get_shapes'] = PxContactPair.prototype.get_shapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PxContactPair_get_shapes_1(self, arg0), PxShape); -}; - PxContactPair.prototype['set_shapes'] = PxContactPair.prototype.set_shapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxContactPair_set_shapes_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPair.prototype, 'shapes', { get: PxContactPair.prototype.get_shapes, set: PxContactPair.prototype.set_shapes }); - PxContactPair.prototype['get_contactCount'] = PxContactPair.prototype.get_contactCount = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactPair_get_contactCount_0(self); -}; - PxContactPair.prototype['set_contactCount'] = PxContactPair.prototype.set_contactCount = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPair_set_contactCount_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPair.prototype, 'contactCount', { get: PxContactPair.prototype.get_contactCount, set: PxContactPair.prototype.set_contactCount }); - PxContactPair.prototype['get_patchCount'] = PxContactPair.prototype.get_patchCount = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactPair_get_patchCount_0(self); -}; - PxContactPair.prototype['set_patchCount'] = PxContactPair.prototype.set_patchCount = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPair_set_patchCount_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPair.prototype, 'patchCount', { get: PxContactPair.prototype.get_patchCount, set: PxContactPair.prototype.set_patchCount }); - PxContactPair.prototype['get_flags'] = PxContactPair.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxContactPair_get_flags_0(self), PxContactPairFlags); -}; - PxContactPair.prototype['set_flags'] = PxContactPair.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPair_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPair.prototype, 'flags', { get: PxContactPair.prototype.get_flags, set: PxContactPair.prototype.set_flags }); - PxContactPair.prototype['get_events'] = PxContactPair.prototype.get_events = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxContactPair_get_events_0(self), PxPairFlags); -}; - PxContactPair.prototype['set_events'] = PxContactPair.prototype.set_events = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPair_set_events_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPair.prototype, 'events', { get: PxContactPair.prototype.get_events, set: PxContactPair.prototype.set_events }); - PxContactPair.prototype['__destroy__'] = PxContactPair.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxContactPair___destroy___0(self); -}; -// PxContactPairFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxContactPairFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxContactPairFlags_PxContactPairFlags_1(flags); - getCache(PxContactPairFlags)[this.ptr] = this; -};; -PxContactPairFlags.prototype = Object.create(WrapperObject.prototype); -PxContactPairFlags.prototype.constructor = PxContactPairFlags; -PxContactPairFlags.prototype.__class__ = PxContactPairFlags; -PxContactPairFlags.__cache__ = {}; -Module['PxContactPairFlags'] = PxContactPairFlags; - -PxContactPairFlags.prototype['isSet'] = PxContactPairFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxContactPairFlags_isSet_1(self, flag)); -};; - -PxContactPairFlags.prototype['raise'] = PxContactPairFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxContactPairFlags_raise_1(self, flag); -};; - -PxContactPairFlags.prototype['clear'] = PxContactPairFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxContactPairFlags_clear_1(self, flag); -};; - - PxContactPairFlags.prototype['__destroy__'] = PxContactPairFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxContactPairFlags___destroy___0(self); -}; -// PxContactPairHeader -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxContactPairHeader() { throw "cannot construct a PxContactPairHeader, no constructor in IDL" } -PxContactPairHeader.prototype = Object.create(WrapperObject.prototype); -PxContactPairHeader.prototype.constructor = PxContactPairHeader; -PxContactPairHeader.prototype.__class__ = PxContactPairHeader; -PxContactPairHeader.__cache__ = {}; -Module['PxContactPairHeader'] = PxContactPairHeader; - - PxContactPairHeader.prototype['get_actors'] = PxContactPairHeader.prototype.get_actors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PxContactPairHeader_get_actors_1(self, arg0), PxActor); -}; - PxContactPairHeader.prototype['set_actors'] = PxContactPairHeader.prototype.set_actors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxContactPairHeader_set_actors_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPairHeader.prototype, 'actors', { get: PxContactPairHeader.prototype.get_actors, set: PxContactPairHeader.prototype.set_actors }); - PxContactPairHeader.prototype['get_flags'] = PxContactPairHeader.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxContactPairHeader_get_flags_0(self), PxContactPairHeaderFlags); -}; - PxContactPairHeader.prototype['set_flags'] = PxContactPairHeader.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPairHeader_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPairHeader.prototype, 'flags', { get: PxContactPairHeader.prototype.get_flags, set: PxContactPairHeader.prototype.set_flags }); - PxContactPairHeader.prototype['get_pairs'] = PxContactPairHeader.prototype.get_pairs = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxContactPairHeader_get_pairs_0(self), PxContactPair); -}; - PxContactPairHeader.prototype['set_pairs'] = PxContactPairHeader.prototype.set_pairs = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPairHeader_set_pairs_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPairHeader.prototype, 'pairs', { get: PxContactPairHeader.prototype.get_pairs, set: PxContactPairHeader.prototype.set_pairs }); - PxContactPairHeader.prototype['get_nbPairs'] = PxContactPairHeader.prototype.get_nbPairs = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactPairHeader_get_nbPairs_0(self); -}; - PxContactPairHeader.prototype['set_nbPairs'] = PxContactPairHeader.prototype.set_nbPairs = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPairHeader_set_nbPairs_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPairHeader.prototype, 'nbPairs', { get: PxContactPairHeader.prototype.get_nbPairs, set: PxContactPairHeader.prototype.set_nbPairs }); - PxContactPairHeader.prototype['__destroy__'] = PxContactPairHeader.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxContactPairHeader___destroy___0(self); -}; -// PxContactPairHeaderFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxContactPairHeaderFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxContactPairHeaderFlags_PxContactPairHeaderFlags_1(flags); - getCache(PxContactPairHeaderFlags)[this.ptr] = this; -};; -PxContactPairHeaderFlags.prototype = Object.create(WrapperObject.prototype); -PxContactPairHeaderFlags.prototype.constructor = PxContactPairHeaderFlags; -PxContactPairHeaderFlags.prototype.__class__ = PxContactPairHeaderFlags; -PxContactPairHeaderFlags.__cache__ = {}; -Module['PxContactPairHeaderFlags'] = PxContactPairHeaderFlags; - -PxContactPairHeaderFlags.prototype['isSet'] = PxContactPairHeaderFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxContactPairHeaderFlags_isSet_1(self, flag)); -};; - -PxContactPairHeaderFlags.prototype['raise'] = PxContactPairHeaderFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxContactPairHeaderFlags_raise_1(self, flag); -};; - -PxContactPairHeaderFlags.prototype['clear'] = PxContactPairHeaderFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxContactPairHeaderFlags_clear_1(self, flag); -};; - - PxContactPairHeaderFlags.prototype['__destroy__'] = PxContactPairHeaderFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxContactPairHeaderFlags___destroy___0(self); -}; -// PxContactPairPoint -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxContactPairPoint() { throw "cannot construct a PxContactPairPoint, no constructor in IDL" } -PxContactPairPoint.prototype = Object.create(WrapperObject.prototype); -PxContactPairPoint.prototype.constructor = PxContactPairPoint; -PxContactPairPoint.prototype.__class__ = PxContactPairPoint; -PxContactPairPoint.__cache__ = {}; -Module['PxContactPairPoint'] = PxContactPairPoint; - - PxContactPairPoint.prototype['get_position'] = PxContactPairPoint.prototype.get_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxContactPairPoint_get_position_0(self), PxVec3); -}; - PxContactPairPoint.prototype['set_position'] = PxContactPairPoint.prototype.set_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPairPoint_set_position_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPairPoint.prototype, 'position', { get: PxContactPairPoint.prototype.get_position, set: PxContactPairPoint.prototype.set_position }); - PxContactPairPoint.prototype['get_separation'] = PxContactPairPoint.prototype.get_separation = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactPairPoint_get_separation_0(self); -}; - PxContactPairPoint.prototype['set_separation'] = PxContactPairPoint.prototype.set_separation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPairPoint_set_separation_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPairPoint.prototype, 'separation', { get: PxContactPairPoint.prototype.get_separation, set: PxContactPairPoint.prototype.set_separation }); - PxContactPairPoint.prototype['get_normal'] = PxContactPairPoint.prototype.get_normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxContactPairPoint_get_normal_0(self), PxVec3); -}; - PxContactPairPoint.prototype['set_normal'] = PxContactPairPoint.prototype.set_normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPairPoint_set_normal_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPairPoint.prototype, 'normal', { get: PxContactPairPoint.prototype.get_normal, set: PxContactPairPoint.prototype.set_normal }); - PxContactPairPoint.prototype['get_internalFaceIndex0'] = PxContactPairPoint.prototype.get_internalFaceIndex0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactPairPoint_get_internalFaceIndex0_0(self); -}; - PxContactPairPoint.prototype['set_internalFaceIndex0'] = PxContactPairPoint.prototype.set_internalFaceIndex0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPairPoint_set_internalFaceIndex0_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPairPoint.prototype, 'internalFaceIndex0', { get: PxContactPairPoint.prototype.get_internalFaceIndex0, set: PxContactPairPoint.prototype.set_internalFaceIndex0 }); - PxContactPairPoint.prototype['get_impulse'] = PxContactPairPoint.prototype.get_impulse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxContactPairPoint_get_impulse_0(self), PxVec3); -}; - PxContactPairPoint.prototype['set_impulse'] = PxContactPairPoint.prototype.set_impulse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPairPoint_set_impulse_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPairPoint.prototype, 'impulse', { get: PxContactPairPoint.prototype.get_impulse, set: PxContactPairPoint.prototype.set_impulse }); - PxContactPairPoint.prototype['get_internalFaceIndex1'] = PxContactPairPoint.prototype.get_internalFaceIndex1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactPairPoint_get_internalFaceIndex1_0(self); -}; - PxContactPairPoint.prototype['set_internalFaceIndex1'] = PxContactPairPoint.prototype.set_internalFaceIndex1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPairPoint_set_internalFaceIndex1_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPairPoint.prototype, 'internalFaceIndex1', { get: PxContactPairPoint.prototype.get_internalFaceIndex1, set: PxContactPairPoint.prototype.set_internalFaceIndex1 }); - PxContactPairPoint.prototype['__destroy__'] = PxContactPairPoint.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxContactPairPoint___destroy___0(self); -}; -// PxContactPoint -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxContactPoint() { - this.ptr = _emscripten_bind_PxContactPoint_PxContactPoint_0(); - getCache(PxContactPoint)[this.ptr] = this; -};; -PxContactPoint.prototype = Object.create(WrapperObject.prototype); -PxContactPoint.prototype.constructor = PxContactPoint; -PxContactPoint.prototype.__class__ = PxContactPoint; -PxContactPoint.__cache__ = {}; -Module['PxContactPoint'] = PxContactPoint; - - PxContactPoint.prototype['get_normal'] = PxContactPoint.prototype.get_normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxContactPoint_get_normal_0(self), PxVec3); -}; - PxContactPoint.prototype['set_normal'] = PxContactPoint.prototype.set_normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPoint_set_normal_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPoint.prototype, 'normal', { get: PxContactPoint.prototype.get_normal, set: PxContactPoint.prototype.set_normal }); - PxContactPoint.prototype['get_point'] = PxContactPoint.prototype.get_point = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxContactPoint_get_point_0(self), PxVec3); -}; - PxContactPoint.prototype['set_point'] = PxContactPoint.prototype.set_point = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPoint_set_point_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPoint.prototype, 'point', { get: PxContactPoint.prototype.get_point, set: PxContactPoint.prototype.set_point }); - PxContactPoint.prototype['get_targetVel'] = PxContactPoint.prototype.get_targetVel = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxContactPoint_get_targetVel_0(self), PxVec3); -}; - PxContactPoint.prototype['set_targetVel'] = PxContactPoint.prototype.set_targetVel = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPoint_set_targetVel_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPoint.prototype, 'targetVel', { get: PxContactPoint.prototype.get_targetVel, set: PxContactPoint.prototype.set_targetVel }); - PxContactPoint.prototype['get_separation'] = PxContactPoint.prototype.get_separation = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactPoint_get_separation_0(self); -}; - PxContactPoint.prototype['set_separation'] = PxContactPoint.prototype.set_separation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPoint_set_separation_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPoint.prototype, 'separation', { get: PxContactPoint.prototype.get_separation, set: PxContactPoint.prototype.set_separation }); - PxContactPoint.prototype['get_maxImpulse'] = PxContactPoint.prototype.get_maxImpulse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactPoint_get_maxImpulse_0(self); -}; - PxContactPoint.prototype['set_maxImpulse'] = PxContactPoint.prototype.set_maxImpulse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPoint_set_maxImpulse_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPoint.prototype, 'maxImpulse', { get: PxContactPoint.prototype.get_maxImpulse, set: PxContactPoint.prototype.set_maxImpulse }); - PxContactPoint.prototype['get_staticFriction'] = PxContactPoint.prototype.get_staticFriction = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactPoint_get_staticFriction_0(self); -}; - PxContactPoint.prototype['set_staticFriction'] = PxContactPoint.prototype.set_staticFriction = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPoint_set_staticFriction_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPoint.prototype, 'staticFriction', { get: PxContactPoint.prototype.get_staticFriction, set: PxContactPoint.prototype.set_staticFriction }); - PxContactPoint.prototype['get_materialFlags'] = PxContactPoint.prototype.get_materialFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactPoint_get_materialFlags_0(self); -}; - PxContactPoint.prototype['set_materialFlags'] = PxContactPoint.prototype.set_materialFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPoint_set_materialFlags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPoint.prototype, 'materialFlags', { get: PxContactPoint.prototype.get_materialFlags, set: PxContactPoint.prototype.set_materialFlags }); - PxContactPoint.prototype['get_internalFaceIndex1'] = PxContactPoint.prototype.get_internalFaceIndex1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactPoint_get_internalFaceIndex1_0(self); -}; - PxContactPoint.prototype['set_internalFaceIndex1'] = PxContactPoint.prototype.set_internalFaceIndex1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPoint_set_internalFaceIndex1_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPoint.prototype, 'internalFaceIndex1', { get: PxContactPoint.prototype.get_internalFaceIndex1, set: PxContactPoint.prototype.set_internalFaceIndex1 }); - PxContactPoint.prototype['get_dynamicFriction'] = PxContactPoint.prototype.get_dynamicFriction = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactPoint_get_dynamicFriction_0(self); -}; - PxContactPoint.prototype['set_dynamicFriction'] = PxContactPoint.prototype.set_dynamicFriction = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPoint_set_dynamicFriction_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPoint.prototype, 'dynamicFriction', { get: PxContactPoint.prototype.get_dynamicFriction, set: PxContactPoint.prototype.set_dynamicFriction }); - PxContactPoint.prototype['get_restitution'] = PxContactPoint.prototype.get_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactPoint_get_restitution_0(self); -}; - PxContactPoint.prototype['set_restitution'] = PxContactPoint.prototype.set_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPoint_set_restitution_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPoint.prototype, 'restitution', { get: PxContactPoint.prototype.get_restitution, set: PxContactPoint.prototype.set_restitution }); - PxContactPoint.prototype['get_damping'] = PxContactPoint.prototype.get_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxContactPoint_get_damping_0(self); -}; - PxContactPoint.prototype['set_damping'] = PxContactPoint.prototype.set_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxContactPoint_set_damping_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxContactPoint.prototype, 'damping', { get: PxContactPoint.prototype.get_damping, set: PxContactPoint.prototype.set_damping }); - PxContactPoint.prototype['__destroy__'] = PxContactPoint.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxContactPoint___destroy___0(self); -}; -// PxControllerBehaviorCallbackImpl -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllerBehaviorCallbackImpl() { - this.ptr = _emscripten_bind_PxControllerBehaviorCallbackImpl_PxControllerBehaviorCallbackImpl_0(); - getCache(PxControllerBehaviorCallbackImpl)[this.ptr] = this; -};; -PxControllerBehaviorCallbackImpl.prototype = Object.create(SimpleControllerBehaviorCallback.prototype); -PxControllerBehaviorCallbackImpl.prototype.constructor = PxControllerBehaviorCallbackImpl; -PxControllerBehaviorCallbackImpl.prototype.__class__ = PxControllerBehaviorCallbackImpl; -PxControllerBehaviorCallbackImpl.__cache__ = {}; -Module['PxControllerBehaviorCallbackImpl'] = PxControllerBehaviorCallbackImpl; - -PxControllerBehaviorCallbackImpl.prototype['getShapeBehaviorFlags'] = PxControllerBehaviorCallbackImpl.prototype.getShapeBehaviorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape, actor) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - return _emscripten_bind_PxControllerBehaviorCallbackImpl_getShapeBehaviorFlags_2(self, shape, actor); -};; - -PxControllerBehaviorCallbackImpl.prototype['getControllerBehaviorFlags'] = PxControllerBehaviorCallbackImpl.prototype.getControllerBehaviorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(controller) { - var self = this.ptr; - if (controller && typeof controller === 'object') controller = controller.ptr; - return _emscripten_bind_PxControllerBehaviorCallbackImpl_getControllerBehaviorFlags_1(self, controller); -};; - -PxControllerBehaviorCallbackImpl.prototype['getObstacleBehaviorFlags'] = PxControllerBehaviorCallbackImpl.prototype.getObstacleBehaviorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(obstacle) { - var self = this.ptr; - if (obstacle && typeof obstacle === 'object') obstacle = obstacle.ptr; - return _emscripten_bind_PxControllerBehaviorCallbackImpl_getObstacleBehaviorFlags_1(self, obstacle); -};; - - PxControllerBehaviorCallbackImpl.prototype['__destroy__'] = PxControllerBehaviorCallbackImpl.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxControllerBehaviorCallbackImpl___destroy___0(self); -}; -// PxControllerBehaviorFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllerBehaviorFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxControllerBehaviorFlags_PxControllerBehaviorFlags_1(flags); - getCache(PxControllerBehaviorFlags)[this.ptr] = this; -};; -PxControllerBehaviorFlags.prototype = Object.create(WrapperObject.prototype); -PxControllerBehaviorFlags.prototype.constructor = PxControllerBehaviorFlags; -PxControllerBehaviorFlags.prototype.__class__ = PxControllerBehaviorFlags; -PxControllerBehaviorFlags.__cache__ = {}; -Module['PxControllerBehaviorFlags'] = PxControllerBehaviorFlags; - -PxControllerBehaviorFlags.prototype['isSet'] = PxControllerBehaviorFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxControllerBehaviorFlags_isSet_1(self, flag)); -};; - -PxControllerBehaviorFlags.prototype['raise'] = PxControllerBehaviorFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxControllerBehaviorFlags_raise_1(self, flag); -};; - -PxControllerBehaviorFlags.prototype['clear'] = PxControllerBehaviorFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxControllerBehaviorFlags_clear_1(self, flag); -};; - - PxControllerBehaviorFlags.prototype['__destroy__'] = PxControllerBehaviorFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxControllerBehaviorFlags___destroy___0(self); -}; -// PxControllerCollisionFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllerCollisionFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxControllerCollisionFlags_PxControllerCollisionFlags_1(flags); - getCache(PxControllerCollisionFlags)[this.ptr] = this; -};; -PxControllerCollisionFlags.prototype = Object.create(WrapperObject.prototype); -PxControllerCollisionFlags.prototype.constructor = PxControllerCollisionFlags; -PxControllerCollisionFlags.prototype.__class__ = PxControllerCollisionFlags; -PxControllerCollisionFlags.__cache__ = {}; -Module['PxControllerCollisionFlags'] = PxControllerCollisionFlags; - -PxControllerCollisionFlags.prototype['isSet'] = PxControllerCollisionFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxControllerCollisionFlags_isSet_1(self, flag)); -};; - -PxControllerCollisionFlags.prototype['raise'] = PxControllerCollisionFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxControllerCollisionFlags_raise_1(self, flag); -};; - -PxControllerCollisionFlags.prototype['clear'] = PxControllerCollisionFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxControllerCollisionFlags_clear_1(self, flag); -};; - - PxControllerCollisionFlags.prototype['__destroy__'] = PxControllerCollisionFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxControllerCollisionFlags___destroy___0(self); -}; -// PxControllerFilterCallbackImpl -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllerFilterCallbackImpl() { - this.ptr = _emscripten_bind_PxControllerFilterCallbackImpl_PxControllerFilterCallbackImpl_0(); - getCache(PxControllerFilterCallbackImpl)[this.ptr] = this; -};; -PxControllerFilterCallbackImpl.prototype = Object.create(PxControllerFilterCallback.prototype); -PxControllerFilterCallbackImpl.prototype.constructor = PxControllerFilterCallbackImpl; -PxControllerFilterCallbackImpl.prototype.__class__ = PxControllerFilterCallbackImpl; -PxControllerFilterCallbackImpl.__cache__ = {}; -Module['PxControllerFilterCallbackImpl'] = PxControllerFilterCallbackImpl; - -PxControllerFilterCallbackImpl.prototype['filter'] = PxControllerFilterCallbackImpl.prototype.filter = /** @suppress {undefinedVars, duplicate} @this{Object} */function(a, b) { - var self = this.ptr; - if (a && typeof a === 'object') a = a.ptr; - if (b && typeof b === 'object') b = b.ptr; - return !!(_emscripten_bind_PxControllerFilterCallbackImpl_filter_2(self, a, b)); -};; - - PxControllerFilterCallbackImpl.prototype['__destroy__'] = PxControllerFilterCallbackImpl.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxControllerFilterCallbackImpl___destroy___0(self); -}; -// PxControllerFilters -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllerFilters(filterData) { - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - if (filterData === undefined) { this.ptr = _emscripten_bind_PxControllerFilters_PxControllerFilters_0(); getCache(PxControllerFilters)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxControllerFilters_PxControllerFilters_1(filterData); - getCache(PxControllerFilters)[this.ptr] = this; -};; -PxControllerFilters.prototype = Object.create(WrapperObject.prototype); -PxControllerFilters.prototype.constructor = PxControllerFilters; -PxControllerFilters.prototype.__class__ = PxControllerFilters; -PxControllerFilters.__cache__ = {}; -Module['PxControllerFilters'] = PxControllerFilters; - - PxControllerFilters.prototype['get_mFilterData'] = PxControllerFilters.prototype.get_mFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerFilters_get_mFilterData_0(self), PxFilterData); -}; - PxControllerFilters.prototype['set_mFilterData'] = PxControllerFilters.prototype.set_mFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerFilters_set_mFilterData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerFilters.prototype, 'mFilterData', { get: PxControllerFilters.prototype.get_mFilterData, set: PxControllerFilters.prototype.set_mFilterData }); - PxControllerFilters.prototype['get_mFilterCallback'] = PxControllerFilters.prototype.get_mFilterCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerFilters_get_mFilterCallback_0(self), PxQueryFilterCallback); -}; - PxControllerFilters.prototype['set_mFilterCallback'] = PxControllerFilters.prototype.set_mFilterCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerFilters_set_mFilterCallback_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerFilters.prototype, 'mFilterCallback', { get: PxControllerFilters.prototype.get_mFilterCallback, set: PxControllerFilters.prototype.set_mFilterCallback }); - PxControllerFilters.prototype['get_mFilterFlags'] = PxControllerFilters.prototype.get_mFilterFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerFilters_get_mFilterFlags_0(self), PxQueryFlags); -}; - PxControllerFilters.prototype['set_mFilterFlags'] = PxControllerFilters.prototype.set_mFilterFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerFilters_set_mFilterFlags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerFilters.prototype, 'mFilterFlags', { get: PxControllerFilters.prototype.get_mFilterFlags, set: PxControllerFilters.prototype.set_mFilterFlags }); - PxControllerFilters.prototype['get_mCCTFilterCallback'] = PxControllerFilters.prototype.get_mCCTFilterCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerFilters_get_mCCTFilterCallback_0(self), PxControllerFilterCallback); -}; - PxControllerFilters.prototype['set_mCCTFilterCallback'] = PxControllerFilters.prototype.set_mCCTFilterCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerFilters_set_mCCTFilterCallback_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerFilters.prototype, 'mCCTFilterCallback', { get: PxControllerFilters.prototype.get_mCCTFilterCallback, set: PxControllerFilters.prototype.set_mCCTFilterCallback }); - PxControllerFilters.prototype['__destroy__'] = PxControllerFilters.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxControllerFilters___destroy___0(self); -}; -// PxControllerManager -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllerManager() { throw "cannot construct a PxControllerManager, no constructor in IDL" } -PxControllerManager.prototype = Object.create(WrapperObject.prototype); -PxControllerManager.prototype.constructor = PxControllerManager; -PxControllerManager.prototype.__class__ = PxControllerManager; -PxControllerManager.__cache__ = {}; -Module['PxControllerManager'] = PxControllerManager; - -PxControllerManager.prototype['release'] = PxControllerManager.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxControllerManager_release_0(self); -};; - -PxControllerManager.prototype['getScene'] = PxControllerManager.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerManager_getScene_0(self), PxScene); -};; - -PxControllerManager.prototype['getNbControllers'] = PxControllerManager.prototype.getNbControllers = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerManager_getNbControllers_0(self); -};; - -PxControllerManager.prototype['getController'] = PxControllerManager.prototype.getController = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxControllerManager_getController_1(self, index), PxController); -};; - -PxControllerManager.prototype['createController'] = PxControllerManager.prototype.createController = /** @suppress {undefinedVars, duplicate} @this{Object} */function(desc) { - var self = this.ptr; - if (desc && typeof desc === 'object') desc = desc.ptr; - return wrapPointer(_emscripten_bind_PxControllerManager_createController_1(self, desc), PxController); -};; - -PxControllerManager.prototype['purgeControllers'] = PxControllerManager.prototype.purgeControllers = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxControllerManager_purgeControllers_0(self); -};; - -PxControllerManager.prototype['getNbObstacleContexts'] = PxControllerManager.prototype.getNbObstacleContexts = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerManager_getNbObstacleContexts_0(self); -};; - -PxControllerManager.prototype['getObstacleContext'] = PxControllerManager.prototype.getObstacleContext = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxControllerManager_getObstacleContext_1(self, index), PxObstacleContext); -};; - -PxControllerManager.prototype['createObstacleContext'] = PxControllerManager.prototype.createObstacleContext = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerManager_createObstacleContext_0(self), PxObstacleContext); -};; - -PxControllerManager.prototype['computeInteractions'] = PxControllerManager.prototype.computeInteractions = /** @suppress {undefinedVars, duplicate} @this{Object} */function(elapsedTime) { - var self = this.ptr; - if (elapsedTime && typeof elapsedTime === 'object') elapsedTime = elapsedTime.ptr; - _emscripten_bind_PxControllerManager_computeInteractions_1(self, elapsedTime); -};; - -PxControllerManager.prototype['setTessellation'] = PxControllerManager.prototype.setTessellation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, maxEdgeLength) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (maxEdgeLength && typeof maxEdgeLength === 'object') maxEdgeLength = maxEdgeLength.ptr; - _emscripten_bind_PxControllerManager_setTessellation_2(self, flag, maxEdgeLength); -};; - -PxControllerManager.prototype['setOverlapRecoveryModule'] = PxControllerManager.prototype.setOverlapRecoveryModule = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxControllerManager_setOverlapRecoveryModule_1(self, flag); -};; - -PxControllerManager.prototype['setPreciseSweeps'] = PxControllerManager.prototype.setPreciseSweeps = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxControllerManager_setPreciseSweeps_1(self, flags); -};; - -PxControllerManager.prototype['setPreventVerticalSlidingAgainstCeiling'] = PxControllerManager.prototype.setPreventVerticalSlidingAgainstCeiling = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxControllerManager_setPreventVerticalSlidingAgainstCeiling_1(self, flag); -};; - -PxControllerManager.prototype['shiftOrigin'] = PxControllerManager.prototype.shiftOrigin = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shift) { - var self = this.ptr; - if (shift && typeof shift === 'object') shift = shift.ptr; - _emscripten_bind_PxControllerManager_shiftOrigin_1(self, shift); -};; - -// PxControllerObstacleHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllerObstacleHit() { throw "cannot construct a PxControllerObstacleHit, no constructor in IDL" } -PxControllerObstacleHit.prototype = Object.create(PxControllerHit.prototype); -PxControllerObstacleHit.prototype.constructor = PxControllerObstacleHit; -PxControllerObstacleHit.prototype.__class__ = PxControllerObstacleHit; -PxControllerObstacleHit.__cache__ = {}; -Module['PxControllerObstacleHit'] = PxControllerObstacleHit; - - PxControllerObstacleHit.prototype['get_userData'] = PxControllerObstacleHit.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerObstacleHit_get_userData_0(self), VoidPtr); -}; - PxControllerObstacleHit.prototype['set_userData'] = PxControllerObstacleHit.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerObstacleHit_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerObstacleHit.prototype, 'userData', { get: PxControllerObstacleHit.prototype.get_userData, set: PxControllerObstacleHit.prototype.set_userData }); - PxControllerObstacleHit.prototype['get_controller'] = PxControllerObstacleHit.prototype.get_controller = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerObstacleHit_get_controller_0(self), PxController); -}; - PxControllerObstacleHit.prototype['set_controller'] = PxControllerObstacleHit.prototype.set_controller = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerObstacleHit_set_controller_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerObstacleHit.prototype, 'controller', { get: PxControllerObstacleHit.prototype.get_controller, set: PxControllerObstacleHit.prototype.set_controller }); - PxControllerObstacleHit.prototype['get_worldPos'] = PxControllerObstacleHit.prototype.get_worldPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerObstacleHit_get_worldPos_0(self), PxExtendedVec3); -}; - PxControllerObstacleHit.prototype['set_worldPos'] = PxControllerObstacleHit.prototype.set_worldPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerObstacleHit_set_worldPos_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerObstacleHit.prototype, 'worldPos', { get: PxControllerObstacleHit.prototype.get_worldPos, set: PxControllerObstacleHit.prototype.set_worldPos }); - PxControllerObstacleHit.prototype['get_worldNormal'] = PxControllerObstacleHit.prototype.get_worldNormal = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerObstacleHit_get_worldNormal_0(self), PxVec3); -}; - PxControllerObstacleHit.prototype['set_worldNormal'] = PxControllerObstacleHit.prototype.set_worldNormal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerObstacleHit_set_worldNormal_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerObstacleHit.prototype, 'worldNormal', { get: PxControllerObstacleHit.prototype.get_worldNormal, set: PxControllerObstacleHit.prototype.set_worldNormal }); - PxControllerObstacleHit.prototype['get_dir'] = PxControllerObstacleHit.prototype.get_dir = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerObstacleHit_get_dir_0(self), PxVec3); -}; - PxControllerObstacleHit.prototype['set_dir'] = PxControllerObstacleHit.prototype.set_dir = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerObstacleHit_set_dir_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerObstacleHit.prototype, 'dir', { get: PxControllerObstacleHit.prototype.get_dir, set: PxControllerObstacleHit.prototype.set_dir }); - PxControllerObstacleHit.prototype['get_length'] = PxControllerObstacleHit.prototype.get_length = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerObstacleHit_get_length_0(self); -}; - PxControllerObstacleHit.prototype['set_length'] = PxControllerObstacleHit.prototype.set_length = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerObstacleHit_set_length_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerObstacleHit.prototype, 'length', { get: PxControllerObstacleHit.prototype.get_length, set: PxControllerObstacleHit.prototype.set_length }); - PxControllerObstacleHit.prototype['__destroy__'] = PxControllerObstacleHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxControllerObstacleHit___destroy___0(self); -}; -// PxControllerShapeHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllerShapeHit() { throw "cannot construct a PxControllerShapeHit, no constructor in IDL" } -PxControllerShapeHit.prototype = Object.create(PxControllerHit.prototype); -PxControllerShapeHit.prototype.constructor = PxControllerShapeHit; -PxControllerShapeHit.prototype.__class__ = PxControllerShapeHit; -PxControllerShapeHit.__cache__ = {}; -Module['PxControllerShapeHit'] = PxControllerShapeHit; - - PxControllerShapeHit.prototype['get_shape'] = PxControllerShapeHit.prototype.get_shape = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerShapeHit_get_shape_0(self), PxShape); -}; - PxControllerShapeHit.prototype['set_shape'] = PxControllerShapeHit.prototype.set_shape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerShapeHit_set_shape_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerShapeHit.prototype, 'shape', { get: PxControllerShapeHit.prototype.get_shape, set: PxControllerShapeHit.prototype.set_shape }); - PxControllerShapeHit.prototype['get_actor'] = PxControllerShapeHit.prototype.get_actor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerShapeHit_get_actor_0(self), PxRigidActor); -}; - PxControllerShapeHit.prototype['set_actor'] = PxControllerShapeHit.prototype.set_actor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerShapeHit_set_actor_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerShapeHit.prototype, 'actor', { get: PxControllerShapeHit.prototype.get_actor, set: PxControllerShapeHit.prototype.set_actor }); - PxControllerShapeHit.prototype['get_triangleIndex'] = PxControllerShapeHit.prototype.get_triangleIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerShapeHit_get_triangleIndex_0(self); -}; - PxControllerShapeHit.prototype['set_triangleIndex'] = PxControllerShapeHit.prototype.set_triangleIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerShapeHit_set_triangleIndex_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerShapeHit.prototype, 'triangleIndex', { get: PxControllerShapeHit.prototype.get_triangleIndex, set: PxControllerShapeHit.prototype.set_triangleIndex }); - PxControllerShapeHit.prototype['get_controller'] = PxControllerShapeHit.prototype.get_controller = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerShapeHit_get_controller_0(self), PxController); -}; - PxControllerShapeHit.prototype['set_controller'] = PxControllerShapeHit.prototype.set_controller = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerShapeHit_set_controller_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerShapeHit.prototype, 'controller', { get: PxControllerShapeHit.prototype.get_controller, set: PxControllerShapeHit.prototype.set_controller }); - PxControllerShapeHit.prototype['get_worldPos'] = PxControllerShapeHit.prototype.get_worldPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerShapeHit_get_worldPos_0(self), PxExtendedVec3); -}; - PxControllerShapeHit.prototype['set_worldPos'] = PxControllerShapeHit.prototype.set_worldPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerShapeHit_set_worldPos_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerShapeHit.prototype, 'worldPos', { get: PxControllerShapeHit.prototype.get_worldPos, set: PxControllerShapeHit.prototype.set_worldPos }); - PxControllerShapeHit.prototype['get_worldNormal'] = PxControllerShapeHit.prototype.get_worldNormal = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerShapeHit_get_worldNormal_0(self), PxVec3); -}; - PxControllerShapeHit.prototype['set_worldNormal'] = PxControllerShapeHit.prototype.set_worldNormal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerShapeHit_set_worldNormal_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerShapeHit.prototype, 'worldNormal', { get: PxControllerShapeHit.prototype.get_worldNormal, set: PxControllerShapeHit.prototype.set_worldNormal }); - PxControllerShapeHit.prototype['get_dir'] = PxControllerShapeHit.prototype.get_dir = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerShapeHit_get_dir_0(self), PxVec3); -}; - PxControllerShapeHit.prototype['set_dir'] = PxControllerShapeHit.prototype.set_dir = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerShapeHit_set_dir_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerShapeHit.prototype, 'dir', { get: PxControllerShapeHit.prototype.get_dir, set: PxControllerShapeHit.prototype.set_dir }); - PxControllerShapeHit.prototype['get_length'] = PxControllerShapeHit.prototype.get_length = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerShapeHit_get_length_0(self); -}; - PxControllerShapeHit.prototype['set_length'] = PxControllerShapeHit.prototype.set_length = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerShapeHit_set_length_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerShapeHit.prototype, 'length', { get: PxControllerShapeHit.prototype.get_length, set: PxControllerShapeHit.prototype.set_length }); - PxControllerShapeHit.prototype['__destroy__'] = PxControllerShapeHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxControllerShapeHit___destroy___0(self); -}; -// PxControllerState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllerState() { - this.ptr = _emscripten_bind_PxControllerState_PxControllerState_0(); - getCache(PxControllerState)[this.ptr] = this; -};; -PxControllerState.prototype = Object.create(WrapperObject.prototype); -PxControllerState.prototype.constructor = PxControllerState; -PxControllerState.prototype.__class__ = PxControllerState; -PxControllerState.__cache__ = {}; -Module['PxControllerState'] = PxControllerState; - - PxControllerState.prototype['get_deltaXP'] = PxControllerState.prototype.get_deltaXP = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerState_get_deltaXP_0(self), PxVec3); -}; - PxControllerState.prototype['set_deltaXP'] = PxControllerState.prototype.set_deltaXP = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerState_set_deltaXP_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerState.prototype, 'deltaXP', { get: PxControllerState.prototype.get_deltaXP, set: PxControllerState.prototype.set_deltaXP }); - PxControllerState.prototype['get_touchedShape'] = PxControllerState.prototype.get_touchedShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerState_get_touchedShape_0(self), PxShape); -}; - PxControllerState.prototype['set_touchedShape'] = PxControllerState.prototype.set_touchedShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerState_set_touchedShape_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerState.prototype, 'touchedShape', { get: PxControllerState.prototype.get_touchedShape, set: PxControllerState.prototype.set_touchedShape }); - PxControllerState.prototype['get_touchedActor'] = PxControllerState.prototype.get_touchedActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllerState_get_touchedActor_0(self), PxRigidActor); -}; - PxControllerState.prototype['set_touchedActor'] = PxControllerState.prototype.set_touchedActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerState_set_touchedActor_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerState.prototype, 'touchedActor', { get: PxControllerState.prototype.get_touchedActor, set: PxControllerState.prototype.set_touchedActor }); - PxControllerState.prototype['get_touchedObstacleHandle'] = PxControllerState.prototype.get_touchedObstacleHandle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerState_get_touchedObstacleHandle_0(self); -}; - PxControllerState.prototype['set_touchedObstacleHandle'] = PxControllerState.prototype.set_touchedObstacleHandle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerState_set_touchedObstacleHandle_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerState.prototype, 'touchedObstacleHandle', { get: PxControllerState.prototype.get_touchedObstacleHandle, set: PxControllerState.prototype.set_touchedObstacleHandle }); - PxControllerState.prototype['get_collisionFlags'] = PxControllerState.prototype.get_collisionFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerState_get_collisionFlags_0(self); -}; - PxControllerState.prototype['set_collisionFlags'] = PxControllerState.prototype.set_collisionFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerState_set_collisionFlags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerState.prototype, 'collisionFlags', { get: PxControllerState.prototype.get_collisionFlags, set: PxControllerState.prototype.set_collisionFlags }); - PxControllerState.prototype['get_standOnAnotherCCT'] = PxControllerState.prototype.get_standOnAnotherCCT = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxControllerState_get_standOnAnotherCCT_0(self)); -}; - PxControllerState.prototype['set_standOnAnotherCCT'] = PxControllerState.prototype.set_standOnAnotherCCT = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerState_set_standOnAnotherCCT_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerState.prototype, 'standOnAnotherCCT', { get: PxControllerState.prototype.get_standOnAnotherCCT, set: PxControllerState.prototype.set_standOnAnotherCCT }); - PxControllerState.prototype['get_standOnObstacle'] = PxControllerState.prototype.get_standOnObstacle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxControllerState_get_standOnObstacle_0(self)); -}; - PxControllerState.prototype['set_standOnObstacle'] = PxControllerState.prototype.set_standOnObstacle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerState_set_standOnObstacle_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerState.prototype, 'standOnObstacle', { get: PxControllerState.prototype.get_standOnObstacle, set: PxControllerState.prototype.set_standOnObstacle }); - PxControllerState.prototype['get_isMovingUp'] = PxControllerState.prototype.get_isMovingUp = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxControllerState_get_isMovingUp_0(self)); -}; - PxControllerState.prototype['set_isMovingUp'] = PxControllerState.prototype.set_isMovingUp = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerState_set_isMovingUp_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerState.prototype, 'isMovingUp', { get: PxControllerState.prototype.get_isMovingUp, set: PxControllerState.prototype.set_isMovingUp }); - PxControllerState.prototype['__destroy__'] = PxControllerState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxControllerState___destroy___0(self); -}; -// PxControllerStats -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllerStats() { throw "cannot construct a PxControllerStats, no constructor in IDL" } -PxControllerStats.prototype = Object.create(WrapperObject.prototype); -PxControllerStats.prototype.constructor = PxControllerStats; -PxControllerStats.prototype.__class__ = PxControllerStats; -PxControllerStats.__cache__ = {}; -Module['PxControllerStats'] = PxControllerStats; - - PxControllerStats.prototype['get_nbIterations'] = PxControllerStats.prototype.get_nbIterations = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerStats_get_nbIterations_0(self); -}; - PxControllerStats.prototype['set_nbIterations'] = PxControllerStats.prototype.set_nbIterations = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerStats_set_nbIterations_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerStats.prototype, 'nbIterations', { get: PxControllerStats.prototype.get_nbIterations, set: PxControllerStats.prototype.set_nbIterations }); - PxControllerStats.prototype['get_nbFullUpdates'] = PxControllerStats.prototype.get_nbFullUpdates = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerStats_get_nbFullUpdates_0(self); -}; - PxControllerStats.prototype['set_nbFullUpdates'] = PxControllerStats.prototype.set_nbFullUpdates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerStats_set_nbFullUpdates_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerStats.prototype, 'nbFullUpdates', { get: PxControllerStats.prototype.get_nbFullUpdates, set: PxControllerStats.prototype.set_nbFullUpdates }); - PxControllerStats.prototype['get_nbPartialUpdates'] = PxControllerStats.prototype.get_nbPartialUpdates = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerStats_get_nbPartialUpdates_0(self); -}; - PxControllerStats.prototype['set_nbPartialUpdates'] = PxControllerStats.prototype.set_nbPartialUpdates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerStats_set_nbPartialUpdates_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerStats.prototype, 'nbPartialUpdates', { get: PxControllerStats.prototype.get_nbPartialUpdates, set: PxControllerStats.prototype.set_nbPartialUpdates }); - PxControllerStats.prototype['get_nbTessellation'] = PxControllerStats.prototype.get_nbTessellation = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllerStats_get_nbTessellation_0(self); -}; - PxControllerStats.prototype['set_nbTessellation'] = PxControllerStats.prototype.set_nbTessellation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllerStats_set_nbTessellation_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllerStats.prototype, 'nbTessellation', { get: PxControllerStats.prototype.get_nbTessellation, set: PxControllerStats.prototype.set_nbTessellation }); - PxControllerStats.prototype['__destroy__'] = PxControllerStats.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxControllerStats___destroy___0(self); -}; -// PxControllersHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxControllersHit() { throw "cannot construct a PxControllersHit, no constructor in IDL" } -PxControllersHit.prototype = Object.create(PxControllerHit.prototype); -PxControllersHit.prototype.constructor = PxControllersHit; -PxControllersHit.prototype.__class__ = PxControllersHit; -PxControllersHit.__cache__ = {}; -Module['PxControllersHit'] = PxControllersHit; - - PxControllersHit.prototype['get_other'] = PxControllersHit.prototype.get_other = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllersHit_get_other_0(self), PxController); -}; - PxControllersHit.prototype['set_other'] = PxControllersHit.prototype.set_other = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllersHit_set_other_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllersHit.prototype, 'other', { get: PxControllersHit.prototype.get_other, set: PxControllersHit.prototype.set_other }); - PxControllersHit.prototype['get_controller'] = PxControllersHit.prototype.get_controller = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllersHit_get_controller_0(self), PxController); -}; - PxControllersHit.prototype['set_controller'] = PxControllersHit.prototype.set_controller = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllersHit_set_controller_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllersHit.prototype, 'controller', { get: PxControllersHit.prototype.get_controller, set: PxControllersHit.prototype.set_controller }); - PxControllersHit.prototype['get_worldPos'] = PxControllersHit.prototype.get_worldPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllersHit_get_worldPos_0(self), PxExtendedVec3); -}; - PxControllersHit.prototype['set_worldPos'] = PxControllersHit.prototype.set_worldPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllersHit_set_worldPos_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllersHit.prototype, 'worldPos', { get: PxControllersHit.prototype.get_worldPos, set: PxControllersHit.prototype.set_worldPos }); - PxControllersHit.prototype['get_worldNormal'] = PxControllersHit.prototype.get_worldNormal = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllersHit_get_worldNormal_0(self), PxVec3); -}; - PxControllersHit.prototype['set_worldNormal'] = PxControllersHit.prototype.set_worldNormal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllersHit_set_worldNormal_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllersHit.prototype, 'worldNormal', { get: PxControllersHit.prototype.get_worldNormal, set: PxControllersHit.prototype.set_worldNormal }); - PxControllersHit.prototype['get_dir'] = PxControllersHit.prototype.get_dir = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxControllersHit_get_dir_0(self), PxVec3); -}; - PxControllersHit.prototype['set_dir'] = PxControllersHit.prototype.set_dir = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllersHit_set_dir_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllersHit.prototype, 'dir', { get: PxControllersHit.prototype.get_dir, set: PxControllersHit.prototype.set_dir }); - PxControllersHit.prototype['get_length'] = PxControllersHit.prototype.get_length = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxControllersHit_get_length_0(self); -}; - PxControllersHit.prototype['set_length'] = PxControllersHit.prototype.set_length = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxControllersHit_set_length_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxControllersHit.prototype, 'length', { get: PxControllersHit.prototype.get_length, set: PxControllersHit.prototype.set_length }); - PxControllersHit.prototype['__destroy__'] = PxControllersHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxControllersHit___destroy___0(self); -}; -// PxConvexFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxConvexFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxConvexFlags_PxConvexFlags_1(flags); - getCache(PxConvexFlags)[this.ptr] = this; -};; -PxConvexFlags.prototype = Object.create(WrapperObject.prototype); -PxConvexFlags.prototype.constructor = PxConvexFlags; -PxConvexFlags.prototype.__class__ = PxConvexFlags; -PxConvexFlags.__cache__ = {}; -Module['PxConvexFlags'] = PxConvexFlags; - -PxConvexFlags.prototype['isSet'] = PxConvexFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxConvexFlags_isSet_1(self, flag)); -};; - -PxConvexFlags.prototype['raise'] = PxConvexFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxConvexFlags_raise_1(self, flag); -};; - -PxConvexFlags.prototype['clear'] = PxConvexFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxConvexFlags_clear_1(self, flag); -};; - - PxConvexFlags.prototype['__destroy__'] = PxConvexFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConvexFlags___destroy___0(self); -}; -// PxConvexMesh -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxConvexMesh() { throw "cannot construct a PxConvexMesh, no constructor in IDL" } -PxConvexMesh.prototype = Object.create(PxRefCounted.prototype); -PxConvexMesh.prototype.constructor = PxConvexMesh; -PxConvexMesh.prototype.__class__ = PxConvexMesh; -PxConvexMesh.__cache__ = {}; -Module['PxConvexMesh'] = PxConvexMesh; - -PxConvexMesh.prototype['getNbVertices'] = PxConvexMesh.prototype.getNbVertices = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxConvexMesh_getNbVertices_0(self); -};; - -PxConvexMesh.prototype['getVertices'] = PxConvexMesh.prototype.getVertices = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConvexMesh_getVertices_0(self), PxVec3); -};; - -PxConvexMesh.prototype['getIndexBuffer'] = PxConvexMesh.prototype.getIndexBuffer = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConvexMesh_getIndexBuffer_0(self), PxU8ConstPtr); -};; - -PxConvexMesh.prototype['getNbPolygons'] = PxConvexMesh.prototype.getNbPolygons = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxConvexMesh_getNbPolygons_0(self); -};; - -PxConvexMesh.prototype['getPolygonData'] = PxConvexMesh.prototype.getPolygonData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index, data) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (data && typeof data === 'object') data = data.ptr; - return !!(_emscripten_bind_PxConvexMesh_getPolygonData_2(self, index, data)); -};; - -PxConvexMesh.prototype['getLocalBounds'] = PxConvexMesh.prototype.getLocalBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConvexMesh_getLocalBounds_0(self), PxBounds3); -};; - -PxConvexMesh.prototype['isGpuCompatible'] = PxConvexMesh.prototype.isGpuCompatible = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxConvexMesh_isGpuCompatible_0(self)); -};; - -PxConvexMesh.prototype['release'] = PxConvexMesh.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConvexMesh_release_0(self); -};; - -PxConvexMesh.prototype['getConcreteTypeName'] = PxConvexMesh.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxConvexMesh_getConcreteTypeName_0(self)); -};; - -PxConvexMesh.prototype['getConcreteType'] = PxConvexMesh.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxConvexMesh_getConcreteType_0(self); -};; - -PxConvexMesh.prototype['setBaseFlag'] = PxConvexMesh.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxConvexMesh_setBaseFlag_2(self, flag, value); -};; - -PxConvexMesh.prototype['setBaseFlags'] = PxConvexMesh.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxConvexMesh_setBaseFlags_1(self, inFlags); -};; - -PxConvexMesh.prototype['getBaseFlags'] = PxConvexMesh.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConvexMesh_getBaseFlags_0(self), PxBaseFlags); -};; - -PxConvexMesh.prototype['isReleasable'] = PxConvexMesh.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxConvexMesh_isReleasable_0(self)); -};; - -PxConvexMesh.prototype['getReferenceCount'] = PxConvexMesh.prototype.getReferenceCount = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxConvexMesh_getReferenceCount_0(self); -};; - -PxConvexMesh.prototype['acquireReference'] = PxConvexMesh.prototype.acquireReference = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConvexMesh_acquireReference_0(self); -};; - -// PxConvexMeshDesc -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxConvexMeshDesc() { - this.ptr = _emscripten_bind_PxConvexMeshDesc_PxConvexMeshDesc_0(); - getCache(PxConvexMeshDesc)[this.ptr] = this; -};; -PxConvexMeshDesc.prototype = Object.create(WrapperObject.prototype); -PxConvexMeshDesc.prototype.constructor = PxConvexMeshDesc; -PxConvexMeshDesc.prototype.__class__ = PxConvexMeshDesc; -PxConvexMeshDesc.__cache__ = {}; -Module['PxConvexMeshDesc'] = PxConvexMeshDesc; - - PxConvexMeshDesc.prototype['get_points'] = PxConvexMeshDesc.prototype.get_points = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConvexMeshDesc_get_points_0(self), PxBoundedData); -}; - PxConvexMeshDesc.prototype['set_points'] = PxConvexMeshDesc.prototype.set_points = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxConvexMeshDesc_set_points_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxConvexMeshDesc.prototype, 'points', { get: PxConvexMeshDesc.prototype.get_points, set: PxConvexMeshDesc.prototype.set_points }); - PxConvexMeshDesc.prototype['get_flags'] = PxConvexMeshDesc.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConvexMeshDesc_get_flags_0(self), PxConvexFlags); -}; - PxConvexMeshDesc.prototype['set_flags'] = PxConvexMeshDesc.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxConvexMeshDesc_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxConvexMeshDesc.prototype, 'flags', { get: PxConvexMeshDesc.prototype.get_flags, set: PxConvexMeshDesc.prototype.set_flags }); - PxConvexMeshDesc.prototype['__destroy__'] = PxConvexMeshDesc.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConvexMeshDesc___destroy___0(self); -}; -// PxConvexMeshGeometry -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxConvexMeshGeometry(mesh, scaling, flags) { - if (mesh && typeof mesh === 'object') mesh = mesh.ptr; - if (scaling && typeof scaling === 'object') scaling = scaling.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - if (scaling === undefined) { this.ptr = _emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_1(mesh); getCache(PxConvexMeshGeometry)[this.ptr] = this;return } - if (flags === undefined) { this.ptr = _emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_2(mesh, scaling); getCache(PxConvexMeshGeometry)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxConvexMeshGeometry_PxConvexMeshGeometry_3(mesh, scaling, flags); - getCache(PxConvexMeshGeometry)[this.ptr] = this; -};; -PxConvexMeshGeometry.prototype = Object.create(PxGeometry.prototype); -PxConvexMeshGeometry.prototype.constructor = PxConvexMeshGeometry; -PxConvexMeshGeometry.prototype.__class__ = PxConvexMeshGeometry; -PxConvexMeshGeometry.__cache__ = {}; -Module['PxConvexMeshGeometry'] = PxConvexMeshGeometry; - -PxConvexMeshGeometry.prototype['getType'] = PxConvexMeshGeometry.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxConvexMeshGeometry_getType_0(self); -};; - - PxConvexMeshGeometry.prototype['get_scale'] = PxConvexMeshGeometry.prototype.get_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConvexMeshGeometry_get_scale_0(self), PxMeshScale); -}; - PxConvexMeshGeometry.prototype['set_scale'] = PxConvexMeshGeometry.prototype.set_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxConvexMeshGeometry_set_scale_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxConvexMeshGeometry.prototype, 'scale', { get: PxConvexMeshGeometry.prototype.get_scale, set: PxConvexMeshGeometry.prototype.set_scale }); - PxConvexMeshGeometry.prototype['get_convexMesh'] = PxConvexMeshGeometry.prototype.get_convexMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConvexMeshGeometry_get_convexMesh_0(self), PxConvexMesh); -}; - PxConvexMeshGeometry.prototype['set_convexMesh'] = PxConvexMeshGeometry.prototype.set_convexMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxConvexMeshGeometry_set_convexMesh_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxConvexMeshGeometry.prototype, 'convexMesh', { get: PxConvexMeshGeometry.prototype.get_convexMesh, set: PxConvexMeshGeometry.prototype.set_convexMesh }); - PxConvexMeshGeometry.prototype['get_meshFlags'] = PxConvexMeshGeometry.prototype.get_meshFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxConvexMeshGeometry_get_meshFlags_0(self), PxConvexMeshGeometryFlags); -}; - PxConvexMeshGeometry.prototype['set_meshFlags'] = PxConvexMeshGeometry.prototype.set_meshFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxConvexMeshGeometry_set_meshFlags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxConvexMeshGeometry.prototype, 'meshFlags', { get: PxConvexMeshGeometry.prototype.get_meshFlags, set: PxConvexMeshGeometry.prototype.set_meshFlags }); - PxConvexMeshGeometry.prototype['__destroy__'] = PxConvexMeshGeometry.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConvexMeshGeometry___destroy___0(self); -}; -// PxConvexMeshGeometryFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxConvexMeshGeometryFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxConvexMeshGeometryFlags_PxConvexMeshGeometryFlags_1(flags); - getCache(PxConvexMeshGeometryFlags)[this.ptr] = this; -};; -PxConvexMeshGeometryFlags.prototype = Object.create(WrapperObject.prototype); -PxConvexMeshGeometryFlags.prototype.constructor = PxConvexMeshGeometryFlags; -PxConvexMeshGeometryFlags.prototype.__class__ = PxConvexMeshGeometryFlags; -PxConvexMeshGeometryFlags.__cache__ = {}; -Module['PxConvexMeshGeometryFlags'] = PxConvexMeshGeometryFlags; - -PxConvexMeshGeometryFlags.prototype['isSet'] = PxConvexMeshGeometryFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxConvexMeshGeometryFlags_isSet_1(self, flag)); -};; - -PxConvexMeshGeometryFlags.prototype['raise'] = PxConvexMeshGeometryFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxConvexMeshGeometryFlags_raise_1(self, flag); -};; - -PxConvexMeshGeometryFlags.prototype['clear'] = PxConvexMeshGeometryFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxConvexMeshGeometryFlags_clear_1(self, flag); -};; - - PxConvexMeshGeometryFlags.prototype['__destroy__'] = PxConvexMeshGeometryFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxConvexMeshGeometryFlags___destroy___0(self); -}; -// PxCookingParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxCookingParams(sc) { - if (sc && typeof sc === 'object') sc = sc.ptr; - this.ptr = _emscripten_bind_PxCookingParams_PxCookingParams_1(sc); - getCache(PxCookingParams)[this.ptr] = this; -};; -PxCookingParams.prototype = Object.create(WrapperObject.prototype); -PxCookingParams.prototype.constructor = PxCookingParams; -PxCookingParams.prototype.__class__ = PxCookingParams; -PxCookingParams.__cache__ = {}; -Module['PxCookingParams'] = PxCookingParams; - - PxCookingParams.prototype['get_areaTestEpsilon'] = PxCookingParams.prototype.get_areaTestEpsilon = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCookingParams_get_areaTestEpsilon_0(self); -}; - PxCookingParams.prototype['set_areaTestEpsilon'] = PxCookingParams.prototype.set_areaTestEpsilon = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCookingParams_set_areaTestEpsilon_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCookingParams.prototype, 'areaTestEpsilon', { get: PxCookingParams.prototype.get_areaTestEpsilon, set: PxCookingParams.prototype.set_areaTestEpsilon }); - PxCookingParams.prototype['get_planeTolerance'] = PxCookingParams.prototype.get_planeTolerance = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCookingParams_get_planeTolerance_0(self); -}; - PxCookingParams.prototype['set_planeTolerance'] = PxCookingParams.prototype.set_planeTolerance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCookingParams_set_planeTolerance_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCookingParams.prototype, 'planeTolerance', { get: PxCookingParams.prototype.get_planeTolerance, set: PxCookingParams.prototype.set_planeTolerance }); - PxCookingParams.prototype['get_convexMeshCookingType'] = PxCookingParams.prototype.get_convexMeshCookingType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCookingParams_get_convexMeshCookingType_0(self); -}; - PxCookingParams.prototype['set_convexMeshCookingType'] = PxCookingParams.prototype.set_convexMeshCookingType = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCookingParams_set_convexMeshCookingType_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCookingParams.prototype, 'convexMeshCookingType', { get: PxCookingParams.prototype.get_convexMeshCookingType, set: PxCookingParams.prototype.set_convexMeshCookingType }); - PxCookingParams.prototype['get_suppressTriangleMeshRemapTable'] = PxCookingParams.prototype.get_suppressTriangleMeshRemapTable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxCookingParams_get_suppressTriangleMeshRemapTable_0(self)); -}; - PxCookingParams.prototype['set_suppressTriangleMeshRemapTable'] = PxCookingParams.prototype.set_suppressTriangleMeshRemapTable = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCookingParams_set_suppressTriangleMeshRemapTable_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCookingParams.prototype, 'suppressTriangleMeshRemapTable', { get: PxCookingParams.prototype.get_suppressTriangleMeshRemapTable, set: PxCookingParams.prototype.set_suppressTriangleMeshRemapTable }); - PxCookingParams.prototype['get_buildTriangleAdjacencies'] = PxCookingParams.prototype.get_buildTriangleAdjacencies = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxCookingParams_get_buildTriangleAdjacencies_0(self)); -}; - PxCookingParams.prototype['set_buildTriangleAdjacencies'] = PxCookingParams.prototype.set_buildTriangleAdjacencies = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCookingParams_set_buildTriangleAdjacencies_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCookingParams.prototype, 'buildTriangleAdjacencies', { get: PxCookingParams.prototype.get_buildTriangleAdjacencies, set: PxCookingParams.prototype.set_buildTriangleAdjacencies }); - PxCookingParams.prototype['get_buildGPUData'] = PxCookingParams.prototype.get_buildGPUData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxCookingParams_get_buildGPUData_0(self)); -}; - PxCookingParams.prototype['set_buildGPUData'] = PxCookingParams.prototype.set_buildGPUData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCookingParams_set_buildGPUData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCookingParams.prototype, 'buildGPUData', { get: PxCookingParams.prototype.get_buildGPUData, set: PxCookingParams.prototype.set_buildGPUData }); - PxCookingParams.prototype['get_scale'] = PxCookingParams.prototype.get_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCookingParams_get_scale_0(self), PxTolerancesScale); -}; - PxCookingParams.prototype['set_scale'] = PxCookingParams.prototype.set_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCookingParams_set_scale_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCookingParams.prototype, 'scale', { get: PxCookingParams.prototype.get_scale, set: PxCookingParams.prototype.set_scale }); - PxCookingParams.prototype['get_meshPreprocessParams'] = PxCookingParams.prototype.get_meshPreprocessParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCookingParams_get_meshPreprocessParams_0(self), PxMeshPreprocessingFlags); -}; - PxCookingParams.prototype['set_meshPreprocessParams'] = PxCookingParams.prototype.set_meshPreprocessParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCookingParams_set_meshPreprocessParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCookingParams.prototype, 'meshPreprocessParams', { get: PxCookingParams.prototype.get_meshPreprocessParams, set: PxCookingParams.prototype.set_meshPreprocessParams }); - PxCookingParams.prototype['get_meshWeldTolerance'] = PxCookingParams.prototype.get_meshWeldTolerance = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCookingParams_get_meshWeldTolerance_0(self); -}; - PxCookingParams.prototype['set_meshWeldTolerance'] = PxCookingParams.prototype.set_meshWeldTolerance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCookingParams_set_meshWeldTolerance_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCookingParams.prototype, 'meshWeldTolerance', { get: PxCookingParams.prototype.get_meshWeldTolerance, set: PxCookingParams.prototype.set_meshWeldTolerance }); - PxCookingParams.prototype['get_midphaseDesc'] = PxCookingParams.prototype.get_midphaseDesc = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxCookingParams_get_midphaseDesc_0(self), PxMidphaseDesc); -}; - PxCookingParams.prototype['set_midphaseDesc'] = PxCookingParams.prototype.set_midphaseDesc = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCookingParams_set_midphaseDesc_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCookingParams.prototype, 'midphaseDesc', { get: PxCookingParams.prototype.get_midphaseDesc, set: PxCookingParams.prototype.set_midphaseDesc }); - PxCookingParams.prototype['get_gaussMapLimit'] = PxCookingParams.prototype.get_gaussMapLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxCookingParams_get_gaussMapLimit_0(self); -}; - PxCookingParams.prototype['set_gaussMapLimit'] = PxCookingParams.prototype.set_gaussMapLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxCookingParams_set_gaussMapLimit_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxCookingParams.prototype, 'gaussMapLimit', { get: PxCookingParams.prototype.get_gaussMapLimit, set: PxCookingParams.prototype.set_gaussMapLimit }); - PxCookingParams.prototype['__destroy__'] = PxCookingParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxCookingParams___destroy___0(self); -}; -// PxD6Joint -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxD6Joint() { throw "cannot construct a PxD6Joint, no constructor in IDL" } -PxD6Joint.prototype = Object.create(PxJoint.prototype); -PxD6Joint.prototype.constructor = PxD6Joint; -PxD6Joint.prototype.__class__ = PxD6Joint; -PxD6Joint.__cache__ = {}; -Module['PxD6Joint'] = PxD6Joint; - -PxD6Joint.prototype['setMotion'] = PxD6Joint.prototype.setMotion = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis, type) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - if (type && typeof type === 'object') type = type.ptr; - _emscripten_bind_PxD6Joint_setMotion_2(self, axis, type); -};; - -PxD6Joint.prototype['getMotion'] = PxD6Joint.prototype.getMotion = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - return _emscripten_bind_PxD6Joint_getMotion_1(self, axis); -};; - -PxD6Joint.prototype['getTwistAngle'] = PxD6Joint.prototype.getTwistAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxD6Joint_getTwistAngle_0(self); -};; - -PxD6Joint.prototype['getSwingYAngle'] = PxD6Joint.prototype.getSwingYAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxD6Joint_getSwingYAngle_0(self); -};; - -PxD6Joint.prototype['getSwingZAngle'] = PxD6Joint.prototype.getSwingZAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxD6Joint_getSwingZAngle_0(self); -};; - -PxD6Joint.prototype['setDistanceLimit'] = PxD6Joint.prototype.setDistanceLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(limit) { - var self = this.ptr; - if (limit && typeof limit === 'object') limit = limit.ptr; - _emscripten_bind_PxD6Joint_setDistanceLimit_1(self, limit); -};; - -PxD6Joint.prototype['setLinearLimit'] = PxD6Joint.prototype.setLinearLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axis, limit) { - var self = this.ptr; - if (axis && typeof axis === 'object') axis = axis.ptr; - if (limit && typeof limit === 'object') limit = limit.ptr; - _emscripten_bind_PxD6Joint_setLinearLimit_2(self, axis, limit); -};; - -PxD6Joint.prototype['setTwistLimit'] = PxD6Joint.prototype.setTwistLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(limit) { - var self = this.ptr; - if (limit && typeof limit === 'object') limit = limit.ptr; - _emscripten_bind_PxD6Joint_setTwistLimit_1(self, limit); -};; - -PxD6Joint.prototype['setSwingLimit'] = PxD6Joint.prototype.setSwingLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(limit) { - var self = this.ptr; - if (limit && typeof limit === 'object') limit = limit.ptr; - _emscripten_bind_PxD6Joint_setSwingLimit_1(self, limit); -};; - -PxD6Joint.prototype['setPyramidSwingLimit'] = PxD6Joint.prototype.setPyramidSwingLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(limit) { - var self = this.ptr; - if (limit && typeof limit === 'object') limit = limit.ptr; - _emscripten_bind_PxD6Joint_setPyramidSwingLimit_1(self, limit); -};; - -PxD6Joint.prototype['setDrive'] = PxD6Joint.prototype.setDrive = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index, drive) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - if (drive && typeof drive === 'object') drive = drive.ptr; - _emscripten_bind_PxD6Joint_setDrive_2(self, index, drive); -};; - -PxD6Joint.prototype['getDrive'] = PxD6Joint.prototype.getDrive = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxD6Joint_getDrive_1(self, index), PxD6JointDrive); -};; - -PxD6Joint.prototype['setDrivePosition'] = PxD6Joint.prototype.setDrivePosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose, autowake) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxD6Joint_setDrivePosition_1(self, pose); return } - _emscripten_bind_PxD6Joint_setDrivePosition_2(self, pose, autowake); -};; - -PxD6Joint.prototype['getDrivePosition'] = PxD6Joint.prototype.getDrivePosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxD6Joint_getDrivePosition_0(self), PxTransform); -};; - -PxD6Joint.prototype['setDriveVelocity'] = PxD6Joint.prototype.setDriveVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(linear, angular) { - var self = this.ptr; - if (linear && typeof linear === 'object') linear = linear.ptr; - if (angular && typeof angular === 'object') angular = angular.ptr; - _emscripten_bind_PxD6Joint_setDriveVelocity_2(self, linear, angular); -};; - -PxD6Joint.prototype['getDriveVelocity'] = PxD6Joint.prototype.getDriveVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(linear, angular) { - var self = this.ptr; - if (linear && typeof linear === 'object') linear = linear.ptr; - if (angular && typeof angular === 'object') angular = angular.ptr; - _emscripten_bind_PxD6Joint_getDriveVelocity_2(self, linear, angular); -};; - -PxD6Joint.prototype['release'] = PxD6Joint.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxD6Joint_release_0(self); -};; - -PxD6Joint.prototype['getConcreteTypeName'] = PxD6Joint.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxD6Joint_getConcreteTypeName_0(self)); -};; - -PxD6Joint.prototype['getConcreteType'] = PxD6Joint.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxD6Joint_getConcreteType_0(self); -};; - -PxD6Joint.prototype['setBaseFlag'] = PxD6Joint.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxD6Joint_setBaseFlag_2(self, flag, value); -};; - -PxD6Joint.prototype['setBaseFlags'] = PxD6Joint.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxD6Joint_setBaseFlags_1(self, inFlags); -};; - -PxD6Joint.prototype['getBaseFlags'] = PxD6Joint.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxD6Joint_getBaseFlags_0(self), PxBaseFlags); -};; - -PxD6Joint.prototype['isReleasable'] = PxD6Joint.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxD6Joint_isReleasable_0(self)); -};; - -PxD6Joint.prototype['setActors'] = PxD6Joint.prototype.setActors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor0, actor1) { - var self = this.ptr; - if (actor0 && typeof actor0 === 'object') actor0 = actor0.ptr; - if (actor1 && typeof actor1 === 'object') actor1 = actor1.ptr; - _emscripten_bind_PxD6Joint_setActors_2(self, actor0, actor1); -};; - -PxD6Joint.prototype['setLocalPose'] = PxD6Joint.prototype.setLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor, localPose) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (localPose && typeof localPose === 'object') localPose = localPose.ptr; - _emscripten_bind_PxD6Joint_setLocalPose_2(self, actor, localPose); -};; - -PxD6Joint.prototype['getLocalPose'] = PxD6Joint.prototype.getLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - return wrapPointer(_emscripten_bind_PxD6Joint_getLocalPose_1(self, actor), PxTransform); -};; - -PxD6Joint.prototype['getRelativeTransform'] = PxD6Joint.prototype.getRelativeTransform = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxD6Joint_getRelativeTransform_0(self), PxTransform); -};; - -PxD6Joint.prototype['getRelativeLinearVelocity'] = PxD6Joint.prototype.getRelativeLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxD6Joint_getRelativeLinearVelocity_0(self), PxVec3); -};; - -PxD6Joint.prototype['getRelativeAngularVelocity'] = PxD6Joint.prototype.getRelativeAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxD6Joint_getRelativeAngularVelocity_0(self), PxVec3); -};; - -PxD6Joint.prototype['setBreakForce'] = PxD6Joint.prototype.setBreakForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(force, torque) { - var self = this.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (torque && typeof torque === 'object') torque = torque.ptr; - _emscripten_bind_PxD6Joint_setBreakForce_2(self, force, torque); -};; - -PxD6Joint.prototype['setConstraintFlags'] = PxD6Joint.prototype.setConstraintFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxD6Joint_setConstraintFlags_1(self, flags); -};; - -PxD6Joint.prototype['setConstraintFlag'] = PxD6Joint.prototype.setConstraintFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxD6Joint_setConstraintFlag_2(self, flag, value); -};; - -PxD6Joint.prototype['getConstraintFlags'] = PxD6Joint.prototype.getConstraintFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxD6Joint_getConstraintFlags_0(self), PxConstraintFlags); -};; - -PxD6Joint.prototype['setInvMassScale0'] = PxD6Joint.prototype.setInvMassScale0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(invMassScale) { - var self = this.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - _emscripten_bind_PxD6Joint_setInvMassScale0_1(self, invMassScale); -};; - -PxD6Joint.prototype['getInvMassScale0'] = PxD6Joint.prototype.getInvMassScale0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxD6Joint_getInvMassScale0_0(self); -};; - -PxD6Joint.prototype['setInvMassScale1'] = PxD6Joint.prototype.setInvMassScale1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(invMassScale) { - var self = this.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - _emscripten_bind_PxD6Joint_setInvMassScale1_1(self, invMassScale); -};; - -PxD6Joint.prototype['getInvMassScale1'] = PxD6Joint.prototype.getInvMassScale1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxD6Joint_getInvMassScale1_0(self); -};; - -PxD6Joint.prototype['getConstraint'] = PxD6Joint.prototype.getConstraint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxD6Joint_getConstraint_0(self), PxConstraint); -};; - -PxD6Joint.prototype['setName'] = PxD6Joint.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxD6Joint_setName_1(self, name); -};; - -PxD6Joint.prototype['getName'] = PxD6Joint.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxD6Joint_getName_0(self)); -};; - -PxD6Joint.prototype['getScene'] = PxD6Joint.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxD6Joint_getScene_0(self), PxScene); -};; - - PxD6Joint.prototype['get_userData'] = PxD6Joint.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxD6Joint_get_userData_0(self), VoidPtr); -}; - PxD6Joint.prototype['set_userData'] = PxD6Joint.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxD6Joint_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxD6Joint.prototype, 'userData', { get: PxD6Joint.prototype.get_userData, set: PxD6Joint.prototype.set_userData }); - PxD6Joint.prototype['__destroy__'] = PxD6Joint.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxD6Joint___destroy___0(self); -}; -// PxD6JointDrive -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxD6JointDrive(driveStiffness, driveDamping, driveForceLimit, isAcceleration) { - if (driveStiffness && typeof driveStiffness === 'object') driveStiffness = driveStiffness.ptr; - if (driveDamping && typeof driveDamping === 'object') driveDamping = driveDamping.ptr; - if (driveForceLimit && typeof driveForceLimit === 'object') driveForceLimit = driveForceLimit.ptr; - if (isAcceleration && typeof isAcceleration === 'object') isAcceleration = isAcceleration.ptr; - if (driveStiffness === undefined) { this.ptr = _emscripten_bind_PxD6JointDrive_PxD6JointDrive_0(); getCache(PxD6JointDrive)[this.ptr] = this;return } - if (driveDamping === undefined) { this.ptr = _emscripten_bind_PxD6JointDrive_PxD6JointDrive_1(driveStiffness); getCache(PxD6JointDrive)[this.ptr] = this;return } - if (driveForceLimit === undefined) { this.ptr = _emscripten_bind_PxD6JointDrive_PxD6JointDrive_2(driveStiffness, driveDamping); getCache(PxD6JointDrive)[this.ptr] = this;return } - if (isAcceleration === undefined) { this.ptr = _emscripten_bind_PxD6JointDrive_PxD6JointDrive_3(driveStiffness, driveDamping, driveForceLimit); getCache(PxD6JointDrive)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxD6JointDrive_PxD6JointDrive_4(driveStiffness, driveDamping, driveForceLimit, isAcceleration); - getCache(PxD6JointDrive)[this.ptr] = this; -};; -PxD6JointDrive.prototype = Object.create(PxSpring.prototype); -PxD6JointDrive.prototype.constructor = PxD6JointDrive; -PxD6JointDrive.prototype.__class__ = PxD6JointDrive; -PxD6JointDrive.__cache__ = {}; -Module['PxD6JointDrive'] = PxD6JointDrive; - - PxD6JointDrive.prototype['get_forceLimit'] = PxD6JointDrive.prototype.get_forceLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxD6JointDrive_get_forceLimit_0(self); -}; - PxD6JointDrive.prototype['set_forceLimit'] = PxD6JointDrive.prototype.set_forceLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxD6JointDrive_set_forceLimit_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxD6JointDrive.prototype, 'forceLimit', { get: PxD6JointDrive.prototype.get_forceLimit, set: PxD6JointDrive.prototype.set_forceLimit }); - PxD6JointDrive.prototype['get_flags'] = PxD6JointDrive.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxD6JointDrive_get_flags_0(self), PxD6JointDriveFlags); -}; - PxD6JointDrive.prototype['set_flags'] = PxD6JointDrive.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxD6JointDrive_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxD6JointDrive.prototype, 'flags', { get: PxD6JointDrive.prototype.get_flags, set: PxD6JointDrive.prototype.set_flags }); - PxD6JointDrive.prototype['get_stiffness'] = PxD6JointDrive.prototype.get_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxD6JointDrive_get_stiffness_0(self); -}; - PxD6JointDrive.prototype['set_stiffness'] = PxD6JointDrive.prototype.set_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxD6JointDrive_set_stiffness_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxD6JointDrive.prototype, 'stiffness', { get: PxD6JointDrive.prototype.get_stiffness, set: PxD6JointDrive.prototype.set_stiffness }); - PxD6JointDrive.prototype['get_damping'] = PxD6JointDrive.prototype.get_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxD6JointDrive_get_damping_0(self); -}; - PxD6JointDrive.prototype['set_damping'] = PxD6JointDrive.prototype.set_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxD6JointDrive_set_damping_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxD6JointDrive.prototype, 'damping', { get: PxD6JointDrive.prototype.get_damping, set: PxD6JointDrive.prototype.set_damping }); - PxD6JointDrive.prototype['__destroy__'] = PxD6JointDrive.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxD6JointDrive___destroy___0(self); -}; -// PxD6JointDriveFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxD6JointDriveFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxD6JointDriveFlags_PxD6JointDriveFlags_1(flags); - getCache(PxD6JointDriveFlags)[this.ptr] = this; -};; -PxD6JointDriveFlags.prototype = Object.create(WrapperObject.prototype); -PxD6JointDriveFlags.prototype.constructor = PxD6JointDriveFlags; -PxD6JointDriveFlags.prototype.__class__ = PxD6JointDriveFlags; -PxD6JointDriveFlags.__cache__ = {}; -Module['PxD6JointDriveFlags'] = PxD6JointDriveFlags; - -PxD6JointDriveFlags.prototype['isSet'] = PxD6JointDriveFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxD6JointDriveFlags_isSet_1(self, flag)); -};; - -PxD6JointDriveFlags.prototype['raise'] = PxD6JointDriveFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxD6JointDriveFlags_raise_1(self, flag); -};; - -PxD6JointDriveFlags.prototype['clear'] = PxD6JointDriveFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxD6JointDriveFlags_clear_1(self, flag); -};; - - PxD6JointDriveFlags.prototype['__destroy__'] = PxD6JointDriveFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxD6JointDriveFlags___destroy___0(self); -}; -// PxDebugLine -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxDebugLine() { throw "cannot construct a PxDebugLine, no constructor in IDL" } -PxDebugLine.prototype = Object.create(WrapperObject.prototype); -PxDebugLine.prototype.constructor = PxDebugLine; -PxDebugLine.prototype.__class__ = PxDebugLine; -PxDebugLine.__cache__ = {}; -Module['PxDebugLine'] = PxDebugLine; - - PxDebugLine.prototype['get_pos0'] = PxDebugLine.prototype.get_pos0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDebugLine_get_pos0_0(self), PxVec3); -}; - PxDebugLine.prototype['set_pos0'] = PxDebugLine.prototype.set_pos0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDebugLine_set_pos0_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDebugLine.prototype, 'pos0', { get: PxDebugLine.prototype.get_pos0, set: PxDebugLine.prototype.set_pos0 }); - PxDebugLine.prototype['get_color0'] = PxDebugLine.prototype.get_color0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDebugLine_get_color0_0(self); -}; - PxDebugLine.prototype['set_color0'] = PxDebugLine.prototype.set_color0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDebugLine_set_color0_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDebugLine.prototype, 'color0', { get: PxDebugLine.prototype.get_color0, set: PxDebugLine.prototype.set_color0 }); - PxDebugLine.prototype['get_pos1'] = PxDebugLine.prototype.get_pos1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDebugLine_get_pos1_0(self), PxVec3); -}; - PxDebugLine.prototype['set_pos1'] = PxDebugLine.prototype.set_pos1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDebugLine_set_pos1_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDebugLine.prototype, 'pos1', { get: PxDebugLine.prototype.get_pos1, set: PxDebugLine.prototype.set_pos1 }); - PxDebugLine.prototype['get_color1'] = PxDebugLine.prototype.get_color1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDebugLine_get_color1_0(self); -}; - PxDebugLine.prototype['set_color1'] = PxDebugLine.prototype.set_color1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDebugLine_set_color1_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDebugLine.prototype, 'color1', { get: PxDebugLine.prototype.get_color1, set: PxDebugLine.prototype.set_color1 }); -// PxDebugPoint -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxDebugPoint() { throw "cannot construct a PxDebugPoint, no constructor in IDL" } -PxDebugPoint.prototype = Object.create(WrapperObject.prototype); -PxDebugPoint.prototype.constructor = PxDebugPoint; -PxDebugPoint.prototype.__class__ = PxDebugPoint; -PxDebugPoint.__cache__ = {}; -Module['PxDebugPoint'] = PxDebugPoint; - - PxDebugPoint.prototype['get_pos'] = PxDebugPoint.prototype.get_pos = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDebugPoint_get_pos_0(self), PxVec3); -}; - PxDebugPoint.prototype['set_pos'] = PxDebugPoint.prototype.set_pos = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDebugPoint_set_pos_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDebugPoint.prototype, 'pos', { get: PxDebugPoint.prototype.get_pos, set: PxDebugPoint.prototype.set_pos }); - PxDebugPoint.prototype['get_color'] = PxDebugPoint.prototype.get_color = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDebugPoint_get_color_0(self); -}; - PxDebugPoint.prototype['set_color'] = PxDebugPoint.prototype.set_color = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDebugPoint_set_color_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDebugPoint.prototype, 'color', { get: PxDebugPoint.prototype.get_color, set: PxDebugPoint.prototype.set_color }); -// PxDebugTriangle -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxDebugTriangle() { throw "cannot construct a PxDebugTriangle, no constructor in IDL" } -PxDebugTriangle.prototype = Object.create(WrapperObject.prototype); -PxDebugTriangle.prototype.constructor = PxDebugTriangle; -PxDebugTriangle.prototype.__class__ = PxDebugTriangle; -PxDebugTriangle.__cache__ = {}; -Module['PxDebugTriangle'] = PxDebugTriangle; - - PxDebugTriangle.prototype['get_pos0'] = PxDebugTriangle.prototype.get_pos0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDebugTriangle_get_pos0_0(self), PxVec3); -}; - PxDebugTriangle.prototype['set_pos0'] = PxDebugTriangle.prototype.set_pos0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDebugTriangle_set_pos0_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDebugTriangle.prototype, 'pos0', { get: PxDebugTriangle.prototype.get_pos0, set: PxDebugTriangle.prototype.set_pos0 }); - PxDebugTriangle.prototype['get_color0'] = PxDebugTriangle.prototype.get_color0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDebugTriangle_get_color0_0(self); -}; - PxDebugTriangle.prototype['set_color0'] = PxDebugTriangle.prototype.set_color0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDebugTriangle_set_color0_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDebugTriangle.prototype, 'color0', { get: PxDebugTriangle.prototype.get_color0, set: PxDebugTriangle.prototype.set_color0 }); - PxDebugTriangle.prototype['get_pos1'] = PxDebugTriangle.prototype.get_pos1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDebugTriangle_get_pos1_0(self), PxVec3); -}; - PxDebugTriangle.prototype['set_pos1'] = PxDebugTriangle.prototype.set_pos1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDebugTriangle_set_pos1_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDebugTriangle.prototype, 'pos1', { get: PxDebugTriangle.prototype.get_pos1, set: PxDebugTriangle.prototype.set_pos1 }); - PxDebugTriangle.prototype['get_color1'] = PxDebugTriangle.prototype.get_color1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDebugTriangle_get_color1_0(self); -}; - PxDebugTriangle.prototype['set_color1'] = PxDebugTriangle.prototype.set_color1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDebugTriangle_set_color1_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDebugTriangle.prototype, 'color1', { get: PxDebugTriangle.prototype.get_color1, set: PxDebugTriangle.prototype.set_color1 }); - PxDebugTriangle.prototype['get_pos2'] = PxDebugTriangle.prototype.get_pos2 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDebugTriangle_get_pos2_0(self), PxVec3); -}; - PxDebugTriangle.prototype['set_pos2'] = PxDebugTriangle.prototype.set_pos2 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDebugTriangle_set_pos2_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDebugTriangle.prototype, 'pos2', { get: PxDebugTriangle.prototype.get_pos2, set: PxDebugTriangle.prototype.set_pos2 }); - PxDebugTriangle.prototype['get_color2'] = PxDebugTriangle.prototype.get_color2 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDebugTriangle_get_color2_0(self); -}; - PxDebugTriangle.prototype['set_color2'] = PxDebugTriangle.prototype.set_color2 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDebugTriangle_set_color2_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDebugTriangle.prototype, 'color2', { get: PxDebugTriangle.prototype.get_color2, set: PxDebugTriangle.prototype.set_color2 }); -// PxDefaultAllocator -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxDefaultAllocator() { - this.ptr = _emscripten_bind_PxDefaultAllocator_PxDefaultAllocator_0(); - getCache(PxDefaultAllocator)[this.ptr] = this; -};; -PxDefaultAllocator.prototype = Object.create(WrapperObject.prototype); -PxDefaultAllocator.prototype.constructor = PxDefaultAllocator; -PxDefaultAllocator.prototype.__class__ = PxDefaultAllocator; -PxDefaultAllocator.__cache__ = {}; -Module['PxDefaultAllocator'] = PxDefaultAllocator; - - PxDefaultAllocator.prototype['__destroy__'] = PxDefaultAllocator.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxDefaultAllocator___destroy___0(self); -}; -// PxDefaultCpuDispatcher -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxDefaultCpuDispatcher() { throw "cannot construct a PxDefaultCpuDispatcher, no constructor in IDL" } -PxDefaultCpuDispatcher.prototype = Object.create(PxCpuDispatcher.prototype); -PxDefaultCpuDispatcher.prototype.constructor = PxDefaultCpuDispatcher; -PxDefaultCpuDispatcher.prototype.__class__ = PxDefaultCpuDispatcher; -PxDefaultCpuDispatcher.__cache__ = {}; -Module['PxDefaultCpuDispatcher'] = PxDefaultCpuDispatcher; - - PxDefaultCpuDispatcher.prototype['__destroy__'] = PxDefaultCpuDispatcher.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxDefaultCpuDispatcher___destroy___0(self); -}; -// PxDefaultErrorCallback -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxDefaultErrorCallback() { - this.ptr = _emscripten_bind_PxDefaultErrorCallback_PxDefaultErrorCallback_0(); - getCache(PxDefaultErrorCallback)[this.ptr] = this; -};; -PxDefaultErrorCallback.prototype = Object.create(PxErrorCallback.prototype); -PxDefaultErrorCallback.prototype.constructor = PxDefaultErrorCallback; -PxDefaultErrorCallback.prototype.__class__ = PxDefaultErrorCallback; -PxDefaultErrorCallback.__cache__ = {}; -Module['PxDefaultErrorCallback'] = PxDefaultErrorCallback; - -PxDefaultErrorCallback.prototype['reportError'] = PxDefaultErrorCallback.prototype.reportError = /** @suppress {undefinedVars, duplicate} @this{Object} */function(code, message, file, line) { - var self = this.ptr; - ensureCache.prepare(); - if (code && typeof code === 'object') code = code.ptr; - if (message && typeof message === 'object') message = message.ptr; - else message = ensureString(message); - if (file && typeof file === 'object') file = file.ptr; - else file = ensureString(file); - if (line && typeof line === 'object') line = line.ptr; - _emscripten_bind_PxDefaultErrorCallback_reportError_4(self, code, message, file, line); -};; - - PxDefaultErrorCallback.prototype['__destroy__'] = PxDefaultErrorCallback.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxDefaultErrorCallback___destroy___0(self); -}; -// PxDefaultMemoryInputData -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxDefaultMemoryInputData(data, length) { - if (data && typeof data === 'object') data = data.ptr; - if (length && typeof length === 'object') length = length.ptr; - this.ptr = _emscripten_bind_PxDefaultMemoryInputData_PxDefaultMemoryInputData_2(data, length); - getCache(PxDefaultMemoryInputData)[this.ptr] = this; -};; -PxDefaultMemoryInputData.prototype = Object.create(PxInputData.prototype); -PxDefaultMemoryInputData.prototype.constructor = PxDefaultMemoryInputData; -PxDefaultMemoryInputData.prototype.__class__ = PxDefaultMemoryInputData; -PxDefaultMemoryInputData.__cache__ = {}; -Module['PxDefaultMemoryInputData'] = PxDefaultMemoryInputData; - -PxDefaultMemoryInputData.prototype['read'] = PxDefaultMemoryInputData.prototype.read = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dest, count) { - var self = this.ptr; - if (dest && typeof dest === 'object') dest = dest.ptr; - if (count && typeof count === 'object') count = count.ptr; - return _emscripten_bind_PxDefaultMemoryInputData_read_2(self, dest, count); -};; - -PxDefaultMemoryInputData.prototype['getLength'] = PxDefaultMemoryInputData.prototype.getLength = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDefaultMemoryInputData_getLength_0(self); -};; - -PxDefaultMemoryInputData.prototype['seek'] = PxDefaultMemoryInputData.prototype.seek = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pos) { - var self = this.ptr; - if (pos && typeof pos === 'object') pos = pos.ptr; - _emscripten_bind_PxDefaultMemoryInputData_seek_1(self, pos); -};; - -PxDefaultMemoryInputData.prototype['tell'] = PxDefaultMemoryInputData.prototype.tell = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDefaultMemoryInputData_tell_0(self); -};; - - PxDefaultMemoryInputData.prototype['__destroy__'] = PxDefaultMemoryInputData.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxDefaultMemoryInputData___destroy___0(self); -}; -// PxDefaultMemoryOutputStream -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxDefaultMemoryOutputStream() { - this.ptr = _emscripten_bind_PxDefaultMemoryOutputStream_PxDefaultMemoryOutputStream_0(); - getCache(PxDefaultMemoryOutputStream)[this.ptr] = this; -};; -PxDefaultMemoryOutputStream.prototype = Object.create(PxOutputStream.prototype); -PxDefaultMemoryOutputStream.prototype.constructor = PxDefaultMemoryOutputStream; -PxDefaultMemoryOutputStream.prototype.__class__ = PxDefaultMemoryOutputStream; -PxDefaultMemoryOutputStream.__cache__ = {}; -Module['PxDefaultMemoryOutputStream'] = PxDefaultMemoryOutputStream; - -PxDefaultMemoryOutputStream.prototype['write'] = PxDefaultMemoryOutputStream.prototype.write = /** @suppress {undefinedVars, duplicate} @this{Object} */function(src, count) { - var self = this.ptr; - if (src && typeof src === 'object') src = src.ptr; - if (count && typeof count === 'object') count = count.ptr; - _emscripten_bind_PxDefaultMemoryOutputStream_write_2(self, src, count); -};; - -PxDefaultMemoryOutputStream.prototype['getSize'] = PxDefaultMemoryOutputStream.prototype.getSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDefaultMemoryOutputStream_getSize_0(self); -};; - -PxDefaultMemoryOutputStream.prototype['getData'] = PxDefaultMemoryOutputStream.prototype.getData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDefaultMemoryOutputStream_getData_0(self), VoidPtr); -};; - - PxDefaultMemoryOutputStream.prototype['__destroy__'] = PxDefaultMemoryOutputStream.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxDefaultMemoryOutputStream___destroy___0(self); -}; -// PxDistanceJoint -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxDistanceJoint() { throw "cannot construct a PxDistanceJoint, no constructor in IDL" } -PxDistanceJoint.prototype = Object.create(PxJoint.prototype); -PxDistanceJoint.prototype.constructor = PxDistanceJoint; -PxDistanceJoint.prototype.__class__ = PxDistanceJoint; -PxDistanceJoint.__cache__ = {}; -Module['PxDistanceJoint'] = PxDistanceJoint; - -PxDistanceJoint.prototype['getDistance'] = PxDistanceJoint.prototype.getDistance = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDistanceJoint_getDistance_0(self); -};; - -PxDistanceJoint.prototype['setMinDistance'] = PxDistanceJoint.prototype.setMinDistance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(distance) { - var self = this.ptr; - if (distance && typeof distance === 'object') distance = distance.ptr; - _emscripten_bind_PxDistanceJoint_setMinDistance_1(self, distance); -};; - -PxDistanceJoint.prototype['getMinDistance'] = PxDistanceJoint.prototype.getMinDistance = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDistanceJoint_getMinDistance_0(self); -};; - -PxDistanceJoint.prototype['setMaxDistance'] = PxDistanceJoint.prototype.setMaxDistance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(distance) { - var self = this.ptr; - if (distance && typeof distance === 'object') distance = distance.ptr; - _emscripten_bind_PxDistanceJoint_setMaxDistance_1(self, distance); -};; - -PxDistanceJoint.prototype['getMaxDistance'] = PxDistanceJoint.prototype.getMaxDistance = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDistanceJoint_getMaxDistance_0(self); -};; - -PxDistanceJoint.prototype['setTolerance'] = PxDistanceJoint.prototype.setTolerance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(tolerance) { - var self = this.ptr; - if (tolerance && typeof tolerance === 'object') tolerance = tolerance.ptr; - _emscripten_bind_PxDistanceJoint_setTolerance_1(self, tolerance); -};; - -PxDistanceJoint.prototype['getTolerance'] = PxDistanceJoint.prototype.getTolerance = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDistanceJoint_getTolerance_0(self); -};; - -PxDistanceJoint.prototype['setStiffness'] = PxDistanceJoint.prototype.setStiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(stiffness) { - var self = this.ptr; - if (stiffness && typeof stiffness === 'object') stiffness = stiffness.ptr; - _emscripten_bind_PxDistanceJoint_setStiffness_1(self, stiffness); -};; - -PxDistanceJoint.prototype['getStiffness'] = PxDistanceJoint.prototype.getStiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDistanceJoint_getStiffness_0(self); -};; - -PxDistanceJoint.prototype['setDamping'] = PxDistanceJoint.prototype.setDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(damping) { - var self = this.ptr; - if (damping && typeof damping === 'object') damping = damping.ptr; - _emscripten_bind_PxDistanceJoint_setDamping_1(self, damping); -};; - -PxDistanceJoint.prototype['getDamping'] = PxDistanceJoint.prototype.getDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDistanceJoint_getDamping_0(self); -};; - -PxDistanceJoint.prototype['setDistanceJointFlags'] = PxDistanceJoint.prototype.setDistanceJointFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxDistanceJoint_setDistanceJointFlags_1(self, flags); -};; - -PxDistanceJoint.prototype['setDistanceJointFlag'] = PxDistanceJoint.prototype.setDistanceJointFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxDistanceJoint_setDistanceJointFlag_2(self, flag, value); -};; - -PxDistanceJoint.prototype['getDistanceJointFlags'] = PxDistanceJoint.prototype.getDistanceJointFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDistanceJoint_getDistanceJointFlags_0(self), PxDistanceJointFlags); -};; - -PxDistanceJoint.prototype['release'] = PxDistanceJoint.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxDistanceJoint_release_0(self); -};; - -PxDistanceJoint.prototype['getConcreteTypeName'] = PxDistanceJoint.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxDistanceJoint_getConcreteTypeName_0(self)); -};; - -PxDistanceJoint.prototype['getConcreteType'] = PxDistanceJoint.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDistanceJoint_getConcreteType_0(self); -};; - -PxDistanceJoint.prototype['setBaseFlag'] = PxDistanceJoint.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxDistanceJoint_setBaseFlag_2(self, flag, value); -};; - -PxDistanceJoint.prototype['setBaseFlags'] = PxDistanceJoint.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxDistanceJoint_setBaseFlags_1(self, inFlags); -};; - -PxDistanceJoint.prototype['getBaseFlags'] = PxDistanceJoint.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDistanceJoint_getBaseFlags_0(self), PxBaseFlags); -};; - -PxDistanceJoint.prototype['isReleasable'] = PxDistanceJoint.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxDistanceJoint_isReleasable_0(self)); -};; - -PxDistanceJoint.prototype['setActors'] = PxDistanceJoint.prototype.setActors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor0, actor1) { - var self = this.ptr; - if (actor0 && typeof actor0 === 'object') actor0 = actor0.ptr; - if (actor1 && typeof actor1 === 'object') actor1 = actor1.ptr; - _emscripten_bind_PxDistanceJoint_setActors_2(self, actor0, actor1); -};; - -PxDistanceJoint.prototype['setLocalPose'] = PxDistanceJoint.prototype.setLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor, localPose) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (localPose && typeof localPose === 'object') localPose = localPose.ptr; - _emscripten_bind_PxDistanceJoint_setLocalPose_2(self, actor, localPose); -};; - -PxDistanceJoint.prototype['getLocalPose'] = PxDistanceJoint.prototype.getLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - return wrapPointer(_emscripten_bind_PxDistanceJoint_getLocalPose_1(self, actor), PxTransform); -};; - -PxDistanceJoint.prototype['getRelativeTransform'] = PxDistanceJoint.prototype.getRelativeTransform = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDistanceJoint_getRelativeTransform_0(self), PxTransform); -};; - -PxDistanceJoint.prototype['getRelativeLinearVelocity'] = PxDistanceJoint.prototype.getRelativeLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDistanceJoint_getRelativeLinearVelocity_0(self), PxVec3); -};; - -PxDistanceJoint.prototype['getRelativeAngularVelocity'] = PxDistanceJoint.prototype.getRelativeAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDistanceJoint_getRelativeAngularVelocity_0(self), PxVec3); -};; - -PxDistanceJoint.prototype['setBreakForce'] = PxDistanceJoint.prototype.setBreakForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(force, torque) { - var self = this.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (torque && typeof torque === 'object') torque = torque.ptr; - _emscripten_bind_PxDistanceJoint_setBreakForce_2(self, force, torque); -};; - -PxDistanceJoint.prototype['setConstraintFlags'] = PxDistanceJoint.prototype.setConstraintFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxDistanceJoint_setConstraintFlags_1(self, flags); -};; - -PxDistanceJoint.prototype['setConstraintFlag'] = PxDistanceJoint.prototype.setConstraintFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxDistanceJoint_setConstraintFlag_2(self, flag, value); -};; - -PxDistanceJoint.prototype['getConstraintFlags'] = PxDistanceJoint.prototype.getConstraintFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDistanceJoint_getConstraintFlags_0(self), PxConstraintFlags); -};; - -PxDistanceJoint.prototype['setInvMassScale0'] = PxDistanceJoint.prototype.setInvMassScale0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(invMassScale) { - var self = this.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - _emscripten_bind_PxDistanceJoint_setInvMassScale0_1(self, invMassScale); -};; - -PxDistanceJoint.prototype['getInvMassScale0'] = PxDistanceJoint.prototype.getInvMassScale0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDistanceJoint_getInvMassScale0_0(self); -};; - -PxDistanceJoint.prototype['setInvMassScale1'] = PxDistanceJoint.prototype.setInvMassScale1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(invMassScale) { - var self = this.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - _emscripten_bind_PxDistanceJoint_setInvMassScale1_1(self, invMassScale); -};; - -PxDistanceJoint.prototype['getInvMassScale1'] = PxDistanceJoint.prototype.getInvMassScale1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDistanceJoint_getInvMassScale1_0(self); -};; - -PxDistanceJoint.prototype['getConstraint'] = PxDistanceJoint.prototype.getConstraint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDistanceJoint_getConstraint_0(self), PxConstraint); -};; - -PxDistanceJoint.prototype['setName'] = PxDistanceJoint.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxDistanceJoint_setName_1(self, name); -};; - -PxDistanceJoint.prototype['getName'] = PxDistanceJoint.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxDistanceJoint_getName_0(self)); -};; - -PxDistanceJoint.prototype['getScene'] = PxDistanceJoint.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDistanceJoint_getScene_0(self), PxScene); -};; - - PxDistanceJoint.prototype['get_userData'] = PxDistanceJoint.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxDistanceJoint_get_userData_0(self), VoidPtr); -}; - PxDistanceJoint.prototype['set_userData'] = PxDistanceJoint.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDistanceJoint_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDistanceJoint.prototype, 'userData', { get: PxDistanceJoint.prototype.get_userData, set: PxDistanceJoint.prototype.set_userData }); - PxDistanceJoint.prototype['__destroy__'] = PxDistanceJoint.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxDistanceJoint___destroy___0(self); -}; -// PxDistanceJointFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxDistanceJointFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxDistanceJointFlags_PxDistanceJointFlags_1(flags); - getCache(PxDistanceJointFlags)[this.ptr] = this; -};; -PxDistanceJointFlags.prototype = Object.create(WrapperObject.prototype); -PxDistanceJointFlags.prototype.constructor = PxDistanceJointFlags; -PxDistanceJointFlags.prototype.__class__ = PxDistanceJointFlags; -PxDistanceJointFlags.__cache__ = {}; -Module['PxDistanceJointFlags'] = PxDistanceJointFlags; - -PxDistanceJointFlags.prototype['isSet'] = PxDistanceJointFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxDistanceJointFlags_isSet_1(self, flag)); -};; - -PxDistanceJointFlags.prototype['raise'] = PxDistanceJointFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxDistanceJointFlags_raise_1(self, flag); -};; - -PxDistanceJointFlags.prototype['clear'] = PxDistanceJointFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxDistanceJointFlags_clear_1(self, flag); -};; - - PxDistanceJointFlags.prototype['__destroy__'] = PxDistanceJointFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxDistanceJointFlags___destroy___0(self); -}; -// PxDominanceGroupPair -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxDominanceGroupPair(a, b) { - if (a && typeof a === 'object') a = a.ptr; - if (b && typeof b === 'object') b = b.ptr; - this.ptr = _emscripten_bind_PxDominanceGroupPair_PxDominanceGroupPair_2(a, b); - getCache(PxDominanceGroupPair)[this.ptr] = this; -};; -PxDominanceGroupPair.prototype = Object.create(WrapperObject.prototype); -PxDominanceGroupPair.prototype.constructor = PxDominanceGroupPair; -PxDominanceGroupPair.prototype.__class__ = PxDominanceGroupPair; -PxDominanceGroupPair.__cache__ = {}; -Module['PxDominanceGroupPair'] = PxDominanceGroupPair; - - PxDominanceGroupPair.prototype['get_dominance0'] = PxDominanceGroupPair.prototype.get_dominance0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDominanceGroupPair_get_dominance0_0(self); -}; - PxDominanceGroupPair.prototype['set_dominance0'] = PxDominanceGroupPair.prototype.set_dominance0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDominanceGroupPair_set_dominance0_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDominanceGroupPair.prototype, 'dominance0', { get: PxDominanceGroupPair.prototype.get_dominance0, set: PxDominanceGroupPair.prototype.set_dominance0 }); - PxDominanceGroupPair.prototype['get_dominance1'] = PxDominanceGroupPair.prototype.get_dominance1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxDominanceGroupPair_get_dominance1_0(self); -}; - PxDominanceGroupPair.prototype['set_dominance1'] = PxDominanceGroupPair.prototype.set_dominance1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxDominanceGroupPair_set_dominance1_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxDominanceGroupPair.prototype, 'dominance1', { get: PxDominanceGroupPair.prototype.get_dominance1, set: PxDominanceGroupPair.prototype.set_dominance1 }); - PxDominanceGroupPair.prototype['__destroy__'] = PxDominanceGroupPair.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxDominanceGroupPair___destroy___0(self); -}; -// PxErrorCallbackImpl -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxErrorCallbackImpl() { - this.ptr = _emscripten_bind_PxErrorCallbackImpl_PxErrorCallbackImpl_0(); - getCache(PxErrorCallbackImpl)[this.ptr] = this; -};; -PxErrorCallbackImpl.prototype = Object.create(PxErrorCallback.prototype); -PxErrorCallbackImpl.prototype.constructor = PxErrorCallbackImpl; -PxErrorCallbackImpl.prototype.__class__ = PxErrorCallbackImpl; -PxErrorCallbackImpl.__cache__ = {}; -Module['PxErrorCallbackImpl'] = PxErrorCallbackImpl; - -PxErrorCallbackImpl.prototype['reportError'] = PxErrorCallbackImpl.prototype.reportError = /** @suppress {undefinedVars, duplicate} @this{Object} */function(code, message, file, line) { - var self = this.ptr; - ensureCache.prepare(); - if (code && typeof code === 'object') code = code.ptr; - if (message && typeof message === 'object') message = message.ptr; - else message = ensureString(message); - if (file && typeof file === 'object') file = file.ptr; - else file = ensureString(file); - if (line && typeof line === 'object') line = line.ptr; - _emscripten_bind_PxErrorCallbackImpl_reportError_4(self, code, message, file, line); -};; - - PxErrorCallbackImpl.prototype['__destroy__'] = PxErrorCallbackImpl.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxErrorCallbackImpl___destroy___0(self); -}; -// PxExtendedVec3 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxExtendedVec3(x, y, z) { - if (x && typeof x === 'object') x = x.ptr; - if (y && typeof y === 'object') y = y.ptr; - if (z && typeof z === 'object') z = z.ptr; - if (x === undefined) { this.ptr = _emscripten_bind_PxExtendedVec3_PxExtendedVec3_0(); getCache(PxExtendedVec3)[this.ptr] = this;return } - if (y === undefined) { this.ptr = _emscripten_bind_PxExtendedVec3_PxExtendedVec3_1(x); getCache(PxExtendedVec3)[this.ptr] = this;return } - if (z === undefined) { this.ptr = _emscripten_bind_PxExtendedVec3_PxExtendedVec3_2(x, y); getCache(PxExtendedVec3)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxExtendedVec3_PxExtendedVec3_3(x, y, z); - getCache(PxExtendedVec3)[this.ptr] = this; -};; -PxExtendedVec3.prototype = Object.create(WrapperObject.prototype); -PxExtendedVec3.prototype.constructor = PxExtendedVec3; -PxExtendedVec3.prototype.__class__ = PxExtendedVec3; -PxExtendedVec3.__cache__ = {}; -Module['PxExtendedVec3'] = PxExtendedVec3; - - PxExtendedVec3.prototype['get_x'] = PxExtendedVec3.prototype.get_x = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxExtendedVec3_get_x_0(self); -}; - PxExtendedVec3.prototype['set_x'] = PxExtendedVec3.prototype.set_x = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxExtendedVec3_set_x_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxExtendedVec3.prototype, 'x', { get: PxExtendedVec3.prototype.get_x, set: PxExtendedVec3.prototype.set_x }); - PxExtendedVec3.prototype['get_y'] = PxExtendedVec3.prototype.get_y = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxExtendedVec3_get_y_0(self); -}; - PxExtendedVec3.prototype['set_y'] = PxExtendedVec3.prototype.set_y = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxExtendedVec3_set_y_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxExtendedVec3.prototype, 'y', { get: PxExtendedVec3.prototype.get_y, set: PxExtendedVec3.prototype.set_y }); - PxExtendedVec3.prototype['get_z'] = PxExtendedVec3.prototype.get_z = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxExtendedVec3_get_z_0(self); -}; - PxExtendedVec3.prototype['set_z'] = PxExtendedVec3.prototype.set_z = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxExtendedVec3_set_z_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxExtendedVec3.prototype, 'z', { get: PxExtendedVec3.prototype.get_z, set: PxExtendedVec3.prototype.set_z }); - PxExtendedVec3.prototype['__destroy__'] = PxExtendedVec3.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxExtendedVec3___destroy___0(self); -}; -// PxExtensionTopLevelFunctions -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxExtensionTopLevelFunctions() { throw "cannot construct a PxExtensionTopLevelFunctions, no constructor in IDL" } -PxExtensionTopLevelFunctions.prototype = Object.create(WrapperObject.prototype); -PxExtensionTopLevelFunctions.prototype.constructor = PxExtensionTopLevelFunctions; -PxExtensionTopLevelFunctions.prototype.__class__ = PxExtensionTopLevelFunctions; -PxExtensionTopLevelFunctions.__cache__ = {}; -Module['PxExtensionTopLevelFunctions'] = PxExtensionTopLevelFunctions; - -PxExtensionTopLevelFunctions.prototype['CreatePlane'] = PxExtensionTopLevelFunctions.prototype.CreatePlane = /** @suppress {undefinedVars, duplicate} @this{Object} */function(sdk, plane, material, filterData) { - var self = this.ptr; - if (sdk && typeof sdk === 'object') sdk = sdk.ptr; - if (plane && typeof plane === 'object') plane = plane.ptr; - if (material && typeof material === 'object') material = material.ptr; - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - return wrapPointer(_emscripten_bind_PxExtensionTopLevelFunctions_CreatePlane_4(self, sdk, plane, material, filterData), PxRigidStatic); -};; - -// PxFilterData -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxFilterData(w0, w1, w2, w3) { - if (w0 && typeof w0 === 'object') w0 = w0.ptr; - if (w1 && typeof w1 === 'object') w1 = w1.ptr; - if (w2 && typeof w2 === 'object') w2 = w2.ptr; - if (w3 && typeof w3 === 'object') w3 = w3.ptr; - if (w0 === undefined) { this.ptr = _emscripten_bind_PxFilterData_PxFilterData_0(); getCache(PxFilterData)[this.ptr] = this;return } - if (w1 === undefined) { this.ptr = _emscripten_bind_PxFilterData_PxFilterData_1(w0); getCache(PxFilterData)[this.ptr] = this;return } - if (w2 === undefined) { this.ptr = _emscripten_bind_PxFilterData_PxFilterData_2(w0, w1); getCache(PxFilterData)[this.ptr] = this;return } - if (w3 === undefined) { this.ptr = _emscripten_bind_PxFilterData_PxFilterData_3(w0, w1, w2); getCache(PxFilterData)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxFilterData_PxFilterData_4(w0, w1, w2, w3); - getCache(PxFilterData)[this.ptr] = this; -};; -PxFilterData.prototype = Object.create(WrapperObject.prototype); -PxFilterData.prototype.constructor = PxFilterData; -PxFilterData.prototype.__class__ = PxFilterData; -PxFilterData.__cache__ = {}; -Module['PxFilterData'] = PxFilterData; - - PxFilterData.prototype['get_word0'] = PxFilterData.prototype.get_word0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxFilterData_get_word0_0(self); -}; - PxFilterData.prototype['set_word0'] = PxFilterData.prototype.set_word0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxFilterData_set_word0_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxFilterData.prototype, 'word0', { get: PxFilterData.prototype.get_word0, set: PxFilterData.prototype.set_word0 }); - PxFilterData.prototype['get_word1'] = PxFilterData.prototype.get_word1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxFilterData_get_word1_0(self); -}; - PxFilterData.prototype['set_word1'] = PxFilterData.prototype.set_word1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxFilterData_set_word1_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxFilterData.prototype, 'word1', { get: PxFilterData.prototype.get_word1, set: PxFilterData.prototype.set_word1 }); - PxFilterData.prototype['get_word2'] = PxFilterData.prototype.get_word2 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxFilterData_get_word2_0(self); -}; - PxFilterData.prototype['set_word2'] = PxFilterData.prototype.set_word2 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxFilterData_set_word2_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxFilterData.prototype, 'word2', { get: PxFilterData.prototype.get_word2, set: PxFilterData.prototype.set_word2 }); - PxFilterData.prototype['get_word3'] = PxFilterData.prototype.get_word3 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxFilterData_get_word3_0(self); -}; - PxFilterData.prototype['set_word3'] = PxFilterData.prototype.set_word3 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxFilterData_set_word3_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxFilterData.prototype, 'word3', { get: PxFilterData.prototype.get_word3, set: PxFilterData.prototype.set_word3 }); - PxFilterData.prototype['__destroy__'] = PxFilterData.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxFilterData___destroy___0(self); -}; -// PxFixedJoint -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxFixedJoint() { throw "cannot construct a PxFixedJoint, no constructor in IDL" } -PxFixedJoint.prototype = Object.create(PxJoint.prototype); -PxFixedJoint.prototype.constructor = PxFixedJoint; -PxFixedJoint.prototype.__class__ = PxFixedJoint; -PxFixedJoint.__cache__ = {}; -Module['PxFixedJoint'] = PxFixedJoint; - -PxFixedJoint.prototype['release'] = PxFixedJoint.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxFixedJoint_release_0(self); -};; - -PxFixedJoint.prototype['getConcreteTypeName'] = PxFixedJoint.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxFixedJoint_getConcreteTypeName_0(self)); -};; - -PxFixedJoint.prototype['getConcreteType'] = PxFixedJoint.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxFixedJoint_getConcreteType_0(self); -};; - -PxFixedJoint.prototype['setBaseFlag'] = PxFixedJoint.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxFixedJoint_setBaseFlag_2(self, flag, value); -};; - -PxFixedJoint.prototype['setBaseFlags'] = PxFixedJoint.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxFixedJoint_setBaseFlags_1(self, inFlags); -};; - -PxFixedJoint.prototype['getBaseFlags'] = PxFixedJoint.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxFixedJoint_getBaseFlags_0(self), PxBaseFlags); -};; - -PxFixedJoint.prototype['isReleasable'] = PxFixedJoint.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxFixedJoint_isReleasable_0(self)); -};; - -PxFixedJoint.prototype['setActors'] = PxFixedJoint.prototype.setActors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor0, actor1) { - var self = this.ptr; - if (actor0 && typeof actor0 === 'object') actor0 = actor0.ptr; - if (actor1 && typeof actor1 === 'object') actor1 = actor1.ptr; - _emscripten_bind_PxFixedJoint_setActors_2(self, actor0, actor1); -};; - -PxFixedJoint.prototype['setLocalPose'] = PxFixedJoint.prototype.setLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor, localPose) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (localPose && typeof localPose === 'object') localPose = localPose.ptr; - _emscripten_bind_PxFixedJoint_setLocalPose_2(self, actor, localPose); -};; - -PxFixedJoint.prototype['getLocalPose'] = PxFixedJoint.prototype.getLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - return wrapPointer(_emscripten_bind_PxFixedJoint_getLocalPose_1(self, actor), PxTransform); -};; - -PxFixedJoint.prototype['getRelativeTransform'] = PxFixedJoint.prototype.getRelativeTransform = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxFixedJoint_getRelativeTransform_0(self), PxTransform); -};; - -PxFixedJoint.prototype['getRelativeLinearVelocity'] = PxFixedJoint.prototype.getRelativeLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxFixedJoint_getRelativeLinearVelocity_0(self), PxVec3); -};; - -PxFixedJoint.prototype['getRelativeAngularVelocity'] = PxFixedJoint.prototype.getRelativeAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxFixedJoint_getRelativeAngularVelocity_0(self), PxVec3); -};; - -PxFixedJoint.prototype['setBreakForce'] = PxFixedJoint.prototype.setBreakForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(force, torque) { - var self = this.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (torque && typeof torque === 'object') torque = torque.ptr; - _emscripten_bind_PxFixedJoint_setBreakForce_2(self, force, torque); -};; - -PxFixedJoint.prototype['setConstraintFlags'] = PxFixedJoint.prototype.setConstraintFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxFixedJoint_setConstraintFlags_1(self, flags); -};; - -PxFixedJoint.prototype['setConstraintFlag'] = PxFixedJoint.prototype.setConstraintFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxFixedJoint_setConstraintFlag_2(self, flag, value); -};; - -PxFixedJoint.prototype['getConstraintFlags'] = PxFixedJoint.prototype.getConstraintFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxFixedJoint_getConstraintFlags_0(self), PxConstraintFlags); -};; - -PxFixedJoint.prototype['setInvMassScale0'] = PxFixedJoint.prototype.setInvMassScale0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(invMassScale) { - var self = this.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - _emscripten_bind_PxFixedJoint_setInvMassScale0_1(self, invMassScale); -};; - -PxFixedJoint.prototype['getInvMassScale0'] = PxFixedJoint.prototype.getInvMassScale0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxFixedJoint_getInvMassScale0_0(self); -};; - -PxFixedJoint.prototype['setInvMassScale1'] = PxFixedJoint.prototype.setInvMassScale1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(invMassScale) { - var self = this.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - _emscripten_bind_PxFixedJoint_setInvMassScale1_1(self, invMassScale); -};; - -PxFixedJoint.prototype['getInvMassScale1'] = PxFixedJoint.prototype.getInvMassScale1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxFixedJoint_getInvMassScale1_0(self); -};; - -PxFixedJoint.prototype['getConstraint'] = PxFixedJoint.prototype.getConstraint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxFixedJoint_getConstraint_0(self), PxConstraint); -};; - -PxFixedJoint.prototype['setName'] = PxFixedJoint.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxFixedJoint_setName_1(self, name); -};; - -PxFixedJoint.prototype['getName'] = PxFixedJoint.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxFixedJoint_getName_0(self)); -};; - -PxFixedJoint.prototype['getScene'] = PxFixedJoint.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxFixedJoint_getScene_0(self), PxScene); -};; - - PxFixedJoint.prototype['get_userData'] = PxFixedJoint.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxFixedJoint_get_userData_0(self), VoidPtr); -}; - PxFixedJoint.prototype['set_userData'] = PxFixedJoint.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxFixedJoint_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxFixedJoint.prototype, 'userData', { get: PxFixedJoint.prototype.get_userData, set: PxFixedJoint.prototype.set_userData }); - PxFixedJoint.prototype['__destroy__'] = PxFixedJoint.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxFixedJoint___destroy___0(self); -}; -// PxFoundation -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxFoundation() { throw "cannot construct a PxFoundation, no constructor in IDL" } -PxFoundation.prototype = Object.create(WrapperObject.prototype); -PxFoundation.prototype.constructor = PxFoundation; -PxFoundation.prototype.__class__ = PxFoundation; -PxFoundation.__cache__ = {}; -Module['PxFoundation'] = PxFoundation; - -PxFoundation.prototype['release'] = PxFoundation.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxFoundation_release_0(self); -};; - -// PxGeometryHolder -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxGeometryHolder(geometry) { - if (geometry && typeof geometry === 'object') geometry = geometry.ptr; - if (geometry === undefined) { this.ptr = _emscripten_bind_PxGeometryHolder_PxGeometryHolder_0(); getCache(PxGeometryHolder)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxGeometryHolder_PxGeometryHolder_1(geometry); - getCache(PxGeometryHolder)[this.ptr] = this; -};; -PxGeometryHolder.prototype = Object.create(WrapperObject.prototype); -PxGeometryHolder.prototype.constructor = PxGeometryHolder; -PxGeometryHolder.prototype.__class__ = PxGeometryHolder; -PxGeometryHolder.__cache__ = {}; -Module['PxGeometryHolder'] = PxGeometryHolder; - -PxGeometryHolder.prototype['getType'] = PxGeometryHolder.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxGeometryHolder_getType_0(self); -};; - -PxGeometryHolder.prototype['sphere'] = PxGeometryHolder.prototype.sphere = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGeometryHolder_sphere_0(self), PxSphereGeometry); -};; - -PxGeometryHolder.prototype['plane'] = PxGeometryHolder.prototype.plane = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGeometryHolder_plane_0(self), PxPlaneGeometry); -};; - -PxGeometryHolder.prototype['capsule'] = PxGeometryHolder.prototype.capsule = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGeometryHolder_capsule_0(self), PxCapsuleGeometry); -};; - -PxGeometryHolder.prototype['box'] = PxGeometryHolder.prototype.box = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGeometryHolder_box_0(self), PxBoxGeometry); -};; - -PxGeometryHolder.prototype['convexMesh'] = PxGeometryHolder.prototype.convexMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGeometryHolder_convexMesh_0(self), PxConvexMeshGeometry); -};; - -PxGeometryHolder.prototype['triangleMesh'] = PxGeometryHolder.prototype.triangleMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGeometryHolder_triangleMesh_0(self), PxTriangleMeshGeometry); -};; - -PxGeometryHolder.prototype['heightField'] = PxGeometryHolder.prototype.heightField = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGeometryHolder_heightField_0(self), PxHeightFieldGeometry); -};; - -PxGeometryHolder.prototype['storeAny'] = PxGeometryHolder.prototype.storeAny = /** @suppress {undefinedVars, duplicate} @this{Object} */function(geometry) { - var self = this.ptr; - if (geometry && typeof geometry === 'object') geometry = geometry.ptr; - _emscripten_bind_PxGeometryHolder_storeAny_1(self, geometry); -};; - - PxGeometryHolder.prototype['__destroy__'] = PxGeometryHolder.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxGeometryHolder___destroy___0(self); -}; -// PxGeometryQuery -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxGeometryQuery() { throw "cannot construct a PxGeometryQuery, no constructor in IDL" } -PxGeometryQuery.prototype = Object.create(WrapperObject.prototype); -PxGeometryQuery.prototype.constructor = PxGeometryQuery; -PxGeometryQuery.prototype.__class__ = PxGeometryQuery; -PxGeometryQuery.__cache__ = {}; -Module['PxGeometryQuery'] = PxGeometryQuery; - -PxGeometryQuery.prototype['sweep'] = PxGeometryQuery.prototype.sweep = /** @suppress {undefinedVars, duplicate} @this{Object} */function(unitDir, maxDist, geom0, pose0, geom1, pose1, sweepHit, hitFlags, inflation) { - var self = this.ptr; - if (unitDir && typeof unitDir === 'object') unitDir = unitDir.ptr; - if (maxDist && typeof maxDist === 'object') maxDist = maxDist.ptr; - if (geom0 && typeof geom0 === 'object') geom0 = geom0.ptr; - if (pose0 && typeof pose0 === 'object') pose0 = pose0.ptr; - if (geom1 && typeof geom1 === 'object') geom1 = geom1.ptr; - if (pose1 && typeof pose1 === 'object') pose1 = pose1.ptr; - if (sweepHit && typeof sweepHit === 'object') sweepHit = sweepHit.ptr; - if (hitFlags && typeof hitFlags === 'object') hitFlags = hitFlags.ptr; - if (inflation && typeof inflation === 'object') inflation = inflation.ptr; - if (hitFlags === undefined) { return !!(_emscripten_bind_PxGeometryQuery_sweep_7(self, unitDir, maxDist, geom0, pose0, geom1, pose1, sweepHit)) } - if (inflation === undefined) { return !!(_emscripten_bind_PxGeometryQuery_sweep_8(self, unitDir, maxDist, geom0, pose0, geom1, pose1, sweepHit, hitFlags)) } - return !!(_emscripten_bind_PxGeometryQuery_sweep_9(self, unitDir, maxDist, geom0, pose0, geom1, pose1, sweepHit, hitFlags, inflation)); -};; - -PxGeometryQuery.prototype['overlap'] = PxGeometryQuery.prototype.overlap = /** @suppress {undefinedVars, duplicate} @this{Object} */function(geom0, pose0, geom1, pose1) { - var self = this.ptr; - if (geom0 && typeof geom0 === 'object') geom0 = geom0.ptr; - if (pose0 && typeof pose0 === 'object') pose0 = pose0.ptr; - if (geom1 && typeof geom1 === 'object') geom1 = geom1.ptr; - if (pose1 && typeof pose1 === 'object') pose1 = pose1.ptr; - return !!(_emscripten_bind_PxGeometryQuery_overlap_4(self, geom0, pose0, geom1, pose1)); -};; - -PxGeometryQuery.prototype['raycast'] = PxGeometryQuery.prototype.raycast = /** @suppress {undefinedVars, duplicate} @this{Object} */function(origin, unitDir, geom, pose, maxDist, hitFlags, maxHits, rayHits) { - var self = this.ptr; - if (origin && typeof origin === 'object') origin = origin.ptr; - if (unitDir && typeof unitDir === 'object') unitDir = unitDir.ptr; - if (geom && typeof geom === 'object') geom = geom.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (maxDist && typeof maxDist === 'object') maxDist = maxDist.ptr; - if (hitFlags && typeof hitFlags === 'object') hitFlags = hitFlags.ptr; - if (maxHits && typeof maxHits === 'object') maxHits = maxHits.ptr; - if (rayHits && typeof rayHits === 'object') rayHits = rayHits.ptr; - return _emscripten_bind_PxGeometryQuery_raycast_8(self, origin, unitDir, geom, pose, maxDist, hitFlags, maxHits, rayHits); -};; - -PxGeometryQuery.prototype['pointDistance'] = PxGeometryQuery.prototype.pointDistance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(point, geom, pose, closestPoint) { - var self = this.ptr; - if (point && typeof point === 'object') point = point.ptr; - if (geom && typeof geom === 'object') geom = geom.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (closestPoint && typeof closestPoint === 'object') closestPoint = closestPoint.ptr; - if (closestPoint === undefined) { return _emscripten_bind_PxGeometryQuery_pointDistance_3(self, point, geom, pose) } - return _emscripten_bind_PxGeometryQuery_pointDistance_4(self, point, geom, pose, closestPoint); -};; - -PxGeometryQuery.prototype['computeGeomBounds'] = PxGeometryQuery.prototype.computeGeomBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(bounds, geom, pose, inflation) { - var self = this.ptr; - if (bounds && typeof bounds === 'object') bounds = bounds.ptr; - if (geom && typeof geom === 'object') geom = geom.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (inflation && typeof inflation === 'object') inflation = inflation.ptr; - if (inflation === undefined) { _emscripten_bind_PxGeometryQuery_computeGeomBounds_3(self, bounds, geom, pose); return } - _emscripten_bind_PxGeometryQuery_computeGeomBounds_4(self, bounds, geom, pose, inflation); -};; - -PxGeometryQuery.prototype['isValid'] = PxGeometryQuery.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function(geom) { - var self = this.ptr; - if (geom && typeof geom === 'object') geom = geom.ptr; - return !!(_emscripten_bind_PxGeometryQuery_isValid_1(self, geom)); -};; - - PxGeometryQuery.prototype['__destroy__'] = PxGeometryQuery.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxGeometryQuery___destroy___0(self); -}; -// PxGjkQuery -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxGjkQuery() { throw "cannot construct a PxGjkQuery, no constructor in IDL" } -PxGjkQuery.prototype = Object.create(WrapperObject.prototype); -PxGjkQuery.prototype.constructor = PxGjkQuery; -PxGjkQuery.prototype.__class__ = PxGjkQuery; -PxGjkQuery.__cache__ = {}; -Module['PxGjkQuery'] = PxGjkQuery; - -PxGjkQuery.prototype['proximityInfo'] = PxGjkQuery.prototype.proximityInfo = /** @suppress {undefinedVars, duplicate} @this{Object} */function(a, b, poseA, poseB, contactDistance, toleranceLength, result) { - var self = this.ptr; - if (a && typeof a === 'object') a = a.ptr; - if (b && typeof b === 'object') b = b.ptr; - if (poseA && typeof poseA === 'object') poseA = poseA.ptr; - if (poseB && typeof poseB === 'object') poseB = poseB.ptr; - if (contactDistance && typeof contactDistance === 'object') contactDistance = contactDistance.ptr; - if (toleranceLength && typeof toleranceLength === 'object') toleranceLength = toleranceLength.ptr; - if (result && typeof result === 'object') result = result.ptr; - return !!(_emscripten_bind_PxGjkQuery_proximityInfo_7(self, a, b, poseA, poseB, contactDistance, toleranceLength, result)); -};; - -PxGjkQuery.prototype['raycast'] = PxGjkQuery.prototype.raycast = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape, pose, rayStart, unitDir, maxDist, result) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (rayStart && typeof rayStart === 'object') rayStart = rayStart.ptr; - if (unitDir && typeof unitDir === 'object') unitDir = unitDir.ptr; - if (maxDist && typeof maxDist === 'object') maxDist = maxDist.ptr; - if (result && typeof result === 'object') result = result.ptr; - return !!(_emscripten_bind_PxGjkQuery_raycast_6(self, shape, pose, rayStart, unitDir, maxDist, result)); -};; - -PxGjkQuery.prototype['overlap'] = PxGjkQuery.prototype.overlap = /** @suppress {undefinedVars, duplicate} @this{Object} */function(a, b, poseA, poseB) { - var self = this.ptr; - if (a && typeof a === 'object') a = a.ptr; - if (b && typeof b === 'object') b = b.ptr; - if (poseA && typeof poseA === 'object') poseA = poseA.ptr; - if (poseB && typeof poseB === 'object') poseB = poseB.ptr; - return !!(_emscripten_bind_PxGjkQuery_overlap_4(self, a, b, poseA, poseB)); -};; - -PxGjkQuery.prototype['sweep'] = PxGjkQuery.prototype.sweep = /** @suppress {undefinedVars, duplicate} @this{Object} */function(a, b, poseA, poseB, unitDir, maxDist, result) { - var self = this.ptr; - if (a && typeof a === 'object') a = a.ptr; - if (b && typeof b === 'object') b = b.ptr; - if (poseA && typeof poseA === 'object') poseA = poseA.ptr; - if (poseB && typeof poseB === 'object') poseB = poseB.ptr; - if (unitDir && typeof unitDir === 'object') unitDir = unitDir.ptr; - if (maxDist && typeof maxDist === 'object') maxDist = maxDist.ptr; - if (result && typeof result === 'object') result = result.ptr; - return !!(_emscripten_bind_PxGjkQuery_sweep_7(self, a, b, poseA, poseB, unitDir, maxDist, result)); -};; - - PxGjkQuery.prototype['__destroy__'] = PxGjkQuery.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxGjkQuery___destroy___0(self); -}; -// PxGjkQueryExt -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxGjkQueryExt() { throw "cannot construct a PxGjkQueryExt, no constructor in IDL" } -PxGjkQueryExt.prototype = Object.create(WrapperObject.prototype); -PxGjkQueryExt.prototype.constructor = PxGjkQueryExt; -PxGjkQueryExt.prototype.__class__ = PxGjkQueryExt; -PxGjkQueryExt.__cache__ = {}; -Module['PxGjkQueryExt'] = PxGjkQueryExt; - -PxGjkQueryExt.prototype['generateContacts'] = PxGjkQueryExt.prototype.generateContacts = /** @suppress {undefinedVars, duplicate} @this{Object} */function(a, b, poseA, poseB, contactDistance, toleranceLength, contactBuffer) { - var self = this.ptr; - if (a && typeof a === 'object') a = a.ptr; - if (b && typeof b === 'object') b = b.ptr; - if (poseA && typeof poseA === 'object') poseA = poseA.ptr; - if (poseB && typeof poseB === 'object') poseB = poseB.ptr; - if (contactDistance && typeof contactDistance === 'object') contactDistance = contactDistance.ptr; - if (toleranceLength && typeof toleranceLength === 'object') toleranceLength = toleranceLength.ptr; - if (contactBuffer && typeof contactBuffer === 'object') contactBuffer = contactBuffer.ptr; - return !!(_emscripten_bind_PxGjkQueryExt_generateContacts_7(self, a, b, poseA, poseB, contactDistance, toleranceLength, contactBuffer)); -};; - - PxGjkQueryExt.prototype['__destroy__'] = PxGjkQueryExt.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxGjkQueryExt___destroy___0(self); -}; -// PxGjkQueryProximityInfoResult -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxGjkQueryProximityInfoResult() { - this.ptr = _emscripten_bind_PxGjkQueryProximityInfoResult_PxGjkQueryProximityInfoResult_0(); - getCache(PxGjkQueryProximityInfoResult)[this.ptr] = this; -};; -PxGjkQueryProximityInfoResult.prototype = Object.create(WrapperObject.prototype); -PxGjkQueryProximityInfoResult.prototype.constructor = PxGjkQueryProximityInfoResult; -PxGjkQueryProximityInfoResult.prototype.__class__ = PxGjkQueryProximityInfoResult; -PxGjkQueryProximityInfoResult.__cache__ = {}; -Module['PxGjkQueryProximityInfoResult'] = PxGjkQueryProximityInfoResult; - - PxGjkQueryProximityInfoResult.prototype['get_success'] = PxGjkQueryProximityInfoResult.prototype.get_success = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxGjkQueryProximityInfoResult_get_success_0(self)); -}; - PxGjkQueryProximityInfoResult.prototype['set_success'] = PxGjkQueryProximityInfoResult.prototype.set_success = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGjkQueryProximityInfoResult_set_success_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGjkQueryProximityInfoResult.prototype, 'success', { get: PxGjkQueryProximityInfoResult.prototype.get_success, set: PxGjkQueryProximityInfoResult.prototype.set_success }); - PxGjkQueryProximityInfoResult.prototype['get_pointA'] = PxGjkQueryProximityInfoResult.prototype.get_pointA = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGjkQueryProximityInfoResult_get_pointA_0(self), PxVec3); -}; - PxGjkQueryProximityInfoResult.prototype['set_pointA'] = PxGjkQueryProximityInfoResult.prototype.set_pointA = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGjkQueryProximityInfoResult_set_pointA_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGjkQueryProximityInfoResult.prototype, 'pointA', { get: PxGjkQueryProximityInfoResult.prototype.get_pointA, set: PxGjkQueryProximityInfoResult.prototype.set_pointA }); - PxGjkQueryProximityInfoResult.prototype['get_pointB'] = PxGjkQueryProximityInfoResult.prototype.get_pointB = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGjkQueryProximityInfoResult_get_pointB_0(self), PxVec3); -}; - PxGjkQueryProximityInfoResult.prototype['set_pointB'] = PxGjkQueryProximityInfoResult.prototype.set_pointB = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGjkQueryProximityInfoResult_set_pointB_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGjkQueryProximityInfoResult.prototype, 'pointB', { get: PxGjkQueryProximityInfoResult.prototype.get_pointB, set: PxGjkQueryProximityInfoResult.prototype.set_pointB }); - PxGjkQueryProximityInfoResult.prototype['get_separatingAxis'] = PxGjkQueryProximityInfoResult.prototype.get_separatingAxis = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGjkQueryProximityInfoResult_get_separatingAxis_0(self), PxVec3); -}; - PxGjkQueryProximityInfoResult.prototype['set_separatingAxis'] = PxGjkQueryProximityInfoResult.prototype.set_separatingAxis = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGjkQueryProximityInfoResult_set_separatingAxis_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGjkQueryProximityInfoResult.prototype, 'separatingAxis', { get: PxGjkQueryProximityInfoResult.prototype.get_separatingAxis, set: PxGjkQueryProximityInfoResult.prototype.set_separatingAxis }); - PxGjkQueryProximityInfoResult.prototype['get_separation'] = PxGjkQueryProximityInfoResult.prototype.get_separation = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxGjkQueryProximityInfoResult_get_separation_0(self); -}; - PxGjkQueryProximityInfoResult.prototype['set_separation'] = PxGjkQueryProximityInfoResult.prototype.set_separation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGjkQueryProximityInfoResult_set_separation_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGjkQueryProximityInfoResult.prototype, 'separation', { get: PxGjkQueryProximityInfoResult.prototype.get_separation, set: PxGjkQueryProximityInfoResult.prototype.set_separation }); - PxGjkQueryProximityInfoResult.prototype['__destroy__'] = PxGjkQueryProximityInfoResult.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxGjkQueryProximityInfoResult___destroy___0(self); -}; -// PxGjkQueryRaycastResult -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxGjkQueryRaycastResult() { - this.ptr = _emscripten_bind_PxGjkQueryRaycastResult_PxGjkQueryRaycastResult_0(); - getCache(PxGjkQueryRaycastResult)[this.ptr] = this; -};; -PxGjkQueryRaycastResult.prototype = Object.create(WrapperObject.prototype); -PxGjkQueryRaycastResult.prototype.constructor = PxGjkQueryRaycastResult; -PxGjkQueryRaycastResult.prototype.__class__ = PxGjkQueryRaycastResult; -PxGjkQueryRaycastResult.__cache__ = {}; -Module['PxGjkQueryRaycastResult'] = PxGjkQueryRaycastResult; - - PxGjkQueryRaycastResult.prototype['get_success'] = PxGjkQueryRaycastResult.prototype.get_success = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxGjkQueryRaycastResult_get_success_0(self)); -}; - PxGjkQueryRaycastResult.prototype['set_success'] = PxGjkQueryRaycastResult.prototype.set_success = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGjkQueryRaycastResult_set_success_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGjkQueryRaycastResult.prototype, 'success', { get: PxGjkQueryRaycastResult.prototype.get_success, set: PxGjkQueryRaycastResult.prototype.set_success }); - PxGjkQueryRaycastResult.prototype['get_t'] = PxGjkQueryRaycastResult.prototype.get_t = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxGjkQueryRaycastResult_get_t_0(self); -}; - PxGjkQueryRaycastResult.prototype['set_t'] = PxGjkQueryRaycastResult.prototype.set_t = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGjkQueryRaycastResult_set_t_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGjkQueryRaycastResult.prototype, 't', { get: PxGjkQueryRaycastResult.prototype.get_t, set: PxGjkQueryRaycastResult.prototype.set_t }); - PxGjkQueryRaycastResult.prototype['get_n'] = PxGjkQueryRaycastResult.prototype.get_n = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGjkQueryRaycastResult_get_n_0(self), PxVec3); -}; - PxGjkQueryRaycastResult.prototype['set_n'] = PxGjkQueryRaycastResult.prototype.set_n = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGjkQueryRaycastResult_set_n_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGjkQueryRaycastResult.prototype, 'n', { get: PxGjkQueryRaycastResult.prototype.get_n, set: PxGjkQueryRaycastResult.prototype.set_n }); - PxGjkQueryRaycastResult.prototype['get_p'] = PxGjkQueryRaycastResult.prototype.get_p = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGjkQueryRaycastResult_get_p_0(self), PxVec3); -}; - PxGjkQueryRaycastResult.prototype['set_p'] = PxGjkQueryRaycastResult.prototype.set_p = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGjkQueryRaycastResult_set_p_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGjkQueryRaycastResult.prototype, 'p', { get: PxGjkQueryRaycastResult.prototype.get_p, set: PxGjkQueryRaycastResult.prototype.set_p }); - PxGjkQueryRaycastResult.prototype['__destroy__'] = PxGjkQueryRaycastResult.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxGjkQueryRaycastResult___destroy___0(self); -}; -// PxGjkQuerySweepResult -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxGjkQuerySweepResult() { - this.ptr = _emscripten_bind_PxGjkQuerySweepResult_PxGjkQuerySweepResult_0(); - getCache(PxGjkQuerySweepResult)[this.ptr] = this; -};; -PxGjkQuerySweepResult.prototype = Object.create(WrapperObject.prototype); -PxGjkQuerySweepResult.prototype.constructor = PxGjkQuerySweepResult; -PxGjkQuerySweepResult.prototype.__class__ = PxGjkQuerySweepResult; -PxGjkQuerySweepResult.__cache__ = {}; -Module['PxGjkQuerySweepResult'] = PxGjkQuerySweepResult; - - PxGjkQuerySweepResult.prototype['get_success'] = PxGjkQuerySweepResult.prototype.get_success = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxGjkQuerySweepResult_get_success_0(self)); -}; - PxGjkQuerySweepResult.prototype['set_success'] = PxGjkQuerySweepResult.prototype.set_success = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGjkQuerySweepResult_set_success_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGjkQuerySweepResult.prototype, 'success', { get: PxGjkQuerySweepResult.prototype.get_success, set: PxGjkQuerySweepResult.prototype.set_success }); - PxGjkQuerySweepResult.prototype['get_t'] = PxGjkQuerySweepResult.prototype.get_t = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxGjkQuerySweepResult_get_t_0(self); -}; - PxGjkQuerySweepResult.prototype['set_t'] = PxGjkQuerySweepResult.prototype.set_t = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGjkQuerySweepResult_set_t_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGjkQuerySweepResult.prototype, 't', { get: PxGjkQuerySweepResult.prototype.get_t, set: PxGjkQuerySweepResult.prototype.set_t }); - PxGjkQuerySweepResult.prototype['get_n'] = PxGjkQuerySweepResult.prototype.get_n = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGjkQuerySweepResult_get_n_0(self), PxVec3); -}; - PxGjkQuerySweepResult.prototype['set_n'] = PxGjkQuerySweepResult.prototype.set_n = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGjkQuerySweepResult_set_n_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGjkQuerySweepResult.prototype, 'n', { get: PxGjkQuerySweepResult.prototype.get_n, set: PxGjkQuerySweepResult.prototype.set_n }); - PxGjkQuerySweepResult.prototype['get_p'] = PxGjkQuerySweepResult.prototype.get_p = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxGjkQuerySweepResult_get_p_0(self), PxVec3); -}; - PxGjkQuerySweepResult.prototype['set_p'] = PxGjkQuerySweepResult.prototype.set_p = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxGjkQuerySweepResult_set_p_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxGjkQuerySweepResult.prototype, 'p', { get: PxGjkQuerySweepResult.prototype.get_p, set: PxGjkQuerySweepResult.prototype.set_p }); - PxGjkQuerySweepResult.prototype['__destroy__'] = PxGjkQuerySweepResult.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxGjkQuerySweepResult___destroy___0(self); -}; -// PxHeightField -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxHeightField() { throw "cannot construct a PxHeightField, no constructor in IDL" } -PxHeightField.prototype = Object.create(PxRefCounted.prototype); -PxHeightField.prototype.constructor = PxHeightField; -PxHeightField.prototype.__class__ = PxHeightField; -PxHeightField.__cache__ = {}; -Module['PxHeightField'] = PxHeightField; - -PxHeightField.prototype['saveCells'] = PxHeightField.prototype.saveCells = /** @suppress {undefinedVars, duplicate} @this{Object} */function(destBuffer, destBufferSize) { - var self = this.ptr; - if (destBuffer && typeof destBuffer === 'object') destBuffer = destBuffer.ptr; - if (destBufferSize && typeof destBufferSize === 'object') destBufferSize = destBufferSize.ptr; - return _emscripten_bind_PxHeightField_saveCells_2(self, destBuffer, destBufferSize); -};; - -PxHeightField.prototype['modifySamples'] = PxHeightField.prototype.modifySamples = /** @suppress {undefinedVars, duplicate} @this{Object} */function(startCol, startRow, subfieldDesc, shrinkBounds) { - var self = this.ptr; - if (startCol && typeof startCol === 'object') startCol = startCol.ptr; - if (startRow && typeof startRow === 'object') startRow = startRow.ptr; - if (subfieldDesc && typeof subfieldDesc === 'object') subfieldDesc = subfieldDesc.ptr; - if (shrinkBounds && typeof shrinkBounds === 'object') shrinkBounds = shrinkBounds.ptr; - if (shrinkBounds === undefined) { return !!(_emscripten_bind_PxHeightField_modifySamples_3(self, startCol, startRow, subfieldDesc)) } - return !!(_emscripten_bind_PxHeightField_modifySamples_4(self, startCol, startRow, subfieldDesc, shrinkBounds)); -};; - -PxHeightField.prototype['getNbRows'] = PxHeightField.prototype.getNbRows = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightField_getNbRows_0(self); -};; - -PxHeightField.prototype['getNbColumns'] = PxHeightField.prototype.getNbColumns = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightField_getNbColumns_0(self); -};; - -PxHeightField.prototype['getFormat'] = PxHeightField.prototype.getFormat = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightField_getFormat_0(self); -};; - -PxHeightField.prototype['getSampleStride'] = PxHeightField.prototype.getSampleStride = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightField_getSampleStride_0(self); -};; - -PxHeightField.prototype['getConvexEdgeThreshold'] = PxHeightField.prototype.getConvexEdgeThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightField_getConvexEdgeThreshold_0(self); -};; - -PxHeightField.prototype['getFlags'] = PxHeightField.prototype.getFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxHeightField_getFlags_0(self), PxHeightFieldFlags); -};; - -PxHeightField.prototype['getHeight'] = PxHeightField.prototype.getHeight = /** @suppress {undefinedVars, duplicate} @this{Object} */function(x, z) { - var self = this.ptr; - if (x && typeof x === 'object') x = x.ptr; - if (z && typeof z === 'object') z = z.ptr; - return _emscripten_bind_PxHeightField_getHeight_2(self, x, z); -};; - -PxHeightField.prototype['getTriangleMaterialIndex'] = PxHeightField.prototype.getTriangleMaterialIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function(triangleIndex) { - var self = this.ptr; - if (triangleIndex && typeof triangleIndex === 'object') triangleIndex = triangleIndex.ptr; - return _emscripten_bind_PxHeightField_getTriangleMaterialIndex_1(self, triangleIndex); -};; - -PxHeightField.prototype['getTriangleNormal'] = PxHeightField.prototype.getTriangleNormal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(triangleIndex) { - var self = this.ptr; - if (triangleIndex && typeof triangleIndex === 'object') triangleIndex = triangleIndex.ptr; - return wrapPointer(_emscripten_bind_PxHeightField_getTriangleNormal_1(self, triangleIndex), PxVec3); -};; - -PxHeightField.prototype['getSample'] = PxHeightField.prototype.getSample = /** @suppress {undefinedVars, duplicate} @this{Object} */function(row, column) { - var self = this.ptr; - if (row && typeof row === 'object') row = row.ptr; - if (column && typeof column === 'object') column = column.ptr; - return wrapPointer(_emscripten_bind_PxHeightField_getSample_2(self, row, column), PxHeightFieldSample); -};; - -PxHeightField.prototype['getTimestamp'] = PxHeightField.prototype.getTimestamp = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightField_getTimestamp_0(self); -};; - -PxHeightField.prototype['release'] = PxHeightField.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxHeightField_release_0(self); -};; - -PxHeightField.prototype['getConcreteTypeName'] = PxHeightField.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxHeightField_getConcreteTypeName_0(self)); -};; - -PxHeightField.prototype['getConcreteType'] = PxHeightField.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightField_getConcreteType_0(self); -};; - -PxHeightField.prototype['setBaseFlag'] = PxHeightField.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxHeightField_setBaseFlag_2(self, flag, value); -};; - -PxHeightField.prototype['setBaseFlags'] = PxHeightField.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxHeightField_setBaseFlags_1(self, inFlags); -};; - -PxHeightField.prototype['getBaseFlags'] = PxHeightField.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxHeightField_getBaseFlags_0(self), PxBaseFlags); -};; - -PxHeightField.prototype['isReleasable'] = PxHeightField.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxHeightField_isReleasable_0(self)); -};; - -PxHeightField.prototype['getReferenceCount'] = PxHeightField.prototype.getReferenceCount = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightField_getReferenceCount_0(self); -};; - -PxHeightField.prototype['acquireReference'] = PxHeightField.prototype.acquireReference = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxHeightField_acquireReference_0(self); -};; - -// PxHeightFieldDesc -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxHeightFieldDesc() { - this.ptr = _emscripten_bind_PxHeightFieldDesc_PxHeightFieldDesc_0(); - getCache(PxHeightFieldDesc)[this.ptr] = this; -};; -PxHeightFieldDesc.prototype = Object.create(WrapperObject.prototype); -PxHeightFieldDesc.prototype.constructor = PxHeightFieldDesc; -PxHeightFieldDesc.prototype.__class__ = PxHeightFieldDesc; -PxHeightFieldDesc.__cache__ = {}; -Module['PxHeightFieldDesc'] = PxHeightFieldDesc; - -PxHeightFieldDesc.prototype['setToDefault'] = PxHeightFieldDesc.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxHeightFieldDesc_setToDefault_0(self); -};; - -PxHeightFieldDesc.prototype['isValid'] = PxHeightFieldDesc.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxHeightFieldDesc_isValid_0(self)); -};; - - PxHeightFieldDesc.prototype['get_nbRows'] = PxHeightFieldDesc.prototype.get_nbRows = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightFieldDesc_get_nbRows_0(self); -}; - PxHeightFieldDesc.prototype['set_nbRows'] = PxHeightFieldDesc.prototype.set_nbRows = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHeightFieldDesc_set_nbRows_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHeightFieldDesc.prototype, 'nbRows', { get: PxHeightFieldDesc.prototype.get_nbRows, set: PxHeightFieldDesc.prototype.set_nbRows }); - PxHeightFieldDesc.prototype['get_nbColumns'] = PxHeightFieldDesc.prototype.get_nbColumns = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightFieldDesc_get_nbColumns_0(self); -}; - PxHeightFieldDesc.prototype['set_nbColumns'] = PxHeightFieldDesc.prototype.set_nbColumns = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHeightFieldDesc_set_nbColumns_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHeightFieldDesc.prototype, 'nbColumns', { get: PxHeightFieldDesc.prototype.get_nbColumns, set: PxHeightFieldDesc.prototype.set_nbColumns }); - PxHeightFieldDesc.prototype['get_format'] = PxHeightFieldDesc.prototype.get_format = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightFieldDesc_get_format_0(self); -}; - PxHeightFieldDesc.prototype['set_format'] = PxHeightFieldDesc.prototype.set_format = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHeightFieldDesc_set_format_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHeightFieldDesc.prototype, 'format', { get: PxHeightFieldDesc.prototype.get_format, set: PxHeightFieldDesc.prototype.set_format }); - PxHeightFieldDesc.prototype['get_samples'] = PxHeightFieldDesc.prototype.get_samples = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxHeightFieldDesc_get_samples_0(self), PxStridedData); -}; - PxHeightFieldDesc.prototype['set_samples'] = PxHeightFieldDesc.prototype.set_samples = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHeightFieldDesc_set_samples_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHeightFieldDesc.prototype, 'samples', { get: PxHeightFieldDesc.prototype.get_samples, set: PxHeightFieldDesc.prototype.set_samples }); - PxHeightFieldDesc.prototype['get_convexEdgeThreshold'] = PxHeightFieldDesc.prototype.get_convexEdgeThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightFieldDesc_get_convexEdgeThreshold_0(self); -}; - PxHeightFieldDesc.prototype['set_convexEdgeThreshold'] = PxHeightFieldDesc.prototype.set_convexEdgeThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHeightFieldDesc_set_convexEdgeThreshold_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHeightFieldDesc.prototype, 'convexEdgeThreshold', { get: PxHeightFieldDesc.prototype.get_convexEdgeThreshold, set: PxHeightFieldDesc.prototype.set_convexEdgeThreshold }); - PxHeightFieldDesc.prototype['get_flags'] = PxHeightFieldDesc.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxHeightFieldDesc_get_flags_0(self), PxHeightFieldFlags); -}; - PxHeightFieldDesc.prototype['set_flags'] = PxHeightFieldDesc.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHeightFieldDesc_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHeightFieldDesc.prototype, 'flags', { get: PxHeightFieldDesc.prototype.get_flags, set: PxHeightFieldDesc.prototype.set_flags }); - PxHeightFieldDesc.prototype['__destroy__'] = PxHeightFieldDesc.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxHeightFieldDesc___destroy___0(self); -}; -// PxHeightFieldFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxHeightFieldFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxHeightFieldFlags_PxHeightFieldFlags_1(flags); - getCache(PxHeightFieldFlags)[this.ptr] = this; -};; -PxHeightFieldFlags.prototype = Object.create(WrapperObject.prototype); -PxHeightFieldFlags.prototype.constructor = PxHeightFieldFlags; -PxHeightFieldFlags.prototype.__class__ = PxHeightFieldFlags; -PxHeightFieldFlags.__cache__ = {}; -Module['PxHeightFieldFlags'] = PxHeightFieldFlags; - -PxHeightFieldFlags.prototype['isSet'] = PxHeightFieldFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxHeightFieldFlags_isSet_1(self, flag)); -};; - -PxHeightFieldFlags.prototype['raise'] = PxHeightFieldFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxHeightFieldFlags_raise_1(self, flag); -};; - -PxHeightFieldFlags.prototype['clear'] = PxHeightFieldFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxHeightFieldFlags_clear_1(self, flag); -};; - - PxHeightFieldFlags.prototype['__destroy__'] = PxHeightFieldFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxHeightFieldFlags___destroy___0(self); -}; -// PxHeightFieldGeometry -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxHeightFieldGeometry(hf, flags, heightScale, rowScale, columnScale) { - if (hf && typeof hf === 'object') hf = hf.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - if (heightScale && typeof heightScale === 'object') heightScale = heightScale.ptr; - if (rowScale && typeof rowScale === 'object') rowScale = rowScale.ptr; - if (columnScale && typeof columnScale === 'object') columnScale = columnScale.ptr; - if (hf === undefined) { this.ptr = _emscripten_bind_PxHeightFieldGeometry_PxHeightFieldGeometry_0(); getCache(PxHeightFieldGeometry)[this.ptr] = this;return } - if (flags === undefined) { this.ptr = _emscripten_bind_PxHeightFieldGeometry_PxHeightFieldGeometry_1(hf); getCache(PxHeightFieldGeometry)[this.ptr] = this;return } - if (heightScale === undefined) { this.ptr = _emscripten_bind_PxHeightFieldGeometry_PxHeightFieldGeometry_2(hf, flags); getCache(PxHeightFieldGeometry)[this.ptr] = this;return } - if (rowScale === undefined) { this.ptr = _emscripten_bind_PxHeightFieldGeometry_PxHeightFieldGeometry_3(hf, flags, heightScale); getCache(PxHeightFieldGeometry)[this.ptr] = this;return } - if (columnScale === undefined) { this.ptr = _emscripten_bind_PxHeightFieldGeometry_PxHeightFieldGeometry_4(hf, flags, heightScale, rowScale); getCache(PxHeightFieldGeometry)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxHeightFieldGeometry_PxHeightFieldGeometry_5(hf, flags, heightScale, rowScale, columnScale); - getCache(PxHeightFieldGeometry)[this.ptr] = this; -};; -PxHeightFieldGeometry.prototype = Object.create(PxGeometry.prototype); -PxHeightFieldGeometry.prototype.constructor = PxHeightFieldGeometry; -PxHeightFieldGeometry.prototype.__class__ = PxHeightFieldGeometry; -PxHeightFieldGeometry.__cache__ = {}; -Module['PxHeightFieldGeometry'] = PxHeightFieldGeometry; - -PxHeightFieldGeometry.prototype['isValid'] = PxHeightFieldGeometry.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxHeightFieldGeometry_isValid_0(self)); -};; - -PxHeightFieldGeometry.prototype['getType'] = PxHeightFieldGeometry.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightFieldGeometry_getType_0(self); -};; - - PxHeightFieldGeometry.prototype['get_heightField'] = PxHeightFieldGeometry.prototype.get_heightField = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxHeightFieldGeometry_get_heightField_0(self), PxHeightField); -}; - PxHeightFieldGeometry.prototype['set_heightField'] = PxHeightFieldGeometry.prototype.set_heightField = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHeightFieldGeometry_set_heightField_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHeightFieldGeometry.prototype, 'heightField', { get: PxHeightFieldGeometry.prototype.get_heightField, set: PxHeightFieldGeometry.prototype.set_heightField }); - PxHeightFieldGeometry.prototype['get_heightScale'] = PxHeightFieldGeometry.prototype.get_heightScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightFieldGeometry_get_heightScale_0(self); -}; - PxHeightFieldGeometry.prototype['set_heightScale'] = PxHeightFieldGeometry.prototype.set_heightScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHeightFieldGeometry_set_heightScale_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHeightFieldGeometry.prototype, 'heightScale', { get: PxHeightFieldGeometry.prototype.get_heightScale, set: PxHeightFieldGeometry.prototype.set_heightScale }); - PxHeightFieldGeometry.prototype['get_rowScale'] = PxHeightFieldGeometry.prototype.get_rowScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightFieldGeometry_get_rowScale_0(self); -}; - PxHeightFieldGeometry.prototype['set_rowScale'] = PxHeightFieldGeometry.prototype.set_rowScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHeightFieldGeometry_set_rowScale_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHeightFieldGeometry.prototype, 'rowScale', { get: PxHeightFieldGeometry.prototype.get_rowScale, set: PxHeightFieldGeometry.prototype.set_rowScale }); - PxHeightFieldGeometry.prototype['get_columnScale'] = PxHeightFieldGeometry.prototype.get_columnScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightFieldGeometry_get_columnScale_0(self); -}; - PxHeightFieldGeometry.prototype['set_columnScale'] = PxHeightFieldGeometry.prototype.set_columnScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHeightFieldGeometry_set_columnScale_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHeightFieldGeometry.prototype, 'columnScale', { get: PxHeightFieldGeometry.prototype.get_columnScale, set: PxHeightFieldGeometry.prototype.set_columnScale }); - PxHeightFieldGeometry.prototype['get_heightFieldFlags'] = PxHeightFieldGeometry.prototype.get_heightFieldFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxHeightFieldGeometry_get_heightFieldFlags_0(self), PxMeshGeometryFlags); -}; - PxHeightFieldGeometry.prototype['set_heightFieldFlags'] = PxHeightFieldGeometry.prototype.set_heightFieldFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHeightFieldGeometry_set_heightFieldFlags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHeightFieldGeometry.prototype, 'heightFieldFlags', { get: PxHeightFieldGeometry.prototype.get_heightFieldFlags, set: PxHeightFieldGeometry.prototype.set_heightFieldFlags }); - PxHeightFieldGeometry.prototype['__destroy__'] = PxHeightFieldGeometry.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxHeightFieldGeometry___destroy___0(self); -}; -// PxHeightFieldSample -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxHeightFieldSample() { - this.ptr = _emscripten_bind_PxHeightFieldSample_PxHeightFieldSample_0(); - getCache(PxHeightFieldSample)[this.ptr] = this; -};; -PxHeightFieldSample.prototype = Object.create(WrapperObject.prototype); -PxHeightFieldSample.prototype.constructor = PxHeightFieldSample; -PxHeightFieldSample.prototype.__class__ = PxHeightFieldSample; -PxHeightFieldSample.__cache__ = {}; -Module['PxHeightFieldSample'] = PxHeightFieldSample; - -PxHeightFieldSample.prototype['tessFlag'] = PxHeightFieldSample.prototype.tessFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightFieldSample_tessFlag_0(self); -};; - -PxHeightFieldSample.prototype['clearTessFlag'] = PxHeightFieldSample.prototype.clearTessFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxHeightFieldSample_clearTessFlag_0(self); -};; - -PxHeightFieldSample.prototype['setTessFlag'] = PxHeightFieldSample.prototype.setTessFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxHeightFieldSample_setTessFlag_0(self); -};; - - PxHeightFieldSample.prototype['get_height'] = PxHeightFieldSample.prototype.get_height = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightFieldSample_get_height_0(self); -}; - PxHeightFieldSample.prototype['set_height'] = PxHeightFieldSample.prototype.set_height = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHeightFieldSample_set_height_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHeightFieldSample.prototype, 'height', { get: PxHeightFieldSample.prototype.get_height, set: PxHeightFieldSample.prototype.set_height }); - PxHeightFieldSample.prototype['get_materialIndex0'] = PxHeightFieldSample.prototype.get_materialIndex0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightFieldSample_get_materialIndex0_0(self); -}; - PxHeightFieldSample.prototype['set_materialIndex0'] = PxHeightFieldSample.prototype.set_materialIndex0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHeightFieldSample_set_materialIndex0_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHeightFieldSample.prototype, 'materialIndex0', { get: PxHeightFieldSample.prototype.get_materialIndex0, set: PxHeightFieldSample.prototype.set_materialIndex0 }); - PxHeightFieldSample.prototype['get_materialIndex1'] = PxHeightFieldSample.prototype.get_materialIndex1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHeightFieldSample_get_materialIndex1_0(self); -}; - PxHeightFieldSample.prototype['set_materialIndex1'] = PxHeightFieldSample.prototype.set_materialIndex1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHeightFieldSample_set_materialIndex1_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHeightFieldSample.prototype, 'materialIndex1', { get: PxHeightFieldSample.prototype.get_materialIndex1, set: PxHeightFieldSample.prototype.set_materialIndex1 }); - PxHeightFieldSample.prototype['__destroy__'] = PxHeightFieldSample.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxHeightFieldSample___destroy___0(self); -}; -// PxHitFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxHitFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxHitFlags_PxHitFlags_1(flags); - getCache(PxHitFlags)[this.ptr] = this; -};; -PxHitFlags.prototype = Object.create(WrapperObject.prototype); -PxHitFlags.prototype.constructor = PxHitFlags; -PxHitFlags.prototype.__class__ = PxHitFlags; -PxHitFlags.__cache__ = {}; -Module['PxHitFlags'] = PxHitFlags; - -PxHitFlags.prototype['isSet'] = PxHitFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxHitFlags_isSet_1(self, flag)); -};; - -PxHitFlags.prototype['raise'] = PxHitFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxHitFlags_raise_1(self, flag); -};; - -PxHitFlags.prototype['clear'] = PxHitFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxHitFlags_clear_1(self, flag); -};; - - PxHitFlags.prototype['__destroy__'] = PxHitFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxHitFlags___destroy___0(self); -}; -// PxHullPolygon -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxHullPolygon() { - this.ptr = _emscripten_bind_PxHullPolygon_PxHullPolygon_0(); - getCache(PxHullPolygon)[this.ptr] = this; -};; -PxHullPolygon.prototype = Object.create(WrapperObject.prototype); -PxHullPolygon.prototype.constructor = PxHullPolygon; -PxHullPolygon.prototype.__class__ = PxHullPolygon; -PxHullPolygon.__cache__ = {}; -Module['PxHullPolygon'] = PxHullPolygon; - - PxHullPolygon.prototype['get_mPlane'] = PxHullPolygon.prototype.get_mPlane = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxHullPolygon_get_mPlane_1(self, arg0); -}; - PxHullPolygon.prototype['set_mPlane'] = PxHullPolygon.prototype.set_mPlane = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxHullPolygon_set_mPlane_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHullPolygon.prototype, 'mPlane', { get: PxHullPolygon.prototype.get_mPlane, set: PxHullPolygon.prototype.set_mPlane }); - PxHullPolygon.prototype['get_mNbVerts'] = PxHullPolygon.prototype.get_mNbVerts = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHullPolygon_get_mNbVerts_0(self); -}; - PxHullPolygon.prototype['set_mNbVerts'] = PxHullPolygon.prototype.set_mNbVerts = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHullPolygon_set_mNbVerts_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHullPolygon.prototype, 'mNbVerts', { get: PxHullPolygon.prototype.get_mNbVerts, set: PxHullPolygon.prototype.set_mNbVerts }); - PxHullPolygon.prototype['get_mIndexBase'] = PxHullPolygon.prototype.get_mIndexBase = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxHullPolygon_get_mIndexBase_0(self); -}; - PxHullPolygon.prototype['set_mIndexBase'] = PxHullPolygon.prototype.set_mIndexBase = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxHullPolygon_set_mIndexBase_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxHullPolygon.prototype, 'mIndexBase', { get: PxHullPolygon.prototype.get_mIndexBase, set: PxHullPolygon.prototype.set_mIndexBase }); - PxHullPolygon.prototype['__destroy__'] = PxHullPolygon.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxHullPolygon___destroy___0(self); -}; -// PxI32Ptr -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxI32Ptr() { throw "cannot construct a PxI32Ptr, no constructor in IDL" } -PxI32Ptr.prototype = Object.create(PxI32ConstPtr.prototype); -PxI32Ptr.prototype.constructor = PxI32Ptr; -PxI32Ptr.prototype.__class__ = PxI32Ptr; -PxI32Ptr.__cache__ = {}; -Module['PxI32Ptr'] = PxI32Ptr; - - PxI32Ptr.prototype['__destroy__'] = PxI32Ptr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxI32Ptr___destroy___0(self); -}; -// PxInsertionCallback -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxInsertionCallback() { throw "cannot construct a PxInsertionCallback, no constructor in IDL" } -PxInsertionCallback.prototype = Object.create(WrapperObject.prototype); -PxInsertionCallback.prototype.constructor = PxInsertionCallback; -PxInsertionCallback.prototype.__class__ = PxInsertionCallback; -PxInsertionCallback.__cache__ = {}; -Module['PxInsertionCallback'] = PxInsertionCallback; - -// PxJointAngularLimitPair -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxJointAngularLimitPair(lowerLimit, upperLimit, spring) { - if (lowerLimit && typeof lowerLimit === 'object') lowerLimit = lowerLimit.ptr; - if (upperLimit && typeof upperLimit === 'object') upperLimit = upperLimit.ptr; - if (spring && typeof spring === 'object') spring = spring.ptr; - this.ptr = _emscripten_bind_PxJointAngularLimitPair_PxJointAngularLimitPair_3(lowerLimit, upperLimit, spring); - getCache(PxJointAngularLimitPair)[this.ptr] = this; -};; -PxJointAngularLimitPair.prototype = Object.create(PxJointLimitParameters.prototype); -PxJointAngularLimitPair.prototype.constructor = PxJointAngularLimitPair; -PxJointAngularLimitPair.prototype.__class__ = PxJointAngularLimitPair; -PxJointAngularLimitPair.__cache__ = {}; -Module['PxJointAngularLimitPair'] = PxJointAngularLimitPair; - -PxJointAngularLimitPair.prototype['isValid'] = PxJointAngularLimitPair.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxJointAngularLimitPair_isValid_0(self)); -};; - -PxJointAngularLimitPair.prototype['isSoft'] = PxJointAngularLimitPair.prototype.isSoft = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxJointAngularLimitPair_isSoft_0(self)); -};; - - PxJointAngularLimitPair.prototype['get_upper'] = PxJointAngularLimitPair.prototype.get_upper = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointAngularLimitPair_get_upper_0(self); -}; - PxJointAngularLimitPair.prototype['set_upper'] = PxJointAngularLimitPair.prototype.set_upper = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointAngularLimitPair_set_upper_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointAngularLimitPair.prototype, 'upper', { get: PxJointAngularLimitPair.prototype.get_upper, set: PxJointAngularLimitPair.prototype.set_upper }); - PxJointAngularLimitPair.prototype['get_lower'] = PxJointAngularLimitPair.prototype.get_lower = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointAngularLimitPair_get_lower_0(self); -}; - PxJointAngularLimitPair.prototype['set_lower'] = PxJointAngularLimitPair.prototype.set_lower = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointAngularLimitPair_set_lower_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointAngularLimitPair.prototype, 'lower', { get: PxJointAngularLimitPair.prototype.get_lower, set: PxJointAngularLimitPair.prototype.set_lower }); - PxJointAngularLimitPair.prototype['get_restitution'] = PxJointAngularLimitPair.prototype.get_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointAngularLimitPair_get_restitution_0(self); -}; - PxJointAngularLimitPair.prototype['set_restitution'] = PxJointAngularLimitPair.prototype.set_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointAngularLimitPair_set_restitution_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointAngularLimitPair.prototype, 'restitution', { get: PxJointAngularLimitPair.prototype.get_restitution, set: PxJointAngularLimitPair.prototype.set_restitution }); - PxJointAngularLimitPair.prototype['get_bounceThreshold'] = PxJointAngularLimitPair.prototype.get_bounceThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointAngularLimitPair_get_bounceThreshold_0(self); -}; - PxJointAngularLimitPair.prototype['set_bounceThreshold'] = PxJointAngularLimitPair.prototype.set_bounceThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointAngularLimitPair_set_bounceThreshold_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointAngularLimitPair.prototype, 'bounceThreshold', { get: PxJointAngularLimitPair.prototype.get_bounceThreshold, set: PxJointAngularLimitPair.prototype.set_bounceThreshold }); - PxJointAngularLimitPair.prototype['get_stiffness'] = PxJointAngularLimitPair.prototype.get_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointAngularLimitPair_get_stiffness_0(self); -}; - PxJointAngularLimitPair.prototype['set_stiffness'] = PxJointAngularLimitPair.prototype.set_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointAngularLimitPair_set_stiffness_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointAngularLimitPair.prototype, 'stiffness', { get: PxJointAngularLimitPair.prototype.get_stiffness, set: PxJointAngularLimitPair.prototype.set_stiffness }); - PxJointAngularLimitPair.prototype['get_damping'] = PxJointAngularLimitPair.prototype.get_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointAngularLimitPair_get_damping_0(self); -}; - PxJointAngularLimitPair.prototype['set_damping'] = PxJointAngularLimitPair.prototype.set_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointAngularLimitPair_set_damping_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointAngularLimitPair.prototype, 'damping', { get: PxJointAngularLimitPair.prototype.get_damping, set: PxJointAngularLimitPair.prototype.set_damping }); - PxJointAngularLimitPair.prototype['__destroy__'] = PxJointAngularLimitPair.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxJointAngularLimitPair___destroy___0(self); -}; -// PxJointLimitCone -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxJointLimitCone(yLimitAngle, zLimitAngle, spring) { - if (yLimitAngle && typeof yLimitAngle === 'object') yLimitAngle = yLimitAngle.ptr; - if (zLimitAngle && typeof zLimitAngle === 'object') zLimitAngle = zLimitAngle.ptr; - if (spring && typeof spring === 'object') spring = spring.ptr; - this.ptr = _emscripten_bind_PxJointLimitCone_PxJointLimitCone_3(yLimitAngle, zLimitAngle, spring); - getCache(PxJointLimitCone)[this.ptr] = this; -};; -PxJointLimitCone.prototype = Object.create(PxJointLimitParameters.prototype); -PxJointLimitCone.prototype.constructor = PxJointLimitCone; -PxJointLimitCone.prototype.__class__ = PxJointLimitCone; -PxJointLimitCone.__cache__ = {}; -Module['PxJointLimitCone'] = PxJointLimitCone; - -PxJointLimitCone.prototype['isValid'] = PxJointLimitCone.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxJointLimitCone_isValid_0(self)); -};; - -PxJointLimitCone.prototype['isSoft'] = PxJointLimitCone.prototype.isSoft = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxJointLimitCone_isSoft_0(self)); -};; - - PxJointLimitCone.prototype['get_yAngle'] = PxJointLimitCone.prototype.get_yAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitCone_get_yAngle_0(self); -}; - PxJointLimitCone.prototype['set_yAngle'] = PxJointLimitCone.prototype.set_yAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitCone_set_yAngle_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitCone.prototype, 'yAngle', { get: PxJointLimitCone.prototype.get_yAngle, set: PxJointLimitCone.prototype.set_yAngle }); - PxJointLimitCone.prototype['get_zAngle'] = PxJointLimitCone.prototype.get_zAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitCone_get_zAngle_0(self); -}; - PxJointLimitCone.prototype['set_zAngle'] = PxJointLimitCone.prototype.set_zAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitCone_set_zAngle_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitCone.prototype, 'zAngle', { get: PxJointLimitCone.prototype.get_zAngle, set: PxJointLimitCone.prototype.set_zAngle }); - PxJointLimitCone.prototype['get_restitution'] = PxJointLimitCone.prototype.get_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitCone_get_restitution_0(self); -}; - PxJointLimitCone.prototype['set_restitution'] = PxJointLimitCone.prototype.set_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitCone_set_restitution_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitCone.prototype, 'restitution', { get: PxJointLimitCone.prototype.get_restitution, set: PxJointLimitCone.prototype.set_restitution }); - PxJointLimitCone.prototype['get_bounceThreshold'] = PxJointLimitCone.prototype.get_bounceThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitCone_get_bounceThreshold_0(self); -}; - PxJointLimitCone.prototype['set_bounceThreshold'] = PxJointLimitCone.prototype.set_bounceThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitCone_set_bounceThreshold_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitCone.prototype, 'bounceThreshold', { get: PxJointLimitCone.prototype.get_bounceThreshold, set: PxJointLimitCone.prototype.set_bounceThreshold }); - PxJointLimitCone.prototype['get_stiffness'] = PxJointLimitCone.prototype.get_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitCone_get_stiffness_0(self); -}; - PxJointLimitCone.prototype['set_stiffness'] = PxJointLimitCone.prototype.set_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitCone_set_stiffness_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitCone.prototype, 'stiffness', { get: PxJointLimitCone.prototype.get_stiffness, set: PxJointLimitCone.prototype.set_stiffness }); - PxJointLimitCone.prototype['get_damping'] = PxJointLimitCone.prototype.get_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitCone_get_damping_0(self); -}; - PxJointLimitCone.prototype['set_damping'] = PxJointLimitCone.prototype.set_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitCone_set_damping_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitCone.prototype, 'damping', { get: PxJointLimitCone.prototype.get_damping, set: PxJointLimitCone.prototype.set_damping }); - PxJointLimitCone.prototype['__destroy__'] = PxJointLimitCone.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxJointLimitCone___destroy___0(self); -}; -// PxJointLimitPyramid -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxJointLimitPyramid(yLimitAngleMin, yLimitAngleMax, zLimitAngleMin, zLimitAngleMax, spring) { - if (yLimitAngleMin && typeof yLimitAngleMin === 'object') yLimitAngleMin = yLimitAngleMin.ptr; - if (yLimitAngleMax && typeof yLimitAngleMax === 'object') yLimitAngleMax = yLimitAngleMax.ptr; - if (zLimitAngleMin && typeof zLimitAngleMin === 'object') zLimitAngleMin = zLimitAngleMin.ptr; - if (zLimitAngleMax && typeof zLimitAngleMax === 'object') zLimitAngleMax = zLimitAngleMax.ptr; - if (spring && typeof spring === 'object') spring = spring.ptr; - this.ptr = _emscripten_bind_PxJointLimitPyramid_PxJointLimitPyramid_5(yLimitAngleMin, yLimitAngleMax, zLimitAngleMin, zLimitAngleMax, spring); - getCache(PxJointLimitPyramid)[this.ptr] = this; -};; -PxJointLimitPyramid.prototype = Object.create(PxJointLimitParameters.prototype); -PxJointLimitPyramid.prototype.constructor = PxJointLimitPyramid; -PxJointLimitPyramid.prototype.__class__ = PxJointLimitPyramid; -PxJointLimitPyramid.__cache__ = {}; -Module['PxJointLimitPyramid'] = PxJointLimitPyramid; - -PxJointLimitPyramid.prototype['isValid'] = PxJointLimitPyramid.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxJointLimitPyramid_isValid_0(self)); -};; - -PxJointLimitPyramid.prototype['isSoft'] = PxJointLimitPyramid.prototype.isSoft = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxJointLimitPyramid_isSoft_0(self)); -};; - - PxJointLimitPyramid.prototype['get_yAngleMin'] = PxJointLimitPyramid.prototype.get_yAngleMin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitPyramid_get_yAngleMin_0(self); -}; - PxJointLimitPyramid.prototype['set_yAngleMin'] = PxJointLimitPyramid.prototype.set_yAngleMin = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitPyramid_set_yAngleMin_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitPyramid.prototype, 'yAngleMin', { get: PxJointLimitPyramid.prototype.get_yAngleMin, set: PxJointLimitPyramid.prototype.set_yAngleMin }); - PxJointLimitPyramid.prototype['get_yAngleMax'] = PxJointLimitPyramid.prototype.get_yAngleMax = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitPyramid_get_yAngleMax_0(self); -}; - PxJointLimitPyramid.prototype['set_yAngleMax'] = PxJointLimitPyramid.prototype.set_yAngleMax = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitPyramid_set_yAngleMax_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitPyramid.prototype, 'yAngleMax', { get: PxJointLimitPyramid.prototype.get_yAngleMax, set: PxJointLimitPyramid.prototype.set_yAngleMax }); - PxJointLimitPyramid.prototype['get_zAngleMin'] = PxJointLimitPyramid.prototype.get_zAngleMin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitPyramid_get_zAngleMin_0(self); -}; - PxJointLimitPyramid.prototype['set_zAngleMin'] = PxJointLimitPyramid.prototype.set_zAngleMin = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitPyramid_set_zAngleMin_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitPyramid.prototype, 'zAngleMin', { get: PxJointLimitPyramid.prototype.get_zAngleMin, set: PxJointLimitPyramid.prototype.set_zAngleMin }); - PxJointLimitPyramid.prototype['get_zAngleMax'] = PxJointLimitPyramid.prototype.get_zAngleMax = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitPyramid_get_zAngleMax_0(self); -}; - PxJointLimitPyramid.prototype['set_zAngleMax'] = PxJointLimitPyramid.prototype.set_zAngleMax = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitPyramid_set_zAngleMax_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitPyramid.prototype, 'zAngleMax', { get: PxJointLimitPyramid.prototype.get_zAngleMax, set: PxJointLimitPyramid.prototype.set_zAngleMax }); - PxJointLimitPyramid.prototype['get_restitution'] = PxJointLimitPyramid.prototype.get_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitPyramid_get_restitution_0(self); -}; - PxJointLimitPyramid.prototype['set_restitution'] = PxJointLimitPyramid.prototype.set_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitPyramid_set_restitution_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitPyramid.prototype, 'restitution', { get: PxJointLimitPyramid.prototype.get_restitution, set: PxJointLimitPyramid.prototype.set_restitution }); - PxJointLimitPyramid.prototype['get_bounceThreshold'] = PxJointLimitPyramid.prototype.get_bounceThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitPyramid_get_bounceThreshold_0(self); -}; - PxJointLimitPyramid.prototype['set_bounceThreshold'] = PxJointLimitPyramid.prototype.set_bounceThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitPyramid_set_bounceThreshold_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitPyramid.prototype, 'bounceThreshold', { get: PxJointLimitPyramid.prototype.get_bounceThreshold, set: PxJointLimitPyramid.prototype.set_bounceThreshold }); - PxJointLimitPyramid.prototype['get_stiffness'] = PxJointLimitPyramid.prototype.get_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitPyramid_get_stiffness_0(self); -}; - PxJointLimitPyramid.prototype['set_stiffness'] = PxJointLimitPyramid.prototype.set_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitPyramid_set_stiffness_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitPyramid.prototype, 'stiffness', { get: PxJointLimitPyramid.prototype.get_stiffness, set: PxJointLimitPyramid.prototype.set_stiffness }); - PxJointLimitPyramid.prototype['get_damping'] = PxJointLimitPyramid.prototype.get_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLimitPyramid_get_damping_0(self); -}; - PxJointLimitPyramid.prototype['set_damping'] = PxJointLimitPyramid.prototype.set_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLimitPyramid_set_damping_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLimitPyramid.prototype, 'damping', { get: PxJointLimitPyramid.prototype.get_damping, set: PxJointLimitPyramid.prototype.set_damping }); - PxJointLimitPyramid.prototype['__destroy__'] = PxJointLimitPyramid.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxJointLimitPyramid___destroy___0(self); -}; -// PxJointLinearLimit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxJointLinearLimit(extent, spring) { - if (extent && typeof extent === 'object') extent = extent.ptr; - if (spring && typeof spring === 'object') spring = spring.ptr; - this.ptr = _emscripten_bind_PxJointLinearLimit_PxJointLinearLimit_2(extent, spring); - getCache(PxJointLinearLimit)[this.ptr] = this; -};; -PxJointLinearLimit.prototype = Object.create(PxJointLimitParameters.prototype); -PxJointLinearLimit.prototype.constructor = PxJointLinearLimit; -PxJointLinearLimit.prototype.__class__ = PxJointLinearLimit; -PxJointLinearLimit.__cache__ = {}; -Module['PxJointLinearLimit'] = PxJointLinearLimit; - -PxJointLinearLimit.prototype['isValid'] = PxJointLinearLimit.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxJointLinearLimit_isValid_0(self)); -};; - -PxJointLinearLimit.prototype['isSoft'] = PxJointLinearLimit.prototype.isSoft = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxJointLinearLimit_isSoft_0(self)); -};; - - PxJointLinearLimit.prototype['get_value'] = PxJointLinearLimit.prototype.get_value = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLinearLimit_get_value_0(self); -}; - PxJointLinearLimit.prototype['set_value'] = PxJointLinearLimit.prototype.set_value = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLinearLimit_set_value_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLinearLimit.prototype, 'value', { get: PxJointLinearLimit.prototype.get_value, set: PxJointLinearLimit.prototype.set_value }); - PxJointLinearLimit.prototype['get_restitution'] = PxJointLinearLimit.prototype.get_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLinearLimit_get_restitution_0(self); -}; - PxJointLinearLimit.prototype['set_restitution'] = PxJointLinearLimit.prototype.set_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLinearLimit_set_restitution_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLinearLimit.prototype, 'restitution', { get: PxJointLinearLimit.prototype.get_restitution, set: PxJointLinearLimit.prototype.set_restitution }); - PxJointLinearLimit.prototype['get_bounceThreshold'] = PxJointLinearLimit.prototype.get_bounceThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLinearLimit_get_bounceThreshold_0(self); -}; - PxJointLinearLimit.prototype['set_bounceThreshold'] = PxJointLinearLimit.prototype.set_bounceThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLinearLimit_set_bounceThreshold_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLinearLimit.prototype, 'bounceThreshold', { get: PxJointLinearLimit.prototype.get_bounceThreshold, set: PxJointLinearLimit.prototype.set_bounceThreshold }); - PxJointLinearLimit.prototype['get_stiffness'] = PxJointLinearLimit.prototype.get_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLinearLimit_get_stiffness_0(self); -}; - PxJointLinearLimit.prototype['set_stiffness'] = PxJointLinearLimit.prototype.set_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLinearLimit_set_stiffness_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLinearLimit.prototype, 'stiffness', { get: PxJointLinearLimit.prototype.get_stiffness, set: PxJointLinearLimit.prototype.set_stiffness }); - PxJointLinearLimit.prototype['get_damping'] = PxJointLinearLimit.prototype.get_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLinearLimit_get_damping_0(self); -}; - PxJointLinearLimit.prototype['set_damping'] = PxJointLinearLimit.prototype.set_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLinearLimit_set_damping_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLinearLimit.prototype, 'damping', { get: PxJointLinearLimit.prototype.get_damping, set: PxJointLinearLimit.prototype.set_damping }); - PxJointLinearLimit.prototype['__destroy__'] = PxJointLinearLimit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxJointLinearLimit___destroy___0(self); -}; -// PxJointLinearLimitPair -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxJointLinearLimitPair(lowerLimit, upperLimit, spring) { - if (lowerLimit && typeof lowerLimit === 'object') lowerLimit = lowerLimit.ptr; - if (upperLimit && typeof upperLimit === 'object') upperLimit = upperLimit.ptr; - if (spring && typeof spring === 'object') spring = spring.ptr; - this.ptr = _emscripten_bind_PxJointLinearLimitPair_PxJointLinearLimitPair_3(lowerLimit, upperLimit, spring); - getCache(PxJointLinearLimitPair)[this.ptr] = this; -};; -PxJointLinearLimitPair.prototype = Object.create(PxJointLimitParameters.prototype); -PxJointLinearLimitPair.prototype.constructor = PxJointLinearLimitPair; -PxJointLinearLimitPair.prototype.__class__ = PxJointLinearLimitPair; -PxJointLinearLimitPair.__cache__ = {}; -Module['PxJointLinearLimitPair'] = PxJointLinearLimitPair; - -PxJointLinearLimitPair.prototype['isValid'] = PxJointLinearLimitPair.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxJointLinearLimitPair_isValid_0(self)); -};; - -PxJointLinearLimitPair.prototype['isSoft'] = PxJointLinearLimitPair.prototype.isSoft = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxJointLinearLimitPair_isSoft_0(self)); -};; - - PxJointLinearLimitPair.prototype['get_upper'] = PxJointLinearLimitPair.prototype.get_upper = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLinearLimitPair_get_upper_0(self); -}; - PxJointLinearLimitPair.prototype['set_upper'] = PxJointLinearLimitPair.prototype.set_upper = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLinearLimitPair_set_upper_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLinearLimitPair.prototype, 'upper', { get: PxJointLinearLimitPair.prototype.get_upper, set: PxJointLinearLimitPair.prototype.set_upper }); - PxJointLinearLimitPair.prototype['get_lower'] = PxJointLinearLimitPair.prototype.get_lower = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLinearLimitPair_get_lower_0(self); -}; - PxJointLinearLimitPair.prototype['set_lower'] = PxJointLinearLimitPair.prototype.set_lower = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLinearLimitPair_set_lower_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLinearLimitPair.prototype, 'lower', { get: PxJointLinearLimitPair.prototype.get_lower, set: PxJointLinearLimitPair.prototype.set_lower }); - PxJointLinearLimitPair.prototype['get_restitution'] = PxJointLinearLimitPair.prototype.get_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLinearLimitPair_get_restitution_0(self); -}; - PxJointLinearLimitPair.prototype['set_restitution'] = PxJointLinearLimitPair.prototype.set_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLinearLimitPair_set_restitution_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLinearLimitPair.prototype, 'restitution', { get: PxJointLinearLimitPair.prototype.get_restitution, set: PxJointLinearLimitPair.prototype.set_restitution }); - PxJointLinearLimitPair.prototype['get_bounceThreshold'] = PxJointLinearLimitPair.prototype.get_bounceThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLinearLimitPair_get_bounceThreshold_0(self); -}; - PxJointLinearLimitPair.prototype['set_bounceThreshold'] = PxJointLinearLimitPair.prototype.set_bounceThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLinearLimitPair_set_bounceThreshold_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLinearLimitPair.prototype, 'bounceThreshold', { get: PxJointLinearLimitPair.prototype.get_bounceThreshold, set: PxJointLinearLimitPair.prototype.set_bounceThreshold }); - PxJointLinearLimitPair.prototype['get_stiffness'] = PxJointLinearLimitPair.prototype.get_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLinearLimitPair_get_stiffness_0(self); -}; - PxJointLinearLimitPair.prototype['set_stiffness'] = PxJointLinearLimitPair.prototype.set_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLinearLimitPair_set_stiffness_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLinearLimitPair.prototype, 'stiffness', { get: PxJointLinearLimitPair.prototype.get_stiffness, set: PxJointLinearLimitPair.prototype.set_stiffness }); - PxJointLinearLimitPair.prototype['get_damping'] = PxJointLinearLimitPair.prototype.get_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxJointLinearLimitPair_get_damping_0(self); -}; - PxJointLinearLimitPair.prototype['set_damping'] = PxJointLinearLimitPair.prototype.set_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxJointLinearLimitPair_set_damping_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxJointLinearLimitPair.prototype, 'damping', { get: PxJointLinearLimitPair.prototype.get_damping, set: PxJointLinearLimitPair.prototype.set_damping }); - PxJointLinearLimitPair.prototype['__destroy__'] = PxJointLinearLimitPair.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxJointLinearLimitPair___destroy___0(self); -}; -// PxMassProperties -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxMassProperties(m, inertiaT, com) { - if (m && typeof m === 'object') m = m.ptr; - if (inertiaT && typeof inertiaT === 'object') inertiaT = inertiaT.ptr; - if (com && typeof com === 'object') com = com.ptr; - if (m === undefined) { this.ptr = _emscripten_bind_PxMassProperties_PxMassProperties_0(); getCache(PxMassProperties)[this.ptr] = this;return } - if (inertiaT === undefined) { this.ptr = _emscripten_bind_PxMassProperties_PxMassProperties_1(m); getCache(PxMassProperties)[this.ptr] = this;return } - if (com === undefined) { this.ptr = _emscripten_bind_PxMassProperties_PxMassProperties_2(m, inertiaT); getCache(PxMassProperties)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxMassProperties_PxMassProperties_3(m, inertiaT, com); - getCache(PxMassProperties)[this.ptr] = this; -};; -PxMassProperties.prototype = Object.create(WrapperObject.prototype); -PxMassProperties.prototype.constructor = PxMassProperties; -PxMassProperties.prototype.__class__ = PxMassProperties; -PxMassProperties.__cache__ = {}; -Module['PxMassProperties'] = PxMassProperties; - -PxMassProperties.prototype['translate'] = PxMassProperties.prototype.translate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(t) { - var self = this.ptr; - if (t && typeof t === 'object') t = t.ptr; - _emscripten_bind_PxMassProperties_translate_1(self, t); -};; - -PxMassProperties.prototype['getMassSpaceInertia'] = PxMassProperties.prototype.getMassSpaceInertia = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inertia, massFrame) { - var self = this.ptr; - if (inertia && typeof inertia === 'object') inertia = inertia.ptr; - if (massFrame && typeof massFrame === 'object') massFrame = massFrame.ptr; - return wrapPointer(_emscripten_bind_PxMassProperties_getMassSpaceInertia_2(self, inertia, massFrame), PxVec3); -};; - -PxMassProperties.prototype['translateInertia'] = PxMassProperties.prototype.translateInertia = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inertia, mass, t) { - var self = this.ptr; - if (inertia && typeof inertia === 'object') inertia = inertia.ptr; - if (mass && typeof mass === 'object') mass = mass.ptr; - if (t && typeof t === 'object') t = t.ptr; - return wrapPointer(_emscripten_bind_PxMassProperties_translateInertia_3(self, inertia, mass, t), PxMat33); -};; - -PxMassProperties.prototype['rotateInertia'] = PxMassProperties.prototype.rotateInertia = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inertia, q) { - var self = this.ptr; - if (inertia && typeof inertia === 'object') inertia = inertia.ptr; - if (q && typeof q === 'object') q = q.ptr; - return wrapPointer(_emscripten_bind_PxMassProperties_rotateInertia_2(self, inertia, q), PxMat33); -};; - -PxMassProperties.prototype['scaleInertia'] = PxMassProperties.prototype.scaleInertia = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inertia, scaleRotation, scale) { - var self = this.ptr; - if (inertia && typeof inertia === 'object') inertia = inertia.ptr; - if (scaleRotation && typeof scaleRotation === 'object') scaleRotation = scaleRotation.ptr; - if (scale && typeof scale === 'object') scale = scale.ptr; - return wrapPointer(_emscripten_bind_PxMassProperties_scaleInertia_3(self, inertia, scaleRotation, scale), PxMat33); -};; - -PxMassProperties.prototype['sum'] = PxMassProperties.prototype.sum = /** @suppress {undefinedVars, duplicate} @this{Object} */function(props, transforms, count) { - var self = this.ptr; - if (props && typeof props === 'object') props = props.ptr; - if (transforms && typeof transforms === 'object') transforms = transforms.ptr; - if (count && typeof count === 'object') count = count.ptr; - return wrapPointer(_emscripten_bind_PxMassProperties_sum_3(self, props, transforms, count), PxMassProperties); -};; - - PxMassProperties.prototype['get_inertiaTensor'] = PxMassProperties.prototype.get_inertiaTensor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxMassProperties_get_inertiaTensor_0(self), PxMat33); -}; - PxMassProperties.prototype['set_inertiaTensor'] = PxMassProperties.prototype.set_inertiaTensor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxMassProperties_set_inertiaTensor_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxMassProperties.prototype, 'inertiaTensor', { get: PxMassProperties.prototype.get_inertiaTensor, set: PxMassProperties.prototype.set_inertiaTensor }); - PxMassProperties.prototype['get_centerOfMass'] = PxMassProperties.prototype.get_centerOfMass = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxMassProperties_get_centerOfMass_0(self), PxVec3); -}; - PxMassProperties.prototype['set_centerOfMass'] = PxMassProperties.prototype.set_centerOfMass = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxMassProperties_set_centerOfMass_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxMassProperties.prototype, 'centerOfMass', { get: PxMassProperties.prototype.get_centerOfMass, set: PxMassProperties.prototype.set_centerOfMass }); - PxMassProperties.prototype['get_mass'] = PxMassProperties.prototype.get_mass = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxMassProperties_get_mass_0(self); -}; - PxMassProperties.prototype['set_mass'] = PxMassProperties.prototype.set_mass = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxMassProperties_set_mass_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxMassProperties.prototype, 'mass', { get: PxMassProperties.prototype.get_mass, set: PxMassProperties.prototype.set_mass }); - PxMassProperties.prototype['__destroy__'] = PxMassProperties.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxMassProperties___destroy___0(self); -}; -// PxMat33 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxMat33(r) { - if (r && typeof r === 'object') r = r.ptr; - if (r === undefined) { this.ptr = _emscripten_bind_PxMat33_PxMat33_0(); getCache(PxMat33)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxMat33_PxMat33_1(r); - getCache(PxMat33)[this.ptr] = this; -};; -PxMat33.prototype = Object.create(WrapperObject.prototype); -PxMat33.prototype.constructor = PxMat33; -PxMat33.prototype.__class__ = PxMat33; -PxMat33.__cache__ = {}; -Module['PxMat33'] = PxMat33; - - PxMat33.prototype['get_column0'] = PxMat33.prototype.get_column0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxMat33_get_column0_0(self), PxVec3); -}; - PxMat33.prototype['set_column0'] = PxMat33.prototype.set_column0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxMat33_set_column0_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxMat33.prototype, 'column0', { get: PxMat33.prototype.get_column0, set: PxMat33.prototype.set_column0 }); - PxMat33.prototype['get_column1'] = PxMat33.prototype.get_column1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxMat33_get_column1_0(self), PxVec3); -}; - PxMat33.prototype['set_column1'] = PxMat33.prototype.set_column1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxMat33_set_column1_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxMat33.prototype, 'column1', { get: PxMat33.prototype.get_column1, set: PxMat33.prototype.set_column1 }); - PxMat33.prototype['get_column2'] = PxMat33.prototype.get_column2 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxMat33_get_column2_0(self), PxVec3); -}; - PxMat33.prototype['set_column2'] = PxMat33.prototype.set_column2 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxMat33_set_column2_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxMat33.prototype, 'column2', { get: PxMat33.prototype.get_column2, set: PxMat33.prototype.set_column2 }); - PxMat33.prototype['__destroy__'] = PxMat33.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxMat33___destroy___0(self); -}; -// PxMaterial -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxMaterial() { throw "cannot construct a PxMaterial, no constructor in IDL" } -PxMaterial.prototype = Object.create(PxBaseMaterial.prototype); -PxMaterial.prototype.constructor = PxMaterial; -PxMaterial.prototype.__class__ = PxMaterial; -PxMaterial.__cache__ = {}; -Module['PxMaterial'] = PxMaterial; - -PxMaterial.prototype['setDynamicFriction'] = PxMaterial.prototype.setDynamicFriction = /** @suppress {undefinedVars, duplicate} @this{Object} */function(coef) { - var self = this.ptr; - if (coef && typeof coef === 'object') coef = coef.ptr; - _emscripten_bind_PxMaterial_setDynamicFriction_1(self, coef); -};; - -PxMaterial.prototype['getDynamicFriction'] = PxMaterial.prototype.getDynamicFriction = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxMaterial_getDynamicFriction_0(self); -};; - -PxMaterial.prototype['setStaticFriction'] = PxMaterial.prototype.setStaticFriction = /** @suppress {undefinedVars, duplicate} @this{Object} */function(coef) { - var self = this.ptr; - if (coef && typeof coef === 'object') coef = coef.ptr; - _emscripten_bind_PxMaterial_setStaticFriction_1(self, coef); -};; - -PxMaterial.prototype['getStaticFriction'] = PxMaterial.prototype.getStaticFriction = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxMaterial_getStaticFriction_0(self); -};; - -PxMaterial.prototype['setRestitution'] = PxMaterial.prototype.setRestitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function(coef) { - var self = this.ptr; - if (coef && typeof coef === 'object') coef = coef.ptr; - _emscripten_bind_PxMaterial_setRestitution_1(self, coef); -};; - -PxMaterial.prototype['getRestitution'] = PxMaterial.prototype.getRestitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxMaterial_getRestitution_0(self); -};; - -PxMaterial.prototype['setFlag'] = PxMaterial.prototype.setFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, b) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (b && typeof b === 'object') b = b.ptr; - _emscripten_bind_PxMaterial_setFlag_2(self, flag, b); -};; - -PxMaterial.prototype['setFlags'] = PxMaterial.prototype.setFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxMaterial_setFlags_1(self, flags); -};; - -PxMaterial.prototype['getFlags'] = PxMaterial.prototype.getFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxMaterial_getFlags_0(self), PxMaterialFlags); -};; - -PxMaterial.prototype['setFrictionCombineMode'] = PxMaterial.prototype.setFrictionCombineMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(combMode) { - var self = this.ptr; - if (combMode && typeof combMode === 'object') combMode = combMode.ptr; - _emscripten_bind_PxMaterial_setFrictionCombineMode_1(self, combMode); -};; - -PxMaterial.prototype['getFrictionCombineMode'] = PxMaterial.prototype.getFrictionCombineMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxMaterial_getFrictionCombineMode_0(self); -};; - -PxMaterial.prototype['setRestitutionCombineMode'] = PxMaterial.prototype.setRestitutionCombineMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(combMode) { - var self = this.ptr; - if (combMode && typeof combMode === 'object') combMode = combMode.ptr; - _emscripten_bind_PxMaterial_setRestitutionCombineMode_1(self, combMode); -};; - -PxMaterial.prototype['getRestitutionCombineMode'] = PxMaterial.prototype.getRestitutionCombineMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxMaterial_getRestitutionCombineMode_0(self); -};; - -PxMaterial.prototype['release'] = PxMaterial.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxMaterial_release_0(self); -};; - -PxMaterial.prototype['getConcreteTypeName'] = PxMaterial.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxMaterial_getConcreteTypeName_0(self)); -};; - -PxMaterial.prototype['getConcreteType'] = PxMaterial.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxMaterial_getConcreteType_0(self); -};; - -PxMaterial.prototype['setBaseFlag'] = PxMaterial.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxMaterial_setBaseFlag_2(self, flag, value); -};; - -PxMaterial.prototype['setBaseFlags'] = PxMaterial.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxMaterial_setBaseFlags_1(self, inFlags); -};; - -PxMaterial.prototype['getBaseFlags'] = PxMaterial.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxMaterial_getBaseFlags_0(self), PxBaseFlags); -};; - -PxMaterial.prototype['isReleasable'] = PxMaterial.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxMaterial_isReleasable_0(self)); -};; - -PxMaterial.prototype['getReferenceCount'] = PxMaterial.prototype.getReferenceCount = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxMaterial_getReferenceCount_0(self); -};; - -PxMaterial.prototype['acquireReference'] = PxMaterial.prototype.acquireReference = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxMaterial_acquireReference_0(self); -};; - - PxMaterial.prototype['get_userData'] = PxMaterial.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxMaterial_get_userData_0(self), VoidPtr); -}; - PxMaterial.prototype['set_userData'] = PxMaterial.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxMaterial_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxMaterial.prototype, 'userData', { get: PxMaterial.prototype.get_userData, set: PxMaterial.prototype.set_userData }); -// PxMaterialConstPtr -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxMaterialConstPtr() { throw "cannot construct a PxMaterialConstPtr, no constructor in IDL" } -PxMaterialConstPtr.prototype = Object.create(WrapperObject.prototype); -PxMaterialConstPtr.prototype.constructor = PxMaterialConstPtr; -PxMaterialConstPtr.prototype.__class__ = PxMaterialConstPtr; -PxMaterialConstPtr.__cache__ = {}; -Module['PxMaterialConstPtr'] = PxMaterialConstPtr; - - PxMaterialConstPtr.prototype['__destroy__'] = PxMaterialConstPtr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxMaterialConstPtr___destroy___0(self); -}; -// PxMaterialFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxMaterialFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxMaterialFlags_PxMaterialFlags_1(flags); - getCache(PxMaterialFlags)[this.ptr] = this; -};; -PxMaterialFlags.prototype = Object.create(WrapperObject.prototype); -PxMaterialFlags.prototype.constructor = PxMaterialFlags; -PxMaterialFlags.prototype.__class__ = PxMaterialFlags; -PxMaterialFlags.__cache__ = {}; -Module['PxMaterialFlags'] = PxMaterialFlags; - -PxMaterialFlags.prototype['isSet'] = PxMaterialFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxMaterialFlags_isSet_1(self, flag)); -};; - -PxMaterialFlags.prototype['raise'] = PxMaterialFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxMaterialFlags_raise_1(self, flag); -};; - -PxMaterialFlags.prototype['clear'] = PxMaterialFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxMaterialFlags_clear_1(self, flag); -};; - - PxMaterialFlags.prototype['__destroy__'] = PxMaterialFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxMaterialFlags___destroy___0(self); -}; -// PxMaterialPtr -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxMaterialPtr() { throw "cannot construct a PxMaterialPtr, no constructor in IDL" } -PxMaterialPtr.prototype = Object.create(WrapperObject.prototype); -PxMaterialPtr.prototype.constructor = PxMaterialPtr; -PxMaterialPtr.prototype.__class__ = PxMaterialPtr; -PxMaterialPtr.__cache__ = {}; -Module['PxMaterialPtr'] = PxMaterialPtr; - - PxMaterialPtr.prototype['__destroy__'] = PxMaterialPtr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxMaterialPtr___destroy___0(self); -}; -// PxMeshFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxMeshFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxMeshFlags_PxMeshFlags_1(flags); - getCache(PxMeshFlags)[this.ptr] = this; -};; -PxMeshFlags.prototype = Object.create(WrapperObject.prototype); -PxMeshFlags.prototype.constructor = PxMeshFlags; -PxMeshFlags.prototype.__class__ = PxMeshFlags; -PxMeshFlags.__cache__ = {}; -Module['PxMeshFlags'] = PxMeshFlags; - -PxMeshFlags.prototype['isSet'] = PxMeshFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxMeshFlags_isSet_1(self, flag)); -};; - -PxMeshFlags.prototype['raise'] = PxMeshFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxMeshFlags_raise_1(self, flag); -};; - -PxMeshFlags.prototype['clear'] = PxMeshFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxMeshFlags_clear_1(self, flag); -};; - - PxMeshFlags.prototype['__destroy__'] = PxMeshFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxMeshFlags___destroy___0(self); -}; -// PxMeshGeometryFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxMeshGeometryFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxMeshGeometryFlags_PxMeshGeometryFlags_1(flags); - getCache(PxMeshGeometryFlags)[this.ptr] = this; -};; -PxMeshGeometryFlags.prototype = Object.create(WrapperObject.prototype); -PxMeshGeometryFlags.prototype.constructor = PxMeshGeometryFlags; -PxMeshGeometryFlags.prototype.__class__ = PxMeshGeometryFlags; -PxMeshGeometryFlags.__cache__ = {}; -Module['PxMeshGeometryFlags'] = PxMeshGeometryFlags; - -PxMeshGeometryFlags.prototype['isSet'] = PxMeshGeometryFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxMeshGeometryFlags_isSet_1(self, flag)); -};; - -PxMeshGeometryFlags.prototype['raise'] = PxMeshGeometryFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxMeshGeometryFlags_raise_1(self, flag); -};; - -PxMeshGeometryFlags.prototype['clear'] = PxMeshGeometryFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxMeshGeometryFlags_clear_1(self, flag); -};; - - PxMeshGeometryFlags.prototype['__destroy__'] = PxMeshGeometryFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxMeshGeometryFlags___destroy___0(self); -}; -// PxMeshOverlapUtil -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxMeshOverlapUtil() { - this.ptr = _emscripten_bind_PxMeshOverlapUtil_PxMeshOverlapUtil_0(); - getCache(PxMeshOverlapUtil)[this.ptr] = this; -};; -PxMeshOverlapUtil.prototype = Object.create(WrapperObject.prototype); -PxMeshOverlapUtil.prototype.constructor = PxMeshOverlapUtil; -PxMeshOverlapUtil.prototype.__class__ = PxMeshOverlapUtil; -PxMeshOverlapUtil.__cache__ = {}; -Module['PxMeshOverlapUtil'] = PxMeshOverlapUtil; - -PxMeshOverlapUtil.prototype['findOverlap'] = PxMeshOverlapUtil.prototype.findOverlap = /** @suppress {undefinedVars, duplicate} @this{Object} */function(geom, geomPose, meshGeom, meshPose) { - var self = this.ptr; - if (geom && typeof geom === 'object') geom = geom.ptr; - if (geomPose && typeof geomPose === 'object') geomPose = geomPose.ptr; - if (meshGeom && typeof meshGeom === 'object') meshGeom = meshGeom.ptr; - if (meshPose && typeof meshPose === 'object') meshPose = meshPose.ptr; - return _emscripten_bind_PxMeshOverlapUtil_findOverlap_4(self, geom, geomPose, meshGeom, meshPose); -};; - -PxMeshOverlapUtil.prototype['getResults'] = PxMeshOverlapUtil.prototype.getResults = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxMeshOverlapUtil_getResults_0(self), PxU32ConstPtr); -};; - -PxMeshOverlapUtil.prototype['getNbResults'] = PxMeshOverlapUtil.prototype.getNbResults = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxMeshOverlapUtil_getNbResults_0(self); -};; - - PxMeshOverlapUtil.prototype['__destroy__'] = PxMeshOverlapUtil.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxMeshOverlapUtil___destroy___0(self); -}; -// PxMeshPreprocessingFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxMeshPreprocessingFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxMeshPreprocessingFlags_PxMeshPreprocessingFlags_1(flags); - getCache(PxMeshPreprocessingFlags)[this.ptr] = this; -};; -PxMeshPreprocessingFlags.prototype = Object.create(WrapperObject.prototype); -PxMeshPreprocessingFlags.prototype.constructor = PxMeshPreprocessingFlags; -PxMeshPreprocessingFlags.prototype.__class__ = PxMeshPreprocessingFlags; -PxMeshPreprocessingFlags.__cache__ = {}; -Module['PxMeshPreprocessingFlags'] = PxMeshPreprocessingFlags; - -PxMeshPreprocessingFlags.prototype['isSet'] = PxMeshPreprocessingFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxMeshPreprocessingFlags_isSet_1(self, flag)); -};; - -PxMeshPreprocessingFlags.prototype['raise'] = PxMeshPreprocessingFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxMeshPreprocessingFlags_raise_1(self, flag); -};; - -PxMeshPreprocessingFlags.prototype['clear'] = PxMeshPreprocessingFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxMeshPreprocessingFlags_clear_1(self, flag); -};; - - PxMeshPreprocessingFlags.prototype['__destroy__'] = PxMeshPreprocessingFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxMeshPreprocessingFlags___destroy___0(self); -}; -// PxMeshScale -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxMeshScale(s, r) { - if (s && typeof s === 'object') s = s.ptr; - if (r && typeof r === 'object') r = r.ptr; - if (s === undefined) { this.ptr = _emscripten_bind_PxMeshScale_PxMeshScale_0(); getCache(PxMeshScale)[this.ptr] = this;return } - if (r === undefined) { this.ptr = _emscripten_bind_PxMeshScale_PxMeshScale_1(s); getCache(PxMeshScale)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxMeshScale_PxMeshScale_2(s, r); - getCache(PxMeshScale)[this.ptr] = this; -};; -PxMeshScale.prototype = Object.create(WrapperObject.prototype); -PxMeshScale.prototype.constructor = PxMeshScale; -PxMeshScale.prototype.__class__ = PxMeshScale; -PxMeshScale.__cache__ = {}; -Module['PxMeshScale'] = PxMeshScale; - - PxMeshScale.prototype['__destroy__'] = PxMeshScale.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxMeshScale___destroy___0(self); -}; -// PxMidphaseDesc -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxMidphaseDesc() { - this.ptr = _emscripten_bind_PxMidphaseDesc_PxMidphaseDesc_0(); - getCache(PxMidphaseDesc)[this.ptr] = this; -};; -PxMidphaseDesc.prototype = Object.create(WrapperObject.prototype); -PxMidphaseDesc.prototype.constructor = PxMidphaseDesc; -PxMidphaseDesc.prototype.__class__ = PxMidphaseDesc; -PxMidphaseDesc.__cache__ = {}; -Module['PxMidphaseDesc'] = PxMidphaseDesc; - -PxMidphaseDesc.prototype['getType'] = PxMidphaseDesc.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxMidphaseDesc_getType_0(self); -};; - -PxMidphaseDesc.prototype['setToDefault'] = PxMidphaseDesc.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function(type) { - var self = this.ptr; - if (type && typeof type === 'object') type = type.ptr; - _emscripten_bind_PxMidphaseDesc_setToDefault_1(self, type); -};; - -PxMidphaseDesc.prototype['isValid'] = PxMidphaseDesc.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxMidphaseDesc_isValid_0(self)); -};; - - PxMidphaseDesc.prototype['get_mBVH33Desc'] = PxMidphaseDesc.prototype.get_mBVH33Desc = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxMidphaseDesc_get_mBVH33Desc_0(self), PxBVH33MidphaseDesc); -}; - PxMidphaseDesc.prototype['set_mBVH33Desc'] = PxMidphaseDesc.prototype.set_mBVH33Desc = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxMidphaseDesc_set_mBVH33Desc_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxMidphaseDesc.prototype, 'mBVH33Desc', { get: PxMidphaseDesc.prototype.get_mBVH33Desc, set: PxMidphaseDesc.prototype.set_mBVH33Desc }); - PxMidphaseDesc.prototype['get_mBVH34Desc'] = PxMidphaseDesc.prototype.get_mBVH34Desc = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxMidphaseDesc_get_mBVH34Desc_0(self), PxBVH34MidphaseDesc); -}; - PxMidphaseDesc.prototype['set_mBVH34Desc'] = PxMidphaseDesc.prototype.set_mBVH34Desc = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxMidphaseDesc_set_mBVH34Desc_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxMidphaseDesc.prototype, 'mBVH34Desc', { get: PxMidphaseDesc.prototype.get_mBVH34Desc, set: PxMidphaseDesc.prototype.set_mBVH34Desc }); - PxMidphaseDesc.prototype['__destroy__'] = PxMidphaseDesc.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxMidphaseDesc___destroy___0(self); -}; -// PxObstacleContext -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxObstacleContext() { throw "cannot construct a PxObstacleContext, no constructor in IDL" } -PxObstacleContext.prototype = Object.create(WrapperObject.prototype); -PxObstacleContext.prototype.constructor = PxObstacleContext; -PxObstacleContext.prototype.__class__ = PxObstacleContext; -PxObstacleContext.__cache__ = {}; -Module['PxObstacleContext'] = PxObstacleContext; - -PxObstacleContext.prototype['release'] = PxObstacleContext.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxObstacleContext_release_0(self); -};; - -PxObstacleContext.prototype['getControllerManager'] = PxObstacleContext.prototype.getControllerManager = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxObstacleContext_getControllerManager_0(self), PxControllerManager); -};; - -PxObstacleContext.prototype['addObstacle'] = PxObstacleContext.prototype.addObstacle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(obstacle) { - var self = this.ptr; - if (obstacle && typeof obstacle === 'object') obstacle = obstacle.ptr; - return _emscripten_bind_PxObstacleContext_addObstacle_1(self, obstacle); -};; - -PxObstacleContext.prototype['removeObstacle'] = PxObstacleContext.prototype.removeObstacle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(handle) { - var self = this.ptr; - if (handle && typeof handle === 'object') handle = handle.ptr; - return !!(_emscripten_bind_PxObstacleContext_removeObstacle_1(self, handle)); -};; - -PxObstacleContext.prototype['updateObstacle'] = PxObstacleContext.prototype.updateObstacle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(handle, obstacle) { - var self = this.ptr; - if (handle && typeof handle === 'object') handle = handle.ptr; - if (obstacle && typeof obstacle === 'object') obstacle = obstacle.ptr; - return !!(_emscripten_bind_PxObstacleContext_updateObstacle_2(self, handle, obstacle)); -};; - -PxObstacleContext.prototype['getNbObstacles'] = PxObstacleContext.prototype.getNbObstacles = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxObstacleContext_getNbObstacles_0(self); -};; - -PxObstacleContext.prototype['getObstacle'] = PxObstacleContext.prototype.getObstacle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(i) { - var self = this.ptr; - if (i && typeof i === 'object') i = i.ptr; - return wrapPointer(_emscripten_bind_PxObstacleContext_getObstacle_1(self, i), PxObstacle); -};; - -PxObstacleContext.prototype['getObstacleByHandle'] = PxObstacleContext.prototype.getObstacleByHandle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(handle) { - var self = this.ptr; - if (handle && typeof handle === 'object') handle = handle.ptr; - return wrapPointer(_emscripten_bind_PxObstacleContext_getObstacleByHandle_1(self, handle), PxObstacle); -};; - - PxObstacleContext.prototype['__destroy__'] = PxObstacleContext.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxObstacleContext___destroy___0(self); -}; -// PxOmniPvd -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxOmniPvd() { throw "cannot construct a PxOmniPvd, no constructor in IDL" } -PxOmniPvd.prototype = Object.create(WrapperObject.prototype); -PxOmniPvd.prototype.constructor = PxOmniPvd; -PxOmniPvd.prototype.__class__ = PxOmniPvd; -PxOmniPvd.__cache__ = {}; -Module['PxOmniPvd'] = PxOmniPvd; - -PxOmniPvd.prototype['startSampling'] = PxOmniPvd.prototype.startSampling = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxOmniPvd_startSampling_0(self)); -};; - -PxOmniPvd.prototype['release'] = PxOmniPvd.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxOmniPvd_release_0(self); -};; - - PxOmniPvd.prototype['__destroy__'] = PxOmniPvd.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxOmniPvd___destroy___0(self); -}; -// PxOverlapBuffer10 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxOverlapBuffer10() { - this.ptr = _emscripten_bind_PxOverlapBuffer10_PxOverlapBuffer10_0(); - getCache(PxOverlapBuffer10)[this.ptr] = this; -};; -PxOverlapBuffer10.prototype = Object.create(PxOverlapCallback.prototype); -PxOverlapBuffer10.prototype.constructor = PxOverlapBuffer10; -PxOverlapBuffer10.prototype.__class__ = PxOverlapBuffer10; -PxOverlapBuffer10.__cache__ = {}; -Module['PxOverlapBuffer10'] = PxOverlapBuffer10; - -PxOverlapBuffer10.prototype['getNbAnyHits'] = PxOverlapBuffer10.prototype.getNbAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxOverlapBuffer10_getNbAnyHits_0(self); -};; - -PxOverlapBuffer10.prototype['getAnyHit'] = PxOverlapBuffer10.prototype.getAnyHit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxOverlapBuffer10_getAnyHit_1(self, index), PxOverlapHit); -};; - -PxOverlapBuffer10.prototype['getNbTouches'] = PxOverlapBuffer10.prototype.getNbTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxOverlapBuffer10_getNbTouches_0(self); -};; - -PxOverlapBuffer10.prototype['getTouches'] = PxOverlapBuffer10.prototype.getTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxOverlapBuffer10_getTouches_0(self), PxOverlapHit); -};; - -PxOverlapBuffer10.prototype['getTouch'] = PxOverlapBuffer10.prototype.getTouch = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxOverlapBuffer10_getTouch_1(self, index), PxOverlapHit); -};; - -PxOverlapBuffer10.prototype['getMaxNbTouches'] = PxOverlapBuffer10.prototype.getMaxNbTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxOverlapBuffer10_getMaxNbTouches_0(self); -};; - -PxOverlapBuffer10.prototype['hasAnyHits'] = PxOverlapBuffer10.prototype.hasAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxOverlapBuffer10_hasAnyHits_0(self)); -};; - - PxOverlapBuffer10.prototype['get_block'] = PxOverlapBuffer10.prototype.get_block = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxOverlapBuffer10_get_block_0(self), PxOverlapHit); -}; - PxOverlapBuffer10.prototype['set_block'] = PxOverlapBuffer10.prototype.set_block = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxOverlapBuffer10_set_block_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxOverlapBuffer10.prototype, 'block', { get: PxOverlapBuffer10.prototype.get_block, set: PxOverlapBuffer10.prototype.set_block }); - PxOverlapBuffer10.prototype['get_hasBlock'] = PxOverlapBuffer10.prototype.get_hasBlock = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxOverlapBuffer10_get_hasBlock_0(self)); -}; - PxOverlapBuffer10.prototype['set_hasBlock'] = PxOverlapBuffer10.prototype.set_hasBlock = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxOverlapBuffer10_set_hasBlock_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxOverlapBuffer10.prototype, 'hasBlock', { get: PxOverlapBuffer10.prototype.get_hasBlock, set: PxOverlapBuffer10.prototype.set_hasBlock }); - PxOverlapBuffer10.prototype['__destroy__'] = PxOverlapBuffer10.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxOverlapBuffer10___destroy___0(self); -}; -// PxOverlapHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxOverlapHit() { throw "cannot construct a PxOverlapHit, no constructor in IDL" } -PxOverlapHit.prototype = Object.create(PxQueryHit.prototype); -PxOverlapHit.prototype.constructor = PxOverlapHit; -PxOverlapHit.prototype.__class__ = PxOverlapHit; -PxOverlapHit.__cache__ = {}; -Module['PxOverlapHit'] = PxOverlapHit; - - PxOverlapHit.prototype['get_actor'] = PxOverlapHit.prototype.get_actor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxOverlapHit_get_actor_0(self), PxRigidActor); -}; - PxOverlapHit.prototype['set_actor'] = PxOverlapHit.prototype.set_actor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxOverlapHit_set_actor_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxOverlapHit.prototype, 'actor', { get: PxOverlapHit.prototype.get_actor, set: PxOverlapHit.prototype.set_actor }); - PxOverlapHit.prototype['get_shape'] = PxOverlapHit.prototype.get_shape = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxOverlapHit_get_shape_0(self), PxShape); -}; - PxOverlapHit.prototype['set_shape'] = PxOverlapHit.prototype.set_shape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxOverlapHit_set_shape_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxOverlapHit.prototype, 'shape', { get: PxOverlapHit.prototype.get_shape, set: PxOverlapHit.prototype.set_shape }); - PxOverlapHit.prototype['get_faceIndex'] = PxOverlapHit.prototype.get_faceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxOverlapHit_get_faceIndex_0(self); -}; - PxOverlapHit.prototype['set_faceIndex'] = PxOverlapHit.prototype.set_faceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxOverlapHit_set_faceIndex_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxOverlapHit.prototype, 'faceIndex', { get: PxOverlapHit.prototype.get_faceIndex, set: PxOverlapHit.prototype.set_faceIndex }); - PxOverlapHit.prototype['__destroy__'] = PxOverlapHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxOverlapHit___destroy___0(self); -}; -// PxOverlapResult -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxOverlapResult() { - this.ptr = _emscripten_bind_PxOverlapResult_PxOverlapResult_0(); - getCache(PxOverlapResult)[this.ptr] = this; -};; -PxOverlapResult.prototype = Object.create(PxOverlapCallback.prototype); -PxOverlapResult.prototype.constructor = PxOverlapResult; -PxOverlapResult.prototype.__class__ = PxOverlapResult; -PxOverlapResult.__cache__ = {}; -Module['PxOverlapResult'] = PxOverlapResult; - -PxOverlapResult.prototype['getNbAnyHits'] = PxOverlapResult.prototype.getNbAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxOverlapResult_getNbAnyHits_0(self); -};; - -PxOverlapResult.prototype['getAnyHit'] = PxOverlapResult.prototype.getAnyHit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxOverlapResult_getAnyHit_1(self, index), PxOverlapHit); -};; - -PxOverlapResult.prototype['getNbTouches'] = PxOverlapResult.prototype.getNbTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxOverlapResult_getNbTouches_0(self); -};; - -PxOverlapResult.prototype['getTouch'] = PxOverlapResult.prototype.getTouch = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxOverlapResult_getTouch_1(self, index), PxOverlapHit); -};; - -PxOverlapResult.prototype['hasAnyHits'] = PxOverlapResult.prototype.hasAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxOverlapResult_hasAnyHits_0(self)); -};; - - PxOverlapResult.prototype['get_block'] = PxOverlapResult.prototype.get_block = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxOverlapResult_get_block_0(self), PxOverlapHit); -}; - PxOverlapResult.prototype['set_block'] = PxOverlapResult.prototype.set_block = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxOverlapResult_set_block_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxOverlapResult.prototype, 'block', { get: PxOverlapResult.prototype.get_block, set: PxOverlapResult.prototype.set_block }); - PxOverlapResult.prototype['get_hasBlock'] = PxOverlapResult.prototype.get_hasBlock = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxOverlapResult_get_hasBlock_0(self)); -}; - PxOverlapResult.prototype['set_hasBlock'] = PxOverlapResult.prototype.set_hasBlock = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxOverlapResult_set_hasBlock_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxOverlapResult.prototype, 'hasBlock', { get: PxOverlapResult.prototype.get_hasBlock, set: PxOverlapResult.prototype.set_hasBlock }); - PxOverlapResult.prototype['__destroy__'] = PxOverlapResult.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxOverlapResult___destroy___0(self); -}; -// PxPairFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxPairFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxPairFlags_PxPairFlags_1(flags); - getCache(PxPairFlags)[this.ptr] = this; -};; -PxPairFlags.prototype = Object.create(WrapperObject.prototype); -PxPairFlags.prototype.constructor = PxPairFlags; -PxPairFlags.prototype.__class__ = PxPairFlags; -PxPairFlags.__cache__ = {}; -Module['PxPairFlags'] = PxPairFlags; - -PxPairFlags.prototype['isSet'] = PxPairFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxPairFlags_isSet_1(self, flag)); -};; - -PxPairFlags.prototype['raise'] = PxPairFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxPairFlags_raise_1(self, flag); -};; - -PxPairFlags.prototype['clear'] = PxPairFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxPairFlags_clear_1(self, flag); -};; - - PxPairFlags.prototype['__destroy__'] = PxPairFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxPairFlags___destroy___0(self); -}; -// PxPhysics -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxPhysics() { throw "cannot construct a PxPhysics, no constructor in IDL" } -PxPhysics.prototype = Object.create(WrapperObject.prototype); -PxPhysics.prototype.constructor = PxPhysics; -PxPhysics.prototype.__class__ = PxPhysics; -PxPhysics.__cache__ = {}; -Module['PxPhysics'] = PxPhysics; - -PxPhysics.prototype['release'] = PxPhysics.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxPhysics_release_0(self); -};; - -PxPhysics.prototype['getFoundation'] = PxPhysics.prototype.getFoundation = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPhysics_getFoundation_0(self), PxFoundation); -};; - -PxPhysics.prototype['createAggregate'] = PxPhysics.prototype.createAggregate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(maxActor, maxShape, enableSelfCollision) { - var self = this.ptr; - if (maxActor && typeof maxActor === 'object') maxActor = maxActor.ptr; - if (maxShape && typeof maxShape === 'object') maxShape = maxShape.ptr; - if (enableSelfCollision && typeof enableSelfCollision === 'object') enableSelfCollision = enableSelfCollision.ptr; - return wrapPointer(_emscripten_bind_PxPhysics_createAggregate_3(self, maxActor, maxShape, enableSelfCollision), PxAggregate); -};; - -PxPhysics.prototype['getTolerancesScale'] = PxPhysics.prototype.getTolerancesScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPhysics_getTolerancesScale_0(self), PxTolerancesScale); -};; - -PxPhysics.prototype['createScene'] = PxPhysics.prototype.createScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function(sceneDesc) { - var self = this.ptr; - if (sceneDesc && typeof sceneDesc === 'object') sceneDesc = sceneDesc.ptr; - return wrapPointer(_emscripten_bind_PxPhysics_createScene_1(self, sceneDesc), PxScene); -};; - -PxPhysics.prototype['createRigidStatic'] = PxPhysics.prototype.createRigidStatic = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - return wrapPointer(_emscripten_bind_PxPhysics_createRigidStatic_1(self, pose), PxRigidStatic); -};; - -PxPhysics.prototype['createRigidDynamic'] = PxPhysics.prototype.createRigidDynamic = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - return wrapPointer(_emscripten_bind_PxPhysics_createRigidDynamic_1(self, pose), PxRigidDynamic); -};; - -PxPhysics.prototype['createShape'] = PxPhysics.prototype.createShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(geometry, material, isExclusive, shapeFlags) { - var self = this.ptr; - if (geometry && typeof geometry === 'object') geometry = geometry.ptr; - if (material && typeof material === 'object') material = material.ptr; - if (isExclusive && typeof isExclusive === 'object') isExclusive = isExclusive.ptr; - if (shapeFlags && typeof shapeFlags === 'object') shapeFlags = shapeFlags.ptr; - if (isExclusive === undefined) { return wrapPointer(_emscripten_bind_PxPhysics_createShape_2(self, geometry, material), PxShape) } - if (shapeFlags === undefined) { return wrapPointer(_emscripten_bind_PxPhysics_createShape_3(self, geometry, material, isExclusive), PxShape) } - return wrapPointer(_emscripten_bind_PxPhysics_createShape_4(self, geometry, material, isExclusive, shapeFlags), PxShape); -};; - -PxPhysics.prototype['getNbShapes'] = PxPhysics.prototype.getNbShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxPhysics_getNbShapes_0(self); -};; - -PxPhysics.prototype['createArticulationReducedCoordinate'] = PxPhysics.prototype.createArticulationReducedCoordinate = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPhysics_createArticulationReducedCoordinate_0(self), PxArticulationReducedCoordinate); -};; - -PxPhysics.prototype['createMaterial'] = PxPhysics.prototype.createMaterial = /** @suppress {undefinedVars, duplicate} @this{Object} */function(staticFriction, dynamicFriction, restitution) { - var self = this.ptr; - if (staticFriction && typeof staticFriction === 'object') staticFriction = staticFriction.ptr; - if (dynamicFriction && typeof dynamicFriction === 'object') dynamicFriction = dynamicFriction.ptr; - if (restitution && typeof restitution === 'object') restitution = restitution.ptr; - return wrapPointer(_emscripten_bind_PxPhysics_createMaterial_3(self, staticFriction, dynamicFriction, restitution), PxMaterial); -};; - -PxPhysics.prototype['getPhysicsInsertionCallback'] = PxPhysics.prototype.getPhysicsInsertionCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPhysics_getPhysicsInsertionCallback_0(self), PxInsertionCallback); -};; - - PxPhysics.prototype['__destroy__'] = PxPhysics.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxPhysics___destroy___0(self); -}; -// PxPlane -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxPlane(nx, ny, nz, distance) { - if (nx && typeof nx === 'object') nx = nx.ptr; - if (ny && typeof ny === 'object') ny = ny.ptr; - if (nz && typeof nz === 'object') nz = nz.ptr; - if (distance && typeof distance === 'object') distance = distance.ptr; - if (nx === undefined) { this.ptr = _emscripten_bind_PxPlane_PxPlane_0(); getCache(PxPlane)[this.ptr] = this;return } - if (ny === undefined) { this.ptr = _emscripten_bind_PxPlane_PxPlane_1(nx); getCache(PxPlane)[this.ptr] = this;return } - if (nz === undefined) { this.ptr = _emscripten_bind_PxPlane_PxPlane_2(nx, ny); getCache(PxPlane)[this.ptr] = this;return } - if (distance === undefined) { this.ptr = _emscripten_bind_PxPlane_PxPlane_3(nx, ny, nz); getCache(PxPlane)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxPlane_PxPlane_4(nx, ny, nz, distance); - getCache(PxPlane)[this.ptr] = this; -};; -PxPlane.prototype = Object.create(WrapperObject.prototype); -PxPlane.prototype.constructor = PxPlane; -PxPlane.prototype.__class__ = PxPlane; -PxPlane.__cache__ = {}; -Module['PxPlane'] = PxPlane; - -PxPlane.prototype['distance'] = PxPlane.prototype.distance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(p) { - var self = this.ptr; - if (p && typeof p === 'object') p = p.ptr; - return _emscripten_bind_PxPlane_distance_1(self, p); -};; - -PxPlane.prototype['contains'] = PxPlane.prototype.contains = /** @suppress {undefinedVars, duplicate} @this{Object} */function(p) { - var self = this.ptr; - if (p && typeof p === 'object') p = p.ptr; - return !!(_emscripten_bind_PxPlane_contains_1(self, p)); -};; - -PxPlane.prototype['project'] = PxPlane.prototype.project = /** @suppress {undefinedVars, duplicate} @this{Object} */function(p) { - var self = this.ptr; - if (p && typeof p === 'object') p = p.ptr; - return wrapPointer(_emscripten_bind_PxPlane_project_1(self, p), PxVec3); -};; - -PxPlane.prototype['pointInPlane'] = PxPlane.prototype.pointInPlane = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPlane_pointInPlane_0(self), PxVec3); -};; - -PxPlane.prototype['normalize'] = PxPlane.prototype.normalize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxPlane_normalize_0(self); -};; - -PxPlane.prototype['transform'] = PxPlane.prototype.transform = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - return wrapPointer(_emscripten_bind_PxPlane_transform_1(self, pose), PxPlane); -};; - -PxPlane.prototype['inverseTransform'] = PxPlane.prototype.inverseTransform = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - return wrapPointer(_emscripten_bind_PxPlane_inverseTransform_1(self, pose), PxPlane); -};; - - PxPlane.prototype['get_n'] = PxPlane.prototype.get_n = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPlane_get_n_0(self), PxVec3); -}; - PxPlane.prototype['set_n'] = PxPlane.prototype.set_n = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxPlane_set_n_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxPlane.prototype, 'n', { get: PxPlane.prototype.get_n, set: PxPlane.prototype.set_n }); - PxPlane.prototype['get_d'] = PxPlane.prototype.get_d = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxPlane_get_d_0(self); -}; - PxPlane.prototype['set_d'] = PxPlane.prototype.set_d = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxPlane_set_d_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxPlane.prototype, 'd', { get: PxPlane.prototype.get_d, set: PxPlane.prototype.set_d }); - PxPlane.prototype['__destroy__'] = PxPlane.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxPlane___destroy___0(self); -}; -// PxPlaneGeometry -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxPlaneGeometry() { - this.ptr = _emscripten_bind_PxPlaneGeometry_PxPlaneGeometry_0(); - getCache(PxPlaneGeometry)[this.ptr] = this; -};; -PxPlaneGeometry.prototype = Object.create(PxGeometry.prototype); -PxPlaneGeometry.prototype.constructor = PxPlaneGeometry; -PxPlaneGeometry.prototype.__class__ = PxPlaneGeometry; -PxPlaneGeometry.__cache__ = {}; -Module['PxPlaneGeometry'] = PxPlaneGeometry; - -PxPlaneGeometry.prototype['getType'] = PxPlaneGeometry.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxPlaneGeometry_getType_0(self); -};; - - PxPlaneGeometry.prototype['__destroy__'] = PxPlaneGeometry.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxPlaneGeometry___destroy___0(self); -}; -// PxPrismaticJoint -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxPrismaticJoint() { throw "cannot construct a PxPrismaticJoint, no constructor in IDL" } -PxPrismaticJoint.prototype = Object.create(PxJoint.prototype); -PxPrismaticJoint.prototype.constructor = PxPrismaticJoint; -PxPrismaticJoint.prototype.__class__ = PxPrismaticJoint; -PxPrismaticJoint.__cache__ = {}; -Module['PxPrismaticJoint'] = PxPrismaticJoint; - -PxPrismaticJoint.prototype['getPosition'] = PxPrismaticJoint.prototype.getPosition = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxPrismaticJoint_getPosition_0(self); -};; - -PxPrismaticJoint.prototype['getVelocity'] = PxPrismaticJoint.prototype.getVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxPrismaticJoint_getVelocity_0(self); -};; - -PxPrismaticJoint.prototype['setLimit'] = PxPrismaticJoint.prototype.setLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(limit) { - var self = this.ptr; - if (limit && typeof limit === 'object') limit = limit.ptr; - _emscripten_bind_PxPrismaticJoint_setLimit_1(self, limit); -};; - -PxPrismaticJoint.prototype['setPrismaticJointFlags'] = PxPrismaticJoint.prototype.setPrismaticJointFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxPrismaticJoint_setPrismaticJointFlags_1(self, flags); -};; - -PxPrismaticJoint.prototype['setPrismaticJointFlag'] = PxPrismaticJoint.prototype.setPrismaticJointFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxPrismaticJoint_setPrismaticJointFlag_2(self, flag, value); -};; - -PxPrismaticJoint.prototype['getPrismaticJointFlags'] = PxPrismaticJoint.prototype.getPrismaticJointFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPrismaticJoint_getPrismaticJointFlags_0(self), PxPrismaticJointFlags); -};; - -PxPrismaticJoint.prototype['release'] = PxPrismaticJoint.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxPrismaticJoint_release_0(self); -};; - -PxPrismaticJoint.prototype['getConcreteTypeName'] = PxPrismaticJoint.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxPrismaticJoint_getConcreteTypeName_0(self)); -};; - -PxPrismaticJoint.prototype['getConcreteType'] = PxPrismaticJoint.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxPrismaticJoint_getConcreteType_0(self); -};; - -PxPrismaticJoint.prototype['setBaseFlag'] = PxPrismaticJoint.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxPrismaticJoint_setBaseFlag_2(self, flag, value); -};; - -PxPrismaticJoint.prototype['setBaseFlags'] = PxPrismaticJoint.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxPrismaticJoint_setBaseFlags_1(self, inFlags); -};; - -PxPrismaticJoint.prototype['getBaseFlags'] = PxPrismaticJoint.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPrismaticJoint_getBaseFlags_0(self), PxBaseFlags); -};; - -PxPrismaticJoint.prototype['isReleasable'] = PxPrismaticJoint.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxPrismaticJoint_isReleasable_0(self)); -};; - -PxPrismaticJoint.prototype['setActors'] = PxPrismaticJoint.prototype.setActors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor0, actor1) { - var self = this.ptr; - if (actor0 && typeof actor0 === 'object') actor0 = actor0.ptr; - if (actor1 && typeof actor1 === 'object') actor1 = actor1.ptr; - _emscripten_bind_PxPrismaticJoint_setActors_2(self, actor0, actor1); -};; - -PxPrismaticJoint.prototype['setLocalPose'] = PxPrismaticJoint.prototype.setLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor, localPose) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (localPose && typeof localPose === 'object') localPose = localPose.ptr; - _emscripten_bind_PxPrismaticJoint_setLocalPose_2(self, actor, localPose); -};; - -PxPrismaticJoint.prototype['getLocalPose'] = PxPrismaticJoint.prototype.getLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - return wrapPointer(_emscripten_bind_PxPrismaticJoint_getLocalPose_1(self, actor), PxTransform); -};; - -PxPrismaticJoint.prototype['getRelativeTransform'] = PxPrismaticJoint.prototype.getRelativeTransform = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPrismaticJoint_getRelativeTransform_0(self), PxTransform); -};; - -PxPrismaticJoint.prototype['getRelativeLinearVelocity'] = PxPrismaticJoint.prototype.getRelativeLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPrismaticJoint_getRelativeLinearVelocity_0(self), PxVec3); -};; - -PxPrismaticJoint.prototype['getRelativeAngularVelocity'] = PxPrismaticJoint.prototype.getRelativeAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPrismaticJoint_getRelativeAngularVelocity_0(self), PxVec3); -};; - -PxPrismaticJoint.prototype['setBreakForce'] = PxPrismaticJoint.prototype.setBreakForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(force, torque) { - var self = this.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (torque && typeof torque === 'object') torque = torque.ptr; - _emscripten_bind_PxPrismaticJoint_setBreakForce_2(self, force, torque); -};; - -PxPrismaticJoint.prototype['setConstraintFlags'] = PxPrismaticJoint.prototype.setConstraintFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxPrismaticJoint_setConstraintFlags_1(self, flags); -};; - -PxPrismaticJoint.prototype['setConstraintFlag'] = PxPrismaticJoint.prototype.setConstraintFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxPrismaticJoint_setConstraintFlag_2(self, flag, value); -};; - -PxPrismaticJoint.prototype['getConstraintFlags'] = PxPrismaticJoint.prototype.getConstraintFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPrismaticJoint_getConstraintFlags_0(self), PxConstraintFlags); -};; - -PxPrismaticJoint.prototype['setInvMassScale0'] = PxPrismaticJoint.prototype.setInvMassScale0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(invMassScale) { - var self = this.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - _emscripten_bind_PxPrismaticJoint_setInvMassScale0_1(self, invMassScale); -};; - -PxPrismaticJoint.prototype['getInvMassScale0'] = PxPrismaticJoint.prototype.getInvMassScale0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxPrismaticJoint_getInvMassScale0_0(self); -};; - -PxPrismaticJoint.prototype['setInvMassScale1'] = PxPrismaticJoint.prototype.setInvMassScale1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(invMassScale) { - var self = this.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - _emscripten_bind_PxPrismaticJoint_setInvMassScale1_1(self, invMassScale); -};; - -PxPrismaticJoint.prototype['getInvMassScale1'] = PxPrismaticJoint.prototype.getInvMassScale1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxPrismaticJoint_getInvMassScale1_0(self); -};; - -PxPrismaticJoint.prototype['getConstraint'] = PxPrismaticJoint.prototype.getConstraint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPrismaticJoint_getConstraint_0(self), PxConstraint); -};; - -PxPrismaticJoint.prototype['setName'] = PxPrismaticJoint.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxPrismaticJoint_setName_1(self, name); -};; - -PxPrismaticJoint.prototype['getName'] = PxPrismaticJoint.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxPrismaticJoint_getName_0(self)); -};; - -PxPrismaticJoint.prototype['getScene'] = PxPrismaticJoint.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPrismaticJoint_getScene_0(self), PxScene); -};; - - PxPrismaticJoint.prototype['get_userData'] = PxPrismaticJoint.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxPrismaticJoint_get_userData_0(self), VoidPtr); -}; - PxPrismaticJoint.prototype['set_userData'] = PxPrismaticJoint.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxPrismaticJoint_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxPrismaticJoint.prototype, 'userData', { get: PxPrismaticJoint.prototype.get_userData, set: PxPrismaticJoint.prototype.set_userData }); - PxPrismaticJoint.prototype['__destroy__'] = PxPrismaticJoint.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxPrismaticJoint___destroy___0(self); -}; -// PxPrismaticJointFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxPrismaticJointFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxPrismaticJointFlags_PxPrismaticJointFlags_1(flags); - getCache(PxPrismaticJointFlags)[this.ptr] = this; -};; -PxPrismaticJointFlags.prototype = Object.create(WrapperObject.prototype); -PxPrismaticJointFlags.prototype.constructor = PxPrismaticJointFlags; -PxPrismaticJointFlags.prototype.__class__ = PxPrismaticJointFlags; -PxPrismaticJointFlags.__cache__ = {}; -Module['PxPrismaticJointFlags'] = PxPrismaticJointFlags; - -PxPrismaticJointFlags.prototype['isSet'] = PxPrismaticJointFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxPrismaticJointFlags_isSet_1(self, flag)); -};; - -PxPrismaticJointFlags.prototype['raise'] = PxPrismaticJointFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxPrismaticJointFlags_raise_1(self, flag); -};; - -PxPrismaticJointFlags.prototype['clear'] = PxPrismaticJointFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxPrismaticJointFlags_clear_1(self, flag); -};; - - PxPrismaticJointFlags.prototype['__destroy__'] = PxPrismaticJointFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxPrismaticJointFlags___destroy___0(self); -}; -// PxPvd -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxPvd() { throw "cannot construct a PxPvd, no constructor in IDL" } -PxPvd.prototype = Object.create(WrapperObject.prototype); -PxPvd.prototype.constructor = PxPvd; -PxPvd.prototype.__class__ = PxPvd; -PxPvd.__cache__ = {}; -Module['PxPvd'] = PxPvd; - -PxPvd.prototype['connect'] = PxPvd.prototype.connect = /** @suppress {undefinedVars, duplicate} @this{Object} */function(transport, flags) { - var self = this.ptr; - if (transport && typeof transport === 'object') transport = transport.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - return !!(_emscripten_bind_PxPvd_connect_2(self, transport, flags)); -};; - -PxPvd.prototype['release'] = PxPvd.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxPvd_release_0(self); -};; - -// PxPvdInstrumentationFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxPvdInstrumentationFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxPvdInstrumentationFlags_PxPvdInstrumentationFlags_1(flags); - getCache(PxPvdInstrumentationFlags)[this.ptr] = this; -};; -PxPvdInstrumentationFlags.prototype = Object.create(WrapperObject.prototype); -PxPvdInstrumentationFlags.prototype.constructor = PxPvdInstrumentationFlags; -PxPvdInstrumentationFlags.prototype.__class__ = PxPvdInstrumentationFlags; -PxPvdInstrumentationFlags.__cache__ = {}; -Module['PxPvdInstrumentationFlags'] = PxPvdInstrumentationFlags; - -PxPvdInstrumentationFlags.prototype['isSet'] = PxPvdInstrumentationFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxPvdInstrumentationFlags_isSet_1(self, flag)); -};; - -PxPvdInstrumentationFlags.prototype['raise'] = PxPvdInstrumentationFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxPvdInstrumentationFlags_raise_1(self, flag); -};; - -PxPvdInstrumentationFlags.prototype['clear'] = PxPvdInstrumentationFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxPvdInstrumentationFlags_clear_1(self, flag); -};; - - PxPvdInstrumentationFlags.prototype['__destroy__'] = PxPvdInstrumentationFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxPvdInstrumentationFlags___destroy___0(self); -}; -// PxQuat -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxQuat(x, y, z, w) { - if (x && typeof x === 'object') x = x.ptr; - if (y && typeof y === 'object') y = y.ptr; - if (z && typeof z === 'object') z = z.ptr; - if (w && typeof w === 'object') w = w.ptr; - if (x === undefined) { this.ptr = _emscripten_bind_PxQuat_PxQuat_0(); getCache(PxQuat)[this.ptr] = this;return } - if (y === undefined) { this.ptr = _emscripten_bind_PxQuat_PxQuat_1(x); getCache(PxQuat)[this.ptr] = this;return } - if (z === undefined) { this.ptr = _emscripten_bind_PxQuat_PxQuat_2(x, y); getCache(PxQuat)[this.ptr] = this;return } - if (w === undefined) { this.ptr = _emscripten_bind_PxQuat_PxQuat_3(x, y, z); getCache(PxQuat)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxQuat_PxQuat_4(x, y, z, w); - getCache(PxQuat)[this.ptr] = this; -};; -PxQuat.prototype = Object.create(WrapperObject.prototype); -PxQuat.prototype.constructor = PxQuat; -PxQuat.prototype.__class__ = PxQuat; -PxQuat.__cache__ = {}; -Module['PxQuat'] = PxQuat; - -PxQuat.prototype['isIdentity'] = PxQuat.prototype.isIdentity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxQuat_isIdentity_0(self)); -};; - -PxQuat.prototype['isFinite'] = PxQuat.prototype.isFinite = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxQuat_isFinite_0(self)); -};; - -PxQuat.prototype['isUnit'] = PxQuat.prototype.isUnit = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxQuat_isUnit_0(self)); -};; - -PxQuat.prototype['isSane'] = PxQuat.prototype.isSane = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxQuat_isSane_0(self)); -};; - -PxQuat.prototype['getAngle'] = PxQuat.prototype.getAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(q) { - var self = this.ptr; - if (q && typeof q === 'object') q = q.ptr; - if (q === undefined) { return _emscripten_bind_PxQuat_getAngle_0(self) } - return _emscripten_bind_PxQuat_getAngle_1(self, q); -};; - -PxQuat.prototype['magnitudeSquared'] = PxQuat.prototype.magnitudeSquared = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxQuat_magnitudeSquared_0(self); -};; - -PxQuat.prototype['dot'] = PxQuat.prototype.dot = /** @suppress {undefinedVars, duplicate} @this{Object} */function(q) { - var self = this.ptr; - if (q && typeof q === 'object') q = q.ptr; - return _emscripten_bind_PxQuat_dot_1(self, q); -};; - -PxQuat.prototype['getNormalized'] = PxQuat.prototype.getNormalized = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxQuat_getNormalized_0(self), PxQuat); -};; - -PxQuat.prototype['magnitude'] = PxQuat.prototype.magnitude = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxQuat_magnitude_0(self); -};; - -PxQuat.prototype['normalize'] = PxQuat.prototype.normalize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxQuat_normalize_0(self); -};; - -PxQuat.prototype['getConjugate'] = PxQuat.prototype.getConjugate = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxQuat_getConjugate_0(self), PxQuat); -};; - -PxQuat.prototype['getImaginaryPart'] = PxQuat.prototype.getImaginaryPart = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxQuat_getImaginaryPart_0(self), PxVec3); -};; - -PxQuat.prototype['getBasisVector0'] = PxQuat.prototype.getBasisVector0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxQuat_getBasisVector0_0(self), PxVec3); -};; - -PxQuat.prototype['getBasisVector1'] = PxQuat.prototype.getBasisVector1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxQuat_getBasisVector1_0(self), PxVec3); -};; - -PxQuat.prototype['getBasisVector2'] = PxQuat.prototype.getBasisVector2 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxQuat_getBasisVector2_0(self), PxVec3); -};; - -PxQuat.prototype['rotate'] = PxQuat.prototype.rotate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(v) { - var self = this.ptr; - if (v && typeof v === 'object') v = v.ptr; - return wrapPointer(_emscripten_bind_PxQuat_rotate_1(self, v), PxVec3); -};; - -PxQuat.prototype['rotateInv'] = PxQuat.prototype.rotateInv = /** @suppress {undefinedVars, duplicate} @this{Object} */function(v) { - var self = this.ptr; - if (v && typeof v === 'object') v = v.ptr; - return wrapPointer(_emscripten_bind_PxQuat_rotateInv_1(self, v), PxVec3); -};; - - PxQuat.prototype['get_x'] = PxQuat.prototype.get_x = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxQuat_get_x_0(self); -}; - PxQuat.prototype['set_x'] = PxQuat.prototype.set_x = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxQuat_set_x_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxQuat.prototype, 'x', { get: PxQuat.prototype.get_x, set: PxQuat.prototype.set_x }); - PxQuat.prototype['get_y'] = PxQuat.prototype.get_y = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxQuat_get_y_0(self); -}; - PxQuat.prototype['set_y'] = PxQuat.prototype.set_y = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxQuat_set_y_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxQuat.prototype, 'y', { get: PxQuat.prototype.get_y, set: PxQuat.prototype.set_y }); - PxQuat.prototype['get_z'] = PxQuat.prototype.get_z = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxQuat_get_z_0(self); -}; - PxQuat.prototype['set_z'] = PxQuat.prototype.set_z = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxQuat_set_z_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxQuat.prototype, 'z', { get: PxQuat.prototype.get_z, set: PxQuat.prototype.set_z }); - PxQuat.prototype['get_w'] = PxQuat.prototype.get_w = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxQuat_get_w_0(self); -}; - PxQuat.prototype['set_w'] = PxQuat.prototype.set_w = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxQuat_set_w_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxQuat.prototype, 'w', { get: PxQuat.prototype.get_w, set: PxQuat.prototype.set_w }); - PxQuat.prototype['__destroy__'] = PxQuat.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxQuat___destroy___0(self); -}; -// PxQueryFilterCallbackImpl -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxQueryFilterCallbackImpl() { - this.ptr = _emscripten_bind_PxQueryFilterCallbackImpl_PxQueryFilterCallbackImpl_0(); - getCache(PxQueryFilterCallbackImpl)[this.ptr] = this; -};; -PxQueryFilterCallbackImpl.prototype = Object.create(SimpleQueryFilterCallback.prototype); -PxQueryFilterCallbackImpl.prototype.constructor = PxQueryFilterCallbackImpl; -PxQueryFilterCallbackImpl.prototype.__class__ = PxQueryFilterCallbackImpl; -PxQueryFilterCallbackImpl.__cache__ = {}; -Module['PxQueryFilterCallbackImpl'] = PxQueryFilterCallbackImpl; - -PxQueryFilterCallbackImpl.prototype['simplePreFilter'] = PxQueryFilterCallbackImpl.prototype.simplePreFilter = /** @suppress {undefinedVars, duplicate} @this{Object} */function(filterData, shape, actor, queryFlags) { - var self = this.ptr; - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (queryFlags && typeof queryFlags === 'object') queryFlags = queryFlags.ptr; - return _emscripten_bind_PxQueryFilterCallbackImpl_simplePreFilter_4(self, filterData, shape, actor, queryFlags); -};; - -PxQueryFilterCallbackImpl.prototype['simplePostFilter'] = PxQueryFilterCallbackImpl.prototype.simplePostFilter = /** @suppress {undefinedVars, duplicate} @this{Object} */function(filterData, hit, shape, actor) { - var self = this.ptr; - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - if (hit && typeof hit === 'object') hit = hit.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - return _emscripten_bind_PxQueryFilterCallbackImpl_simplePostFilter_4(self, filterData, hit, shape, actor); -};; - - PxQueryFilterCallbackImpl.prototype['__destroy__'] = PxQueryFilterCallbackImpl.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxQueryFilterCallbackImpl___destroy___0(self); -}; -// PxQueryFilterData -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxQueryFilterData(fd, f) { - if (fd && typeof fd === 'object') fd = fd.ptr; - if (f && typeof f === 'object') f = f.ptr; - if (fd === undefined) { this.ptr = _emscripten_bind_PxQueryFilterData_PxQueryFilterData_0(); getCache(PxQueryFilterData)[this.ptr] = this;return } - if (f === undefined) { this.ptr = _emscripten_bind_PxQueryFilterData_PxQueryFilterData_1(fd); getCache(PxQueryFilterData)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxQueryFilterData_PxQueryFilterData_2(fd, f); - getCache(PxQueryFilterData)[this.ptr] = this; -};; -PxQueryFilterData.prototype = Object.create(WrapperObject.prototype); -PxQueryFilterData.prototype.constructor = PxQueryFilterData; -PxQueryFilterData.prototype.__class__ = PxQueryFilterData; -PxQueryFilterData.__cache__ = {}; -Module['PxQueryFilterData'] = PxQueryFilterData; - - PxQueryFilterData.prototype['get_data'] = PxQueryFilterData.prototype.get_data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxQueryFilterData_get_data_0(self), PxFilterData); -}; - PxQueryFilterData.prototype['set_data'] = PxQueryFilterData.prototype.set_data = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxQueryFilterData_set_data_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxQueryFilterData.prototype, 'data', { get: PxQueryFilterData.prototype.get_data, set: PxQueryFilterData.prototype.set_data }); - PxQueryFilterData.prototype['get_flags'] = PxQueryFilterData.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxQueryFilterData_get_flags_0(self), PxQueryFlags); -}; - PxQueryFilterData.prototype['set_flags'] = PxQueryFilterData.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxQueryFilterData_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxQueryFilterData.prototype, 'flags', { get: PxQueryFilterData.prototype.get_flags, set: PxQueryFilterData.prototype.set_flags }); - PxQueryFilterData.prototype['__destroy__'] = PxQueryFilterData.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxQueryFilterData___destroy___0(self); -}; -// PxQueryFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxQueryFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxQueryFlags_PxQueryFlags_1(flags); - getCache(PxQueryFlags)[this.ptr] = this; -};; -PxQueryFlags.prototype = Object.create(WrapperObject.prototype); -PxQueryFlags.prototype.constructor = PxQueryFlags; -PxQueryFlags.prototype.__class__ = PxQueryFlags; -PxQueryFlags.__cache__ = {}; -Module['PxQueryFlags'] = PxQueryFlags; - -PxQueryFlags.prototype['isSet'] = PxQueryFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxQueryFlags_isSet_1(self, flag)); -};; - -PxQueryFlags.prototype['raise'] = PxQueryFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxQueryFlags_raise_1(self, flag); -};; - -PxQueryFlags.prototype['clear'] = PxQueryFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxQueryFlags_clear_1(self, flag); -};; - - PxQueryFlags.prototype['__destroy__'] = PxQueryFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxQueryFlags___destroy___0(self); -}; -// PxRaycastBuffer10 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRaycastBuffer10() { - this.ptr = _emscripten_bind_PxRaycastBuffer10_PxRaycastBuffer10_0(); - getCache(PxRaycastBuffer10)[this.ptr] = this; -};; -PxRaycastBuffer10.prototype = Object.create(PxRaycastCallback.prototype); -PxRaycastBuffer10.prototype.constructor = PxRaycastBuffer10; -PxRaycastBuffer10.prototype.__class__ = PxRaycastBuffer10; -PxRaycastBuffer10.__cache__ = {}; -Module['PxRaycastBuffer10'] = PxRaycastBuffer10; - -PxRaycastBuffer10.prototype['getNbAnyHits'] = PxRaycastBuffer10.prototype.getNbAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRaycastBuffer10_getNbAnyHits_0(self); -};; - -PxRaycastBuffer10.prototype['getAnyHit'] = PxRaycastBuffer10.prototype.getAnyHit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxRaycastBuffer10_getAnyHit_1(self, index), PxRaycastHit); -};; - -PxRaycastBuffer10.prototype['getNbTouches'] = PxRaycastBuffer10.prototype.getNbTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRaycastBuffer10_getNbTouches_0(self); -};; - -PxRaycastBuffer10.prototype['getTouches'] = PxRaycastBuffer10.prototype.getTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRaycastBuffer10_getTouches_0(self), PxRaycastHit); -};; - -PxRaycastBuffer10.prototype['getTouch'] = PxRaycastBuffer10.prototype.getTouch = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxRaycastBuffer10_getTouch_1(self, index), PxRaycastHit); -};; - -PxRaycastBuffer10.prototype['getMaxNbTouches'] = PxRaycastBuffer10.prototype.getMaxNbTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRaycastBuffer10_getMaxNbTouches_0(self); -};; - -PxRaycastBuffer10.prototype['hasAnyHits'] = PxRaycastBuffer10.prototype.hasAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxRaycastBuffer10_hasAnyHits_0(self)); -};; - - PxRaycastBuffer10.prototype['get_block'] = PxRaycastBuffer10.prototype.get_block = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRaycastBuffer10_get_block_0(self), PxRaycastHit); -}; - PxRaycastBuffer10.prototype['set_block'] = PxRaycastBuffer10.prototype.set_block = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRaycastBuffer10_set_block_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRaycastBuffer10.prototype, 'block', { get: PxRaycastBuffer10.prototype.get_block, set: PxRaycastBuffer10.prototype.set_block }); - PxRaycastBuffer10.prototype['get_hasBlock'] = PxRaycastBuffer10.prototype.get_hasBlock = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxRaycastBuffer10_get_hasBlock_0(self)); -}; - PxRaycastBuffer10.prototype['set_hasBlock'] = PxRaycastBuffer10.prototype.set_hasBlock = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRaycastBuffer10_set_hasBlock_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRaycastBuffer10.prototype, 'hasBlock', { get: PxRaycastBuffer10.prototype.get_hasBlock, set: PxRaycastBuffer10.prototype.set_hasBlock }); - PxRaycastBuffer10.prototype['__destroy__'] = PxRaycastBuffer10.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRaycastBuffer10___destroy___0(self); -}; -// PxRaycastHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRaycastHit() { - this.ptr = _emscripten_bind_PxRaycastHit_PxRaycastHit_0(); - getCache(PxRaycastHit)[this.ptr] = this; -};; -PxRaycastHit.prototype = Object.create(PxGeomRaycastHit.prototype); -PxRaycastHit.prototype.constructor = PxRaycastHit; -PxRaycastHit.prototype.__class__ = PxRaycastHit; -PxRaycastHit.__cache__ = {}; -Module['PxRaycastHit'] = PxRaycastHit; - -PxRaycastHit.prototype['hadInitialOverlap'] = PxRaycastHit.prototype.hadInitialOverlap = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxRaycastHit_hadInitialOverlap_0(self)); -};; - - PxRaycastHit.prototype['get_actor'] = PxRaycastHit.prototype.get_actor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRaycastHit_get_actor_0(self), PxRigidActor); -}; - PxRaycastHit.prototype['set_actor'] = PxRaycastHit.prototype.set_actor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRaycastHit_set_actor_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRaycastHit.prototype, 'actor', { get: PxRaycastHit.prototype.get_actor, set: PxRaycastHit.prototype.set_actor }); - PxRaycastHit.prototype['get_shape'] = PxRaycastHit.prototype.get_shape = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRaycastHit_get_shape_0(self), PxShape); -}; - PxRaycastHit.prototype['set_shape'] = PxRaycastHit.prototype.set_shape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRaycastHit_set_shape_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRaycastHit.prototype, 'shape', { get: PxRaycastHit.prototype.get_shape, set: PxRaycastHit.prototype.set_shape }); - PxRaycastHit.prototype['get_u'] = PxRaycastHit.prototype.get_u = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRaycastHit_get_u_0(self); -}; - PxRaycastHit.prototype['set_u'] = PxRaycastHit.prototype.set_u = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRaycastHit_set_u_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRaycastHit.prototype, 'u', { get: PxRaycastHit.prototype.get_u, set: PxRaycastHit.prototype.set_u }); - PxRaycastHit.prototype['get_v'] = PxRaycastHit.prototype.get_v = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRaycastHit_get_v_0(self); -}; - PxRaycastHit.prototype['set_v'] = PxRaycastHit.prototype.set_v = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRaycastHit_set_v_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRaycastHit.prototype, 'v', { get: PxRaycastHit.prototype.get_v, set: PxRaycastHit.prototype.set_v }); - PxRaycastHit.prototype['get_flags'] = PxRaycastHit.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRaycastHit_get_flags_0(self), PxHitFlags); -}; - PxRaycastHit.prototype['set_flags'] = PxRaycastHit.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRaycastHit_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRaycastHit.prototype, 'flags', { get: PxRaycastHit.prototype.get_flags, set: PxRaycastHit.prototype.set_flags }); - PxRaycastHit.prototype['get_position'] = PxRaycastHit.prototype.get_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRaycastHit_get_position_0(self), PxVec3); -}; - PxRaycastHit.prototype['set_position'] = PxRaycastHit.prototype.set_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRaycastHit_set_position_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRaycastHit.prototype, 'position', { get: PxRaycastHit.prototype.get_position, set: PxRaycastHit.prototype.set_position }); - PxRaycastHit.prototype['get_normal'] = PxRaycastHit.prototype.get_normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRaycastHit_get_normal_0(self), PxVec3); -}; - PxRaycastHit.prototype['set_normal'] = PxRaycastHit.prototype.set_normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRaycastHit_set_normal_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRaycastHit.prototype, 'normal', { get: PxRaycastHit.prototype.get_normal, set: PxRaycastHit.prototype.set_normal }); - PxRaycastHit.prototype['get_distance'] = PxRaycastHit.prototype.get_distance = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRaycastHit_get_distance_0(self); -}; - PxRaycastHit.prototype['set_distance'] = PxRaycastHit.prototype.set_distance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRaycastHit_set_distance_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRaycastHit.prototype, 'distance', { get: PxRaycastHit.prototype.get_distance, set: PxRaycastHit.prototype.set_distance }); - PxRaycastHit.prototype['get_faceIndex'] = PxRaycastHit.prototype.get_faceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRaycastHit_get_faceIndex_0(self); -}; - PxRaycastHit.prototype['set_faceIndex'] = PxRaycastHit.prototype.set_faceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRaycastHit_set_faceIndex_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRaycastHit.prototype, 'faceIndex', { get: PxRaycastHit.prototype.get_faceIndex, set: PxRaycastHit.prototype.set_faceIndex }); - PxRaycastHit.prototype['__destroy__'] = PxRaycastHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRaycastHit___destroy___0(self); -}; -// PxRaycastResult -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRaycastResult() { - this.ptr = _emscripten_bind_PxRaycastResult_PxRaycastResult_0(); - getCache(PxRaycastResult)[this.ptr] = this; -};; -PxRaycastResult.prototype = Object.create(PxRaycastCallback.prototype); -PxRaycastResult.prototype.constructor = PxRaycastResult; -PxRaycastResult.prototype.__class__ = PxRaycastResult; -PxRaycastResult.__cache__ = {}; -Module['PxRaycastResult'] = PxRaycastResult; - -PxRaycastResult.prototype['getNbAnyHits'] = PxRaycastResult.prototype.getNbAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRaycastResult_getNbAnyHits_0(self); -};; - -PxRaycastResult.prototype['getAnyHit'] = PxRaycastResult.prototype.getAnyHit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxRaycastResult_getAnyHit_1(self, index), PxRaycastHit); -};; - -PxRaycastResult.prototype['getNbTouches'] = PxRaycastResult.prototype.getNbTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRaycastResult_getNbTouches_0(self); -};; - -PxRaycastResult.prototype['getTouch'] = PxRaycastResult.prototype.getTouch = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxRaycastResult_getTouch_1(self, index), PxRaycastHit); -};; - -PxRaycastResult.prototype['hasAnyHits'] = PxRaycastResult.prototype.hasAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxRaycastResult_hasAnyHits_0(self)); -};; - - PxRaycastResult.prototype['get_block'] = PxRaycastResult.prototype.get_block = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRaycastResult_get_block_0(self), PxRaycastHit); -}; - PxRaycastResult.prototype['set_block'] = PxRaycastResult.prototype.set_block = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRaycastResult_set_block_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRaycastResult.prototype, 'block', { get: PxRaycastResult.prototype.get_block, set: PxRaycastResult.prototype.set_block }); - PxRaycastResult.prototype['get_hasBlock'] = PxRaycastResult.prototype.get_hasBlock = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxRaycastResult_get_hasBlock_0(self)); -}; - PxRaycastResult.prototype['set_hasBlock'] = PxRaycastResult.prototype.set_hasBlock = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRaycastResult_set_hasBlock_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRaycastResult.prototype, 'hasBlock', { get: PxRaycastResult.prototype.get_hasBlock, set: PxRaycastResult.prototype.set_hasBlock }); - PxRaycastResult.prototype['__destroy__'] = PxRaycastResult.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRaycastResult___destroy___0(self); -}; -// PxRealPtr -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRealPtr() { throw "cannot construct a PxRealPtr, no constructor in IDL" } -PxRealPtr.prototype = Object.create(WrapperObject.prototype); -PxRealPtr.prototype.constructor = PxRealPtr; -PxRealPtr.prototype.__class__ = PxRealPtr; -PxRealPtr.__cache__ = {}; -Module['PxRealPtr'] = PxRealPtr; - - PxRealPtr.prototype['__destroy__'] = PxRealPtr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRealPtr___destroy___0(self); -}; -// PxRenderBuffer -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRenderBuffer() { throw "cannot construct a PxRenderBuffer, no constructor in IDL" } -PxRenderBuffer.prototype = Object.create(WrapperObject.prototype); -PxRenderBuffer.prototype.constructor = PxRenderBuffer; -PxRenderBuffer.prototype.__class__ = PxRenderBuffer; -PxRenderBuffer.__cache__ = {}; -Module['PxRenderBuffer'] = PxRenderBuffer; - -PxRenderBuffer.prototype['getNbPoints'] = PxRenderBuffer.prototype.getNbPoints = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRenderBuffer_getNbPoints_0(self); -};; - -PxRenderBuffer.prototype['getPoints'] = PxRenderBuffer.prototype.getPoints = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRenderBuffer_getPoints_0(self), PxDebugPoint); -};; - -PxRenderBuffer.prototype['addPoint'] = PxRenderBuffer.prototype.addPoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(point) { - var self = this.ptr; - if (point && typeof point === 'object') point = point.ptr; - _emscripten_bind_PxRenderBuffer_addPoint_1(self, point); -};; - -PxRenderBuffer.prototype['getNbLines'] = PxRenderBuffer.prototype.getNbLines = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRenderBuffer_getNbLines_0(self); -};; - -PxRenderBuffer.prototype['getLines'] = PxRenderBuffer.prototype.getLines = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRenderBuffer_getLines_0(self), PxDebugLine); -};; - -PxRenderBuffer.prototype['addLine'] = PxRenderBuffer.prototype.addLine = /** @suppress {undefinedVars, duplicate} @this{Object} */function(line) { - var self = this.ptr; - if (line && typeof line === 'object') line = line.ptr; - _emscripten_bind_PxRenderBuffer_addLine_1(self, line); -};; - -PxRenderBuffer.prototype['reserveLines'] = PxRenderBuffer.prototype.reserveLines = /** @suppress {undefinedVars, duplicate} @this{Object} */function(nbLines) { - var self = this.ptr; - if (nbLines && typeof nbLines === 'object') nbLines = nbLines.ptr; - return wrapPointer(_emscripten_bind_PxRenderBuffer_reserveLines_1(self, nbLines), PxDebugLine); -};; - -PxRenderBuffer.prototype['reservePoints'] = PxRenderBuffer.prototype.reservePoints = /** @suppress {undefinedVars, duplicate} @this{Object} */function(nbLines) { - var self = this.ptr; - if (nbLines && typeof nbLines === 'object') nbLines = nbLines.ptr; - return wrapPointer(_emscripten_bind_PxRenderBuffer_reservePoints_1(self, nbLines), PxDebugPoint); -};; - -PxRenderBuffer.prototype['getNbTriangles'] = PxRenderBuffer.prototype.getNbTriangles = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRenderBuffer_getNbTriangles_0(self); -};; - -PxRenderBuffer.prototype['getTriangles'] = PxRenderBuffer.prototype.getTriangles = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRenderBuffer_getTriangles_0(self), PxDebugTriangle); -};; - -PxRenderBuffer.prototype['addTriangle'] = PxRenderBuffer.prototype.addTriangle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(triangle) { - var self = this.ptr; - if (triangle && typeof triangle === 'object') triangle = triangle.ptr; - _emscripten_bind_PxRenderBuffer_addTriangle_1(self, triangle); -};; - -PxRenderBuffer.prototype['append'] = PxRenderBuffer.prototype.append = /** @suppress {undefinedVars, duplicate} @this{Object} */function(other) { - var self = this.ptr; - if (other && typeof other === 'object') other = other.ptr; - _emscripten_bind_PxRenderBuffer_append_1(self, other); -};; - -PxRenderBuffer.prototype['clear'] = PxRenderBuffer.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRenderBuffer_clear_0(self); -};; - -PxRenderBuffer.prototype['shift'] = PxRenderBuffer.prototype.shift = /** @suppress {undefinedVars, duplicate} @this{Object} */function(delta) { - var self = this.ptr; - if (delta && typeof delta === 'object') delta = delta.ptr; - _emscripten_bind_PxRenderBuffer_shift_1(self, delta); -};; - -PxRenderBuffer.prototype['empty'] = PxRenderBuffer.prototype.empty = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxRenderBuffer_empty_0(self)); -};; - -// PxRevoluteJoint -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRevoluteJoint() { throw "cannot construct a PxRevoluteJoint, no constructor in IDL" } -PxRevoluteJoint.prototype = Object.create(PxJoint.prototype); -PxRevoluteJoint.prototype.constructor = PxRevoluteJoint; -PxRevoluteJoint.prototype.__class__ = PxRevoluteJoint; -PxRevoluteJoint.__cache__ = {}; -Module['PxRevoluteJoint'] = PxRevoluteJoint; - -PxRevoluteJoint.prototype['getAngle'] = PxRevoluteJoint.prototype.getAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRevoluteJoint_getAngle_0(self); -};; - -PxRevoluteJoint.prototype['getVelocity'] = PxRevoluteJoint.prototype.getVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRevoluteJoint_getVelocity_0(self); -};; - -PxRevoluteJoint.prototype['setLimit'] = PxRevoluteJoint.prototype.setLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(limits) { - var self = this.ptr; - if (limits && typeof limits === 'object') limits = limits.ptr; - _emscripten_bind_PxRevoluteJoint_setLimit_1(self, limits); -};; - -PxRevoluteJoint.prototype['setDriveVelocity'] = PxRevoluteJoint.prototype.setDriveVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(velocity, autowake) { - var self = this.ptr; - if (velocity && typeof velocity === 'object') velocity = velocity.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxRevoluteJoint_setDriveVelocity_1(self, velocity); return } - _emscripten_bind_PxRevoluteJoint_setDriveVelocity_2(self, velocity, autowake); -};; - -PxRevoluteJoint.prototype['getDriveVelocity'] = PxRevoluteJoint.prototype.getDriveVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRevoluteJoint_getDriveVelocity_0(self); -};; - -PxRevoluteJoint.prototype['setDriveForceLimit'] = PxRevoluteJoint.prototype.setDriveForceLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(limit) { - var self = this.ptr; - if (limit && typeof limit === 'object') limit = limit.ptr; - _emscripten_bind_PxRevoluteJoint_setDriveForceLimit_1(self, limit); -};; - -PxRevoluteJoint.prototype['getDriveForceLimit'] = PxRevoluteJoint.prototype.getDriveForceLimit = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRevoluteJoint_getDriveForceLimit_0(self); -};; - -PxRevoluteJoint.prototype['setDriveGearRatio'] = PxRevoluteJoint.prototype.setDriveGearRatio = /** @suppress {undefinedVars, duplicate} @this{Object} */function(ratio) { - var self = this.ptr; - if (ratio && typeof ratio === 'object') ratio = ratio.ptr; - _emscripten_bind_PxRevoluteJoint_setDriveGearRatio_1(self, ratio); -};; - -PxRevoluteJoint.prototype['getDriveGearRatio'] = PxRevoluteJoint.prototype.getDriveGearRatio = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRevoluteJoint_getDriveGearRatio_0(self); -};; - -PxRevoluteJoint.prototype['setRevoluteJointFlags'] = PxRevoluteJoint.prototype.setRevoluteJointFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxRevoluteJoint_setRevoluteJointFlags_1(self, flags); -};; - -PxRevoluteJoint.prototype['setRevoluteJointFlag'] = PxRevoluteJoint.prototype.setRevoluteJointFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRevoluteJoint_setRevoluteJointFlag_2(self, flag, value); -};; - -PxRevoluteJoint.prototype['getRevoluteJointFlags'] = PxRevoluteJoint.prototype.getRevoluteJointFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRevoluteJoint_getRevoluteJointFlags_0(self), PxRevoluteJointFlags); -};; - -PxRevoluteJoint.prototype['release'] = PxRevoluteJoint.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRevoluteJoint_release_0(self); -};; - -PxRevoluteJoint.prototype['getConcreteTypeName'] = PxRevoluteJoint.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxRevoluteJoint_getConcreteTypeName_0(self)); -};; - -PxRevoluteJoint.prototype['getConcreteType'] = PxRevoluteJoint.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRevoluteJoint_getConcreteType_0(self); -};; - -PxRevoluteJoint.prototype['setBaseFlag'] = PxRevoluteJoint.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRevoluteJoint_setBaseFlag_2(self, flag, value); -};; - -PxRevoluteJoint.prototype['setBaseFlags'] = PxRevoluteJoint.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxRevoluteJoint_setBaseFlags_1(self, inFlags); -};; - -PxRevoluteJoint.prototype['getBaseFlags'] = PxRevoluteJoint.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRevoluteJoint_getBaseFlags_0(self), PxBaseFlags); -};; - -PxRevoluteJoint.prototype['isReleasable'] = PxRevoluteJoint.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxRevoluteJoint_isReleasable_0(self)); -};; - -PxRevoluteJoint.prototype['setActors'] = PxRevoluteJoint.prototype.setActors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor0, actor1) { - var self = this.ptr; - if (actor0 && typeof actor0 === 'object') actor0 = actor0.ptr; - if (actor1 && typeof actor1 === 'object') actor1 = actor1.ptr; - _emscripten_bind_PxRevoluteJoint_setActors_2(self, actor0, actor1); -};; - -PxRevoluteJoint.prototype['setLocalPose'] = PxRevoluteJoint.prototype.setLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor, localPose) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (localPose && typeof localPose === 'object') localPose = localPose.ptr; - _emscripten_bind_PxRevoluteJoint_setLocalPose_2(self, actor, localPose); -};; - -PxRevoluteJoint.prototype['getLocalPose'] = PxRevoluteJoint.prototype.getLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - return wrapPointer(_emscripten_bind_PxRevoluteJoint_getLocalPose_1(self, actor), PxTransform); -};; - -PxRevoluteJoint.prototype['getRelativeTransform'] = PxRevoluteJoint.prototype.getRelativeTransform = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRevoluteJoint_getRelativeTransform_0(self), PxTransform); -};; - -PxRevoluteJoint.prototype['getRelativeLinearVelocity'] = PxRevoluteJoint.prototype.getRelativeLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRevoluteJoint_getRelativeLinearVelocity_0(self), PxVec3); -};; - -PxRevoluteJoint.prototype['getRelativeAngularVelocity'] = PxRevoluteJoint.prototype.getRelativeAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRevoluteJoint_getRelativeAngularVelocity_0(self), PxVec3); -};; - -PxRevoluteJoint.prototype['setBreakForce'] = PxRevoluteJoint.prototype.setBreakForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(force, torque) { - var self = this.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (torque && typeof torque === 'object') torque = torque.ptr; - _emscripten_bind_PxRevoluteJoint_setBreakForce_2(self, force, torque); -};; - -PxRevoluteJoint.prototype['setConstraintFlags'] = PxRevoluteJoint.prototype.setConstraintFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxRevoluteJoint_setConstraintFlags_1(self, flags); -};; - -PxRevoluteJoint.prototype['setConstraintFlag'] = PxRevoluteJoint.prototype.setConstraintFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRevoluteJoint_setConstraintFlag_2(self, flag, value); -};; - -PxRevoluteJoint.prototype['getConstraintFlags'] = PxRevoluteJoint.prototype.getConstraintFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRevoluteJoint_getConstraintFlags_0(self), PxConstraintFlags); -};; - -PxRevoluteJoint.prototype['setInvMassScale0'] = PxRevoluteJoint.prototype.setInvMassScale0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(invMassScale) { - var self = this.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - _emscripten_bind_PxRevoluteJoint_setInvMassScale0_1(self, invMassScale); -};; - -PxRevoluteJoint.prototype['getInvMassScale0'] = PxRevoluteJoint.prototype.getInvMassScale0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRevoluteJoint_getInvMassScale0_0(self); -};; - -PxRevoluteJoint.prototype['setInvMassScale1'] = PxRevoluteJoint.prototype.setInvMassScale1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(invMassScale) { - var self = this.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - _emscripten_bind_PxRevoluteJoint_setInvMassScale1_1(self, invMassScale); -};; - -PxRevoluteJoint.prototype['getInvMassScale1'] = PxRevoluteJoint.prototype.getInvMassScale1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRevoluteJoint_getInvMassScale1_0(self); -};; - -PxRevoluteJoint.prototype['getConstraint'] = PxRevoluteJoint.prototype.getConstraint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRevoluteJoint_getConstraint_0(self), PxConstraint); -};; - -PxRevoluteJoint.prototype['setName'] = PxRevoluteJoint.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxRevoluteJoint_setName_1(self, name); -};; - -PxRevoluteJoint.prototype['getName'] = PxRevoluteJoint.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxRevoluteJoint_getName_0(self)); -};; - -PxRevoluteJoint.prototype['getScene'] = PxRevoluteJoint.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRevoluteJoint_getScene_0(self), PxScene); -};; - - PxRevoluteJoint.prototype['get_userData'] = PxRevoluteJoint.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRevoluteJoint_get_userData_0(self), VoidPtr); -}; - PxRevoluteJoint.prototype['set_userData'] = PxRevoluteJoint.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRevoluteJoint_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRevoluteJoint.prototype, 'userData', { get: PxRevoluteJoint.prototype.get_userData, set: PxRevoluteJoint.prototype.set_userData }); - PxRevoluteJoint.prototype['__destroy__'] = PxRevoluteJoint.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRevoluteJoint___destroy___0(self); -}; -// PxRevoluteJointFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRevoluteJointFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxRevoluteJointFlags_PxRevoluteJointFlags_1(flags); - getCache(PxRevoluteJointFlags)[this.ptr] = this; -};; -PxRevoluteJointFlags.prototype = Object.create(WrapperObject.prototype); -PxRevoluteJointFlags.prototype.constructor = PxRevoluteJointFlags; -PxRevoluteJointFlags.prototype.__class__ = PxRevoluteJointFlags; -PxRevoluteJointFlags.__cache__ = {}; -Module['PxRevoluteJointFlags'] = PxRevoluteJointFlags; - -PxRevoluteJointFlags.prototype['isSet'] = PxRevoluteJointFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxRevoluteJointFlags_isSet_1(self, flag)); -};; - -PxRevoluteJointFlags.prototype['raise'] = PxRevoluteJointFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxRevoluteJointFlags_raise_1(self, flag); -};; - -PxRevoluteJointFlags.prototype['clear'] = PxRevoluteJointFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxRevoluteJointFlags_clear_1(self, flag); -};; - - PxRevoluteJointFlags.prototype['__destroy__'] = PxRevoluteJointFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRevoluteJointFlags___destroy___0(self); -}; -// PxRigidActorExt -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRigidActorExt() { throw "cannot construct a PxRigidActorExt, no constructor in IDL" } -PxRigidActorExt.prototype = Object.create(WrapperObject.prototype); -PxRigidActorExt.prototype.constructor = PxRigidActorExt; -PxRigidActorExt.prototype.__class__ = PxRigidActorExt; -PxRigidActorExt.__cache__ = {}; -Module['PxRigidActorExt'] = PxRigidActorExt; - -PxRigidActorExt.prototype['createExclusiveShape'] = PxRigidActorExt.prototype.createExclusiveShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor, geometry, material, flags) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (geometry && typeof geometry === 'object') geometry = geometry.ptr; - if (material && typeof material === 'object') material = material.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - if (flags === undefined) { return wrapPointer(_emscripten_bind_PxRigidActorExt_createExclusiveShape_3(self, actor, geometry, material), PxShape) } - return wrapPointer(_emscripten_bind_PxRigidActorExt_createExclusiveShape_4(self, actor, geometry, material, flags), PxShape); -};; - - PxRigidActorExt.prototype['__destroy__'] = PxRigidActorExt.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRigidActorExt___destroy___0(self); -}; -// PxRigidBodyExt -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRigidBodyExt() { throw "cannot construct a PxRigidBodyExt, no constructor in IDL" } -PxRigidBodyExt.prototype = Object.create(WrapperObject.prototype); -PxRigidBodyExt.prototype.constructor = PxRigidBodyExt; -PxRigidBodyExt.prototype.__class__ = PxRigidBodyExt; -PxRigidBodyExt.__cache__ = {}; -Module['PxRigidBodyExt'] = PxRigidBodyExt; - -PxRigidBodyExt.prototype['updateMassAndInertia'] = PxRigidBodyExt.prototype.updateMassAndInertia = /** @suppress {undefinedVars, duplicate} @this{Object} */function(body, density, massLocalPose, includeNonSimShapes) { - var self = this.ptr; - if (body && typeof body === 'object') body = body.ptr; - if (density && typeof density === 'object') density = density.ptr; - if (massLocalPose && typeof massLocalPose === 'object') massLocalPose = massLocalPose.ptr; - if (includeNonSimShapes && typeof includeNonSimShapes === 'object') includeNonSimShapes = includeNonSimShapes.ptr; - if (massLocalPose === undefined) { return !!(_emscripten_bind_PxRigidBodyExt_updateMassAndInertia_2(self, body, density)) } - if (includeNonSimShapes === undefined) { return !!(_emscripten_bind_PxRigidBodyExt_updateMassAndInertia_3(self, body, density, massLocalPose)) } - return !!(_emscripten_bind_PxRigidBodyExt_updateMassAndInertia_4(self, body, density, massLocalPose, includeNonSimShapes)); -};; - -PxRigidBodyExt.prototype['setMassAndUpdateInertia'] = PxRigidBodyExt.prototype.setMassAndUpdateInertia = /** @suppress {undefinedVars, duplicate} @this{Object} */function(body, mass, massLocalPose, includeNonSimShapes) { - var self = this.ptr; - if (body && typeof body === 'object') body = body.ptr; - if (mass && typeof mass === 'object') mass = mass.ptr; - if (massLocalPose && typeof massLocalPose === 'object') massLocalPose = massLocalPose.ptr; - if (includeNonSimShapes && typeof includeNonSimShapes === 'object') includeNonSimShapes = includeNonSimShapes.ptr; - if (massLocalPose === undefined) { return !!(_emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_2(self, body, mass)) } - if (includeNonSimShapes === undefined) { return !!(_emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_3(self, body, mass, massLocalPose)) } - return !!(_emscripten_bind_PxRigidBodyExt_setMassAndUpdateInertia_4(self, body, mass, massLocalPose, includeNonSimShapes)); -};; - -PxRigidBodyExt.prototype['addForceAtPos'] = PxRigidBodyExt.prototype.addForceAtPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function(body, force, pos, mode, wakeup) { - var self = this.ptr; - if (body && typeof body === 'object') body = body.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (pos && typeof pos === 'object') pos = pos.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - if (wakeup && typeof wakeup === 'object') wakeup = wakeup.ptr; - if (mode === undefined) { _emscripten_bind_PxRigidBodyExt_addForceAtPos_3(self, body, force, pos); return } - if (wakeup === undefined) { _emscripten_bind_PxRigidBodyExt_addForceAtPos_4(self, body, force, pos, mode); return } - _emscripten_bind_PxRigidBodyExt_addForceAtPos_5(self, body, force, pos, mode, wakeup); -};; - -PxRigidBodyExt.prototype['addForceAtLocalPos'] = PxRigidBodyExt.prototype.addForceAtLocalPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function(body, force, pos, mode, wakeup) { - var self = this.ptr; - if (body && typeof body === 'object') body = body.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (pos && typeof pos === 'object') pos = pos.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - if (wakeup && typeof wakeup === 'object') wakeup = wakeup.ptr; - if (mode === undefined) { _emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_3(self, body, force, pos); return } - if (wakeup === undefined) { _emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_4(self, body, force, pos, mode); return } - _emscripten_bind_PxRigidBodyExt_addForceAtLocalPos_5(self, body, force, pos, mode, wakeup); -};; - -PxRigidBodyExt.prototype['addLocalForceAtPos'] = PxRigidBodyExt.prototype.addLocalForceAtPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function(body, force, pos, mode, wakeup) { - var self = this.ptr; - if (body && typeof body === 'object') body = body.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (pos && typeof pos === 'object') pos = pos.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - if (wakeup && typeof wakeup === 'object') wakeup = wakeup.ptr; - if (mode === undefined) { _emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_3(self, body, force, pos); return } - if (wakeup === undefined) { _emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_4(self, body, force, pos, mode); return } - _emscripten_bind_PxRigidBodyExt_addLocalForceAtPos_5(self, body, force, pos, mode, wakeup); -};; - -PxRigidBodyExt.prototype['addLocalForceAtLocalPos'] = PxRigidBodyExt.prototype.addLocalForceAtLocalPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function(body, force, pos, mode, wakeup) { - var self = this.ptr; - if (body && typeof body === 'object') body = body.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (pos && typeof pos === 'object') pos = pos.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - if (wakeup && typeof wakeup === 'object') wakeup = wakeup.ptr; - if (mode === undefined) { _emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_3(self, body, force, pos); return } - if (wakeup === undefined) { _emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_4(self, body, force, pos, mode); return } - _emscripten_bind_PxRigidBodyExt_addLocalForceAtLocalPos_5(self, body, force, pos, mode, wakeup); -};; - -PxRigidBodyExt.prototype['getVelocityAtPos'] = PxRigidBodyExt.prototype.getVelocityAtPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function(body, pos) { - var self = this.ptr; - if (body && typeof body === 'object') body = body.ptr; - if (pos && typeof pos === 'object') pos = pos.ptr; - return wrapPointer(_emscripten_bind_PxRigidBodyExt_getVelocityAtPos_2(self, body, pos), PxVec3); -};; - -PxRigidBodyExt.prototype['getLocalVelocityAtLocalPos'] = PxRigidBodyExt.prototype.getLocalVelocityAtLocalPos = /** @suppress {undefinedVars, duplicate} @this{Object} */function(body, pos) { - var self = this.ptr; - if (body && typeof body === 'object') body = body.ptr; - if (pos && typeof pos === 'object') pos = pos.ptr; - return wrapPointer(_emscripten_bind_PxRigidBodyExt_getLocalVelocityAtLocalPos_2(self, body, pos), PxVec3); -};; - -PxRigidBodyExt.prototype['getVelocityAtOffset'] = PxRigidBodyExt.prototype.getVelocityAtOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(body, pos) { - var self = this.ptr; - if (body && typeof body === 'object') body = body.ptr; - if (pos && typeof pos === 'object') pos = pos.ptr; - return wrapPointer(_emscripten_bind_PxRigidBodyExt_getVelocityAtOffset_2(self, body, pos), PxVec3); -};; - -PxRigidBodyExt.prototype['computeVelocityDeltaFromImpulse'] = PxRigidBodyExt.prototype.computeVelocityDeltaFromImpulse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(body, globalPose, point, impulse, invMassScale, invInertiaScale, deltaLinearVelocity, deltaAngularVelocity) { - var self = this.ptr; - if (body && typeof body === 'object') body = body.ptr; - if (globalPose && typeof globalPose === 'object') globalPose = globalPose.ptr; - if (point && typeof point === 'object') point = point.ptr; - if (impulse && typeof impulse === 'object') impulse = impulse.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - if (invInertiaScale && typeof invInertiaScale === 'object') invInertiaScale = invInertiaScale.ptr; - if (deltaLinearVelocity && typeof deltaLinearVelocity === 'object') deltaLinearVelocity = deltaLinearVelocity.ptr; - if (deltaAngularVelocity && typeof deltaAngularVelocity === 'object') deltaAngularVelocity = deltaAngularVelocity.ptr; - if (invInertiaScale === undefined) { _emscripten_bind_PxRigidBodyExt_computeVelocityDeltaFromImpulse_5(self, body, globalPose, point, impulse, invMassScale); return } - if (deltaLinearVelocity === undefined) { _emscripten_bind_PxRigidBodyExt_computeVelocityDeltaFromImpulse_6(self, body, globalPose, point, impulse, invMassScale, invInertiaScale); return } - if (deltaAngularVelocity === undefined) { _emscripten_bind_PxRigidBodyExt_computeVelocityDeltaFromImpulse_7(self, body, globalPose, point, impulse, invMassScale, invInertiaScale, deltaLinearVelocity); return } - _emscripten_bind_PxRigidBodyExt_computeVelocityDeltaFromImpulse_8(self, body, globalPose, point, impulse, invMassScale, invInertiaScale, deltaLinearVelocity, deltaAngularVelocity); -};; - -PxRigidBodyExt.prototype['computeLinearAngularImpulse'] = PxRigidBodyExt.prototype.computeLinearAngularImpulse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(body, globalPose, point, impulse, invMassScale, invInertiaScale, linearImpulse, angularImpulse) { - var self = this.ptr; - if (body && typeof body === 'object') body = body.ptr; - if (globalPose && typeof globalPose === 'object') globalPose = globalPose.ptr; - if (point && typeof point === 'object') point = point.ptr; - if (impulse && typeof impulse === 'object') impulse = impulse.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - if (invInertiaScale && typeof invInertiaScale === 'object') invInertiaScale = invInertiaScale.ptr; - if (linearImpulse && typeof linearImpulse === 'object') linearImpulse = linearImpulse.ptr; - if (angularImpulse && typeof angularImpulse === 'object') angularImpulse = angularImpulse.ptr; - _emscripten_bind_PxRigidBodyExt_computeLinearAngularImpulse_8(self, body, globalPose, point, impulse, invMassScale, invInertiaScale, linearImpulse, angularImpulse); -};; - - PxRigidBodyExt.prototype['__destroy__'] = PxRigidBodyExt.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRigidBodyExt___destroy___0(self); -}; -// PxRigidBodyFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRigidBodyFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxRigidBodyFlags_PxRigidBodyFlags_1(flags); - getCache(PxRigidBodyFlags)[this.ptr] = this; -};; -PxRigidBodyFlags.prototype = Object.create(WrapperObject.prototype); -PxRigidBodyFlags.prototype.constructor = PxRigidBodyFlags; -PxRigidBodyFlags.prototype.__class__ = PxRigidBodyFlags; -PxRigidBodyFlags.__cache__ = {}; -Module['PxRigidBodyFlags'] = PxRigidBodyFlags; - -PxRigidBodyFlags.prototype['isSet'] = PxRigidBodyFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxRigidBodyFlags_isSet_1(self, flag)); -};; - -PxRigidBodyFlags.prototype['raise'] = PxRigidBodyFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxRigidBodyFlags_raise_1(self, flag); -};; - -PxRigidBodyFlags.prototype['clear'] = PxRigidBodyFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxRigidBodyFlags_clear_1(self, flag); -};; - - PxRigidBodyFlags.prototype['__destroy__'] = PxRigidBodyFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRigidBodyFlags___destroy___0(self); -}; -// PxRigidDynamic -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRigidDynamic() { throw "cannot construct a PxRigidDynamic, no constructor in IDL" } -PxRigidDynamic.prototype = Object.create(PxRigidBody.prototype); -PxRigidDynamic.prototype.constructor = PxRigidDynamic; -PxRigidDynamic.prototype.__class__ = PxRigidDynamic; -PxRigidDynamic.__cache__ = {}; -Module['PxRigidDynamic'] = PxRigidDynamic; - -PxRigidDynamic.prototype['setKinematicTarget'] = PxRigidDynamic.prototype.setKinematicTarget = /** @suppress {undefinedVars, duplicate} @this{Object} */function(destination) { - var self = this.ptr; - if (destination && typeof destination === 'object') destination = destination.ptr; - _emscripten_bind_PxRigidDynamic_setKinematicTarget_1(self, destination); -};; - -PxRigidDynamic.prototype['getKinematicTarget'] = PxRigidDynamic.prototype.getKinematicTarget = /** @suppress {undefinedVars, duplicate} @this{Object} */function(target) { - var self = this.ptr; - if (target && typeof target === 'object') target = target.ptr; - return !!(_emscripten_bind_PxRigidDynamic_getKinematicTarget_1(self, target)); -};; - -PxRigidDynamic.prototype['isSleeping'] = PxRigidDynamic.prototype.isSleeping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxRigidDynamic_isSleeping_0(self)); -};; - -PxRigidDynamic.prototype['setSleepThreshold'] = PxRigidDynamic.prototype.setSleepThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(threshold) { - var self = this.ptr; - if (threshold && typeof threshold === 'object') threshold = threshold.ptr; - _emscripten_bind_PxRigidDynamic_setSleepThreshold_1(self, threshold); -};; - -PxRigidDynamic.prototype['getSleepThreshold'] = PxRigidDynamic.prototype.getSleepThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getSleepThreshold_0(self); -};; - -PxRigidDynamic.prototype['setStabilizationThreshold'] = PxRigidDynamic.prototype.setStabilizationThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(threshold) { - var self = this.ptr; - if (threshold && typeof threshold === 'object') threshold = threshold.ptr; - _emscripten_bind_PxRigidDynamic_setStabilizationThreshold_1(self, threshold); -};; - -PxRigidDynamic.prototype['getStabilizationThreshold'] = PxRigidDynamic.prototype.getStabilizationThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getStabilizationThreshold_0(self); -};; - -PxRigidDynamic.prototype['getRigidDynamicLockFlags'] = PxRigidDynamic.prototype.getRigidDynamicLockFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidDynamic_getRigidDynamicLockFlags_0(self), PxRigidDynamicLockFlags); -};; - -PxRigidDynamic.prototype['setRigidDynamicLockFlag'] = PxRigidDynamic.prototype.setRigidDynamicLockFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRigidDynamic_setRigidDynamicLockFlag_2(self, flag, value); -};; - -PxRigidDynamic.prototype['setRigidDynamicLockFlags'] = PxRigidDynamic.prototype.setRigidDynamicLockFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxRigidDynamic_setRigidDynamicLockFlags_1(self, flags); -};; - -PxRigidDynamic.prototype['setLinearVelocity'] = PxRigidDynamic.prototype.setLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(linVel, autowake) { - var self = this.ptr; - if (linVel && typeof linVel === 'object') linVel = linVel.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxRigidDynamic_setLinearVelocity_1(self, linVel); return } - _emscripten_bind_PxRigidDynamic_setLinearVelocity_2(self, linVel, autowake); -};; - -PxRigidDynamic.prototype['setAngularVelocity'] = PxRigidDynamic.prototype.setAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(angVel, autowake) { - var self = this.ptr; - if (angVel && typeof angVel === 'object') angVel = angVel.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxRigidDynamic_setAngularVelocity_1(self, angVel); return } - _emscripten_bind_PxRigidDynamic_setAngularVelocity_2(self, angVel, autowake); -};; - -PxRigidDynamic.prototype['setWakeCounter'] = PxRigidDynamic.prototype.setWakeCounter = /** @suppress {undefinedVars, duplicate} @this{Object} */function(wakeCounterValue) { - var self = this.ptr; - if (wakeCounterValue && typeof wakeCounterValue === 'object') wakeCounterValue = wakeCounterValue.ptr; - _emscripten_bind_PxRigidDynamic_setWakeCounter_1(self, wakeCounterValue); -};; - -PxRigidDynamic.prototype['getWakeCounter'] = PxRigidDynamic.prototype.getWakeCounter = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getWakeCounter_0(self); -};; - -PxRigidDynamic.prototype['wakeUp'] = PxRigidDynamic.prototype.wakeUp = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRigidDynamic_wakeUp_0(self); -};; - -PxRigidDynamic.prototype['putToSleep'] = PxRigidDynamic.prototype.putToSleep = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRigidDynamic_putToSleep_0(self); -};; - -PxRigidDynamic.prototype['setSolverIterationCounts'] = PxRigidDynamic.prototype.setSolverIterationCounts = /** @suppress {undefinedVars, duplicate} @this{Object} */function(minPositionIters, minVelocityIters) { - var self = this.ptr; - if (minPositionIters && typeof minPositionIters === 'object') minPositionIters = minPositionIters.ptr; - if (minVelocityIters && typeof minVelocityIters === 'object') minVelocityIters = minVelocityIters.ptr; - if (minVelocityIters === undefined) { _emscripten_bind_PxRigidDynamic_setSolverIterationCounts_1(self, minPositionIters); return } - _emscripten_bind_PxRigidDynamic_setSolverIterationCounts_2(self, minPositionIters, minVelocityIters); -};; - -PxRigidDynamic.prototype['getContactReportThreshold'] = PxRigidDynamic.prototype.getContactReportThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getContactReportThreshold_0(self); -};; - -PxRigidDynamic.prototype['setContactReportThreshold'] = PxRigidDynamic.prototype.setContactReportThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(threshold) { - var self = this.ptr; - if (threshold && typeof threshold === 'object') threshold = threshold.ptr; - _emscripten_bind_PxRigidDynamic_setContactReportThreshold_1(self, threshold); -};; - -PxRigidDynamic.prototype['getType'] = PxRigidDynamic.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getType_0(self); -};; - -PxRigidDynamic.prototype['getScene'] = PxRigidDynamic.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidDynamic_getScene_0(self), PxScene); -};; - -PxRigidDynamic.prototype['setName'] = PxRigidDynamic.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxRigidDynamic_setName_1(self, name); -};; - -PxRigidDynamic.prototype['getName'] = PxRigidDynamic.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxRigidDynamic_getName_0(self)); -};; - -PxRigidDynamic.prototype['getWorldBounds'] = PxRigidDynamic.prototype.getWorldBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inflation) { - var self = this.ptr; - if (inflation && typeof inflation === 'object') inflation = inflation.ptr; - if (inflation === undefined) { return wrapPointer(_emscripten_bind_PxRigidDynamic_getWorldBounds_0(self), PxBounds3) } - return wrapPointer(_emscripten_bind_PxRigidDynamic_getWorldBounds_1(self, inflation), PxBounds3); -};; - -PxRigidDynamic.prototype['setActorFlag'] = PxRigidDynamic.prototype.setActorFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRigidDynamic_setActorFlag_2(self, flag, value); -};; - -PxRigidDynamic.prototype['setActorFlags'] = PxRigidDynamic.prototype.setActorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxRigidDynamic_setActorFlags_1(self, flags); -};; - -PxRigidDynamic.prototype['getActorFlags'] = PxRigidDynamic.prototype.getActorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidDynamic_getActorFlags_0(self), PxActorFlags); -};; - -PxRigidDynamic.prototype['setDominanceGroup'] = PxRigidDynamic.prototype.setDominanceGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dominanceGroup) { - var self = this.ptr; - if (dominanceGroup && typeof dominanceGroup === 'object') dominanceGroup = dominanceGroup.ptr; - _emscripten_bind_PxRigidDynamic_setDominanceGroup_1(self, dominanceGroup); -};; - -PxRigidDynamic.prototype['getDominanceGroup'] = PxRigidDynamic.prototype.getDominanceGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getDominanceGroup_0(self); -};; - -PxRigidDynamic.prototype['setOwnerClient'] = PxRigidDynamic.prototype.setOwnerClient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inClient) { - var self = this.ptr; - if (inClient && typeof inClient === 'object') inClient = inClient.ptr; - _emscripten_bind_PxRigidDynamic_setOwnerClient_1(self, inClient); -};; - -PxRigidDynamic.prototype['getOwnerClient'] = PxRigidDynamic.prototype.getOwnerClient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getOwnerClient_0(self); -};; - -PxRigidDynamic.prototype['release'] = PxRigidDynamic.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRigidDynamic_release_0(self); -};; - -PxRigidDynamic.prototype['getConcreteTypeName'] = PxRigidDynamic.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxRigidDynamic_getConcreteTypeName_0(self)); -};; - -PxRigidDynamic.prototype['getConcreteType'] = PxRigidDynamic.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getConcreteType_0(self); -};; - -PxRigidDynamic.prototype['setBaseFlag'] = PxRigidDynamic.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRigidDynamic_setBaseFlag_2(self, flag, value); -};; - -PxRigidDynamic.prototype['setBaseFlags'] = PxRigidDynamic.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxRigidDynamic_setBaseFlags_1(self, inFlags); -};; - -PxRigidDynamic.prototype['getBaseFlags'] = PxRigidDynamic.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidDynamic_getBaseFlags_0(self), PxBaseFlags); -};; - -PxRigidDynamic.prototype['isReleasable'] = PxRigidDynamic.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxRigidDynamic_isReleasable_0(self)); -};; - -PxRigidDynamic.prototype['getGlobalPose'] = PxRigidDynamic.prototype.getGlobalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidDynamic_getGlobalPose_0(self), PxTransform); -};; - -PxRigidDynamic.prototype['setGlobalPose'] = PxRigidDynamic.prototype.setGlobalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose, autowake) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxRigidDynamic_setGlobalPose_1(self, pose); return } - _emscripten_bind_PxRigidDynamic_setGlobalPose_2(self, pose, autowake); -};; - -PxRigidDynamic.prototype['attachShape'] = PxRigidDynamic.prototype.attachShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - return !!(_emscripten_bind_PxRigidDynamic_attachShape_1(self, shape)); -};; - -PxRigidDynamic.prototype['detachShape'] = PxRigidDynamic.prototype.detachShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape, wakeOnLostTouch) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (wakeOnLostTouch && typeof wakeOnLostTouch === 'object') wakeOnLostTouch = wakeOnLostTouch.ptr; - if (wakeOnLostTouch === undefined) { _emscripten_bind_PxRigidDynamic_detachShape_1(self, shape); return } - _emscripten_bind_PxRigidDynamic_detachShape_2(self, shape, wakeOnLostTouch); -};; - -PxRigidDynamic.prototype['getNbShapes'] = PxRigidDynamic.prototype.getNbShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getNbShapes_0(self); -};; - -PxRigidDynamic.prototype['getNbConstraints'] = PxRigidDynamic.prototype.getNbConstraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getNbConstraints_0(self); -};; - -PxRigidDynamic.prototype['setCMassLocalPose'] = PxRigidDynamic.prototype.setCMassLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - _emscripten_bind_PxRigidDynamic_setCMassLocalPose_1(self, pose); -};; - -PxRigidDynamic.prototype['getCMassLocalPose'] = PxRigidDynamic.prototype.getCMassLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidDynamic_getCMassLocalPose_0(self), PxTransform); -};; - -PxRigidDynamic.prototype['setMass'] = PxRigidDynamic.prototype.setMass = /** @suppress {undefinedVars, duplicate} @this{Object} */function(mass) { - var self = this.ptr; - if (mass && typeof mass === 'object') mass = mass.ptr; - _emscripten_bind_PxRigidDynamic_setMass_1(self, mass); -};; - -PxRigidDynamic.prototype['getMass'] = PxRigidDynamic.prototype.getMass = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getMass_0(self); -};; - -PxRigidDynamic.prototype['getInvMass'] = PxRigidDynamic.prototype.getInvMass = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getInvMass_0(self); -};; - -PxRigidDynamic.prototype['setMassSpaceInertiaTensor'] = PxRigidDynamic.prototype.setMassSpaceInertiaTensor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(m) { - var self = this.ptr; - if (m && typeof m === 'object') m = m.ptr; - _emscripten_bind_PxRigidDynamic_setMassSpaceInertiaTensor_1(self, m); -};; - -PxRigidDynamic.prototype['getMassSpaceInertiaTensor'] = PxRigidDynamic.prototype.getMassSpaceInertiaTensor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidDynamic_getMassSpaceInertiaTensor_0(self), PxVec3); -};; - -PxRigidDynamic.prototype['getMassSpaceInvInertiaTensor'] = PxRigidDynamic.prototype.getMassSpaceInvInertiaTensor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidDynamic_getMassSpaceInvInertiaTensor_0(self), PxVec3); -};; - -PxRigidDynamic.prototype['setLinearDamping'] = PxRigidDynamic.prototype.setLinearDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(linDamp) { - var self = this.ptr; - if (linDamp && typeof linDamp === 'object') linDamp = linDamp.ptr; - _emscripten_bind_PxRigidDynamic_setLinearDamping_1(self, linDamp); -};; - -PxRigidDynamic.prototype['getLinearDamping'] = PxRigidDynamic.prototype.getLinearDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getLinearDamping_0(self); -};; - -PxRigidDynamic.prototype['setAngularDamping'] = PxRigidDynamic.prototype.setAngularDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(angDamp) { - var self = this.ptr; - if (angDamp && typeof angDamp === 'object') angDamp = angDamp.ptr; - _emscripten_bind_PxRigidDynamic_setAngularDamping_1(self, angDamp); -};; - -PxRigidDynamic.prototype['getAngularDamping'] = PxRigidDynamic.prototype.getAngularDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getAngularDamping_0(self); -};; - -PxRigidDynamic.prototype['getLinearVelocity'] = PxRigidDynamic.prototype.getLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidDynamic_getLinearVelocity_0(self), PxVec3); -};; - -PxRigidDynamic.prototype['getAngularVelocity'] = PxRigidDynamic.prototype.getAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidDynamic_getAngularVelocity_0(self), PxVec3); -};; - -PxRigidDynamic.prototype['setMaxLinearVelocity'] = PxRigidDynamic.prototype.setMaxLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(maxLinVel) { - var self = this.ptr; - if (maxLinVel && typeof maxLinVel === 'object') maxLinVel = maxLinVel.ptr; - _emscripten_bind_PxRigidDynamic_setMaxLinearVelocity_1(self, maxLinVel); -};; - -PxRigidDynamic.prototype['getMaxLinearVelocity'] = PxRigidDynamic.prototype.getMaxLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getMaxLinearVelocity_0(self); -};; - -PxRigidDynamic.prototype['setMaxAngularVelocity'] = PxRigidDynamic.prototype.setMaxAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(maxAngVel) { - var self = this.ptr; - if (maxAngVel && typeof maxAngVel === 'object') maxAngVel = maxAngVel.ptr; - _emscripten_bind_PxRigidDynamic_setMaxAngularVelocity_1(self, maxAngVel); -};; - -PxRigidDynamic.prototype['getMaxAngularVelocity'] = PxRigidDynamic.prototype.getMaxAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getMaxAngularVelocity_0(self); -};; - -PxRigidDynamic.prototype['addForce'] = PxRigidDynamic.prototype.addForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(force, mode, autowake) { - var self = this.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (mode === undefined) { _emscripten_bind_PxRigidDynamic_addForce_1(self, force); return } - if (autowake === undefined) { _emscripten_bind_PxRigidDynamic_addForce_2(self, force, mode); return } - _emscripten_bind_PxRigidDynamic_addForce_3(self, force, mode, autowake); -};; - -PxRigidDynamic.prototype['addTorque'] = PxRigidDynamic.prototype.addTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(torque, mode, autowake) { - var self = this.ptr; - if (torque && typeof torque === 'object') torque = torque.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (mode === undefined) { _emscripten_bind_PxRigidDynamic_addTorque_1(self, torque); return } - if (autowake === undefined) { _emscripten_bind_PxRigidDynamic_addTorque_2(self, torque, mode); return } - _emscripten_bind_PxRigidDynamic_addTorque_3(self, torque, mode, autowake); -};; - -PxRigidDynamic.prototype['clearForce'] = PxRigidDynamic.prototype.clearForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(mode) { - var self = this.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - _emscripten_bind_PxRigidDynamic_clearForce_1(self, mode); -};; - -PxRigidDynamic.prototype['clearTorque'] = PxRigidDynamic.prototype.clearTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(mode) { - var self = this.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - _emscripten_bind_PxRigidDynamic_clearTorque_1(self, mode); -};; - -PxRigidDynamic.prototype['setForceAndTorque'] = PxRigidDynamic.prototype.setForceAndTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(force, torque, mode) { - var self = this.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (torque && typeof torque === 'object') torque = torque.ptr; - if (mode && typeof mode === 'object') mode = mode.ptr; - if (mode === undefined) { _emscripten_bind_PxRigidDynamic_setForceAndTorque_2(self, force, torque); return } - _emscripten_bind_PxRigidDynamic_setForceAndTorque_3(self, force, torque, mode); -};; - -PxRigidDynamic.prototype['setRigidBodyFlag'] = PxRigidDynamic.prototype.setRigidBodyFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRigidDynamic_setRigidBodyFlag_2(self, flag, value); -};; - -PxRigidDynamic.prototype['setRigidBodyFlags'] = PxRigidDynamic.prototype.setRigidBodyFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxRigidDynamic_setRigidBodyFlags_1(self, inFlags); -};; - -PxRigidDynamic.prototype['getRigidBodyFlags'] = PxRigidDynamic.prototype.getRigidBodyFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidDynamic_getRigidBodyFlags_0(self), PxRigidBodyFlags); -};; - -PxRigidDynamic.prototype['setMinCCDAdvanceCoefficient'] = PxRigidDynamic.prototype.setMinCCDAdvanceCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(advanceCoefficient) { - var self = this.ptr; - if (advanceCoefficient && typeof advanceCoefficient === 'object') advanceCoefficient = advanceCoefficient.ptr; - _emscripten_bind_PxRigidDynamic_setMinCCDAdvanceCoefficient_1(self, advanceCoefficient); -};; - -PxRigidDynamic.prototype['getMinCCDAdvanceCoefficient'] = PxRigidDynamic.prototype.getMinCCDAdvanceCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getMinCCDAdvanceCoefficient_0(self); -};; - -PxRigidDynamic.prototype['setMaxDepenetrationVelocity'] = PxRigidDynamic.prototype.setMaxDepenetrationVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(biasClamp) { - var self = this.ptr; - if (biasClamp && typeof biasClamp === 'object') biasClamp = biasClamp.ptr; - _emscripten_bind_PxRigidDynamic_setMaxDepenetrationVelocity_1(self, biasClamp); -};; - -PxRigidDynamic.prototype['getMaxDepenetrationVelocity'] = PxRigidDynamic.prototype.getMaxDepenetrationVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getMaxDepenetrationVelocity_0(self); -};; - -PxRigidDynamic.prototype['setMaxContactImpulse'] = PxRigidDynamic.prototype.setMaxContactImpulse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(maxImpulse) { - var self = this.ptr; - if (maxImpulse && typeof maxImpulse === 'object') maxImpulse = maxImpulse.ptr; - _emscripten_bind_PxRigidDynamic_setMaxContactImpulse_1(self, maxImpulse); -};; - -PxRigidDynamic.prototype['getMaxContactImpulse'] = PxRigidDynamic.prototype.getMaxContactImpulse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getMaxContactImpulse_0(self); -};; - -PxRigidDynamic.prototype['setContactSlopCoefficient'] = PxRigidDynamic.prototype.setContactSlopCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(slopCoefficient) { - var self = this.ptr; - if (slopCoefficient && typeof slopCoefficient === 'object') slopCoefficient = slopCoefficient.ptr; - _emscripten_bind_PxRigidDynamic_setContactSlopCoefficient_1(self, slopCoefficient); -};; - -PxRigidDynamic.prototype['getContactSlopCoefficient'] = PxRigidDynamic.prototype.getContactSlopCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidDynamic_getContactSlopCoefficient_0(self); -};; - - PxRigidDynamic.prototype['get_userData'] = PxRigidDynamic.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidDynamic_get_userData_0(self), VoidPtr); -}; - PxRigidDynamic.prototype['set_userData'] = PxRigidDynamic.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRigidDynamic_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRigidDynamic.prototype, 'userData', { get: PxRigidDynamic.prototype.get_userData, set: PxRigidDynamic.prototype.set_userData }); -// PxRigidDynamicLockFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRigidDynamicLockFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxRigidDynamicLockFlags_PxRigidDynamicLockFlags_1(flags); - getCache(PxRigidDynamicLockFlags)[this.ptr] = this; -};; -PxRigidDynamicLockFlags.prototype = Object.create(WrapperObject.prototype); -PxRigidDynamicLockFlags.prototype.constructor = PxRigidDynamicLockFlags; -PxRigidDynamicLockFlags.prototype.__class__ = PxRigidDynamicLockFlags; -PxRigidDynamicLockFlags.__cache__ = {}; -Module['PxRigidDynamicLockFlags'] = PxRigidDynamicLockFlags; - -PxRigidDynamicLockFlags.prototype['isSet'] = PxRigidDynamicLockFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxRigidDynamicLockFlags_isSet_1(self, flag)); -};; - -PxRigidDynamicLockFlags.prototype['raise'] = PxRigidDynamicLockFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxRigidDynamicLockFlags_raise_1(self, flag); -};; - -PxRigidDynamicLockFlags.prototype['clear'] = PxRigidDynamicLockFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxRigidDynamicLockFlags_clear_1(self, flag); -};; - - PxRigidDynamicLockFlags.prototype['__destroy__'] = PxRigidDynamicLockFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRigidDynamicLockFlags___destroy___0(self); -}; -// PxRigidStatic -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxRigidStatic() { throw "cannot construct a PxRigidStatic, no constructor in IDL" } -PxRigidStatic.prototype = Object.create(PxRigidActor.prototype); -PxRigidStatic.prototype.constructor = PxRigidStatic; -PxRigidStatic.prototype.__class__ = PxRigidStatic; -PxRigidStatic.__cache__ = {}; -Module['PxRigidStatic'] = PxRigidStatic; - -PxRigidStatic.prototype['getType'] = PxRigidStatic.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidStatic_getType_0(self); -};; - -PxRigidStatic.prototype['getScene'] = PxRigidStatic.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidStatic_getScene_0(self), PxScene); -};; - -PxRigidStatic.prototype['setName'] = PxRigidStatic.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxRigidStatic_setName_1(self, name); -};; - -PxRigidStatic.prototype['getName'] = PxRigidStatic.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxRigidStatic_getName_0(self)); -};; - -PxRigidStatic.prototype['getWorldBounds'] = PxRigidStatic.prototype.getWorldBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inflation) { - var self = this.ptr; - if (inflation && typeof inflation === 'object') inflation = inflation.ptr; - if (inflation === undefined) { return wrapPointer(_emscripten_bind_PxRigidStatic_getWorldBounds_0(self), PxBounds3) } - return wrapPointer(_emscripten_bind_PxRigidStatic_getWorldBounds_1(self, inflation), PxBounds3); -};; - -PxRigidStatic.prototype['setActorFlag'] = PxRigidStatic.prototype.setActorFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRigidStatic_setActorFlag_2(self, flag, value); -};; - -PxRigidStatic.prototype['setActorFlags'] = PxRigidStatic.prototype.setActorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxRigidStatic_setActorFlags_1(self, flags); -};; - -PxRigidStatic.prototype['getActorFlags'] = PxRigidStatic.prototype.getActorFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidStatic_getActorFlags_0(self), PxActorFlags); -};; - -PxRigidStatic.prototype['setDominanceGroup'] = PxRigidStatic.prototype.setDominanceGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dominanceGroup) { - var self = this.ptr; - if (dominanceGroup && typeof dominanceGroup === 'object') dominanceGroup = dominanceGroup.ptr; - _emscripten_bind_PxRigidStatic_setDominanceGroup_1(self, dominanceGroup); -};; - -PxRigidStatic.prototype['getDominanceGroup'] = PxRigidStatic.prototype.getDominanceGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidStatic_getDominanceGroup_0(self); -};; - -PxRigidStatic.prototype['setOwnerClient'] = PxRigidStatic.prototype.setOwnerClient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inClient) { - var self = this.ptr; - if (inClient && typeof inClient === 'object') inClient = inClient.ptr; - _emscripten_bind_PxRigidStatic_setOwnerClient_1(self, inClient); -};; - -PxRigidStatic.prototype['getOwnerClient'] = PxRigidStatic.prototype.getOwnerClient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidStatic_getOwnerClient_0(self); -};; - -PxRigidStatic.prototype['release'] = PxRigidStatic.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxRigidStatic_release_0(self); -};; - -PxRigidStatic.prototype['getConcreteTypeName'] = PxRigidStatic.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxRigidStatic_getConcreteTypeName_0(self)); -};; - -PxRigidStatic.prototype['getConcreteType'] = PxRigidStatic.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidStatic_getConcreteType_0(self); -};; - -PxRigidStatic.prototype['setBaseFlag'] = PxRigidStatic.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxRigidStatic_setBaseFlag_2(self, flag, value); -};; - -PxRigidStatic.prototype['setBaseFlags'] = PxRigidStatic.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxRigidStatic_setBaseFlags_1(self, inFlags); -};; - -PxRigidStatic.prototype['getBaseFlags'] = PxRigidStatic.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidStatic_getBaseFlags_0(self), PxBaseFlags); -};; - -PxRigidStatic.prototype['isReleasable'] = PxRigidStatic.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxRigidStatic_isReleasable_0(self)); -};; - -PxRigidStatic.prototype['getGlobalPose'] = PxRigidStatic.prototype.getGlobalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidStatic_getGlobalPose_0(self), PxTransform); -};; - -PxRigidStatic.prototype['setGlobalPose'] = PxRigidStatic.prototype.setGlobalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose, autowake) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (autowake && typeof autowake === 'object') autowake = autowake.ptr; - if (autowake === undefined) { _emscripten_bind_PxRigidStatic_setGlobalPose_1(self, pose); return } - _emscripten_bind_PxRigidStatic_setGlobalPose_2(self, pose, autowake); -};; - -PxRigidStatic.prototype['attachShape'] = PxRigidStatic.prototype.attachShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - return !!(_emscripten_bind_PxRigidStatic_attachShape_1(self, shape)); -};; - -PxRigidStatic.prototype['detachShape'] = PxRigidStatic.prototype.detachShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape, wakeOnLostTouch) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (wakeOnLostTouch && typeof wakeOnLostTouch === 'object') wakeOnLostTouch = wakeOnLostTouch.ptr; - if (wakeOnLostTouch === undefined) { _emscripten_bind_PxRigidStatic_detachShape_1(self, shape); return } - _emscripten_bind_PxRigidStatic_detachShape_2(self, shape, wakeOnLostTouch); -};; - -PxRigidStatic.prototype['getNbShapes'] = PxRigidStatic.prototype.getNbShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidStatic_getNbShapes_0(self); -};; - -PxRigidStatic.prototype['getNbConstraints'] = PxRigidStatic.prototype.getNbConstraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxRigidStatic_getNbConstraints_0(self); -};; - - PxRigidStatic.prototype['get_userData'] = PxRigidStatic.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxRigidStatic_get_userData_0(self), VoidPtr); -}; - PxRigidStatic.prototype['set_userData'] = PxRigidStatic.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxRigidStatic_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxRigidStatic.prototype, 'userData', { get: PxRigidStatic.prototype.get_userData, set: PxRigidStatic.prototype.set_userData }); -// PxScene -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxScene() { throw "cannot construct a PxScene, no constructor in IDL" } -PxScene.prototype = Object.create(PxSceneSQSystem.prototype); -PxScene.prototype.constructor = PxScene; -PxScene.prototype.__class__ = PxScene; -PxScene.__cache__ = {}; -Module['PxScene'] = PxScene; - -PxScene.prototype['addActor'] = PxScene.prototype.addActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor, bvh) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (bvh && typeof bvh === 'object') bvh = bvh.ptr; - if (bvh === undefined) { return !!(_emscripten_bind_PxScene_addActor_1(self, actor)) } - return !!(_emscripten_bind_PxScene_addActor_2(self, actor, bvh)); -};; - -PxScene.prototype['removeActor'] = PxScene.prototype.removeActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor, wakeOnLostTouch) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (wakeOnLostTouch && typeof wakeOnLostTouch === 'object') wakeOnLostTouch = wakeOnLostTouch.ptr; - if (wakeOnLostTouch === undefined) { _emscripten_bind_PxScene_removeActor_1(self, actor); return } - _emscripten_bind_PxScene_removeActor_2(self, actor, wakeOnLostTouch); -};; - -PxScene.prototype['addAggregate'] = PxScene.prototype.addAggregate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(aggregate) { - var self = this.ptr; - if (aggregate && typeof aggregate === 'object') aggregate = aggregate.ptr; - return !!(_emscripten_bind_PxScene_addAggregate_1(self, aggregate)); -};; - -PxScene.prototype['removeAggregate'] = PxScene.prototype.removeAggregate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(aggregate, wakeOnLostTouch) { - var self = this.ptr; - if (aggregate && typeof aggregate === 'object') aggregate = aggregate.ptr; - if (wakeOnLostTouch && typeof wakeOnLostTouch === 'object') wakeOnLostTouch = wakeOnLostTouch.ptr; - if (wakeOnLostTouch === undefined) { _emscripten_bind_PxScene_removeAggregate_1(self, aggregate); return } - _emscripten_bind_PxScene_removeAggregate_2(self, aggregate, wakeOnLostTouch); -};; - -PxScene.prototype['addCollection'] = PxScene.prototype.addCollection = /** @suppress {undefinedVars, duplicate} @this{Object} */function(collection) { - var self = this.ptr; - if (collection && typeof collection === 'object') collection = collection.ptr; - return !!(_emscripten_bind_PxScene_addCollection_1(self, collection)); -};; - -PxScene.prototype['getWakeCounterResetValue'] = PxScene.prototype.getWakeCounterResetValue = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getWakeCounterResetValue_0(self); -};; - -PxScene.prototype['shiftOrigin'] = PxScene.prototype.shiftOrigin = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shift) { - var self = this.ptr; - if (shift && typeof shift === 'object') shift = shift.ptr; - _emscripten_bind_PxScene_shiftOrigin_1(self, shift); -};; - -PxScene.prototype['addArticulation'] = PxScene.prototype.addArticulation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(articulation) { - var self = this.ptr; - if (articulation && typeof articulation === 'object') articulation = articulation.ptr; - return !!(_emscripten_bind_PxScene_addArticulation_1(self, articulation)); -};; - -PxScene.prototype['removeArticulation'] = PxScene.prototype.removeArticulation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(articulation, wakeOnLostTouch) { - var self = this.ptr; - if (articulation && typeof articulation === 'object') articulation = articulation.ptr; - if (wakeOnLostTouch && typeof wakeOnLostTouch === 'object') wakeOnLostTouch = wakeOnLostTouch.ptr; - if (wakeOnLostTouch === undefined) { _emscripten_bind_PxScene_removeArticulation_1(self, articulation); return } - _emscripten_bind_PxScene_removeArticulation_2(self, articulation, wakeOnLostTouch); -};; - -PxScene.prototype['getNbActors'] = PxScene.prototype.getNbActors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(types) { - var self = this.ptr; - if (types && typeof types === 'object') types = types.ptr; - return _emscripten_bind_PxScene_getNbActors_1(self, types); -};; - -PxScene.prototype['getNbArticulations'] = PxScene.prototype.getNbArticulations = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getNbArticulations_0(self); -};; - -PxScene.prototype['getNbConstraints'] = PxScene.prototype.getNbConstraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getNbConstraints_0(self); -};; - -PxScene.prototype['getNbAggregates'] = PxScene.prototype.getNbAggregates = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getNbAggregates_0(self); -};; - -PxScene.prototype['setDominanceGroupPair'] = PxScene.prototype.setDominanceGroupPair = /** @suppress {undefinedVars, duplicate} @this{Object} */function(group1, group2, dominance) { - var self = this.ptr; - if (group1 && typeof group1 === 'object') group1 = group1.ptr; - if (group2 && typeof group2 === 'object') group2 = group2.ptr; - if (dominance && typeof dominance === 'object') dominance = dominance.ptr; - _emscripten_bind_PxScene_setDominanceGroupPair_3(self, group1, group2, dominance); -};; - -PxScene.prototype['getCpuDispatcher'] = PxScene.prototype.getCpuDispatcher = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxScene_getCpuDispatcher_0(self), PxCpuDispatcher); -};; - -PxScene.prototype['createClient'] = PxScene.prototype.createClient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_createClient_0(self); -};; - -PxScene.prototype['setSimulationEventCallback'] = PxScene.prototype.setSimulationEventCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function(callback) { - var self = this.ptr; - if (callback && typeof callback === 'object') callback = callback.ptr; - _emscripten_bind_PxScene_setSimulationEventCallback_1(self, callback); -};; - -PxScene.prototype['getSimulationEventCallback'] = PxScene.prototype.getSimulationEventCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxScene_getSimulationEventCallback_0(self), PxSimulationEventCallback); -};; - -PxScene.prototype['setFilterShaderData'] = PxScene.prototype.setFilterShaderData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(data, dataSize) { - var self = this.ptr; - if (data && typeof data === 'object') data = data.ptr; - if (dataSize && typeof dataSize === 'object') dataSize = dataSize.ptr; - _emscripten_bind_PxScene_setFilterShaderData_2(self, data, dataSize); -};; - -PxScene.prototype['getFilterShaderData'] = PxScene.prototype.getFilterShaderData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxScene_getFilterShaderData_0(self), VoidPtr); -};; - -PxScene.prototype['getFilterShaderDataSize'] = PxScene.prototype.getFilterShaderDataSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getFilterShaderDataSize_0(self); -};; - -PxScene.prototype['getFilterShader'] = PxScene.prototype.getFilterShader = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxScene_getFilterShader_0(self), PxSimulationFilterShader); -};; - -PxScene.prototype['resetFiltering'] = PxScene.prototype.resetFiltering = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - return !!(_emscripten_bind_PxScene_resetFiltering_1(self, actor)); -};; - -PxScene.prototype['getKinematicKinematicFilteringMode'] = PxScene.prototype.getKinematicKinematicFilteringMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getKinematicKinematicFilteringMode_0(self); -};; - -PxScene.prototype['getStaticKinematicFilteringMode'] = PxScene.prototype.getStaticKinematicFilteringMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getStaticKinematicFilteringMode_0(self); -};; - -PxScene.prototype['simulate'] = PxScene.prototype.simulate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(elapsedTime, completionTask, scratchMemBlock, scratchMemBlockSize, controlSimulation) { - var self = this.ptr; - if (elapsedTime && typeof elapsedTime === 'object') elapsedTime = elapsedTime.ptr; - if (completionTask && typeof completionTask === 'object') completionTask = completionTask.ptr; - if (scratchMemBlock && typeof scratchMemBlock === 'object') scratchMemBlock = scratchMemBlock.ptr; - if (scratchMemBlockSize && typeof scratchMemBlockSize === 'object') scratchMemBlockSize = scratchMemBlockSize.ptr; - if (controlSimulation && typeof controlSimulation === 'object') controlSimulation = controlSimulation.ptr; - if (completionTask === undefined) { return !!(_emscripten_bind_PxScene_simulate_1(self, elapsedTime)) } - if (scratchMemBlock === undefined) { return !!(_emscripten_bind_PxScene_simulate_2(self, elapsedTime, completionTask)) } - if (scratchMemBlockSize === undefined) { return !!(_emscripten_bind_PxScene_simulate_3(self, elapsedTime, completionTask, scratchMemBlock)) } - if (controlSimulation === undefined) { return !!(_emscripten_bind_PxScene_simulate_4(self, elapsedTime, completionTask, scratchMemBlock, scratchMemBlockSize)) } - return !!(_emscripten_bind_PxScene_simulate_5(self, elapsedTime, completionTask, scratchMemBlock, scratchMemBlockSize, controlSimulation)); -};; - -PxScene.prototype['advance'] = PxScene.prototype.advance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(completionTask) { - var self = this.ptr; - if (completionTask && typeof completionTask === 'object') completionTask = completionTask.ptr; - if (completionTask === undefined) { return !!(_emscripten_bind_PxScene_advance_0(self)) } - return !!(_emscripten_bind_PxScene_advance_1(self, completionTask)); -};; - -PxScene.prototype['collide'] = PxScene.prototype.collide = /** @suppress {undefinedVars, duplicate} @this{Object} */function(elapsedTime, completionTask, scratchMemBlock, scratchMemBlockSize, controlSimulation) { - var self = this.ptr; - if (elapsedTime && typeof elapsedTime === 'object') elapsedTime = elapsedTime.ptr; - if (completionTask && typeof completionTask === 'object') completionTask = completionTask.ptr; - if (scratchMemBlock && typeof scratchMemBlock === 'object') scratchMemBlock = scratchMemBlock.ptr; - if (scratchMemBlockSize && typeof scratchMemBlockSize === 'object') scratchMemBlockSize = scratchMemBlockSize.ptr; - if (controlSimulation && typeof controlSimulation === 'object') controlSimulation = controlSimulation.ptr; - if (completionTask === undefined) { return !!(_emscripten_bind_PxScene_collide_1(self, elapsedTime)) } - if (scratchMemBlock === undefined) { return !!(_emscripten_bind_PxScene_collide_2(self, elapsedTime, completionTask)) } - if (scratchMemBlockSize === undefined) { return !!(_emscripten_bind_PxScene_collide_3(self, elapsedTime, completionTask, scratchMemBlock)) } - if (controlSimulation === undefined) { return !!(_emscripten_bind_PxScene_collide_4(self, elapsedTime, completionTask, scratchMemBlock, scratchMemBlockSize)) } - return !!(_emscripten_bind_PxScene_collide_5(self, elapsedTime, completionTask, scratchMemBlock, scratchMemBlockSize, controlSimulation)); -};; - -PxScene.prototype['checkResults'] = PxScene.prototype.checkResults = /** @suppress {undefinedVars, duplicate} @this{Object} */function(block) { - var self = this.ptr; - if (block && typeof block === 'object') block = block.ptr; - if (block === undefined) { return !!(_emscripten_bind_PxScene_checkResults_0(self)) } - return !!(_emscripten_bind_PxScene_checkResults_1(self, block)); -};; - -PxScene.prototype['fetchCollision'] = PxScene.prototype.fetchCollision = /** @suppress {undefinedVars, duplicate} @this{Object} */function(block) { - var self = this.ptr; - if (block && typeof block === 'object') block = block.ptr; - if (block === undefined) { return !!(_emscripten_bind_PxScene_fetchCollision_0(self)) } - return !!(_emscripten_bind_PxScene_fetchCollision_1(self, block)); -};; - -PxScene.prototype['fetchResults'] = PxScene.prototype.fetchResults = /** @suppress {undefinedVars, duplicate} @this{Object} */function(block) { - var self = this.ptr; - if (block && typeof block === 'object') block = block.ptr; - if (block === undefined) { return !!(_emscripten_bind_PxScene_fetchResults_0(self)) } - return !!(_emscripten_bind_PxScene_fetchResults_1(self, block)); -};; - -PxScene.prototype['processCallbacks'] = PxScene.prototype.processCallbacks = /** @suppress {undefinedVars, duplicate} @this{Object} */function(continuation) { - var self = this.ptr; - if (continuation && typeof continuation === 'object') continuation = continuation.ptr; - _emscripten_bind_PxScene_processCallbacks_1(self, continuation); -};; - -PxScene.prototype['fetchResultsParticleSystem'] = PxScene.prototype.fetchResultsParticleSystem = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxScene_fetchResultsParticleSystem_0(self); -};; - -PxScene.prototype['flushSimulation'] = PxScene.prototype.flushSimulation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(sendPendingReports) { - var self = this.ptr; - if (sendPendingReports && typeof sendPendingReports === 'object') sendPendingReports = sendPendingReports.ptr; - if (sendPendingReports === undefined) { _emscripten_bind_PxScene_flushSimulation_0(self); return } - _emscripten_bind_PxScene_flushSimulation_1(self, sendPendingReports); -};; - -PxScene.prototype['setGravity'] = PxScene.prototype.setGravity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(vec) { - var self = this.ptr; - if (vec && typeof vec === 'object') vec = vec.ptr; - _emscripten_bind_PxScene_setGravity_1(self, vec); -};; - -PxScene.prototype['getGravity'] = PxScene.prototype.getGravity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxScene_getGravity_0(self), PxVec3); -};; - -PxScene.prototype['setBounceThresholdVelocity'] = PxScene.prototype.setBounceThresholdVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(t) { - var self = this.ptr; - if (t && typeof t === 'object') t = t.ptr; - _emscripten_bind_PxScene_setBounceThresholdVelocity_1(self, t); -};; - -PxScene.prototype['getBounceThresholdVelocity'] = PxScene.prototype.getBounceThresholdVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getBounceThresholdVelocity_0(self); -};; - -PxScene.prototype['setCCDMaxPasses'] = PxScene.prototype.setCCDMaxPasses = /** @suppress {undefinedVars, duplicate} @this{Object} */function(ccdMaxPasses) { - var self = this.ptr; - if (ccdMaxPasses && typeof ccdMaxPasses === 'object') ccdMaxPasses = ccdMaxPasses.ptr; - _emscripten_bind_PxScene_setCCDMaxPasses_1(self, ccdMaxPasses); -};; - -PxScene.prototype['getCCDMaxPasses'] = PxScene.prototype.getCCDMaxPasses = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getCCDMaxPasses_0(self); -};; - -PxScene.prototype['setCCDMaxSeparation'] = PxScene.prototype.setCCDMaxSeparation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(t) { - var self = this.ptr; - if (t && typeof t === 'object') t = t.ptr; - _emscripten_bind_PxScene_setCCDMaxSeparation_1(self, t); -};; - -PxScene.prototype['getCCDMaxSeparation'] = PxScene.prototype.getCCDMaxSeparation = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getCCDMaxSeparation_0(self); -};; - -PxScene.prototype['setCCDThreshold'] = PxScene.prototype.setCCDThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(t) { - var self = this.ptr; - if (t && typeof t === 'object') t = t.ptr; - _emscripten_bind_PxScene_setCCDThreshold_1(self, t); -};; - -PxScene.prototype['getCCDThreshold'] = PxScene.prototype.getCCDThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getCCDThreshold_0(self); -};; - -PxScene.prototype['setMaxBiasCoefficient'] = PxScene.prototype.setMaxBiasCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(t) { - var self = this.ptr; - if (t && typeof t === 'object') t = t.ptr; - _emscripten_bind_PxScene_setMaxBiasCoefficient_1(self, t); -};; - -PxScene.prototype['getMaxBiasCoefficient'] = PxScene.prototype.getMaxBiasCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getMaxBiasCoefficient_0(self); -};; - -PxScene.prototype['setFrictionOffsetThreshold'] = PxScene.prototype.setFrictionOffsetThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(t) { - var self = this.ptr; - if (t && typeof t === 'object') t = t.ptr; - _emscripten_bind_PxScene_setFrictionOffsetThreshold_1(self, t); -};; - -PxScene.prototype['getFrictionOffsetThreshold'] = PxScene.prototype.getFrictionOffsetThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getFrictionOffsetThreshold_0(self); -};; - -PxScene.prototype['setFrictionCorrelationDistance'] = PxScene.prototype.setFrictionCorrelationDistance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(t) { - var self = this.ptr; - if (t && typeof t === 'object') t = t.ptr; - _emscripten_bind_PxScene_setFrictionCorrelationDistance_1(self, t); -};; - -PxScene.prototype['getFrictionCorrelationDistance'] = PxScene.prototype.getFrictionCorrelationDistance = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getFrictionCorrelationDistance_0(self); -};; - -PxScene.prototype['getFrictionType'] = PxScene.prototype.getFrictionType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getFrictionType_0(self); -};; - -PxScene.prototype['getSolverType'] = PxScene.prototype.getSolverType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getSolverType_0(self); -};; - -PxScene.prototype['getRenderBuffer'] = PxScene.prototype.getRenderBuffer = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxScene_getRenderBuffer_0(self), PxRenderBuffer); -};; - -PxScene.prototype['setVisualizationParameter'] = PxScene.prototype.setVisualizationParameter = /** @suppress {undefinedVars, duplicate} @this{Object} */function(param, value) { - var self = this.ptr; - if (param && typeof param === 'object') param = param.ptr; - if (value && typeof value === 'object') value = value.ptr; - return !!(_emscripten_bind_PxScene_setVisualizationParameter_2(self, param, value)); -};; - -PxScene.prototype['getVisualizationParameter'] = PxScene.prototype.getVisualizationParameter = /** @suppress {undefinedVars, duplicate} @this{Object} */function(paramEnum) { - var self = this.ptr; - if (paramEnum && typeof paramEnum === 'object') paramEnum = paramEnum.ptr; - return _emscripten_bind_PxScene_getVisualizationParameter_1(self, paramEnum); -};; - -PxScene.prototype['setVisualizationCullingBox'] = PxScene.prototype.setVisualizationCullingBox = /** @suppress {undefinedVars, duplicate} @this{Object} */function(box) { - var self = this.ptr; - if (box && typeof box === 'object') box = box.ptr; - _emscripten_bind_PxScene_setVisualizationCullingBox_1(self, box); -};; - -PxScene.prototype['getVisualizationCullingBox'] = PxScene.prototype.getVisualizationCullingBox = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxScene_getVisualizationCullingBox_0(self), PxBounds3); -};; - -PxScene.prototype['getSimulationStatistics'] = PxScene.prototype.getSimulationStatistics = /** @suppress {undefinedVars, duplicate} @this{Object} */function(stats) { - var self = this.ptr; - if (stats && typeof stats === 'object') stats = stats.ptr; - _emscripten_bind_PxScene_getSimulationStatistics_1(self, stats); -};; - -PxScene.prototype['getBroadPhaseType'] = PxScene.prototype.getBroadPhaseType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getBroadPhaseType_0(self); -};; - -PxScene.prototype['getBroadPhaseCaps'] = PxScene.prototype.getBroadPhaseCaps = /** @suppress {undefinedVars, duplicate} @this{Object} */function(caps) { - var self = this.ptr; - if (caps && typeof caps === 'object') caps = caps.ptr; - return !!(_emscripten_bind_PxScene_getBroadPhaseCaps_1(self, caps)); -};; - -PxScene.prototype['getNbBroadPhaseRegions'] = PxScene.prototype.getNbBroadPhaseRegions = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getNbBroadPhaseRegions_0(self); -};; - -PxScene.prototype['getBroadPhaseRegions'] = PxScene.prototype.getBroadPhaseRegions = /** @suppress {undefinedVars, duplicate} @this{Object} */function(userBuffer, bufferSize, startIndex) { - var self = this.ptr; - if (userBuffer && typeof userBuffer === 'object') userBuffer = userBuffer.ptr; - if (bufferSize && typeof bufferSize === 'object') bufferSize = bufferSize.ptr; - if (startIndex && typeof startIndex === 'object') startIndex = startIndex.ptr; - if (startIndex === undefined) { return _emscripten_bind_PxScene_getBroadPhaseRegions_2(self, userBuffer, bufferSize) } - return _emscripten_bind_PxScene_getBroadPhaseRegions_3(self, userBuffer, bufferSize, startIndex); -};; - -PxScene.prototype['addBroadPhaseRegion'] = PxScene.prototype.addBroadPhaseRegion = /** @suppress {undefinedVars, duplicate} @this{Object} */function(region, populateRegion) { - var self = this.ptr; - if (region && typeof region === 'object') region = region.ptr; - if (populateRegion && typeof populateRegion === 'object') populateRegion = populateRegion.ptr; - if (populateRegion === undefined) { return _emscripten_bind_PxScene_addBroadPhaseRegion_1(self, region) } - return _emscripten_bind_PxScene_addBroadPhaseRegion_2(self, region, populateRegion); -};; - -PxScene.prototype['removeBroadPhaseRegion'] = PxScene.prototype.removeBroadPhaseRegion = /** @suppress {undefinedVars, duplicate} @this{Object} */function(handle) { - var self = this.ptr; - if (handle && typeof handle === 'object') handle = handle.ptr; - return !!(_emscripten_bind_PxScene_removeBroadPhaseRegion_1(self, handle)); -};; - -PxScene.prototype['lockRead'] = PxScene.prototype.lockRead = /** @suppress {undefinedVars, duplicate} @this{Object} */function(file, line) { - var self = this.ptr; - ensureCache.prepare(); - if (file && typeof file === 'object') file = file.ptr; - else file = ensureString(file); - if (line && typeof line === 'object') line = line.ptr; - if (file === undefined) { _emscripten_bind_PxScene_lockRead_0(self); return } - if (line === undefined) { _emscripten_bind_PxScene_lockRead_1(self, file); return } - _emscripten_bind_PxScene_lockRead_2(self, file, line); -};; - -PxScene.prototype['unlockRead'] = PxScene.prototype.unlockRead = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxScene_unlockRead_0(self); -};; - -PxScene.prototype['lockWrite'] = PxScene.prototype.lockWrite = /** @suppress {undefinedVars, duplicate} @this{Object} */function(file, line) { - var self = this.ptr; - ensureCache.prepare(); - if (file && typeof file === 'object') file = file.ptr; - else file = ensureString(file); - if (line && typeof line === 'object') line = line.ptr; - if (file === undefined) { _emscripten_bind_PxScene_lockWrite_0(self); return } - if (line === undefined) { _emscripten_bind_PxScene_lockWrite_1(self, file); return } - _emscripten_bind_PxScene_lockWrite_2(self, file, line); -};; - -PxScene.prototype['unlockWrite'] = PxScene.prototype.unlockWrite = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxScene_unlockWrite_0(self); -};; - -PxScene.prototype['setNbContactDataBlocks'] = PxScene.prototype.setNbContactDataBlocks = /** @suppress {undefinedVars, duplicate} @this{Object} */function(numBlocks) { - var self = this.ptr; - if (numBlocks && typeof numBlocks === 'object') numBlocks = numBlocks.ptr; - _emscripten_bind_PxScene_setNbContactDataBlocks_1(self, numBlocks); -};; - -PxScene.prototype['getNbContactDataBlocksUsed'] = PxScene.prototype.getNbContactDataBlocksUsed = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getNbContactDataBlocksUsed_0(self); -};; - -PxScene.prototype['getMaxNbContactDataBlocksUsed'] = PxScene.prototype.getMaxNbContactDataBlocksUsed = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getMaxNbContactDataBlocksUsed_0(self); -};; - -PxScene.prototype['getContactReportStreamBufferSize'] = PxScene.prototype.getContactReportStreamBufferSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getContactReportStreamBufferSize_0(self); -};; - -PxScene.prototype['setSolverBatchSize'] = PxScene.prototype.setSolverBatchSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function(solverBatchSize) { - var self = this.ptr; - if (solverBatchSize && typeof solverBatchSize === 'object') solverBatchSize = solverBatchSize.ptr; - _emscripten_bind_PxScene_setSolverBatchSize_1(self, solverBatchSize); -};; - -PxScene.prototype['getSolverBatchSize'] = PxScene.prototype.getSolverBatchSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getSolverBatchSize_0(self); -};; - -PxScene.prototype['setSolverArticulationBatchSize'] = PxScene.prototype.setSolverArticulationBatchSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function(solverBatchSize) { - var self = this.ptr; - if (solverBatchSize && typeof solverBatchSize === 'object') solverBatchSize = solverBatchSize.ptr; - _emscripten_bind_PxScene_setSolverArticulationBatchSize_1(self, solverBatchSize); -};; - -PxScene.prototype['getSolverArticulationBatchSize'] = PxScene.prototype.getSolverArticulationBatchSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getSolverArticulationBatchSize_0(self); -};; - -PxScene.prototype['release'] = PxScene.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxScene_release_0(self); -};; - -PxScene.prototype['setFlag'] = PxScene.prototype.setFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxScene_setFlag_2(self, flag, value); -};; - -PxScene.prototype['getFlags'] = PxScene.prototype.getFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxScene_getFlags_0(self), PxSceneFlags); -};; - -PxScene.prototype['setLimits'] = PxScene.prototype.setLimits = /** @suppress {undefinedVars, duplicate} @this{Object} */function(limits) { - var self = this.ptr; - if (limits && typeof limits === 'object') limits = limits.ptr; - _emscripten_bind_PxScene_setLimits_1(self, limits); -};; - -PxScene.prototype['getLimits'] = PxScene.prototype.getLimits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxScene_getLimits_0(self), PxSceneLimits); -};; - -PxScene.prototype['getPhysics'] = PxScene.prototype.getPhysics = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxScene_getPhysics_0(self), PxPhysics); -};; - -PxScene.prototype['getTimestamp'] = PxScene.prototype.getTimestamp = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getTimestamp_0(self); -};; - -PxScene.prototype['setDynamicTreeRebuildRateHint'] = PxScene.prototype.setDynamicTreeRebuildRateHint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dynamicTreeRebuildRateHint) { - var self = this.ptr; - if (dynamicTreeRebuildRateHint && typeof dynamicTreeRebuildRateHint === 'object') dynamicTreeRebuildRateHint = dynamicTreeRebuildRateHint.ptr; - _emscripten_bind_PxScene_setDynamicTreeRebuildRateHint_1(self, dynamicTreeRebuildRateHint); -};; - -PxScene.prototype['getDynamicTreeRebuildRateHint'] = PxScene.prototype.getDynamicTreeRebuildRateHint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getDynamicTreeRebuildRateHint_0(self); -};; - -PxScene.prototype['forceRebuildDynamicTree'] = PxScene.prototype.forceRebuildDynamicTree = /** @suppress {undefinedVars, duplicate} @this{Object} */function(prunerIndex) { - var self = this.ptr; - if (prunerIndex && typeof prunerIndex === 'object') prunerIndex = prunerIndex.ptr; - _emscripten_bind_PxScene_forceRebuildDynamicTree_1(self, prunerIndex); -};; - -PxScene.prototype['setUpdateMode'] = PxScene.prototype.setUpdateMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(updateMode) { - var self = this.ptr; - if (updateMode && typeof updateMode === 'object') updateMode = updateMode.ptr; - _emscripten_bind_PxScene_setUpdateMode_1(self, updateMode); -};; - -PxScene.prototype['getUpdateMode'] = PxScene.prototype.getUpdateMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getUpdateMode_0(self); -};; - -PxScene.prototype['getStaticTimestamp'] = PxScene.prototype.getStaticTimestamp = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getStaticTimestamp_0(self); -};; - -PxScene.prototype['flushUpdates'] = PxScene.prototype.flushUpdates = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxScene_flushUpdates_0(self); -};; - -PxScene.prototype['raycast'] = PxScene.prototype.raycast = /** @suppress {undefinedVars, duplicate} @this{Object} */function(origin, unitDir, distance, hitCall, hitFlags, filterData) { - var self = this.ptr; - if (origin && typeof origin === 'object') origin = origin.ptr; - if (unitDir && typeof unitDir === 'object') unitDir = unitDir.ptr; - if (distance && typeof distance === 'object') distance = distance.ptr; - if (hitCall && typeof hitCall === 'object') hitCall = hitCall.ptr; - if (hitFlags && typeof hitFlags === 'object') hitFlags = hitFlags.ptr; - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - if (hitFlags === undefined) { return !!(_emscripten_bind_PxScene_raycast_4(self, origin, unitDir, distance, hitCall)) } - if (filterData === undefined) { return !!(_emscripten_bind_PxScene_raycast_5(self, origin, unitDir, distance, hitCall, hitFlags)) } - return !!(_emscripten_bind_PxScene_raycast_6(self, origin, unitDir, distance, hitCall, hitFlags, filterData)); -};; - -PxScene.prototype['sweep'] = PxScene.prototype.sweep = /** @suppress {undefinedVars, duplicate} @this{Object} */function(geometry, pose, unitDir, distance, hitCall, hitFlags, filterData) { - var self = this.ptr; - if (geometry && typeof geometry === 'object') geometry = geometry.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (unitDir && typeof unitDir === 'object') unitDir = unitDir.ptr; - if (distance && typeof distance === 'object') distance = distance.ptr; - if (hitCall && typeof hitCall === 'object') hitCall = hitCall.ptr; - if (hitFlags && typeof hitFlags === 'object') hitFlags = hitFlags.ptr; - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - if (hitFlags === undefined) { return !!(_emscripten_bind_PxScene_sweep_5(self, geometry, pose, unitDir, distance, hitCall)) } - if (filterData === undefined) { return !!(_emscripten_bind_PxScene_sweep_6(self, geometry, pose, unitDir, distance, hitCall, hitFlags)) } - return !!(_emscripten_bind_PxScene_sweep_7(self, geometry, pose, unitDir, distance, hitCall, hitFlags, filterData)); -};; - -PxScene.prototype['overlap'] = PxScene.prototype.overlap = /** @suppress {undefinedVars, duplicate} @this{Object} */function(geometry, pose, hitCall, filterData) { - var self = this.ptr; - if (geometry && typeof geometry === 'object') geometry = geometry.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - if (hitCall && typeof hitCall === 'object') hitCall = hitCall.ptr; - if (filterData && typeof filterData === 'object') filterData = filterData.ptr; - if (filterData === undefined) { return !!(_emscripten_bind_PxScene_overlap_3(self, geometry, pose, hitCall)) } - return !!(_emscripten_bind_PxScene_overlap_4(self, geometry, pose, hitCall, filterData)); -};; - -PxScene.prototype['setSceneQueryUpdateMode'] = PxScene.prototype.setSceneQueryUpdateMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(updateMode) { - var self = this.ptr; - if (updateMode && typeof updateMode === 'object') updateMode = updateMode.ptr; - _emscripten_bind_PxScene_setSceneQueryUpdateMode_1(self, updateMode); -};; - -PxScene.prototype['getSceneQueryUpdateMode'] = PxScene.prototype.getSceneQueryUpdateMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getSceneQueryUpdateMode_0(self); -};; - -PxScene.prototype['getSceneQueryStaticTimestamp'] = PxScene.prototype.getSceneQueryStaticTimestamp = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getSceneQueryStaticTimestamp_0(self); -};; - -PxScene.prototype['flushQueryUpdates'] = PxScene.prototype.flushQueryUpdates = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxScene_flushQueryUpdates_0(self); -};; - -PxScene.prototype['forceDynamicTreeRebuild'] = PxScene.prototype.forceDynamicTreeRebuild = /** @suppress {undefinedVars, duplicate} @this{Object} */function(rebuildStaticStructure, rebuildDynamicStructure) { - var self = this.ptr; - if (rebuildStaticStructure && typeof rebuildStaticStructure === 'object') rebuildStaticStructure = rebuildStaticStructure.ptr; - if (rebuildDynamicStructure && typeof rebuildDynamicStructure === 'object') rebuildDynamicStructure = rebuildDynamicStructure.ptr; - _emscripten_bind_PxScene_forceDynamicTreeRebuild_2(self, rebuildStaticStructure, rebuildDynamicStructure); -};; - -PxScene.prototype['getStaticStructure'] = PxScene.prototype.getStaticStructure = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getStaticStructure_0(self); -};; - -PxScene.prototype['getDynamicStructure'] = PxScene.prototype.getDynamicStructure = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxScene_getDynamicStructure_0(self); -};; - -PxScene.prototype['sceneQueriesUpdate'] = PxScene.prototype.sceneQueriesUpdate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(completionTask, controlSimulation) { - var self = this.ptr; - if (completionTask && typeof completionTask === 'object') completionTask = completionTask.ptr; - if (controlSimulation && typeof controlSimulation === 'object') controlSimulation = controlSimulation.ptr; - if (completionTask === undefined) { _emscripten_bind_PxScene_sceneQueriesUpdate_0(self); return } - if (controlSimulation === undefined) { _emscripten_bind_PxScene_sceneQueriesUpdate_1(self, completionTask); return } - _emscripten_bind_PxScene_sceneQueriesUpdate_2(self, completionTask, controlSimulation); -};; - -PxScene.prototype['checkQueries'] = PxScene.prototype.checkQueries = /** @suppress {undefinedVars, duplicate} @this{Object} */function(block) { - var self = this.ptr; - if (block && typeof block === 'object') block = block.ptr; - if (block === undefined) { return !!(_emscripten_bind_PxScene_checkQueries_0(self)) } - return !!(_emscripten_bind_PxScene_checkQueries_1(self, block)); -};; - -PxScene.prototype['fetchQueries'] = PxScene.prototype.fetchQueries = /** @suppress {undefinedVars, duplicate} @this{Object} */function(block) { - var self = this.ptr; - if (block && typeof block === 'object') block = block.ptr; - if (block === undefined) { return !!(_emscripten_bind_PxScene_fetchQueries_0(self)) } - return !!(_emscripten_bind_PxScene_fetchQueries_1(self, block)); -};; - - PxScene.prototype['get_userData'] = PxScene.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxScene_get_userData_0(self), VoidPtr); -}; - PxScene.prototype['set_userData'] = PxScene.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxScene_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxScene.prototype, 'userData', { get: PxScene.prototype.get_userData, set: PxScene.prototype.set_userData }); -// PxSceneDesc -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSceneDesc(scale) { - if (scale && typeof scale === 'object') scale = scale.ptr; - this.ptr = _emscripten_bind_PxSceneDesc_PxSceneDesc_1(scale); - getCache(PxSceneDesc)[this.ptr] = this; -};; -PxSceneDesc.prototype = Object.create(WrapperObject.prototype); -PxSceneDesc.prototype.constructor = PxSceneDesc; -PxSceneDesc.prototype.__class__ = PxSceneDesc; -PxSceneDesc.__cache__ = {}; -Module['PxSceneDesc'] = PxSceneDesc; - -PxSceneDesc.prototype['setToDefault'] = PxSceneDesc.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function(scale) { - var self = this.ptr; - if (scale && typeof scale === 'object') scale = scale.ptr; - _emscripten_bind_PxSceneDesc_setToDefault_1(self, scale); -};; - -PxSceneDesc.prototype['isValid'] = PxSceneDesc.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxSceneDesc_isValid_0(self)); -};; - - PxSceneDesc.prototype['get_gravity'] = PxSceneDesc.prototype.get_gravity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSceneDesc_get_gravity_0(self), PxVec3); -}; - PxSceneDesc.prototype['set_gravity'] = PxSceneDesc.prototype.set_gravity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_gravity_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'gravity', { get: PxSceneDesc.prototype.get_gravity, set: PxSceneDesc.prototype.set_gravity }); - PxSceneDesc.prototype['get_simulationEventCallback'] = PxSceneDesc.prototype.get_simulationEventCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSceneDesc_get_simulationEventCallback_0(self), PxSimulationEventCallback); -}; - PxSceneDesc.prototype['set_simulationEventCallback'] = PxSceneDesc.prototype.set_simulationEventCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_simulationEventCallback_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'simulationEventCallback', { get: PxSceneDesc.prototype.get_simulationEventCallback, set: PxSceneDesc.prototype.set_simulationEventCallback }); - PxSceneDesc.prototype['get_filterShaderData'] = PxSceneDesc.prototype.get_filterShaderData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSceneDesc_get_filterShaderData_0(self), VoidPtr); -}; - PxSceneDesc.prototype['set_filterShaderData'] = PxSceneDesc.prototype.set_filterShaderData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_filterShaderData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'filterShaderData', { get: PxSceneDesc.prototype.get_filterShaderData, set: PxSceneDesc.prototype.set_filterShaderData }); - PxSceneDesc.prototype['get_filterShaderDataSize'] = PxSceneDesc.prototype.get_filterShaderDataSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_filterShaderDataSize_0(self); -}; - PxSceneDesc.prototype['set_filterShaderDataSize'] = PxSceneDesc.prototype.set_filterShaderDataSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_filterShaderDataSize_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'filterShaderDataSize', { get: PxSceneDesc.prototype.get_filterShaderDataSize, set: PxSceneDesc.prototype.set_filterShaderDataSize }); - PxSceneDesc.prototype['get_filterShader'] = PxSceneDesc.prototype.get_filterShader = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSceneDesc_get_filterShader_0(self), PxSimulationFilterShader); -}; - PxSceneDesc.prototype['set_filterShader'] = PxSceneDesc.prototype.set_filterShader = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_filterShader_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'filterShader', { get: PxSceneDesc.prototype.get_filterShader, set: PxSceneDesc.prototype.set_filterShader }); - PxSceneDesc.prototype['get_kineKineFilteringMode'] = PxSceneDesc.prototype.get_kineKineFilteringMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_kineKineFilteringMode_0(self); -}; - PxSceneDesc.prototype['set_kineKineFilteringMode'] = PxSceneDesc.prototype.set_kineKineFilteringMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_kineKineFilteringMode_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'kineKineFilteringMode', { get: PxSceneDesc.prototype.get_kineKineFilteringMode, set: PxSceneDesc.prototype.set_kineKineFilteringMode }); - PxSceneDesc.prototype['get_staticKineFilteringMode'] = PxSceneDesc.prototype.get_staticKineFilteringMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_staticKineFilteringMode_0(self); -}; - PxSceneDesc.prototype['set_staticKineFilteringMode'] = PxSceneDesc.prototype.set_staticKineFilteringMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_staticKineFilteringMode_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'staticKineFilteringMode', { get: PxSceneDesc.prototype.get_staticKineFilteringMode, set: PxSceneDesc.prototype.set_staticKineFilteringMode }); - PxSceneDesc.prototype['get_broadPhaseType'] = PxSceneDesc.prototype.get_broadPhaseType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_broadPhaseType_0(self); -}; - PxSceneDesc.prototype['set_broadPhaseType'] = PxSceneDesc.prototype.set_broadPhaseType = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_broadPhaseType_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'broadPhaseType', { get: PxSceneDesc.prototype.get_broadPhaseType, set: PxSceneDesc.prototype.set_broadPhaseType }); - PxSceneDesc.prototype['get_limits'] = PxSceneDesc.prototype.get_limits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSceneDesc_get_limits_0(self), PxSceneLimits); -}; - PxSceneDesc.prototype['set_limits'] = PxSceneDesc.prototype.set_limits = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_limits_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'limits', { get: PxSceneDesc.prototype.get_limits, set: PxSceneDesc.prototype.set_limits }); - PxSceneDesc.prototype['get_frictionType'] = PxSceneDesc.prototype.get_frictionType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_frictionType_0(self); -}; - PxSceneDesc.prototype['set_frictionType'] = PxSceneDesc.prototype.set_frictionType = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_frictionType_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'frictionType', { get: PxSceneDesc.prototype.get_frictionType, set: PxSceneDesc.prototype.set_frictionType }); - PxSceneDesc.prototype['get_solverType'] = PxSceneDesc.prototype.get_solverType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_solverType_0(self); -}; - PxSceneDesc.prototype['set_solverType'] = PxSceneDesc.prototype.set_solverType = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_solverType_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'solverType', { get: PxSceneDesc.prototype.get_solverType, set: PxSceneDesc.prototype.set_solverType }); - PxSceneDesc.prototype['get_bounceThresholdVelocity'] = PxSceneDesc.prototype.get_bounceThresholdVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_bounceThresholdVelocity_0(self); -}; - PxSceneDesc.prototype['set_bounceThresholdVelocity'] = PxSceneDesc.prototype.set_bounceThresholdVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_bounceThresholdVelocity_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'bounceThresholdVelocity', { get: PxSceneDesc.prototype.get_bounceThresholdVelocity, set: PxSceneDesc.prototype.set_bounceThresholdVelocity }); - PxSceneDesc.prototype['get_frictionOffsetThreshold'] = PxSceneDesc.prototype.get_frictionOffsetThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_frictionOffsetThreshold_0(self); -}; - PxSceneDesc.prototype['set_frictionOffsetThreshold'] = PxSceneDesc.prototype.set_frictionOffsetThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_frictionOffsetThreshold_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'frictionOffsetThreshold', { get: PxSceneDesc.prototype.get_frictionOffsetThreshold, set: PxSceneDesc.prototype.set_frictionOffsetThreshold }); - PxSceneDesc.prototype['get_frictionCorrelationDistance'] = PxSceneDesc.prototype.get_frictionCorrelationDistance = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_frictionCorrelationDistance_0(self); -}; - PxSceneDesc.prototype['set_frictionCorrelationDistance'] = PxSceneDesc.prototype.set_frictionCorrelationDistance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_frictionCorrelationDistance_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'frictionCorrelationDistance', { get: PxSceneDesc.prototype.get_frictionCorrelationDistance, set: PxSceneDesc.prototype.set_frictionCorrelationDistance }); - PxSceneDesc.prototype['get_flags'] = PxSceneDesc.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSceneDesc_get_flags_0(self), PxSceneFlags); -}; - PxSceneDesc.prototype['set_flags'] = PxSceneDesc.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'flags', { get: PxSceneDesc.prototype.get_flags, set: PxSceneDesc.prototype.set_flags }); - PxSceneDesc.prototype['get_cpuDispatcher'] = PxSceneDesc.prototype.get_cpuDispatcher = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSceneDesc_get_cpuDispatcher_0(self), PxCpuDispatcher); -}; - PxSceneDesc.prototype['set_cpuDispatcher'] = PxSceneDesc.prototype.set_cpuDispatcher = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_cpuDispatcher_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'cpuDispatcher', { get: PxSceneDesc.prototype.get_cpuDispatcher, set: PxSceneDesc.prototype.set_cpuDispatcher }); - PxSceneDesc.prototype['get_userData'] = PxSceneDesc.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSceneDesc_get_userData_0(self), VoidPtr); -}; - PxSceneDesc.prototype['set_userData'] = PxSceneDesc.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'userData', { get: PxSceneDesc.prototype.get_userData, set: PxSceneDesc.prototype.set_userData }); - PxSceneDesc.prototype['get_solverBatchSize'] = PxSceneDesc.prototype.get_solverBatchSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_solverBatchSize_0(self); -}; - PxSceneDesc.prototype['set_solverBatchSize'] = PxSceneDesc.prototype.set_solverBatchSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_solverBatchSize_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'solverBatchSize', { get: PxSceneDesc.prototype.get_solverBatchSize, set: PxSceneDesc.prototype.set_solverBatchSize }); - PxSceneDesc.prototype['get_solverArticulationBatchSize'] = PxSceneDesc.prototype.get_solverArticulationBatchSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_solverArticulationBatchSize_0(self); -}; - PxSceneDesc.prototype['set_solverArticulationBatchSize'] = PxSceneDesc.prototype.set_solverArticulationBatchSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_solverArticulationBatchSize_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'solverArticulationBatchSize', { get: PxSceneDesc.prototype.get_solverArticulationBatchSize, set: PxSceneDesc.prototype.set_solverArticulationBatchSize }); - PxSceneDesc.prototype['get_nbContactDataBlocks'] = PxSceneDesc.prototype.get_nbContactDataBlocks = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_nbContactDataBlocks_0(self); -}; - PxSceneDesc.prototype['set_nbContactDataBlocks'] = PxSceneDesc.prototype.set_nbContactDataBlocks = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_nbContactDataBlocks_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'nbContactDataBlocks', { get: PxSceneDesc.prototype.get_nbContactDataBlocks, set: PxSceneDesc.prototype.set_nbContactDataBlocks }); - PxSceneDesc.prototype['get_maxNbContactDataBlocks'] = PxSceneDesc.prototype.get_maxNbContactDataBlocks = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_maxNbContactDataBlocks_0(self); -}; - PxSceneDesc.prototype['set_maxNbContactDataBlocks'] = PxSceneDesc.prototype.set_maxNbContactDataBlocks = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_maxNbContactDataBlocks_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'maxNbContactDataBlocks', { get: PxSceneDesc.prototype.get_maxNbContactDataBlocks, set: PxSceneDesc.prototype.set_maxNbContactDataBlocks }); - PxSceneDesc.prototype['get_maxBiasCoefficient'] = PxSceneDesc.prototype.get_maxBiasCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_maxBiasCoefficient_0(self); -}; - PxSceneDesc.prototype['set_maxBiasCoefficient'] = PxSceneDesc.prototype.set_maxBiasCoefficient = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_maxBiasCoefficient_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'maxBiasCoefficient', { get: PxSceneDesc.prototype.get_maxBiasCoefficient, set: PxSceneDesc.prototype.set_maxBiasCoefficient }); - PxSceneDesc.prototype['get_contactReportStreamBufferSize'] = PxSceneDesc.prototype.get_contactReportStreamBufferSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_contactReportStreamBufferSize_0(self); -}; - PxSceneDesc.prototype['set_contactReportStreamBufferSize'] = PxSceneDesc.prototype.set_contactReportStreamBufferSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_contactReportStreamBufferSize_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'contactReportStreamBufferSize', { get: PxSceneDesc.prototype.get_contactReportStreamBufferSize, set: PxSceneDesc.prototype.set_contactReportStreamBufferSize }); - PxSceneDesc.prototype['get_ccdMaxPasses'] = PxSceneDesc.prototype.get_ccdMaxPasses = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_ccdMaxPasses_0(self); -}; - PxSceneDesc.prototype['set_ccdMaxPasses'] = PxSceneDesc.prototype.set_ccdMaxPasses = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_ccdMaxPasses_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'ccdMaxPasses', { get: PxSceneDesc.prototype.get_ccdMaxPasses, set: PxSceneDesc.prototype.set_ccdMaxPasses }); - PxSceneDesc.prototype['get_ccdThreshold'] = PxSceneDesc.prototype.get_ccdThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_ccdThreshold_0(self); -}; - PxSceneDesc.prototype['set_ccdThreshold'] = PxSceneDesc.prototype.set_ccdThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_ccdThreshold_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'ccdThreshold', { get: PxSceneDesc.prototype.get_ccdThreshold, set: PxSceneDesc.prototype.set_ccdThreshold }); - PxSceneDesc.prototype['get_ccdMaxSeparation'] = PxSceneDesc.prototype.get_ccdMaxSeparation = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_ccdMaxSeparation_0(self); -}; - PxSceneDesc.prototype['set_ccdMaxSeparation'] = PxSceneDesc.prototype.set_ccdMaxSeparation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_ccdMaxSeparation_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'ccdMaxSeparation', { get: PxSceneDesc.prototype.get_ccdMaxSeparation, set: PxSceneDesc.prototype.set_ccdMaxSeparation }); - PxSceneDesc.prototype['get_wakeCounterResetValue'] = PxSceneDesc.prototype.get_wakeCounterResetValue = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_wakeCounterResetValue_0(self); -}; - PxSceneDesc.prototype['set_wakeCounterResetValue'] = PxSceneDesc.prototype.set_wakeCounterResetValue = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_wakeCounterResetValue_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'wakeCounterResetValue', { get: PxSceneDesc.prototype.get_wakeCounterResetValue, set: PxSceneDesc.prototype.set_wakeCounterResetValue }); - PxSceneDesc.prototype['get_sanityBounds'] = PxSceneDesc.prototype.get_sanityBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSceneDesc_get_sanityBounds_0(self), PxBounds3); -}; - PxSceneDesc.prototype['set_sanityBounds'] = PxSceneDesc.prototype.set_sanityBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_sanityBounds_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'sanityBounds', { get: PxSceneDesc.prototype.get_sanityBounds, set: PxSceneDesc.prototype.set_sanityBounds }); - PxSceneDesc.prototype['get_gpuMaxNumPartitions'] = PxSceneDesc.prototype.get_gpuMaxNumPartitions = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_gpuMaxNumPartitions_0(self); -}; - PxSceneDesc.prototype['set_gpuMaxNumPartitions'] = PxSceneDesc.prototype.set_gpuMaxNumPartitions = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_gpuMaxNumPartitions_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'gpuMaxNumPartitions', { get: PxSceneDesc.prototype.get_gpuMaxNumPartitions, set: PxSceneDesc.prototype.set_gpuMaxNumPartitions }); - PxSceneDesc.prototype['get_gpuMaxNumStaticPartitions'] = PxSceneDesc.prototype.get_gpuMaxNumStaticPartitions = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_gpuMaxNumStaticPartitions_0(self); -}; - PxSceneDesc.prototype['set_gpuMaxNumStaticPartitions'] = PxSceneDesc.prototype.set_gpuMaxNumStaticPartitions = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_gpuMaxNumStaticPartitions_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'gpuMaxNumStaticPartitions', { get: PxSceneDesc.prototype.get_gpuMaxNumStaticPartitions, set: PxSceneDesc.prototype.set_gpuMaxNumStaticPartitions }); - PxSceneDesc.prototype['get_gpuComputeVersion'] = PxSceneDesc.prototype.get_gpuComputeVersion = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_gpuComputeVersion_0(self); -}; - PxSceneDesc.prototype['set_gpuComputeVersion'] = PxSceneDesc.prototype.set_gpuComputeVersion = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_gpuComputeVersion_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'gpuComputeVersion', { get: PxSceneDesc.prototype.get_gpuComputeVersion, set: PxSceneDesc.prototype.set_gpuComputeVersion }); - PxSceneDesc.prototype['get_contactPairSlabSize'] = PxSceneDesc.prototype.get_contactPairSlabSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_contactPairSlabSize_0(self); -}; - PxSceneDesc.prototype['set_contactPairSlabSize'] = PxSceneDesc.prototype.set_contactPairSlabSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_contactPairSlabSize_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'contactPairSlabSize', { get: PxSceneDesc.prototype.get_contactPairSlabSize, set: PxSceneDesc.prototype.set_contactPairSlabSize }); - PxSceneDesc.prototype['get_staticStructure'] = PxSceneDesc.prototype.get_staticStructure = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_staticStructure_0(self); -}; - PxSceneDesc.prototype['set_staticStructure'] = PxSceneDesc.prototype.set_staticStructure = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_staticStructure_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'staticStructure', { get: PxSceneDesc.prototype.get_staticStructure, set: PxSceneDesc.prototype.set_staticStructure }); - PxSceneDesc.prototype['get_dynamicStructure'] = PxSceneDesc.prototype.get_dynamicStructure = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_dynamicStructure_0(self); -}; - PxSceneDesc.prototype['set_dynamicStructure'] = PxSceneDesc.prototype.set_dynamicStructure = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_dynamicStructure_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'dynamicStructure', { get: PxSceneDesc.prototype.get_dynamicStructure, set: PxSceneDesc.prototype.set_dynamicStructure }); - PxSceneDesc.prototype['get_dynamicTreeRebuildRateHint'] = PxSceneDesc.prototype.get_dynamicTreeRebuildRateHint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_dynamicTreeRebuildRateHint_0(self); -}; - PxSceneDesc.prototype['set_dynamicTreeRebuildRateHint'] = PxSceneDesc.prototype.set_dynamicTreeRebuildRateHint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_dynamicTreeRebuildRateHint_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'dynamicTreeRebuildRateHint', { get: PxSceneDesc.prototype.get_dynamicTreeRebuildRateHint, set: PxSceneDesc.prototype.set_dynamicTreeRebuildRateHint }); - PxSceneDesc.prototype['get_dynamicTreeSecondaryPruner'] = PxSceneDesc.prototype.get_dynamicTreeSecondaryPruner = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_dynamicTreeSecondaryPruner_0(self); -}; - PxSceneDesc.prototype['set_dynamicTreeSecondaryPruner'] = PxSceneDesc.prototype.set_dynamicTreeSecondaryPruner = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_dynamicTreeSecondaryPruner_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'dynamicTreeSecondaryPruner', { get: PxSceneDesc.prototype.get_dynamicTreeSecondaryPruner, set: PxSceneDesc.prototype.set_dynamicTreeSecondaryPruner }); - PxSceneDesc.prototype['get_staticBVHBuildStrategy'] = PxSceneDesc.prototype.get_staticBVHBuildStrategy = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_staticBVHBuildStrategy_0(self); -}; - PxSceneDesc.prototype['set_staticBVHBuildStrategy'] = PxSceneDesc.prototype.set_staticBVHBuildStrategy = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_staticBVHBuildStrategy_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'staticBVHBuildStrategy', { get: PxSceneDesc.prototype.get_staticBVHBuildStrategy, set: PxSceneDesc.prototype.set_staticBVHBuildStrategy }); - PxSceneDesc.prototype['get_dynamicBVHBuildStrategy'] = PxSceneDesc.prototype.get_dynamicBVHBuildStrategy = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_dynamicBVHBuildStrategy_0(self); -}; - PxSceneDesc.prototype['set_dynamicBVHBuildStrategy'] = PxSceneDesc.prototype.set_dynamicBVHBuildStrategy = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_dynamicBVHBuildStrategy_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'dynamicBVHBuildStrategy', { get: PxSceneDesc.prototype.get_dynamicBVHBuildStrategy, set: PxSceneDesc.prototype.set_dynamicBVHBuildStrategy }); - PxSceneDesc.prototype['get_staticNbObjectsPerNode'] = PxSceneDesc.prototype.get_staticNbObjectsPerNode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_staticNbObjectsPerNode_0(self); -}; - PxSceneDesc.prototype['set_staticNbObjectsPerNode'] = PxSceneDesc.prototype.set_staticNbObjectsPerNode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_staticNbObjectsPerNode_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'staticNbObjectsPerNode', { get: PxSceneDesc.prototype.get_staticNbObjectsPerNode, set: PxSceneDesc.prototype.set_staticNbObjectsPerNode }); - PxSceneDesc.prototype['get_dynamicNbObjectsPerNode'] = PxSceneDesc.prototype.get_dynamicNbObjectsPerNode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_dynamicNbObjectsPerNode_0(self); -}; - PxSceneDesc.prototype['set_dynamicNbObjectsPerNode'] = PxSceneDesc.prototype.set_dynamicNbObjectsPerNode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_dynamicNbObjectsPerNode_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'dynamicNbObjectsPerNode', { get: PxSceneDesc.prototype.get_dynamicNbObjectsPerNode, set: PxSceneDesc.prototype.set_dynamicNbObjectsPerNode }); - PxSceneDesc.prototype['get_sceneQueryUpdateMode'] = PxSceneDesc.prototype.get_sceneQueryUpdateMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneDesc_get_sceneQueryUpdateMode_0(self); -}; - PxSceneDesc.prototype['set_sceneQueryUpdateMode'] = PxSceneDesc.prototype.set_sceneQueryUpdateMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneDesc_set_sceneQueryUpdateMode_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneDesc.prototype, 'sceneQueryUpdateMode', { get: PxSceneDesc.prototype.get_sceneQueryUpdateMode, set: PxSceneDesc.prototype.set_sceneQueryUpdateMode }); - PxSceneDesc.prototype['__destroy__'] = PxSceneDesc.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSceneDesc___destroy___0(self); -}; -// PxSceneFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSceneFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxSceneFlags_PxSceneFlags_1(flags); - getCache(PxSceneFlags)[this.ptr] = this; -};; -PxSceneFlags.prototype = Object.create(WrapperObject.prototype); -PxSceneFlags.prototype.constructor = PxSceneFlags; -PxSceneFlags.prototype.__class__ = PxSceneFlags; -PxSceneFlags.__cache__ = {}; -Module['PxSceneFlags'] = PxSceneFlags; - -PxSceneFlags.prototype['isSet'] = PxSceneFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxSceneFlags_isSet_1(self, flag)); -};; - -PxSceneFlags.prototype['raise'] = PxSceneFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxSceneFlags_raise_1(self, flag); -};; - -PxSceneFlags.prototype['clear'] = PxSceneFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxSceneFlags_clear_1(self, flag); -};; - - PxSceneFlags.prototype['__destroy__'] = PxSceneFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSceneFlags___destroy___0(self); -}; -// PxSceneLimits -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSceneLimits() { - this.ptr = _emscripten_bind_PxSceneLimits_PxSceneLimits_0(); - getCache(PxSceneLimits)[this.ptr] = this; -};; -PxSceneLimits.prototype = Object.create(WrapperObject.prototype); -PxSceneLimits.prototype.constructor = PxSceneLimits; -PxSceneLimits.prototype.__class__ = PxSceneLimits; -PxSceneLimits.__cache__ = {}; -Module['PxSceneLimits'] = PxSceneLimits; - -PxSceneLimits.prototype['setToDefault'] = PxSceneLimits.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSceneLimits_setToDefault_0(self); -};; - -PxSceneLimits.prototype['isValid'] = PxSceneLimits.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxSceneLimits_isValid_0(self)); -};; - - PxSceneLimits.prototype['get_maxNbActors'] = PxSceneLimits.prototype.get_maxNbActors = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneLimits_get_maxNbActors_0(self); -}; - PxSceneLimits.prototype['set_maxNbActors'] = PxSceneLimits.prototype.set_maxNbActors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneLimits_set_maxNbActors_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneLimits.prototype, 'maxNbActors', { get: PxSceneLimits.prototype.get_maxNbActors, set: PxSceneLimits.prototype.set_maxNbActors }); - PxSceneLimits.prototype['get_maxNbBodies'] = PxSceneLimits.prototype.get_maxNbBodies = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneLimits_get_maxNbBodies_0(self); -}; - PxSceneLimits.prototype['set_maxNbBodies'] = PxSceneLimits.prototype.set_maxNbBodies = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneLimits_set_maxNbBodies_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneLimits.prototype, 'maxNbBodies', { get: PxSceneLimits.prototype.get_maxNbBodies, set: PxSceneLimits.prototype.set_maxNbBodies }); - PxSceneLimits.prototype['get_maxNbStaticShapes'] = PxSceneLimits.prototype.get_maxNbStaticShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneLimits_get_maxNbStaticShapes_0(self); -}; - PxSceneLimits.prototype['set_maxNbStaticShapes'] = PxSceneLimits.prototype.set_maxNbStaticShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneLimits_set_maxNbStaticShapes_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneLimits.prototype, 'maxNbStaticShapes', { get: PxSceneLimits.prototype.get_maxNbStaticShapes, set: PxSceneLimits.prototype.set_maxNbStaticShapes }); - PxSceneLimits.prototype['get_maxNbDynamicShapes'] = PxSceneLimits.prototype.get_maxNbDynamicShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneLimits_get_maxNbDynamicShapes_0(self); -}; - PxSceneLimits.prototype['set_maxNbDynamicShapes'] = PxSceneLimits.prototype.set_maxNbDynamicShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneLimits_set_maxNbDynamicShapes_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneLimits.prototype, 'maxNbDynamicShapes', { get: PxSceneLimits.prototype.get_maxNbDynamicShapes, set: PxSceneLimits.prototype.set_maxNbDynamicShapes }); - PxSceneLimits.prototype['get_maxNbAggregates'] = PxSceneLimits.prototype.get_maxNbAggregates = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneLimits_get_maxNbAggregates_0(self); -}; - PxSceneLimits.prototype['set_maxNbAggregates'] = PxSceneLimits.prototype.set_maxNbAggregates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneLimits_set_maxNbAggregates_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneLimits.prototype, 'maxNbAggregates', { get: PxSceneLimits.prototype.get_maxNbAggregates, set: PxSceneLimits.prototype.set_maxNbAggregates }); - PxSceneLimits.prototype['get_maxNbConstraints'] = PxSceneLimits.prototype.get_maxNbConstraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneLimits_get_maxNbConstraints_0(self); -}; - PxSceneLimits.prototype['set_maxNbConstraints'] = PxSceneLimits.prototype.set_maxNbConstraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneLimits_set_maxNbConstraints_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneLimits.prototype, 'maxNbConstraints', { get: PxSceneLimits.prototype.get_maxNbConstraints, set: PxSceneLimits.prototype.set_maxNbConstraints }); - PxSceneLimits.prototype['get_maxNbRegions'] = PxSceneLimits.prototype.get_maxNbRegions = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneLimits_get_maxNbRegions_0(self); -}; - PxSceneLimits.prototype['set_maxNbRegions'] = PxSceneLimits.prototype.set_maxNbRegions = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneLimits_set_maxNbRegions_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneLimits.prototype, 'maxNbRegions', { get: PxSceneLimits.prototype.get_maxNbRegions, set: PxSceneLimits.prototype.set_maxNbRegions }); - PxSceneLimits.prototype['get_maxNbBroadPhaseOverlaps'] = PxSceneLimits.prototype.get_maxNbBroadPhaseOverlaps = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSceneLimits_get_maxNbBroadPhaseOverlaps_0(self); -}; - PxSceneLimits.prototype['set_maxNbBroadPhaseOverlaps'] = PxSceneLimits.prototype.set_maxNbBroadPhaseOverlaps = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSceneLimits_set_maxNbBroadPhaseOverlaps_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSceneLimits.prototype, 'maxNbBroadPhaseOverlaps', { get: PxSceneLimits.prototype.get_maxNbBroadPhaseOverlaps, set: PxSceneLimits.prototype.set_maxNbBroadPhaseOverlaps }); - PxSceneLimits.prototype['__destroy__'] = PxSceneLimits.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSceneLimits___destroy___0(self); -}; -// PxSerialization -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSerialization() { throw "cannot construct a PxSerialization, no constructor in IDL" } -PxSerialization.prototype = Object.create(WrapperObject.prototype); -PxSerialization.prototype.constructor = PxSerialization; -PxSerialization.prototype.__class__ = PxSerialization; -PxSerialization.__cache__ = {}; -Module['PxSerialization'] = PxSerialization; - -PxSerialization.prototype['isSerializable'] = PxSerialization.prototype.isSerializable = /** @suppress {undefinedVars, duplicate} @this{Object} */function(collection, sr, externalReferences) { - var self = this.ptr; - if (collection && typeof collection === 'object') collection = collection.ptr; - if (sr && typeof sr === 'object') sr = sr.ptr; - if (externalReferences && typeof externalReferences === 'object') externalReferences = externalReferences.ptr; - if (externalReferences === undefined) { return !!(_emscripten_bind_PxSerialization_isSerializable_2(self, collection, sr)) } - return !!(_emscripten_bind_PxSerialization_isSerializable_3(self, collection, sr, externalReferences)); -};; - -PxSerialization.prototype['complete'] = PxSerialization.prototype.complete = /** @suppress {undefinedVars, duplicate} @this{Object} */function(collection, sr, exceptFor, followJoints) { - var self = this.ptr; - if (collection && typeof collection === 'object') collection = collection.ptr; - if (sr && typeof sr === 'object') sr = sr.ptr; - if (exceptFor && typeof exceptFor === 'object') exceptFor = exceptFor.ptr; - if (followJoints && typeof followJoints === 'object') followJoints = followJoints.ptr; - if (exceptFor === undefined) { _emscripten_bind_PxSerialization_complete_2(self, collection, sr); return } - if (followJoints === undefined) { _emscripten_bind_PxSerialization_complete_3(self, collection, sr, exceptFor); return } - _emscripten_bind_PxSerialization_complete_4(self, collection, sr, exceptFor, followJoints); -};; - -PxSerialization.prototype['createSerialObjectIds'] = PxSerialization.prototype.createSerialObjectIds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(collection, base) { - var self = this.ptr; - if (collection && typeof collection === 'object') collection = collection.ptr; - if (base && typeof base === 'object') base = base.ptr; - _emscripten_bind_PxSerialization_createSerialObjectIds_2(self, collection, base); -};; - -PxSerialization.prototype['createCollectionFromXml'] = PxSerialization.prototype.createCollectionFromXml = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inputData, params, sr, externalRefs) { - var self = this.ptr; - if (inputData && typeof inputData === 'object') inputData = inputData.ptr; - if (params && typeof params === 'object') params = params.ptr; - if (sr && typeof sr === 'object') sr = sr.ptr; - if (externalRefs && typeof externalRefs === 'object') externalRefs = externalRefs.ptr; - if (externalRefs === undefined) { return wrapPointer(_emscripten_bind_PxSerialization_createCollectionFromXml_3(self, inputData, params, sr), PxCollection) } - return wrapPointer(_emscripten_bind_PxSerialization_createCollectionFromXml_4(self, inputData, params, sr, externalRefs), PxCollection); -};; - -PxSerialization.prototype['createCollectionFromBinary'] = PxSerialization.prototype.createCollectionFromBinary = /** @suppress {undefinedVars, duplicate} @this{Object} */function(memBlock, sr, externalRefs) { - var self = this.ptr; - if (memBlock && typeof memBlock === 'object') memBlock = memBlock.ptr; - if (sr && typeof sr === 'object') sr = sr.ptr; - if (externalRefs && typeof externalRefs === 'object') externalRefs = externalRefs.ptr; - if (externalRefs === undefined) { return wrapPointer(_emscripten_bind_PxSerialization_createCollectionFromBinary_2(self, memBlock, sr), PxCollection) } - return wrapPointer(_emscripten_bind_PxSerialization_createCollectionFromBinary_3(self, memBlock, sr, externalRefs), PxCollection); -};; - -PxSerialization.prototype['serializeCollectionToXml'] = PxSerialization.prototype.serializeCollectionToXml = /** @suppress {undefinedVars, duplicate} @this{Object} */function(outputStream, collection, sr, params, externalRefs) { - var self = this.ptr; - if (outputStream && typeof outputStream === 'object') outputStream = outputStream.ptr; - if (collection && typeof collection === 'object') collection = collection.ptr; - if (sr && typeof sr === 'object') sr = sr.ptr; - if (params && typeof params === 'object') params = params.ptr; - if (externalRefs && typeof externalRefs === 'object') externalRefs = externalRefs.ptr; - if (params === undefined) { return !!(_emscripten_bind_PxSerialization_serializeCollectionToXml_3(self, outputStream, collection, sr)) } - if (externalRefs === undefined) { return !!(_emscripten_bind_PxSerialization_serializeCollectionToXml_4(self, outputStream, collection, sr, params)) } - return !!(_emscripten_bind_PxSerialization_serializeCollectionToXml_5(self, outputStream, collection, sr, params, externalRefs)); -};; - -PxSerialization.prototype['serializeCollectionToBinary'] = PxSerialization.prototype.serializeCollectionToBinary = /** @suppress {undefinedVars, duplicate} @this{Object} */function(outputStream, collection, sr, externalRefs, exportNames) { - var self = this.ptr; - if (outputStream && typeof outputStream === 'object') outputStream = outputStream.ptr; - if (collection && typeof collection === 'object') collection = collection.ptr; - if (sr && typeof sr === 'object') sr = sr.ptr; - if (externalRefs && typeof externalRefs === 'object') externalRefs = externalRefs.ptr; - if (exportNames && typeof exportNames === 'object') exportNames = exportNames.ptr; - if (externalRefs === undefined) { return !!(_emscripten_bind_PxSerialization_serializeCollectionToBinary_3(self, outputStream, collection, sr)) } - if (exportNames === undefined) { return !!(_emscripten_bind_PxSerialization_serializeCollectionToBinary_4(self, outputStream, collection, sr, externalRefs)) } - return !!(_emscripten_bind_PxSerialization_serializeCollectionToBinary_5(self, outputStream, collection, sr, externalRefs, exportNames)); -};; - -PxSerialization.prototype['createSerializationRegistry'] = PxSerialization.prototype.createSerializationRegistry = /** @suppress {undefinedVars, duplicate} @this{Object} */function(physics) { - var self = this.ptr; - if (physics && typeof physics === 'object') physics = physics.ptr; - return wrapPointer(_emscripten_bind_PxSerialization_createSerializationRegistry_1(self, physics), PxSerializationRegistry); -};; - - PxSerialization.prototype['__destroy__'] = PxSerialization.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSerialization___destroy___0(self); -}; -// PxSerializationRegistry -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSerializationRegistry() { throw "cannot construct a PxSerializationRegistry, no constructor in IDL" } -PxSerializationRegistry.prototype = Object.create(WrapperObject.prototype); -PxSerializationRegistry.prototype.constructor = PxSerializationRegistry; -PxSerializationRegistry.prototype.__class__ = PxSerializationRegistry; -PxSerializationRegistry.__cache__ = {}; -Module['PxSerializationRegistry'] = PxSerializationRegistry; - -PxSerializationRegistry.prototype['release'] = PxSerializationRegistry.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSerializationRegistry_release_0(self); -};; - -// PxShape -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxShape() { throw "cannot construct a PxShape, no constructor in IDL" } -PxShape.prototype = Object.create(PxRefCounted.prototype); -PxShape.prototype.constructor = PxShape; -PxShape.prototype.__class__ = PxShape; -PxShape.__cache__ = {}; -Module['PxShape'] = PxShape; - -PxShape.prototype['setGeometry'] = PxShape.prototype.setGeometry = /** @suppress {undefinedVars, duplicate} @this{Object} */function(geometry) { - var self = this.ptr; - if (geometry && typeof geometry === 'object') geometry = geometry.ptr; - _emscripten_bind_PxShape_setGeometry_1(self, geometry); -};; - -PxShape.prototype['getGeometry'] = PxShape.prototype.getGeometry = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxShape_getGeometry_0(self), PxGeometry); -};; - -PxShape.prototype['getActor'] = PxShape.prototype.getActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxShape_getActor_0(self), PxRigidActor); -};; - -PxShape.prototype['setMaterials'] = PxShape.prototype.setMaterials = /** @suppress {undefinedVars, duplicate} @this{Object} */function(materials, materialCount) { - var self = this.ptr; - if (materials && typeof materials === 'object') materials = materials.ptr; - if (materialCount && typeof materialCount === 'object') materialCount = materialCount.ptr; - _emscripten_bind_PxShape_setMaterials_2(self, materials, materialCount); -};; - -PxShape.prototype['getNbMaterials'] = PxShape.prototype.getNbMaterials = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxShape_getNbMaterials_0(self); -};; - -PxShape.prototype['getMaterials'] = PxShape.prototype.getMaterials = /** @suppress {undefinedVars, duplicate} @this{Object} */function(userBuffer, bufferSize, startIndex) { - var self = this.ptr; - if (userBuffer && typeof userBuffer === 'object') userBuffer = userBuffer.ptr; - if (bufferSize && typeof bufferSize === 'object') bufferSize = bufferSize.ptr; - if (startIndex && typeof startIndex === 'object') startIndex = startIndex.ptr; - return _emscripten_bind_PxShape_getMaterials_3(self, userBuffer, bufferSize, startIndex); -};; - -PxShape.prototype['getMaterialFromInternalFaceIndex'] = PxShape.prototype.getMaterialFromInternalFaceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function(faceIndex) { - var self = this.ptr; - if (faceIndex && typeof faceIndex === 'object') faceIndex = faceIndex.ptr; - return wrapPointer(_emscripten_bind_PxShape_getMaterialFromInternalFaceIndex_1(self, faceIndex), PxBaseMaterial); -};; - -PxShape.prototype['setContactOffset'] = PxShape.prototype.setContactOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(contactOffset) { - var self = this.ptr; - if (contactOffset && typeof contactOffset === 'object') contactOffset = contactOffset.ptr; - _emscripten_bind_PxShape_setContactOffset_1(self, contactOffset); -};; - -PxShape.prototype['getContactOffset'] = PxShape.prototype.getContactOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxShape_getContactOffset_0(self); -};; - -PxShape.prototype['setRestOffset'] = PxShape.prototype.setRestOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function(restOffset) { - var self = this.ptr; - if (restOffset && typeof restOffset === 'object') restOffset = restOffset.ptr; - _emscripten_bind_PxShape_setRestOffset_1(self, restOffset); -};; - -PxShape.prototype['getRestOffset'] = PxShape.prototype.getRestOffset = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxShape_getRestOffset_0(self); -};; - -PxShape.prototype['setTorsionalPatchRadius'] = PxShape.prototype.setTorsionalPatchRadius = /** @suppress {undefinedVars, duplicate} @this{Object} */function(radius) { - var self = this.ptr; - if (radius && typeof radius === 'object') radius = radius.ptr; - _emscripten_bind_PxShape_setTorsionalPatchRadius_1(self, radius); -};; - -PxShape.prototype['getTorsionalPatchRadius'] = PxShape.prototype.getTorsionalPatchRadius = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxShape_getTorsionalPatchRadius_0(self); -};; - -PxShape.prototype['setMinTorsionalPatchRadius'] = PxShape.prototype.setMinTorsionalPatchRadius = /** @suppress {undefinedVars, duplicate} @this{Object} */function(radius) { - var self = this.ptr; - if (radius && typeof radius === 'object') radius = radius.ptr; - _emscripten_bind_PxShape_setMinTorsionalPatchRadius_1(self, radius); -};; - -PxShape.prototype['getMinTorsionalPatchRadius'] = PxShape.prototype.getMinTorsionalPatchRadius = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxShape_getMinTorsionalPatchRadius_0(self); -};; - -PxShape.prototype['setFlag'] = PxShape.prototype.setFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxShape_setFlag_2(self, flag, value); -};; - -PxShape.prototype['setFlags'] = PxShape.prototype.setFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxShape_setFlags_1(self, inFlags); -};; - -PxShape.prototype['getFlags'] = PxShape.prototype.getFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxShape_getFlags_0(self), PxShapeFlags); -};; - -PxShape.prototype['isExclusive'] = PxShape.prototype.isExclusive = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxShape_isExclusive_0(self)); -};; - -PxShape.prototype['setName'] = PxShape.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxShape_setName_1(self, name); -};; - -PxShape.prototype['getName'] = PxShape.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxShape_getName_0(self)); -};; - -PxShape.prototype['setLocalPose'] = PxShape.prototype.setLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pose) { - var self = this.ptr; - if (pose && typeof pose === 'object') pose = pose.ptr; - _emscripten_bind_PxShape_setLocalPose_1(self, pose); -};; - -PxShape.prototype['getLocalPose'] = PxShape.prototype.getLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxShape_getLocalPose_0(self), PxTransform); -};; - -PxShape.prototype['setSimulationFilterData'] = PxShape.prototype.setSimulationFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(data) { - var self = this.ptr; - if (data && typeof data === 'object') data = data.ptr; - _emscripten_bind_PxShape_setSimulationFilterData_1(self, data); -};; - -PxShape.prototype['getSimulationFilterData'] = PxShape.prototype.getSimulationFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxShape_getSimulationFilterData_0(self), PxFilterData); -};; - -PxShape.prototype['setQueryFilterData'] = PxShape.prototype.setQueryFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(data) { - var self = this.ptr; - if (data && typeof data === 'object') data = data.ptr; - _emscripten_bind_PxShape_setQueryFilterData_1(self, data); -};; - -PxShape.prototype['getQueryFilterData'] = PxShape.prototype.getQueryFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxShape_getQueryFilterData_0(self), PxFilterData); -};; - -PxShape.prototype['release'] = PxShape.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxShape_release_0(self); -};; - -PxShape.prototype['getConcreteTypeName'] = PxShape.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxShape_getConcreteTypeName_0(self)); -};; - -PxShape.prototype['getConcreteType'] = PxShape.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxShape_getConcreteType_0(self); -};; - -PxShape.prototype['setBaseFlag'] = PxShape.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxShape_setBaseFlag_2(self, flag, value); -};; - -PxShape.prototype['setBaseFlags'] = PxShape.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxShape_setBaseFlags_1(self, inFlags); -};; - -PxShape.prototype['getBaseFlags'] = PxShape.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxShape_getBaseFlags_0(self), PxBaseFlags); -};; - -PxShape.prototype['isReleasable'] = PxShape.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxShape_isReleasable_0(self)); -};; - -PxShape.prototype['getReferenceCount'] = PxShape.prototype.getReferenceCount = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxShape_getReferenceCount_0(self); -};; - -PxShape.prototype['acquireReference'] = PxShape.prototype.acquireReference = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxShape_acquireReference_0(self); -};; - - PxShape.prototype['get_userData'] = PxShape.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxShape_get_userData_0(self), VoidPtr); -}; - PxShape.prototype['set_userData'] = PxShape.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxShape_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxShape.prototype, 'userData', { get: PxShape.prototype.get_userData, set: PxShape.prototype.set_userData }); -// PxShapeExt -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxShapeExt() { throw "cannot construct a PxShapeExt, no constructor in IDL" } -PxShapeExt.prototype = Object.create(WrapperObject.prototype); -PxShapeExt.prototype.constructor = PxShapeExt; -PxShapeExt.prototype.__class__ = PxShapeExt; -PxShapeExt.__cache__ = {}; -Module['PxShapeExt'] = PxShapeExt; - -PxShapeExt.prototype['getGlobalPose'] = PxShapeExt.prototype.getGlobalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape, actor) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - return wrapPointer(_emscripten_bind_PxShapeExt_getGlobalPose_2(self, shape, actor), PxTransform); -};; - -PxShapeExt.prototype['raycast'] = PxShapeExt.prototype.raycast = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape, actor, rayOrigin, rayDir, maxDist, hitFlags, maxHits, rayHits) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (rayOrigin && typeof rayOrigin === 'object') rayOrigin = rayOrigin.ptr; - if (rayDir && typeof rayDir === 'object') rayDir = rayDir.ptr; - if (maxDist && typeof maxDist === 'object') maxDist = maxDist.ptr; - if (hitFlags && typeof hitFlags === 'object') hitFlags = hitFlags.ptr; - if (maxHits && typeof maxHits === 'object') maxHits = maxHits.ptr; - if (rayHits && typeof rayHits === 'object') rayHits = rayHits.ptr; - return _emscripten_bind_PxShapeExt_raycast_8(self, shape, actor, rayOrigin, rayDir, maxDist, hitFlags, maxHits, rayHits); -};; - -PxShapeExt.prototype['overlap'] = PxShapeExt.prototype.overlap = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape, actor, otherGeom, otherGeomPose) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (otherGeom && typeof otherGeom === 'object') otherGeom = otherGeom.ptr; - if (otherGeomPose && typeof otherGeomPose === 'object') otherGeomPose = otherGeomPose.ptr; - return !!(_emscripten_bind_PxShapeExt_overlap_4(self, shape, actor, otherGeom, otherGeomPose)); -};; - -PxShapeExt.prototype['sweep'] = PxShapeExt.prototype.sweep = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape, actor, unitDir, distance, otherGeom, otherGeomPose, sweepHit, hitFlags) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (unitDir && typeof unitDir === 'object') unitDir = unitDir.ptr; - if (distance && typeof distance === 'object') distance = distance.ptr; - if (otherGeom && typeof otherGeom === 'object') otherGeom = otherGeom.ptr; - if (otherGeomPose && typeof otherGeomPose === 'object') otherGeomPose = otherGeomPose.ptr; - if (sweepHit && typeof sweepHit === 'object') sweepHit = sweepHit.ptr; - if (hitFlags && typeof hitFlags === 'object') hitFlags = hitFlags.ptr; - return !!(_emscripten_bind_PxShapeExt_sweep_8(self, shape, actor, unitDir, distance, otherGeom, otherGeomPose, sweepHit, hitFlags)); -};; - -PxShapeExt.prototype['getWorldBounds'] = PxShapeExt.prototype.getWorldBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shape, actor, inflation) { - var self = this.ptr; - if (shape && typeof shape === 'object') shape = shape.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (inflation && typeof inflation === 'object') inflation = inflation.ptr; - if (inflation === undefined) { return wrapPointer(_emscripten_bind_PxShapeExt_getWorldBounds_2(self, shape, actor), PxBounds3) } - return wrapPointer(_emscripten_bind_PxShapeExt_getWorldBounds_3(self, shape, actor, inflation), PxBounds3); -};; - - PxShapeExt.prototype['__destroy__'] = PxShapeExt.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxShapeExt___destroy___0(self); -}; -// PxShapeFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxShapeFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxShapeFlags_PxShapeFlags_1(flags); - getCache(PxShapeFlags)[this.ptr] = this; -};; -PxShapeFlags.prototype = Object.create(WrapperObject.prototype); -PxShapeFlags.prototype.constructor = PxShapeFlags; -PxShapeFlags.prototype.__class__ = PxShapeFlags; -PxShapeFlags.__cache__ = {}; -Module['PxShapeFlags'] = PxShapeFlags; - -PxShapeFlags.prototype['isSet'] = PxShapeFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxShapeFlags_isSet_1(self, flag)); -};; - -PxShapeFlags.prototype['raise'] = PxShapeFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxShapeFlags_raise_1(self, flag); -};; - -PxShapeFlags.prototype['clear'] = PxShapeFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxShapeFlags_clear_1(self, flag); -};; - - PxShapeFlags.prototype['__destroy__'] = PxShapeFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxShapeFlags___destroy___0(self); -}; -// PxSimulationEventCallbackImpl -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSimulationEventCallbackImpl() { - this.ptr = _emscripten_bind_PxSimulationEventCallbackImpl_PxSimulationEventCallbackImpl_0(); - getCache(PxSimulationEventCallbackImpl)[this.ptr] = this; -};; -PxSimulationEventCallbackImpl.prototype = Object.create(SimpleSimulationEventCallback.prototype); -PxSimulationEventCallbackImpl.prototype.constructor = PxSimulationEventCallbackImpl; -PxSimulationEventCallbackImpl.prototype.__class__ = PxSimulationEventCallbackImpl; -PxSimulationEventCallbackImpl.__cache__ = {}; -Module['PxSimulationEventCallbackImpl'] = PxSimulationEventCallbackImpl; - -PxSimulationEventCallbackImpl.prototype['onConstraintBreak'] = PxSimulationEventCallbackImpl.prototype.onConstraintBreak = /** @suppress {undefinedVars, duplicate} @this{Object} */function(constraints, count) { - var self = this.ptr; - if (constraints && typeof constraints === 'object') constraints = constraints.ptr; - if (count && typeof count === 'object') count = count.ptr; - _emscripten_bind_PxSimulationEventCallbackImpl_onConstraintBreak_2(self, constraints, count); -};; - -PxSimulationEventCallbackImpl.prototype['onWake'] = PxSimulationEventCallbackImpl.prototype.onWake = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actors, count) { - var self = this.ptr; - if (actors && typeof actors === 'object') actors = actors.ptr; - if (count && typeof count === 'object') count = count.ptr; - _emscripten_bind_PxSimulationEventCallbackImpl_onWake_2(self, actors, count); -};; - -PxSimulationEventCallbackImpl.prototype['onSleep'] = PxSimulationEventCallbackImpl.prototype.onSleep = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actors, count) { - var self = this.ptr; - if (actors && typeof actors === 'object') actors = actors.ptr; - if (count && typeof count === 'object') count = count.ptr; - _emscripten_bind_PxSimulationEventCallbackImpl_onSleep_2(self, actors, count); -};; - -PxSimulationEventCallbackImpl.prototype['onContact'] = PxSimulationEventCallbackImpl.prototype.onContact = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pairHeader, pairs, nbPairs) { - var self = this.ptr; - if (pairHeader && typeof pairHeader === 'object') pairHeader = pairHeader.ptr; - if (pairs && typeof pairs === 'object') pairs = pairs.ptr; - if (nbPairs && typeof nbPairs === 'object') nbPairs = nbPairs.ptr; - _emscripten_bind_PxSimulationEventCallbackImpl_onContact_3(self, pairHeader, pairs, nbPairs); -};; - -PxSimulationEventCallbackImpl.prototype['onTrigger'] = PxSimulationEventCallbackImpl.prototype.onTrigger = /** @suppress {undefinedVars, duplicate} @this{Object} */function(pairs, count) { - var self = this.ptr; - if (pairs && typeof pairs === 'object') pairs = pairs.ptr; - if (count && typeof count === 'object') count = count.ptr; - _emscripten_bind_PxSimulationEventCallbackImpl_onTrigger_2(self, pairs, count); -};; - - PxSimulationEventCallbackImpl.prototype['__destroy__'] = PxSimulationEventCallbackImpl.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSimulationEventCallbackImpl___destroy___0(self); -}; -// PxSimulationStatistics -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSimulationStatistics() { throw "cannot construct a PxSimulationStatistics, no constructor in IDL" } -PxSimulationStatistics.prototype = Object.create(WrapperObject.prototype); -PxSimulationStatistics.prototype.constructor = PxSimulationStatistics; -PxSimulationStatistics.prototype.__class__ = PxSimulationStatistics; -PxSimulationStatistics.__cache__ = {}; -Module['PxSimulationStatistics'] = PxSimulationStatistics; - - PxSimulationStatistics.prototype['get_nbActiveConstraints'] = PxSimulationStatistics.prototype.get_nbActiveConstraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbActiveConstraints_0(self); -}; - PxSimulationStatistics.prototype['set_nbActiveConstraints'] = PxSimulationStatistics.prototype.set_nbActiveConstraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbActiveConstraints_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbActiveConstraints', { get: PxSimulationStatistics.prototype.get_nbActiveConstraints, set: PxSimulationStatistics.prototype.set_nbActiveConstraints }); - PxSimulationStatistics.prototype['get_nbActiveDynamicBodies'] = PxSimulationStatistics.prototype.get_nbActiveDynamicBodies = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbActiveDynamicBodies_0(self); -}; - PxSimulationStatistics.prototype['set_nbActiveDynamicBodies'] = PxSimulationStatistics.prototype.set_nbActiveDynamicBodies = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbActiveDynamicBodies_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbActiveDynamicBodies', { get: PxSimulationStatistics.prototype.get_nbActiveDynamicBodies, set: PxSimulationStatistics.prototype.set_nbActiveDynamicBodies }); - PxSimulationStatistics.prototype['get_nbActiveKinematicBodies'] = PxSimulationStatistics.prototype.get_nbActiveKinematicBodies = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbActiveKinematicBodies_0(self); -}; - PxSimulationStatistics.prototype['set_nbActiveKinematicBodies'] = PxSimulationStatistics.prototype.set_nbActiveKinematicBodies = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbActiveKinematicBodies_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbActiveKinematicBodies', { get: PxSimulationStatistics.prototype.get_nbActiveKinematicBodies, set: PxSimulationStatistics.prototype.set_nbActiveKinematicBodies }); - PxSimulationStatistics.prototype['get_nbStaticBodies'] = PxSimulationStatistics.prototype.get_nbStaticBodies = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbStaticBodies_0(self); -}; - PxSimulationStatistics.prototype['set_nbStaticBodies'] = PxSimulationStatistics.prototype.set_nbStaticBodies = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbStaticBodies_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbStaticBodies', { get: PxSimulationStatistics.prototype.get_nbStaticBodies, set: PxSimulationStatistics.prototype.set_nbStaticBodies }); - PxSimulationStatistics.prototype['get_nbDynamicBodies'] = PxSimulationStatistics.prototype.get_nbDynamicBodies = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbDynamicBodies_0(self); -}; - PxSimulationStatistics.prototype['set_nbDynamicBodies'] = PxSimulationStatistics.prototype.set_nbDynamicBodies = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbDynamicBodies_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbDynamicBodies', { get: PxSimulationStatistics.prototype.get_nbDynamicBodies, set: PxSimulationStatistics.prototype.set_nbDynamicBodies }); - PxSimulationStatistics.prototype['get_nbKinematicBodies'] = PxSimulationStatistics.prototype.get_nbKinematicBodies = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbKinematicBodies_0(self); -}; - PxSimulationStatistics.prototype['set_nbKinematicBodies'] = PxSimulationStatistics.prototype.set_nbKinematicBodies = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbKinematicBodies_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbKinematicBodies', { get: PxSimulationStatistics.prototype.get_nbKinematicBodies, set: PxSimulationStatistics.prototype.set_nbKinematicBodies }); - PxSimulationStatistics.prototype['get_nbShapes'] = PxSimulationStatistics.prototype.get_nbShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbShapes_1(self, arg0); -}; - PxSimulationStatistics.prototype['set_nbShapes'] = PxSimulationStatistics.prototype.set_nbShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbShapes_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbShapes', { get: PxSimulationStatistics.prototype.get_nbShapes, set: PxSimulationStatistics.prototype.set_nbShapes }); - PxSimulationStatistics.prototype['get_nbAggregates'] = PxSimulationStatistics.prototype.get_nbAggregates = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbAggregates_0(self); -}; - PxSimulationStatistics.prototype['set_nbAggregates'] = PxSimulationStatistics.prototype.set_nbAggregates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbAggregates_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbAggregates', { get: PxSimulationStatistics.prototype.get_nbAggregates, set: PxSimulationStatistics.prototype.set_nbAggregates }); - PxSimulationStatistics.prototype['get_nbArticulations'] = PxSimulationStatistics.prototype.get_nbArticulations = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbArticulations_0(self); -}; - PxSimulationStatistics.prototype['set_nbArticulations'] = PxSimulationStatistics.prototype.set_nbArticulations = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbArticulations_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbArticulations', { get: PxSimulationStatistics.prototype.get_nbArticulations, set: PxSimulationStatistics.prototype.set_nbArticulations }); - PxSimulationStatistics.prototype['get_nbAxisSolverConstraints'] = PxSimulationStatistics.prototype.get_nbAxisSolverConstraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbAxisSolverConstraints_0(self); -}; - PxSimulationStatistics.prototype['set_nbAxisSolverConstraints'] = PxSimulationStatistics.prototype.set_nbAxisSolverConstraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbAxisSolverConstraints_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbAxisSolverConstraints', { get: PxSimulationStatistics.prototype.get_nbAxisSolverConstraints, set: PxSimulationStatistics.prototype.set_nbAxisSolverConstraints }); - PxSimulationStatistics.prototype['get_compressedContactSize'] = PxSimulationStatistics.prototype.get_compressedContactSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_compressedContactSize_0(self); -}; - PxSimulationStatistics.prototype['set_compressedContactSize'] = PxSimulationStatistics.prototype.set_compressedContactSize = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_compressedContactSize_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'compressedContactSize', { get: PxSimulationStatistics.prototype.get_compressedContactSize, set: PxSimulationStatistics.prototype.set_compressedContactSize }); - PxSimulationStatistics.prototype['get_requiredContactConstraintMemory'] = PxSimulationStatistics.prototype.get_requiredContactConstraintMemory = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_requiredContactConstraintMemory_0(self); -}; - PxSimulationStatistics.prototype['set_requiredContactConstraintMemory'] = PxSimulationStatistics.prototype.set_requiredContactConstraintMemory = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_requiredContactConstraintMemory_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'requiredContactConstraintMemory', { get: PxSimulationStatistics.prototype.get_requiredContactConstraintMemory, set: PxSimulationStatistics.prototype.set_requiredContactConstraintMemory }); - PxSimulationStatistics.prototype['get_peakConstraintMemory'] = PxSimulationStatistics.prototype.get_peakConstraintMemory = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_peakConstraintMemory_0(self); -}; - PxSimulationStatistics.prototype['set_peakConstraintMemory'] = PxSimulationStatistics.prototype.set_peakConstraintMemory = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_peakConstraintMemory_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'peakConstraintMemory', { get: PxSimulationStatistics.prototype.get_peakConstraintMemory, set: PxSimulationStatistics.prototype.set_peakConstraintMemory }); - PxSimulationStatistics.prototype['get_nbDiscreteContactPairsTotal'] = PxSimulationStatistics.prototype.get_nbDiscreteContactPairsTotal = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsTotal_0(self); -}; - PxSimulationStatistics.prototype['set_nbDiscreteContactPairsTotal'] = PxSimulationStatistics.prototype.set_nbDiscreteContactPairsTotal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsTotal_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbDiscreteContactPairsTotal', { get: PxSimulationStatistics.prototype.get_nbDiscreteContactPairsTotal, set: PxSimulationStatistics.prototype.set_nbDiscreteContactPairsTotal }); - PxSimulationStatistics.prototype['get_nbDiscreteContactPairsWithCacheHits'] = PxSimulationStatistics.prototype.get_nbDiscreteContactPairsWithCacheHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsWithCacheHits_0(self); -}; - PxSimulationStatistics.prototype['set_nbDiscreteContactPairsWithCacheHits'] = PxSimulationStatistics.prototype.set_nbDiscreteContactPairsWithCacheHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsWithCacheHits_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbDiscreteContactPairsWithCacheHits', { get: PxSimulationStatistics.prototype.get_nbDiscreteContactPairsWithCacheHits, set: PxSimulationStatistics.prototype.set_nbDiscreteContactPairsWithCacheHits }); - PxSimulationStatistics.prototype['get_nbDiscreteContactPairsWithContacts'] = PxSimulationStatistics.prototype.get_nbDiscreteContactPairsWithContacts = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbDiscreteContactPairsWithContacts_0(self); -}; - PxSimulationStatistics.prototype['set_nbDiscreteContactPairsWithContacts'] = PxSimulationStatistics.prototype.set_nbDiscreteContactPairsWithContacts = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbDiscreteContactPairsWithContacts_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbDiscreteContactPairsWithContacts', { get: PxSimulationStatistics.prototype.get_nbDiscreteContactPairsWithContacts, set: PxSimulationStatistics.prototype.set_nbDiscreteContactPairsWithContacts }); - PxSimulationStatistics.prototype['get_nbNewPairs'] = PxSimulationStatistics.prototype.get_nbNewPairs = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbNewPairs_0(self); -}; - PxSimulationStatistics.prototype['set_nbNewPairs'] = PxSimulationStatistics.prototype.set_nbNewPairs = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbNewPairs_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbNewPairs', { get: PxSimulationStatistics.prototype.get_nbNewPairs, set: PxSimulationStatistics.prototype.set_nbNewPairs }); - PxSimulationStatistics.prototype['get_nbLostPairs'] = PxSimulationStatistics.prototype.get_nbLostPairs = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbLostPairs_0(self); -}; - PxSimulationStatistics.prototype['set_nbLostPairs'] = PxSimulationStatistics.prototype.set_nbLostPairs = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbLostPairs_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbLostPairs', { get: PxSimulationStatistics.prototype.get_nbLostPairs, set: PxSimulationStatistics.prototype.set_nbLostPairs }); - PxSimulationStatistics.prototype['get_nbNewTouches'] = PxSimulationStatistics.prototype.get_nbNewTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbNewTouches_0(self); -}; - PxSimulationStatistics.prototype['set_nbNewTouches'] = PxSimulationStatistics.prototype.set_nbNewTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbNewTouches_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbNewTouches', { get: PxSimulationStatistics.prototype.get_nbNewTouches, set: PxSimulationStatistics.prototype.set_nbNewTouches }); - PxSimulationStatistics.prototype['get_nbLostTouches'] = PxSimulationStatistics.prototype.get_nbLostTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbLostTouches_0(self); -}; - PxSimulationStatistics.prototype['set_nbLostTouches'] = PxSimulationStatistics.prototype.set_nbLostTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbLostTouches_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbLostTouches', { get: PxSimulationStatistics.prototype.get_nbLostTouches, set: PxSimulationStatistics.prototype.set_nbLostTouches }); - PxSimulationStatistics.prototype['get_nbPartitions'] = PxSimulationStatistics.prototype.get_nbPartitions = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbPartitions_0(self); -}; - PxSimulationStatistics.prototype['set_nbPartitions'] = PxSimulationStatistics.prototype.set_nbPartitions = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbPartitions_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbPartitions', { get: PxSimulationStatistics.prototype.get_nbPartitions, set: PxSimulationStatistics.prototype.set_nbPartitions }); - PxSimulationStatistics.prototype['get_nbBroadPhaseAdds'] = PxSimulationStatistics.prototype.get_nbBroadPhaseAdds = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbBroadPhaseAdds_0(self); -}; - PxSimulationStatistics.prototype['set_nbBroadPhaseAdds'] = PxSimulationStatistics.prototype.set_nbBroadPhaseAdds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbBroadPhaseAdds_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbBroadPhaseAdds', { get: PxSimulationStatistics.prototype.get_nbBroadPhaseAdds, set: PxSimulationStatistics.prototype.set_nbBroadPhaseAdds }); - PxSimulationStatistics.prototype['get_nbBroadPhaseRemoves'] = PxSimulationStatistics.prototype.get_nbBroadPhaseRemoves = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSimulationStatistics_get_nbBroadPhaseRemoves_0(self); -}; - PxSimulationStatistics.prototype['set_nbBroadPhaseRemoves'] = PxSimulationStatistics.prototype.set_nbBroadPhaseRemoves = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSimulationStatistics_set_nbBroadPhaseRemoves_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSimulationStatistics.prototype, 'nbBroadPhaseRemoves', { get: PxSimulationStatistics.prototype.get_nbBroadPhaseRemoves, set: PxSimulationStatistics.prototype.set_nbBroadPhaseRemoves }); - PxSimulationStatistics.prototype['__destroy__'] = PxSimulationStatistics.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSimulationStatistics___destroy___0(self); -}; -// PxSpatialForce -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSpatialForce() { throw "cannot construct a PxSpatialForce, no constructor in IDL" } -PxSpatialForce.prototype = Object.create(WrapperObject.prototype); -PxSpatialForce.prototype.constructor = PxSpatialForce; -PxSpatialForce.prototype.__class__ = PxSpatialForce; -PxSpatialForce.__cache__ = {}; -Module['PxSpatialForce'] = PxSpatialForce; - - PxSpatialForce.prototype['get_force'] = PxSpatialForce.prototype.get_force = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSpatialForce_get_force_0(self), PxVec3); -}; - PxSpatialForce.prototype['set_force'] = PxSpatialForce.prototype.set_force = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSpatialForce_set_force_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSpatialForce.prototype, 'force', { get: PxSpatialForce.prototype.get_force, set: PxSpatialForce.prototype.set_force }); - PxSpatialForce.prototype['get_torque'] = PxSpatialForce.prototype.get_torque = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSpatialForce_get_torque_0(self), PxVec3); -}; - PxSpatialForce.prototype['set_torque'] = PxSpatialForce.prototype.set_torque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSpatialForce_set_torque_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSpatialForce.prototype, 'torque', { get: PxSpatialForce.prototype.get_torque, set: PxSpatialForce.prototype.set_torque }); - PxSpatialForce.prototype['__destroy__'] = PxSpatialForce.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSpatialForce___destroy___0(self); -}; -// PxSpatialVelocity -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSpatialVelocity() { throw "cannot construct a PxSpatialVelocity, no constructor in IDL" } -PxSpatialVelocity.prototype = Object.create(WrapperObject.prototype); -PxSpatialVelocity.prototype.constructor = PxSpatialVelocity; -PxSpatialVelocity.prototype.__class__ = PxSpatialVelocity; -PxSpatialVelocity.__cache__ = {}; -Module['PxSpatialVelocity'] = PxSpatialVelocity; - - PxSpatialVelocity.prototype['get_linear'] = PxSpatialVelocity.prototype.get_linear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSpatialVelocity_get_linear_0(self), PxVec3); -}; - PxSpatialVelocity.prototype['set_linear'] = PxSpatialVelocity.prototype.set_linear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSpatialVelocity_set_linear_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSpatialVelocity.prototype, 'linear', { get: PxSpatialVelocity.prototype.get_linear, set: PxSpatialVelocity.prototype.set_linear }); - PxSpatialVelocity.prototype['get_angular'] = PxSpatialVelocity.prototype.get_angular = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSpatialVelocity_get_angular_0(self), PxVec3); -}; - PxSpatialVelocity.prototype['set_angular'] = PxSpatialVelocity.prototype.set_angular = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSpatialVelocity_set_angular_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSpatialVelocity.prototype, 'angular', { get: PxSpatialVelocity.prototype.get_angular, set: PxSpatialVelocity.prototype.set_angular }); - PxSpatialVelocity.prototype['__destroy__'] = PxSpatialVelocity.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSpatialVelocity___destroy___0(self); -}; -// PxSphereGeometry -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSphereGeometry(ir) { - if (ir && typeof ir === 'object') ir = ir.ptr; - this.ptr = _emscripten_bind_PxSphereGeometry_PxSphereGeometry_1(ir); - getCache(PxSphereGeometry)[this.ptr] = this; -};; -PxSphereGeometry.prototype = Object.create(PxGeometry.prototype); -PxSphereGeometry.prototype.constructor = PxSphereGeometry; -PxSphereGeometry.prototype.__class__ = PxSphereGeometry; -PxSphereGeometry.__cache__ = {}; -Module['PxSphereGeometry'] = PxSphereGeometry; - -PxSphereGeometry.prototype['getType'] = PxSphereGeometry.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSphereGeometry_getType_0(self); -};; - - PxSphereGeometry.prototype['get_radius'] = PxSphereGeometry.prototype.get_radius = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSphereGeometry_get_radius_0(self); -}; - PxSphereGeometry.prototype['set_radius'] = PxSphereGeometry.prototype.set_radius = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSphereGeometry_set_radius_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSphereGeometry.prototype, 'radius', { get: PxSphereGeometry.prototype.get_radius, set: PxSphereGeometry.prototype.set_radius }); - PxSphereGeometry.prototype['__destroy__'] = PxSphereGeometry.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSphereGeometry___destroy___0(self); -}; -// PxSphericalJoint -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSphericalJoint() { throw "cannot construct a PxSphericalJoint, no constructor in IDL" } -PxSphericalJoint.prototype = Object.create(PxJoint.prototype); -PxSphericalJoint.prototype.constructor = PxSphericalJoint; -PxSphericalJoint.prototype.__class__ = PxSphericalJoint; -PxSphericalJoint.__cache__ = {}; -Module['PxSphericalJoint'] = PxSphericalJoint; - -PxSphericalJoint.prototype['setLimitCone'] = PxSphericalJoint.prototype.setLimitCone = /** @suppress {undefinedVars, duplicate} @this{Object} */function(limitCone) { - var self = this.ptr; - if (limitCone && typeof limitCone === 'object') limitCone = limitCone.ptr; - _emscripten_bind_PxSphericalJoint_setLimitCone_1(self, limitCone); -};; - -PxSphericalJoint.prototype['getSwingYAngle'] = PxSphericalJoint.prototype.getSwingYAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSphericalJoint_getSwingYAngle_0(self); -};; - -PxSphericalJoint.prototype['getSwingZAngle'] = PxSphericalJoint.prototype.getSwingZAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSphericalJoint_getSwingZAngle_0(self); -};; - -PxSphericalJoint.prototype['setSphericalJointFlags'] = PxSphericalJoint.prototype.setSphericalJointFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxSphericalJoint_setSphericalJointFlags_1(self, flags); -};; - -PxSphericalJoint.prototype['setSphericalJointFlag'] = PxSphericalJoint.prototype.setSphericalJointFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxSphericalJoint_setSphericalJointFlag_2(self, flag, value); -};; - -PxSphericalJoint.prototype['getSphericalJointFlags'] = PxSphericalJoint.prototype.getSphericalJointFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSphericalJoint_getSphericalJointFlags_0(self), PxSphericalJointFlags); -};; - -PxSphericalJoint.prototype['release'] = PxSphericalJoint.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSphericalJoint_release_0(self); -};; - -PxSphericalJoint.prototype['getConcreteTypeName'] = PxSphericalJoint.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxSphericalJoint_getConcreteTypeName_0(self)); -};; - -PxSphericalJoint.prototype['getConcreteType'] = PxSphericalJoint.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSphericalJoint_getConcreteType_0(self); -};; - -PxSphericalJoint.prototype['setBaseFlag'] = PxSphericalJoint.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxSphericalJoint_setBaseFlag_2(self, flag, value); -};; - -PxSphericalJoint.prototype['setBaseFlags'] = PxSphericalJoint.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxSphericalJoint_setBaseFlags_1(self, inFlags); -};; - -PxSphericalJoint.prototype['getBaseFlags'] = PxSphericalJoint.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSphericalJoint_getBaseFlags_0(self), PxBaseFlags); -};; - -PxSphericalJoint.prototype['isReleasable'] = PxSphericalJoint.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxSphericalJoint_isReleasable_0(self)); -};; - -PxSphericalJoint.prototype['setActors'] = PxSphericalJoint.prototype.setActors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor0, actor1) { - var self = this.ptr; - if (actor0 && typeof actor0 === 'object') actor0 = actor0.ptr; - if (actor1 && typeof actor1 === 'object') actor1 = actor1.ptr; - _emscripten_bind_PxSphericalJoint_setActors_2(self, actor0, actor1); -};; - -PxSphericalJoint.prototype['setLocalPose'] = PxSphericalJoint.prototype.setLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor, localPose) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (localPose && typeof localPose === 'object') localPose = localPose.ptr; - _emscripten_bind_PxSphericalJoint_setLocalPose_2(self, actor, localPose); -};; - -PxSphericalJoint.prototype['getLocalPose'] = PxSphericalJoint.prototype.getLocalPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - return wrapPointer(_emscripten_bind_PxSphericalJoint_getLocalPose_1(self, actor), PxTransform); -};; - -PxSphericalJoint.prototype['getRelativeTransform'] = PxSphericalJoint.prototype.getRelativeTransform = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSphericalJoint_getRelativeTransform_0(self), PxTransform); -};; - -PxSphericalJoint.prototype['getRelativeLinearVelocity'] = PxSphericalJoint.prototype.getRelativeLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSphericalJoint_getRelativeLinearVelocity_0(self), PxVec3); -};; - -PxSphericalJoint.prototype['getRelativeAngularVelocity'] = PxSphericalJoint.prototype.getRelativeAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSphericalJoint_getRelativeAngularVelocity_0(self), PxVec3); -};; - -PxSphericalJoint.prototype['setBreakForce'] = PxSphericalJoint.prototype.setBreakForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(force, torque) { - var self = this.ptr; - if (force && typeof force === 'object') force = force.ptr; - if (torque && typeof torque === 'object') torque = torque.ptr; - _emscripten_bind_PxSphericalJoint_setBreakForce_2(self, force, torque); -};; - -PxSphericalJoint.prototype['setConstraintFlags'] = PxSphericalJoint.prototype.setConstraintFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flags) { - var self = this.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - _emscripten_bind_PxSphericalJoint_setConstraintFlags_1(self, flags); -};; - -PxSphericalJoint.prototype['setConstraintFlag'] = PxSphericalJoint.prototype.setConstraintFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxSphericalJoint_setConstraintFlag_2(self, flag, value); -};; - -PxSphericalJoint.prototype['getConstraintFlags'] = PxSphericalJoint.prototype.getConstraintFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSphericalJoint_getConstraintFlags_0(self), PxConstraintFlags); -};; - -PxSphericalJoint.prototype['setInvMassScale0'] = PxSphericalJoint.prototype.setInvMassScale0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(invMassScale) { - var self = this.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - _emscripten_bind_PxSphericalJoint_setInvMassScale0_1(self, invMassScale); -};; - -PxSphericalJoint.prototype['getInvMassScale0'] = PxSphericalJoint.prototype.getInvMassScale0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSphericalJoint_getInvMassScale0_0(self); -};; - -PxSphericalJoint.prototype['setInvMassScale1'] = PxSphericalJoint.prototype.setInvMassScale1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(invMassScale) { - var self = this.ptr; - if (invMassScale && typeof invMassScale === 'object') invMassScale = invMassScale.ptr; - _emscripten_bind_PxSphericalJoint_setInvMassScale1_1(self, invMassScale); -};; - -PxSphericalJoint.prototype['getInvMassScale1'] = PxSphericalJoint.prototype.getInvMassScale1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSphericalJoint_getInvMassScale1_0(self); -};; - -PxSphericalJoint.prototype['getConstraint'] = PxSphericalJoint.prototype.getConstraint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSphericalJoint_getConstraint_0(self), PxConstraint); -};; - -PxSphericalJoint.prototype['setName'] = PxSphericalJoint.prototype.setName = /** @suppress {undefinedVars, duplicate} @this{Object} */function(name) { - var self = this.ptr; - ensureCache.prepare(); - if (name && typeof name === 'object') name = name.ptr; - else name = ensureString(name); - _emscripten_bind_PxSphericalJoint_setName_1(self, name); -};; - -PxSphericalJoint.prototype['getName'] = PxSphericalJoint.prototype.getName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxSphericalJoint_getName_0(self)); -};; - -PxSphericalJoint.prototype['getScene'] = PxSphericalJoint.prototype.getScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSphericalJoint_getScene_0(self), PxScene); -};; - - PxSphericalJoint.prototype['get_userData'] = PxSphericalJoint.prototype.get_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSphericalJoint_get_userData_0(self), VoidPtr); -}; - PxSphericalJoint.prototype['set_userData'] = PxSphericalJoint.prototype.set_userData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSphericalJoint_set_userData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSphericalJoint.prototype, 'userData', { get: PxSphericalJoint.prototype.get_userData, set: PxSphericalJoint.prototype.set_userData }); - PxSphericalJoint.prototype['__destroy__'] = PxSphericalJoint.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSphericalJoint___destroy___0(self); -}; -// PxSphericalJointFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSphericalJointFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxSphericalJointFlags_PxSphericalJointFlags_1(flags); - getCache(PxSphericalJointFlags)[this.ptr] = this; -};; -PxSphericalJointFlags.prototype = Object.create(WrapperObject.prototype); -PxSphericalJointFlags.prototype.constructor = PxSphericalJointFlags; -PxSphericalJointFlags.prototype.__class__ = PxSphericalJointFlags; -PxSphericalJointFlags.__cache__ = {}; -Module['PxSphericalJointFlags'] = PxSphericalJointFlags; - -PxSphericalJointFlags.prototype['isSet'] = PxSphericalJointFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxSphericalJointFlags_isSet_1(self, flag)); -};; - -PxSphericalJointFlags.prototype['raise'] = PxSphericalJointFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxSphericalJointFlags_raise_1(self, flag); -};; - -PxSphericalJointFlags.prototype['clear'] = PxSphericalJointFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxSphericalJointFlags_clear_1(self, flag); -};; - - PxSphericalJointFlags.prototype['__destroy__'] = PxSphericalJointFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSphericalJointFlags___destroy___0(self); -}; -// PxSweepBuffer10 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSweepBuffer10() { - this.ptr = _emscripten_bind_PxSweepBuffer10_PxSweepBuffer10_0(); - getCache(PxSweepBuffer10)[this.ptr] = this; -};; -PxSweepBuffer10.prototype = Object.create(PxSweepCallback.prototype); -PxSweepBuffer10.prototype.constructor = PxSweepBuffer10; -PxSweepBuffer10.prototype.__class__ = PxSweepBuffer10; -PxSweepBuffer10.__cache__ = {}; -Module['PxSweepBuffer10'] = PxSweepBuffer10; - -PxSweepBuffer10.prototype['getNbAnyHits'] = PxSweepBuffer10.prototype.getNbAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSweepBuffer10_getNbAnyHits_0(self); -};; - -PxSweepBuffer10.prototype['getAnyHit'] = PxSweepBuffer10.prototype.getAnyHit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxSweepBuffer10_getAnyHit_1(self, index), PxSweepHit); -};; - -PxSweepBuffer10.prototype['getNbTouches'] = PxSweepBuffer10.prototype.getNbTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSweepBuffer10_getNbTouches_0(self); -};; - -PxSweepBuffer10.prototype['getTouches'] = PxSweepBuffer10.prototype.getTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSweepBuffer10_getTouches_0(self), PxSweepHit); -};; - -PxSweepBuffer10.prototype['getTouch'] = PxSweepBuffer10.prototype.getTouch = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxSweepBuffer10_getTouch_1(self, index), PxSweepHit); -};; - -PxSweepBuffer10.prototype['getMaxNbTouches'] = PxSweepBuffer10.prototype.getMaxNbTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSweepBuffer10_getMaxNbTouches_0(self); -};; - -PxSweepBuffer10.prototype['hasAnyHits'] = PxSweepBuffer10.prototype.hasAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxSweepBuffer10_hasAnyHits_0(self)); -};; - - PxSweepBuffer10.prototype['get_block'] = PxSweepBuffer10.prototype.get_block = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSweepBuffer10_get_block_0(self), PxSweepHit); -}; - PxSweepBuffer10.prototype['set_block'] = PxSweepBuffer10.prototype.set_block = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSweepBuffer10_set_block_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSweepBuffer10.prototype, 'block', { get: PxSweepBuffer10.prototype.get_block, set: PxSweepBuffer10.prototype.set_block }); - PxSweepBuffer10.prototype['get_hasBlock'] = PxSweepBuffer10.prototype.get_hasBlock = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxSweepBuffer10_get_hasBlock_0(self)); -}; - PxSweepBuffer10.prototype['set_hasBlock'] = PxSweepBuffer10.prototype.set_hasBlock = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSweepBuffer10_set_hasBlock_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSweepBuffer10.prototype, 'hasBlock', { get: PxSweepBuffer10.prototype.get_hasBlock, set: PxSweepBuffer10.prototype.set_hasBlock }); - PxSweepBuffer10.prototype['__destroy__'] = PxSweepBuffer10.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSweepBuffer10___destroy___0(self); -}; -// PxSweepHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSweepHit() { - this.ptr = _emscripten_bind_PxSweepHit_PxSweepHit_0(); - getCache(PxSweepHit)[this.ptr] = this; -};; -PxSweepHit.prototype = Object.create(PxGeomSweepHit.prototype); -PxSweepHit.prototype.constructor = PxSweepHit; -PxSweepHit.prototype.__class__ = PxSweepHit; -PxSweepHit.__cache__ = {}; -Module['PxSweepHit'] = PxSweepHit; - -PxSweepHit.prototype['hadInitialOverlap'] = PxSweepHit.prototype.hadInitialOverlap = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxSweepHit_hadInitialOverlap_0(self)); -};; - - PxSweepHit.prototype['get_actor'] = PxSweepHit.prototype.get_actor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSweepHit_get_actor_0(self), PxRigidActor); -}; - PxSweepHit.prototype['set_actor'] = PxSweepHit.prototype.set_actor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSweepHit_set_actor_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSweepHit.prototype, 'actor', { get: PxSweepHit.prototype.get_actor, set: PxSweepHit.prototype.set_actor }); - PxSweepHit.prototype['get_shape'] = PxSweepHit.prototype.get_shape = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSweepHit_get_shape_0(self), PxShape); -}; - PxSweepHit.prototype['set_shape'] = PxSweepHit.prototype.set_shape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSweepHit_set_shape_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSweepHit.prototype, 'shape', { get: PxSweepHit.prototype.get_shape, set: PxSweepHit.prototype.set_shape }); - PxSweepHit.prototype['get_flags'] = PxSweepHit.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSweepHit_get_flags_0(self), PxHitFlags); -}; - PxSweepHit.prototype['set_flags'] = PxSweepHit.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSweepHit_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSweepHit.prototype, 'flags', { get: PxSweepHit.prototype.get_flags, set: PxSweepHit.prototype.set_flags }); - PxSweepHit.prototype['get_position'] = PxSweepHit.prototype.get_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSweepHit_get_position_0(self), PxVec3); -}; - PxSweepHit.prototype['set_position'] = PxSweepHit.prototype.set_position = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSweepHit_set_position_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSweepHit.prototype, 'position', { get: PxSweepHit.prototype.get_position, set: PxSweepHit.prototype.set_position }); - PxSweepHit.prototype['get_normal'] = PxSweepHit.prototype.get_normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSweepHit_get_normal_0(self), PxVec3); -}; - PxSweepHit.prototype['set_normal'] = PxSweepHit.prototype.set_normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSweepHit_set_normal_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSweepHit.prototype, 'normal', { get: PxSweepHit.prototype.get_normal, set: PxSweepHit.prototype.set_normal }); - PxSweepHit.prototype['get_distance'] = PxSweepHit.prototype.get_distance = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSweepHit_get_distance_0(self); -}; - PxSweepHit.prototype['set_distance'] = PxSweepHit.prototype.set_distance = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSweepHit_set_distance_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSweepHit.prototype, 'distance', { get: PxSweepHit.prototype.get_distance, set: PxSweepHit.prototype.set_distance }); - PxSweepHit.prototype['get_faceIndex'] = PxSweepHit.prototype.get_faceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSweepHit_get_faceIndex_0(self); -}; - PxSweepHit.prototype['set_faceIndex'] = PxSweepHit.prototype.set_faceIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSweepHit_set_faceIndex_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSweepHit.prototype, 'faceIndex', { get: PxSweepHit.prototype.get_faceIndex, set: PxSweepHit.prototype.set_faceIndex }); - PxSweepHit.prototype['__destroy__'] = PxSweepHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSweepHit___destroy___0(self); -}; -// PxSweepResult -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxSweepResult() { - this.ptr = _emscripten_bind_PxSweepResult_PxSweepResult_0(); - getCache(PxSweepResult)[this.ptr] = this; -};; -PxSweepResult.prototype = Object.create(PxSweepCallback.prototype); -PxSweepResult.prototype.constructor = PxSweepResult; -PxSweepResult.prototype.__class__ = PxSweepResult; -PxSweepResult.__cache__ = {}; -Module['PxSweepResult'] = PxSweepResult; - -PxSweepResult.prototype['getNbAnyHits'] = PxSweepResult.prototype.getNbAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSweepResult_getNbAnyHits_0(self); -};; - -PxSweepResult.prototype['getAnyHit'] = PxSweepResult.prototype.getAnyHit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxSweepResult_getAnyHit_1(self, index), PxSweepHit); -};; - -PxSweepResult.prototype['getNbTouches'] = PxSweepResult.prototype.getNbTouches = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxSweepResult_getNbTouches_0(self); -};; - -PxSweepResult.prototype['getTouch'] = PxSweepResult.prototype.getTouch = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_PxSweepResult_getTouch_1(self, index), PxSweepHit); -};; - -PxSweepResult.prototype['hasAnyHits'] = PxSweepResult.prototype.hasAnyHits = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxSweepResult_hasAnyHits_0(self)); -};; - - PxSweepResult.prototype['get_block'] = PxSweepResult.prototype.get_block = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxSweepResult_get_block_0(self), PxSweepHit); -}; - PxSweepResult.prototype['set_block'] = PxSweepResult.prototype.set_block = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSweepResult_set_block_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSweepResult.prototype, 'block', { get: PxSweepResult.prototype.get_block, set: PxSweepResult.prototype.set_block }); - PxSweepResult.prototype['get_hasBlock'] = PxSweepResult.prototype.get_hasBlock = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxSweepResult_get_hasBlock_0(self)); -}; - PxSweepResult.prototype['set_hasBlock'] = PxSweepResult.prototype.set_hasBlock = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxSweepResult_set_hasBlock_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxSweepResult.prototype, 'hasBlock', { get: PxSweepResult.prototype.get_hasBlock, set: PxSweepResult.prototype.set_hasBlock }); - PxSweepResult.prototype['__destroy__'] = PxSweepResult.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxSweepResult___destroy___0(self); -}; -// PxTetMaker -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTetMaker() { throw "cannot construct a PxTetMaker, no constructor in IDL" } -PxTetMaker.prototype = Object.create(WrapperObject.prototype); -PxTetMaker.prototype.constructor = PxTetMaker; -PxTetMaker.prototype.__class__ = PxTetMaker; -PxTetMaker.__cache__ = {}; -Module['PxTetMaker'] = PxTetMaker; - -PxTetMaker.prototype['createConformingTetrahedronMesh'] = PxTetMaker.prototype.createConformingTetrahedronMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function(triangleMesh, outVertices, outTetIndices, validate, volumeThreshold) { - var self = this.ptr; - if (triangleMesh && typeof triangleMesh === 'object') triangleMesh = triangleMesh.ptr; - if (outVertices && typeof outVertices === 'object') outVertices = outVertices.ptr; - if (outTetIndices && typeof outTetIndices === 'object') outTetIndices = outTetIndices.ptr; - if (validate && typeof validate === 'object') validate = validate.ptr; - if (volumeThreshold && typeof volumeThreshold === 'object') volumeThreshold = volumeThreshold.ptr; - return !!(_emscripten_bind_PxTetMaker_createConformingTetrahedronMesh_5(self, triangleMesh, outVertices, outTetIndices, validate, volumeThreshold)); -};; - -PxTetMaker.prototype['createVoxelTetrahedronMesh'] = PxTetMaker.prototype.createVoxelTetrahedronMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function(tetMesh, numVoxelsAlongLongestBoundingBoxAxis, outVertices, outTetIndices) { - var self = this.ptr; - if (tetMesh && typeof tetMesh === 'object') tetMesh = tetMesh.ptr; - if (numVoxelsAlongLongestBoundingBoxAxis && typeof numVoxelsAlongLongestBoundingBoxAxis === 'object') numVoxelsAlongLongestBoundingBoxAxis = numVoxelsAlongLongestBoundingBoxAxis.ptr; - if (outVertices && typeof outVertices === 'object') outVertices = outVertices.ptr; - if (outTetIndices && typeof outTetIndices === 'object') outTetIndices = outTetIndices.ptr; - return !!(_emscripten_bind_PxTetMaker_createVoxelTetrahedronMesh_4(self, tetMesh, numVoxelsAlongLongestBoundingBoxAxis, outVertices, outTetIndices)); -};; - -PxTetMaker.prototype['createVoxelTetrahedronMeshFromEdgeLength'] = PxTetMaker.prototype.createVoxelTetrahedronMeshFromEdgeLength = /** @suppress {undefinedVars, duplicate} @this{Object} */function(tetMesh, voxelEdgeLength, outVertices, outTetIndices) { - var self = this.ptr; - if (tetMesh && typeof tetMesh === 'object') tetMesh = tetMesh.ptr; - if (voxelEdgeLength && typeof voxelEdgeLength === 'object') voxelEdgeLength = voxelEdgeLength.ptr; - if (outVertices && typeof outVertices === 'object') outVertices = outVertices.ptr; - if (outTetIndices && typeof outTetIndices === 'object') outTetIndices = outTetIndices.ptr; - return !!(_emscripten_bind_PxTetMaker_createVoxelTetrahedronMeshFromEdgeLength_4(self, tetMesh, voxelEdgeLength, outVertices, outTetIndices)); -};; - -PxTetMaker.prototype['validateTriangleMesh'] = PxTetMaker.prototype.validateTriangleMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function(triangleMesh, minVolumeThreshold, minTriangleAngleRadians) { - var self = this.ptr; - if (triangleMesh && typeof triangleMesh === 'object') triangleMesh = triangleMesh.ptr; - if (minVolumeThreshold && typeof minVolumeThreshold === 'object') minVolumeThreshold = minVolumeThreshold.ptr; - if (minTriangleAngleRadians && typeof minTriangleAngleRadians === 'object') minTriangleAngleRadians = minTriangleAngleRadians.ptr; - return wrapPointer(_emscripten_bind_PxTetMaker_validateTriangleMesh_3(self, triangleMesh, minVolumeThreshold, minTriangleAngleRadians), PxTriangleMeshAnalysisResults); -};; - -PxTetMaker.prototype['validateTetrahedronMesh'] = PxTetMaker.prototype.validateTetrahedronMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function(points, tetrahedra, minTetVolumeThreshold) { - var self = this.ptr; - if (points && typeof points === 'object') points = points.ptr; - if (tetrahedra && typeof tetrahedra === 'object') tetrahedra = tetrahedra.ptr; - if (minTetVolumeThreshold && typeof minTetVolumeThreshold === 'object') minTetVolumeThreshold = minTetVolumeThreshold.ptr; - return wrapPointer(_emscripten_bind_PxTetMaker_validateTetrahedronMesh_3(self, points, tetrahedra, minTetVolumeThreshold), PxTetrahedronMeshAnalysisResults); -};; - -PxTetMaker.prototype['simplifyTriangleMesh'] = PxTetMaker.prototype.simplifyTriangleMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inputVertices, inputIndices, targetTriangleCount, maximalEdgeLength, outputVertices, outputIndices, vertexMap, edgeLengthCostWeight, flatnessDetectionThreshold, projectSimplifiedPointsOnInputMeshSurface, outputVertexToInputTriangle, removeDisconnectedPatches) { - var self = this.ptr; - if (inputVertices && typeof inputVertices === 'object') inputVertices = inputVertices.ptr; - if (inputIndices && typeof inputIndices === 'object') inputIndices = inputIndices.ptr; - if (targetTriangleCount && typeof targetTriangleCount === 'object') targetTriangleCount = targetTriangleCount.ptr; - if (maximalEdgeLength && typeof maximalEdgeLength === 'object') maximalEdgeLength = maximalEdgeLength.ptr; - if (outputVertices && typeof outputVertices === 'object') outputVertices = outputVertices.ptr; - if (outputIndices && typeof outputIndices === 'object') outputIndices = outputIndices.ptr; - if (vertexMap && typeof vertexMap === 'object') vertexMap = vertexMap.ptr; - if (edgeLengthCostWeight && typeof edgeLengthCostWeight === 'object') edgeLengthCostWeight = edgeLengthCostWeight.ptr; - if (flatnessDetectionThreshold && typeof flatnessDetectionThreshold === 'object') flatnessDetectionThreshold = flatnessDetectionThreshold.ptr; - if (projectSimplifiedPointsOnInputMeshSurface && typeof projectSimplifiedPointsOnInputMeshSurface === 'object') projectSimplifiedPointsOnInputMeshSurface = projectSimplifiedPointsOnInputMeshSurface.ptr; - if (outputVertexToInputTriangle && typeof outputVertexToInputTriangle === 'object') outputVertexToInputTriangle = outputVertexToInputTriangle.ptr; - if (removeDisconnectedPatches && typeof removeDisconnectedPatches === 'object') removeDisconnectedPatches = removeDisconnectedPatches.ptr; - if (vertexMap === undefined) { _emscripten_bind_PxTetMaker_simplifyTriangleMesh_6(self, inputVertices, inputIndices, targetTriangleCount, maximalEdgeLength, outputVertices, outputIndices); return } - if (edgeLengthCostWeight === undefined) { _emscripten_bind_PxTetMaker_simplifyTriangleMesh_7(self, inputVertices, inputIndices, targetTriangleCount, maximalEdgeLength, outputVertices, outputIndices, vertexMap); return } - if (flatnessDetectionThreshold === undefined) { _emscripten_bind_PxTetMaker_simplifyTriangleMesh_8(self, inputVertices, inputIndices, targetTriangleCount, maximalEdgeLength, outputVertices, outputIndices, vertexMap, edgeLengthCostWeight); return } - if (projectSimplifiedPointsOnInputMeshSurface === undefined) { _emscripten_bind_PxTetMaker_simplifyTriangleMesh_9(self, inputVertices, inputIndices, targetTriangleCount, maximalEdgeLength, outputVertices, outputIndices, vertexMap, edgeLengthCostWeight, flatnessDetectionThreshold); return } - if (outputVertexToInputTriangle === undefined) { _emscripten_bind_PxTetMaker_simplifyTriangleMesh_10(self, inputVertices, inputIndices, targetTriangleCount, maximalEdgeLength, outputVertices, outputIndices, vertexMap, edgeLengthCostWeight, flatnessDetectionThreshold, projectSimplifiedPointsOnInputMeshSurface); return } - if (removeDisconnectedPatches === undefined) { _emscripten_bind_PxTetMaker_simplifyTriangleMesh_11(self, inputVertices, inputIndices, targetTriangleCount, maximalEdgeLength, outputVertices, outputIndices, vertexMap, edgeLengthCostWeight, flatnessDetectionThreshold, projectSimplifiedPointsOnInputMeshSurface, outputVertexToInputTriangle); return } - _emscripten_bind_PxTetMaker_simplifyTriangleMesh_12(self, inputVertices, inputIndices, targetTriangleCount, maximalEdgeLength, outputVertices, outputIndices, vertexMap, edgeLengthCostWeight, flatnessDetectionThreshold, projectSimplifiedPointsOnInputMeshSurface, outputVertexToInputTriangle, removeDisconnectedPatches); -};; - -PxTetMaker.prototype['remeshTriangleMesh'] = PxTetMaker.prototype.remeshTriangleMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inputVertices, inputIndices, gridResolution, outputVertices, outputIndices, vertexMap) { - var self = this.ptr; - if (inputVertices && typeof inputVertices === 'object') inputVertices = inputVertices.ptr; - if (inputIndices && typeof inputIndices === 'object') inputIndices = inputIndices.ptr; - if (gridResolution && typeof gridResolution === 'object') gridResolution = gridResolution.ptr; - if (outputVertices && typeof outputVertices === 'object') outputVertices = outputVertices.ptr; - if (outputIndices && typeof outputIndices === 'object') outputIndices = outputIndices.ptr; - if (vertexMap && typeof vertexMap === 'object') vertexMap = vertexMap.ptr; - if (vertexMap === undefined) { _emscripten_bind_PxTetMaker_remeshTriangleMesh_5(self, inputVertices, inputIndices, gridResolution, outputVertices, outputIndices); return } - _emscripten_bind_PxTetMaker_remeshTriangleMesh_6(self, inputVertices, inputIndices, gridResolution, outputVertices, outputIndices, vertexMap); -};; - -PxTetMaker.prototype['createTreeBasedTetrahedralMesh'] = PxTetMaker.prototype.createTreeBasedTetrahedralMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inputVertices, inputIndices, useTreeNodes, outputVertices, outputIndices, volumeThreshold) { - var self = this.ptr; - if (inputVertices && typeof inputVertices === 'object') inputVertices = inputVertices.ptr; - if (inputIndices && typeof inputIndices === 'object') inputIndices = inputIndices.ptr; - if (useTreeNodes && typeof useTreeNodes === 'object') useTreeNodes = useTreeNodes.ptr; - if (outputVertices && typeof outputVertices === 'object') outputVertices = outputVertices.ptr; - if (outputIndices && typeof outputIndices === 'object') outputIndices = outputIndices.ptr; - if (volumeThreshold && typeof volumeThreshold === 'object') volumeThreshold = volumeThreshold.ptr; - _emscripten_bind_PxTetMaker_createTreeBasedTetrahedralMesh_6(self, inputVertices, inputIndices, useTreeNodes, outputVertices, outputIndices, volumeThreshold); -};; - -PxTetMaker.prototype['createRelaxedVoxelTetrahedralMesh'] = PxTetMaker.prototype.createRelaxedVoxelTetrahedralMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inputVertices, inputIndices, outputVertices, outputIndices, resolution, numRelaxationIterations, relMinTetVolume) { - var self = this.ptr; - if (inputVertices && typeof inputVertices === 'object') inputVertices = inputVertices.ptr; - if (inputIndices && typeof inputIndices === 'object') inputIndices = inputIndices.ptr; - if (outputVertices && typeof outputVertices === 'object') outputVertices = outputVertices.ptr; - if (outputIndices && typeof outputIndices === 'object') outputIndices = outputIndices.ptr; - if (resolution && typeof resolution === 'object') resolution = resolution.ptr; - if (numRelaxationIterations && typeof numRelaxationIterations === 'object') numRelaxationIterations = numRelaxationIterations.ptr; - if (relMinTetVolume && typeof relMinTetVolume === 'object') relMinTetVolume = relMinTetVolume.ptr; - if (numRelaxationIterations === undefined) { _emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_5(self, inputVertices, inputIndices, outputVertices, outputIndices, resolution); return } - if (relMinTetVolume === undefined) { _emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_6(self, inputVertices, inputIndices, outputVertices, outputIndices, resolution, numRelaxationIterations); return } - _emscripten_bind_PxTetMaker_createRelaxedVoxelTetrahedralMesh_7(self, inputVertices, inputIndices, outputVertices, outputIndices, resolution, numRelaxationIterations, relMinTetVolume); -};; - -PxTetMaker.prototype['detectTriangleIslands'] = PxTetMaker.prototype.detectTriangleIslands = /** @suppress {undefinedVars, duplicate} @this{Object} */function(triangles, numTriangles, islandIndexPerTriangle) { - var self = this.ptr; - if (triangles && typeof triangles === 'object') triangles = triangles.ptr; - if (numTriangles && typeof numTriangles === 'object') numTriangles = numTriangles.ptr; - if (islandIndexPerTriangle && typeof islandIndexPerTriangle === 'object') islandIndexPerTriangle = islandIndexPerTriangle.ptr; - _emscripten_bind_PxTetMaker_detectTriangleIslands_3(self, triangles, numTriangles, islandIndexPerTriangle); -};; - -PxTetMaker.prototype['findLargestIslandId'] = PxTetMaker.prototype.findLargestIslandId = /** @suppress {undefinedVars, duplicate} @this{Object} */function(islandIndexPerTriangle, numTriangles) { - var self = this.ptr; - if (islandIndexPerTriangle && typeof islandIndexPerTriangle === 'object') islandIndexPerTriangle = islandIndexPerTriangle.ptr; - if (numTriangles && typeof numTriangles === 'object') numTriangles = numTriangles.ptr; - return _emscripten_bind_PxTetMaker_findLargestIslandId_2(self, islandIndexPerTriangle, numTriangles); -};; - -// PxTetrahedronMesh -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTetrahedronMesh() { throw "cannot construct a PxTetrahedronMesh, no constructor in IDL" } -PxTetrahedronMesh.prototype = Object.create(PxRefCounted.prototype); -PxTetrahedronMesh.prototype.constructor = PxTetrahedronMesh; -PxTetrahedronMesh.prototype.__class__ = PxTetrahedronMesh; -PxTetrahedronMesh.__cache__ = {}; -Module['PxTetrahedronMesh'] = PxTetrahedronMesh; - -PxTetrahedronMesh.prototype['getNbVertices'] = PxTetrahedronMesh.prototype.getNbVertices = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxTetrahedronMesh_getNbVertices_0(self); -};; - -PxTetrahedronMesh.prototype['getVertices'] = PxTetrahedronMesh.prototype.getVertices = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTetrahedronMesh_getVertices_0(self), PxVec3); -};; - -PxTetrahedronMesh.prototype['getNbTetrahedrons'] = PxTetrahedronMesh.prototype.getNbTetrahedrons = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxTetrahedronMesh_getNbTetrahedrons_0(self); -};; - -PxTetrahedronMesh.prototype['getTetrahedrons'] = PxTetrahedronMesh.prototype.getTetrahedrons = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTetrahedronMesh_getTetrahedrons_0(self), VoidPtr); -};; - -PxTetrahedronMesh.prototype['getTetrahedronMeshFlags'] = PxTetrahedronMesh.prototype.getTetrahedronMeshFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTetrahedronMesh_getTetrahedronMeshFlags_0(self), PxTetrahedronMeshFlags); -};; - -PxTetrahedronMesh.prototype['getTetrahedraRemap'] = PxTetrahedronMesh.prototype.getTetrahedraRemap = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTetrahedronMesh_getTetrahedraRemap_0(self), PxU32ConstPtr); -};; - -PxTetrahedronMesh.prototype['getLocalBounds'] = PxTetrahedronMesh.prototype.getLocalBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTetrahedronMesh_getLocalBounds_0(self), PxBounds3); -};; - -PxTetrahedronMesh.prototype['release'] = PxTetrahedronMesh.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTetrahedronMesh_release_0(self); -};; - -PxTetrahedronMesh.prototype['getConcreteTypeName'] = PxTetrahedronMesh.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxTetrahedronMesh_getConcreteTypeName_0(self)); -};; - -PxTetrahedronMesh.prototype['getConcreteType'] = PxTetrahedronMesh.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxTetrahedronMesh_getConcreteType_0(self); -};; - -PxTetrahedronMesh.prototype['setBaseFlag'] = PxTetrahedronMesh.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxTetrahedronMesh_setBaseFlag_2(self, flag, value); -};; - -PxTetrahedronMesh.prototype['setBaseFlags'] = PxTetrahedronMesh.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxTetrahedronMesh_setBaseFlags_1(self, inFlags); -};; - -PxTetrahedronMesh.prototype['getBaseFlags'] = PxTetrahedronMesh.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTetrahedronMesh_getBaseFlags_0(self), PxBaseFlags); -};; - -PxTetrahedronMesh.prototype['isReleasable'] = PxTetrahedronMesh.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxTetrahedronMesh_isReleasable_0(self)); -};; - -PxTetrahedronMesh.prototype['getReferenceCount'] = PxTetrahedronMesh.prototype.getReferenceCount = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxTetrahedronMesh_getReferenceCount_0(self); -};; - -PxTetrahedronMesh.prototype['acquireReference'] = PxTetrahedronMesh.prototype.acquireReference = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTetrahedronMesh_acquireReference_0(self); -};; - -// PxTetrahedronMeshAnalysisResults -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTetrahedronMeshAnalysisResults(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxTetrahedronMeshAnalysisResults_PxTetrahedronMeshAnalysisResults_1(flags); - getCache(PxTetrahedronMeshAnalysisResults)[this.ptr] = this; -};; -PxTetrahedronMeshAnalysisResults.prototype = Object.create(WrapperObject.prototype); -PxTetrahedronMeshAnalysisResults.prototype.constructor = PxTetrahedronMeshAnalysisResults; -PxTetrahedronMeshAnalysisResults.prototype.__class__ = PxTetrahedronMeshAnalysisResults; -PxTetrahedronMeshAnalysisResults.__cache__ = {}; -Module['PxTetrahedronMeshAnalysisResults'] = PxTetrahedronMeshAnalysisResults; - -PxTetrahedronMeshAnalysisResults.prototype['isSet'] = PxTetrahedronMeshAnalysisResults.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxTetrahedronMeshAnalysisResults_isSet_1(self, flag)); -};; - -PxTetrahedronMeshAnalysisResults.prototype['raise'] = PxTetrahedronMeshAnalysisResults.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxTetrahedronMeshAnalysisResults_raise_1(self, flag); -};; - -PxTetrahedronMeshAnalysisResults.prototype['clear'] = PxTetrahedronMeshAnalysisResults.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxTetrahedronMeshAnalysisResults_clear_1(self, flag); -};; - - PxTetrahedronMeshAnalysisResults.prototype['__destroy__'] = PxTetrahedronMeshAnalysisResults.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTetrahedronMeshAnalysisResults___destroy___0(self); -}; -// PxTetrahedronMeshDesc -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTetrahedronMeshDesc(meshVertices, meshTetIndices, meshFormat, numberOfTetsPerHexElement) { - if (meshVertices && typeof meshVertices === 'object') meshVertices = meshVertices.ptr; - if (meshTetIndices && typeof meshTetIndices === 'object') meshTetIndices = meshTetIndices.ptr; - if (meshFormat && typeof meshFormat === 'object') meshFormat = meshFormat.ptr; - if (numberOfTetsPerHexElement && typeof numberOfTetsPerHexElement === 'object') numberOfTetsPerHexElement = numberOfTetsPerHexElement.ptr; - if (meshVertices === undefined) { this.ptr = _emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_0(); getCache(PxTetrahedronMeshDesc)[this.ptr] = this;return } - if (meshTetIndices === undefined) { this.ptr = _emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_1(meshVertices); getCache(PxTetrahedronMeshDesc)[this.ptr] = this;return } - if (meshFormat === undefined) { this.ptr = _emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_2(meshVertices, meshTetIndices); getCache(PxTetrahedronMeshDesc)[this.ptr] = this;return } - if (numberOfTetsPerHexElement === undefined) { this.ptr = _emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_3(meshVertices, meshTetIndices, meshFormat); getCache(PxTetrahedronMeshDesc)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxTetrahedronMeshDesc_PxTetrahedronMeshDesc_4(meshVertices, meshTetIndices, meshFormat, numberOfTetsPerHexElement); - getCache(PxTetrahedronMeshDesc)[this.ptr] = this; -};; -PxTetrahedronMeshDesc.prototype = Object.create(WrapperObject.prototype); -PxTetrahedronMeshDesc.prototype.constructor = PxTetrahedronMeshDesc; -PxTetrahedronMeshDesc.prototype.__class__ = PxTetrahedronMeshDesc; -PxTetrahedronMeshDesc.__cache__ = {}; -Module['PxTetrahedronMeshDesc'] = PxTetrahedronMeshDesc; - -PxTetrahedronMeshDesc.prototype['isValid'] = PxTetrahedronMeshDesc.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxTetrahedronMeshDesc_isValid_0(self)); -};; - - PxTetrahedronMeshDesc.prototype['get_materialIndices'] = PxTetrahedronMeshDesc.prototype.get_materialIndices = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTetrahedronMeshDesc_get_materialIndices_0(self), PxTypedStridedData_PxU16); -}; - PxTetrahedronMeshDesc.prototype['set_materialIndices'] = PxTetrahedronMeshDesc.prototype.set_materialIndices = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTetrahedronMeshDesc_set_materialIndices_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTetrahedronMeshDesc.prototype, 'materialIndices', { get: PxTetrahedronMeshDesc.prototype.get_materialIndices, set: PxTetrahedronMeshDesc.prototype.set_materialIndices }); - PxTetrahedronMeshDesc.prototype['get_points'] = PxTetrahedronMeshDesc.prototype.get_points = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTetrahedronMeshDesc_get_points_0(self), PxBoundedData); -}; - PxTetrahedronMeshDesc.prototype['set_points'] = PxTetrahedronMeshDesc.prototype.set_points = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTetrahedronMeshDesc_set_points_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTetrahedronMeshDesc.prototype, 'points', { get: PxTetrahedronMeshDesc.prototype.get_points, set: PxTetrahedronMeshDesc.prototype.set_points }); - PxTetrahedronMeshDesc.prototype['get_tetrahedrons'] = PxTetrahedronMeshDesc.prototype.get_tetrahedrons = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTetrahedronMeshDesc_get_tetrahedrons_0(self), PxBoundedData); -}; - PxTetrahedronMeshDesc.prototype['set_tetrahedrons'] = PxTetrahedronMeshDesc.prototype.set_tetrahedrons = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTetrahedronMeshDesc_set_tetrahedrons_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTetrahedronMeshDesc.prototype, 'tetrahedrons', { get: PxTetrahedronMeshDesc.prototype.get_tetrahedrons, set: PxTetrahedronMeshDesc.prototype.set_tetrahedrons }); - PxTetrahedronMeshDesc.prototype['get_flags'] = PxTetrahedronMeshDesc.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTetrahedronMeshDesc_get_flags_0(self), PxMeshFlags); -}; - PxTetrahedronMeshDesc.prototype['set_flags'] = PxTetrahedronMeshDesc.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTetrahedronMeshDesc_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTetrahedronMeshDesc.prototype, 'flags', { get: PxTetrahedronMeshDesc.prototype.get_flags, set: PxTetrahedronMeshDesc.prototype.set_flags }); - PxTetrahedronMeshDesc.prototype['get_tetsPerElement'] = PxTetrahedronMeshDesc.prototype.get_tetsPerElement = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxTetrahedronMeshDesc_get_tetsPerElement_0(self); -}; - PxTetrahedronMeshDesc.prototype['set_tetsPerElement'] = PxTetrahedronMeshDesc.prototype.set_tetsPerElement = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTetrahedronMeshDesc_set_tetsPerElement_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTetrahedronMeshDesc.prototype, 'tetsPerElement', { get: PxTetrahedronMeshDesc.prototype.get_tetsPerElement, set: PxTetrahedronMeshDesc.prototype.set_tetsPerElement }); - PxTetrahedronMeshDesc.prototype['__destroy__'] = PxTetrahedronMeshDesc.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTetrahedronMeshDesc___destroy___0(self); -}; -// PxTetrahedronMeshExt -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTetrahedronMeshExt() { throw "cannot construct a PxTetrahedronMeshExt, no constructor in IDL" } -PxTetrahedronMeshExt.prototype = Object.create(WrapperObject.prototype); -PxTetrahedronMeshExt.prototype.constructor = PxTetrahedronMeshExt; -PxTetrahedronMeshExt.prototype.__class__ = PxTetrahedronMeshExt; -PxTetrahedronMeshExt.__cache__ = {}; -Module['PxTetrahedronMeshExt'] = PxTetrahedronMeshExt; - -PxTetrahedronMeshExt.prototype['findTetrahedronContainingPoint'] = PxTetrahedronMeshExt.prototype.findTetrahedronContainingPoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(mesh, point, bary, tolerance) { - var self = this.ptr; - if (mesh && typeof mesh === 'object') mesh = mesh.ptr; - if (point && typeof point === 'object') point = point.ptr; - if (bary && typeof bary === 'object') bary = bary.ptr; - if (tolerance && typeof tolerance === 'object') tolerance = tolerance.ptr; - return _emscripten_bind_PxTetrahedronMeshExt_findTetrahedronContainingPoint_4(self, mesh, point, bary, tolerance); -};; - -PxTetrahedronMeshExt.prototype['findTetrahedronClosestToPoint'] = PxTetrahedronMeshExt.prototype.findTetrahedronClosestToPoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(mesh, point, bary) { - var self = this.ptr; - if (mesh && typeof mesh === 'object') mesh = mesh.ptr; - if (point && typeof point === 'object') point = point.ptr; - if (bary && typeof bary === 'object') bary = bary.ptr; - return _emscripten_bind_PxTetrahedronMeshExt_findTetrahedronClosestToPoint_3(self, mesh, point, bary); -};; - -PxTetrahedronMeshExt.prototype['createPointsToTetrahedronMap'] = PxTetrahedronMeshExt.prototype.createPointsToTetrahedronMap = /** @suppress {undefinedVars, duplicate} @this{Object} */function(tetMeshVertices, tetMeshIndices, pointsToEmbed, barycentricCoordinates, tetLinks) { - var self = this.ptr; - if (tetMeshVertices && typeof tetMeshVertices === 'object') tetMeshVertices = tetMeshVertices.ptr; - if (tetMeshIndices && typeof tetMeshIndices === 'object') tetMeshIndices = tetMeshIndices.ptr; - if (pointsToEmbed && typeof pointsToEmbed === 'object') pointsToEmbed = pointsToEmbed.ptr; - if (barycentricCoordinates && typeof barycentricCoordinates === 'object') barycentricCoordinates = barycentricCoordinates.ptr; - if (tetLinks && typeof tetLinks === 'object') tetLinks = tetLinks.ptr; - _emscripten_bind_PxTetrahedronMeshExt_createPointsToTetrahedronMap_5(self, tetMeshVertices, tetMeshIndices, pointsToEmbed, barycentricCoordinates, tetLinks); -};; - -PxTetrahedronMeshExt.prototype['extractTetMeshSurface'] = PxTetrahedronMeshExt.prototype.extractTetMeshSurface = /** @suppress {undefinedVars, duplicate} @this{Object} */function(mesh, surfaceTriangles, surfaceTriangleToTet, flipTriangleOrientation) { - var self = this.ptr; - if (mesh && typeof mesh === 'object') mesh = mesh.ptr; - if (surfaceTriangles && typeof surfaceTriangles === 'object') surfaceTriangles = surfaceTriangles.ptr; - if (surfaceTriangleToTet && typeof surfaceTriangleToTet === 'object') surfaceTriangleToTet = surfaceTriangleToTet.ptr; - if (flipTriangleOrientation && typeof flipTriangleOrientation === 'object') flipTriangleOrientation = flipTriangleOrientation.ptr; - if (surfaceTriangleToTet === undefined) { _emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_2(self, mesh, surfaceTriangles); return } - if (flipTriangleOrientation === undefined) { _emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_3(self, mesh, surfaceTriangles, surfaceTriangleToTet); return } - _emscripten_bind_PxTetrahedronMeshExt_extractTetMeshSurface_4(self, mesh, surfaceTriangles, surfaceTriangleToTet, flipTriangleOrientation); -};; - -// PxTetrahedronMeshFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTetrahedronMeshFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxTetrahedronMeshFlags_PxTetrahedronMeshFlags_1(flags); - getCache(PxTetrahedronMeshFlags)[this.ptr] = this; -};; -PxTetrahedronMeshFlags.prototype = Object.create(WrapperObject.prototype); -PxTetrahedronMeshFlags.prototype.constructor = PxTetrahedronMeshFlags; -PxTetrahedronMeshFlags.prototype.__class__ = PxTetrahedronMeshFlags; -PxTetrahedronMeshFlags.__cache__ = {}; -Module['PxTetrahedronMeshFlags'] = PxTetrahedronMeshFlags; - -PxTetrahedronMeshFlags.prototype['isSet'] = PxTetrahedronMeshFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxTetrahedronMeshFlags_isSet_1(self, flag)); -};; - -PxTetrahedronMeshFlags.prototype['raise'] = PxTetrahedronMeshFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxTetrahedronMeshFlags_raise_1(self, flag); -};; - -PxTetrahedronMeshFlags.prototype['clear'] = PxTetrahedronMeshFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxTetrahedronMeshFlags_clear_1(self, flag); -};; - - PxTetrahedronMeshFlags.prototype['__destroy__'] = PxTetrahedronMeshFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTetrahedronMeshFlags___destroy___0(self); -}; -// PxTolerancesScale -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTolerancesScale() { - this.ptr = _emscripten_bind_PxTolerancesScale_PxTolerancesScale_0(); - getCache(PxTolerancesScale)[this.ptr] = this; -};; -PxTolerancesScale.prototype = Object.create(WrapperObject.prototype); -PxTolerancesScale.prototype.constructor = PxTolerancesScale; -PxTolerancesScale.prototype.__class__ = PxTolerancesScale; -PxTolerancesScale.__cache__ = {}; -Module['PxTolerancesScale'] = PxTolerancesScale; - - PxTolerancesScale.prototype['__destroy__'] = PxTolerancesScale.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTolerancesScale___destroy___0(self); -}; -// PxTopLevelFunctions -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTopLevelFunctions() { throw "cannot construct a PxTopLevelFunctions, no constructor in IDL" } -PxTopLevelFunctions.prototype = Object.create(WrapperObject.prototype); -PxTopLevelFunctions.prototype.constructor = PxTopLevelFunctions; -PxTopLevelFunctions.prototype.__class__ = PxTopLevelFunctions; -PxTopLevelFunctions.__cache__ = {}; -Module['PxTopLevelFunctions'] = PxTopLevelFunctions; - -PxTopLevelFunctions.prototype['DefaultFilterShader'] = PxTopLevelFunctions.prototype.DefaultFilterShader = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_DefaultFilterShader_0(self), PxSimulationFilterShader); -};; - -PxTopLevelFunctions.prototype['setupPassThroughFilterShader'] = PxTopLevelFunctions.prototype.setupPassThroughFilterShader = /** @suppress {undefinedVars, duplicate} @this{Object} */function(sceneDesc, filterShader) { - var self = this.ptr; - if (sceneDesc && typeof sceneDesc === 'object') sceneDesc = sceneDesc.ptr; - if (filterShader && typeof filterShader === 'object') filterShader = filterShader.ptr; - _emscripten_bind_PxTopLevelFunctions_setupPassThroughFilterShader_2(self, sceneDesc, filterShader); -};; - -PxTopLevelFunctions.prototype['CreateControllerManager'] = PxTopLevelFunctions.prototype.CreateControllerManager = /** @suppress {undefinedVars, duplicate} @this{Object} */function(scene, lockingEnabled) { - var self = this.ptr; - if (scene && typeof scene === 'object') scene = scene.ptr; - if (lockingEnabled && typeof lockingEnabled === 'object') lockingEnabled = lockingEnabled.ptr; - if (lockingEnabled === undefined) { return wrapPointer(_emscripten_bind_PxTopLevelFunctions_CreateControllerManager_1(self, scene), PxControllerManager) } - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_CreateControllerManager_2(self, scene, lockingEnabled), PxControllerManager); -};; - -PxTopLevelFunctions.prototype['CreateFoundation'] = PxTopLevelFunctions.prototype.CreateFoundation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(version, allocator, errorCallback) { - var self = this.ptr; - if (version && typeof version === 'object') version = version.ptr; - if (allocator && typeof allocator === 'object') allocator = allocator.ptr; - if (errorCallback && typeof errorCallback === 'object') errorCallback = errorCallback.ptr; - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_CreateFoundation_3(self, version, allocator, errorCallback), PxFoundation); -};; - -PxTopLevelFunctions.prototype['CreatePhysics'] = PxTopLevelFunctions.prototype.CreatePhysics = /** @suppress {undefinedVars, duplicate} @this{Object} */function(version, foundation, params, pvd, omniPvd) { - var self = this.ptr; - if (version && typeof version === 'object') version = version.ptr; - if (foundation && typeof foundation === 'object') foundation = foundation.ptr; - if (params && typeof params === 'object') params = params.ptr; - if (pvd && typeof pvd === 'object') pvd = pvd.ptr; - if (omniPvd && typeof omniPvd === 'object') omniPvd = omniPvd.ptr; - if (pvd === undefined) { return wrapPointer(_emscripten_bind_PxTopLevelFunctions_CreatePhysics_3(self, version, foundation, params), PxPhysics) } - if (omniPvd === undefined) { return wrapPointer(_emscripten_bind_PxTopLevelFunctions_CreatePhysics_4(self, version, foundation, params, pvd), PxPhysics) } - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_CreatePhysics_5(self, version, foundation, params, pvd, omniPvd), PxPhysics); -};; - -PxTopLevelFunctions.prototype['DefaultCpuDispatcherCreate'] = PxTopLevelFunctions.prototype.DefaultCpuDispatcherCreate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(numThreads) { - var self = this.ptr; - if (numThreads && typeof numThreads === 'object') numThreads = numThreads.ptr; - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_DefaultCpuDispatcherCreate_1(self, numThreads), PxDefaultCpuDispatcher); -};; - -PxTopLevelFunctions.prototype['InitExtensions'] = PxTopLevelFunctions.prototype.InitExtensions = /** @suppress {undefinedVars, duplicate} @this{Object} */function(physics) { - var self = this.ptr; - if (physics && typeof physics === 'object') physics = physics.ptr; - return !!(_emscripten_bind_PxTopLevelFunctions_InitExtensions_1(self, physics)); -};; - -PxTopLevelFunctions.prototype['CloseExtensions'] = PxTopLevelFunctions.prototype.CloseExtensions = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTopLevelFunctions_CloseExtensions_0(self); -};; - -PxTopLevelFunctions.prototype['CreatePvd'] = PxTopLevelFunctions.prototype.CreatePvd = /** @suppress {undefinedVars, duplicate} @this{Object} */function(foundation) { - var self = this.ptr; - if (foundation && typeof foundation === 'object') foundation = foundation.ptr; - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_CreatePvd_1(self, foundation), PxPvd); -};; - -PxTopLevelFunctions.prototype['D6JointCreate'] = PxTopLevelFunctions.prototype.D6JointCreate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(physics, actor0, localFrame0, actor1, localFrame1) { - var self = this.ptr; - if (physics && typeof physics === 'object') physics = physics.ptr; - if (actor0 && typeof actor0 === 'object') actor0 = actor0.ptr; - if (localFrame0 && typeof localFrame0 === 'object') localFrame0 = localFrame0.ptr; - if (actor1 && typeof actor1 === 'object') actor1 = actor1.ptr; - if (localFrame1 && typeof localFrame1 === 'object') localFrame1 = localFrame1.ptr; - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_D6JointCreate_5(self, physics, actor0, localFrame0, actor1, localFrame1), PxD6Joint); -};; - -PxTopLevelFunctions.prototype['DistanceJointCreate'] = PxTopLevelFunctions.prototype.DistanceJointCreate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(physics, actor0, localFrame0, actor1, localFrame1) { - var self = this.ptr; - if (physics && typeof physics === 'object') physics = physics.ptr; - if (actor0 && typeof actor0 === 'object') actor0 = actor0.ptr; - if (localFrame0 && typeof localFrame0 === 'object') localFrame0 = localFrame0.ptr; - if (actor1 && typeof actor1 === 'object') actor1 = actor1.ptr; - if (localFrame1 && typeof localFrame1 === 'object') localFrame1 = localFrame1.ptr; - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_DistanceJointCreate_5(self, physics, actor0, localFrame0, actor1, localFrame1), PxDistanceJoint); -};; - -PxTopLevelFunctions.prototype['FixedJointCreate'] = PxTopLevelFunctions.prototype.FixedJointCreate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(physics, actor0, localFrame0, actor1, localFrame1) { - var self = this.ptr; - if (physics && typeof physics === 'object') physics = physics.ptr; - if (actor0 && typeof actor0 === 'object') actor0 = actor0.ptr; - if (localFrame0 && typeof localFrame0 === 'object') localFrame0 = localFrame0.ptr; - if (actor1 && typeof actor1 === 'object') actor1 = actor1.ptr; - if (localFrame1 && typeof localFrame1 === 'object') localFrame1 = localFrame1.ptr; - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_FixedJointCreate_5(self, physics, actor0, localFrame0, actor1, localFrame1), PxFixedJoint); -};; - -PxTopLevelFunctions.prototype['PrismaticJointCreate'] = PxTopLevelFunctions.prototype.PrismaticJointCreate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(physics, actor0, localFrame0, actor1, localFrame1) { - var self = this.ptr; - if (physics && typeof physics === 'object') physics = physics.ptr; - if (actor0 && typeof actor0 === 'object') actor0 = actor0.ptr; - if (localFrame0 && typeof localFrame0 === 'object') localFrame0 = localFrame0.ptr; - if (actor1 && typeof actor1 === 'object') actor1 = actor1.ptr; - if (localFrame1 && typeof localFrame1 === 'object') localFrame1 = localFrame1.ptr; - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_PrismaticJointCreate_5(self, physics, actor0, localFrame0, actor1, localFrame1), PxPrismaticJoint); -};; - -PxTopLevelFunctions.prototype['RevoluteJointCreate'] = PxTopLevelFunctions.prototype.RevoluteJointCreate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(physics, actor0, localFrame0, actor1, localFrame1) { - var self = this.ptr; - if (physics && typeof physics === 'object') physics = physics.ptr; - if (actor0 && typeof actor0 === 'object') actor0 = actor0.ptr; - if (localFrame0 && typeof localFrame0 === 'object') localFrame0 = localFrame0.ptr; - if (actor1 && typeof actor1 === 'object') actor1 = actor1.ptr; - if (localFrame1 && typeof localFrame1 === 'object') localFrame1 = localFrame1.ptr; - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_RevoluteJointCreate_5(self, physics, actor0, localFrame0, actor1, localFrame1), PxRevoluteJoint); -};; - -PxTopLevelFunctions.prototype['SphericalJointCreate'] = PxTopLevelFunctions.prototype.SphericalJointCreate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(physics, actor0, localFrame0, actor1, localFrame1) { - var self = this.ptr; - if (physics && typeof physics === 'object') physics = physics.ptr; - if (actor0 && typeof actor0 === 'object') actor0 = actor0.ptr; - if (localFrame0 && typeof localFrame0 === 'object') localFrame0 = localFrame0.ptr; - if (actor1 && typeof actor1 === 'object') actor1 = actor1.ptr; - if (localFrame1 && typeof localFrame1 === 'object') localFrame1 = localFrame1.ptr; - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_SphericalJointCreate_5(self, physics, actor0, localFrame0, actor1, localFrame1), PxSphericalJoint); -};; - -PxTopLevelFunctions.prototype['CreateConvexMesh'] = PxTopLevelFunctions.prototype.CreateConvexMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function(params, desc) { - var self = this.ptr; - if (params && typeof params === 'object') params = params.ptr; - if (desc && typeof desc === 'object') desc = desc.ptr; - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_CreateConvexMesh_2(self, params, desc), PxConvexMesh); -};; - -PxTopLevelFunctions.prototype['CreateTriangleMesh'] = PxTopLevelFunctions.prototype.CreateTriangleMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function(params, desc) { - var self = this.ptr; - if (params && typeof params === 'object') params = params.ptr; - if (desc && typeof desc === 'object') desc = desc.ptr; - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_CreateTriangleMesh_2(self, params, desc), PxTriangleMesh); -};; - -PxTopLevelFunctions.prototype['CreateHeightField'] = PxTopLevelFunctions.prototype.CreateHeightField = /** @suppress {undefinedVars, duplicate} @this{Object} */function(desc) { - var self = this.ptr; - if (desc && typeof desc === 'object') desc = desc.ptr; - return wrapPointer(_emscripten_bind_PxTopLevelFunctions_CreateHeightField_1(self, desc), PxHeightField); -};; - - PxTopLevelFunctions.prototype['get_PHYSICS_VERSION'] = PxTopLevelFunctions.prototype.get_PHYSICS_VERSION = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxTopLevelFunctions_get_PHYSICS_VERSION_0(self); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTopLevelFunctions.prototype, 'PHYSICS_VERSION', { get: PxTopLevelFunctions.prototype.get_PHYSICS_VERSION }); -// PxTransform -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTransform(p0, q0) { - if (p0 && typeof p0 === 'object') p0 = p0.ptr; - if (q0 && typeof q0 === 'object') q0 = q0.ptr; - if (p0 === undefined) { this.ptr = _emscripten_bind_PxTransform_PxTransform_0(); getCache(PxTransform)[this.ptr] = this;return } - if (q0 === undefined) { this.ptr = _emscripten_bind_PxTransform_PxTransform_1(p0); getCache(PxTransform)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxTransform_PxTransform_2(p0, q0); - getCache(PxTransform)[this.ptr] = this; -};; -PxTransform.prototype = Object.create(WrapperObject.prototype); -PxTransform.prototype.constructor = PxTransform; -PxTransform.prototype.__class__ = PxTransform; -PxTransform.__cache__ = {}; -Module['PxTransform'] = PxTransform; - - PxTransform.prototype['get_q'] = PxTransform.prototype.get_q = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTransform_get_q_0(self), PxQuat); -}; - PxTransform.prototype['set_q'] = PxTransform.prototype.set_q = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTransform_set_q_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTransform.prototype, 'q', { get: PxTransform.prototype.get_q, set: PxTransform.prototype.set_q }); - PxTransform.prototype['get_p'] = PxTransform.prototype.get_p = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTransform_get_p_0(self), PxVec3); -}; - PxTransform.prototype['set_p'] = PxTransform.prototype.set_p = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTransform_set_p_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTransform.prototype, 'p', { get: PxTransform.prototype.get_p, set: PxTransform.prototype.set_p }); - PxTransform.prototype['__destroy__'] = PxTransform.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTransform___destroy___0(self); -}; -// PxTriangle -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTriangle(p0, p1, p2) { - if (p0 && typeof p0 === 'object') p0 = p0.ptr; - if (p1 && typeof p1 === 'object') p1 = p1.ptr; - if (p2 && typeof p2 === 'object') p2 = p2.ptr; - if (p0 === undefined) { this.ptr = _emscripten_bind_PxTriangle_PxTriangle_0(); getCache(PxTriangle)[this.ptr] = this;return } - if (p1 === undefined) { this.ptr = _emscripten_bind_PxTriangle_PxTriangle_1(p0); getCache(PxTriangle)[this.ptr] = this;return } - if (p2 === undefined) { this.ptr = _emscripten_bind_PxTriangle_PxTriangle_2(p0, p1); getCache(PxTriangle)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxTriangle_PxTriangle_3(p0, p1, p2); - getCache(PxTriangle)[this.ptr] = this; -};; -PxTriangle.prototype = Object.create(WrapperObject.prototype); -PxTriangle.prototype.constructor = PxTriangle; -PxTriangle.prototype.__class__ = PxTriangle; -PxTriangle.__cache__ = {}; -Module['PxTriangle'] = PxTriangle; - -PxTriangle.prototype['normal'] = PxTriangle.prototype.normal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(normal) { - var self = this.ptr; - if (normal && typeof normal === 'object') normal = normal.ptr; - _emscripten_bind_PxTriangle_normal_1(self, normal); -};; - -PxTriangle.prototype['denormalizedNormal'] = PxTriangle.prototype.denormalizedNormal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(normal) { - var self = this.ptr; - if (normal && typeof normal === 'object') normal = normal.ptr; - _emscripten_bind_PxTriangle_denormalizedNormal_1(self, normal); -};; - -PxTriangle.prototype['area'] = PxTriangle.prototype.area = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxTriangle_area_0(self); -};; - -PxTriangle.prototype['pointFromUV'] = PxTriangle.prototype.pointFromUV = /** @suppress {undefinedVars, duplicate} @this{Object} */function(u, v) { - var self = this.ptr; - if (u && typeof u === 'object') u = u.ptr; - if (v && typeof v === 'object') v = v.ptr; - return wrapPointer(_emscripten_bind_PxTriangle_pointFromUV_2(self, u, v), PxVec3); -};; - - PxTriangle.prototype['__destroy__'] = PxTriangle.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTriangle___destroy___0(self); -}; -// PxTriangleMesh -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTriangleMesh() { throw "cannot construct a PxTriangleMesh, no constructor in IDL" } -PxTriangleMesh.prototype = Object.create(PxRefCounted.prototype); -PxTriangleMesh.prototype.constructor = PxTriangleMesh; -PxTriangleMesh.prototype.__class__ = PxTriangleMesh; -PxTriangleMesh.__cache__ = {}; -Module['PxTriangleMesh'] = PxTriangleMesh; - -PxTriangleMesh.prototype['getNbVertices'] = PxTriangleMesh.prototype.getNbVertices = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxTriangleMesh_getNbVertices_0(self); -};; - -PxTriangleMesh.prototype['getVertices'] = PxTriangleMesh.prototype.getVertices = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMesh_getVertices_0(self), PxVec3); -};; - -PxTriangleMesh.prototype['getVerticesForModification'] = PxTriangleMesh.prototype.getVerticesForModification = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMesh_getVerticesForModification_0(self), PxVec3); -};; - -PxTriangleMesh.prototype['refitBVH'] = PxTriangleMesh.prototype.refitBVH = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMesh_refitBVH_0(self), PxBounds3); -};; - -PxTriangleMesh.prototype['getNbTriangles'] = PxTriangleMesh.prototype.getNbTriangles = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxTriangleMesh_getNbTriangles_0(self); -};; - -PxTriangleMesh.prototype['getTriangles'] = PxTriangleMesh.prototype.getTriangles = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMesh_getTriangles_0(self), VoidPtr); -};; - -PxTriangleMesh.prototype['getTriangleMeshFlags'] = PxTriangleMesh.prototype.getTriangleMeshFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMesh_getTriangleMeshFlags_0(self), PxTriangleMeshFlags); -};; - -PxTriangleMesh.prototype['getTrianglesRemap'] = PxTriangleMesh.prototype.getTrianglesRemap = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMesh_getTrianglesRemap_0(self), PxU32ConstPtr); -};; - -PxTriangleMesh.prototype['getTriangleMaterialIndex'] = PxTriangleMesh.prototype.getTriangleMaterialIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function(triangleIndex) { - var self = this.ptr; - if (triangleIndex && typeof triangleIndex === 'object') triangleIndex = triangleIndex.ptr; - return _emscripten_bind_PxTriangleMesh_getTriangleMaterialIndex_1(self, triangleIndex); -};; - -PxTriangleMesh.prototype['getLocalBounds'] = PxTriangleMesh.prototype.getLocalBounds = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMesh_getLocalBounds_0(self), PxBounds3); -};; - -PxTriangleMesh.prototype['release'] = PxTriangleMesh.prototype.release = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTriangleMesh_release_0(self); -};; - -PxTriangleMesh.prototype['getConcreteTypeName'] = PxTriangleMesh.prototype.getConcreteTypeName = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return UTF8ToString(_emscripten_bind_PxTriangleMesh_getConcreteTypeName_0(self)); -};; - -PxTriangleMesh.prototype['getConcreteType'] = PxTriangleMesh.prototype.getConcreteType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxTriangleMesh_getConcreteType_0(self); -};; - -PxTriangleMesh.prototype['setBaseFlag'] = PxTriangleMesh.prototype.setBaseFlag = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag, value) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxTriangleMesh_setBaseFlag_2(self, flag, value); -};; - -PxTriangleMesh.prototype['setBaseFlags'] = PxTriangleMesh.prototype.setBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inFlags) { - var self = this.ptr; - if (inFlags && typeof inFlags === 'object') inFlags = inFlags.ptr; - _emscripten_bind_PxTriangleMesh_setBaseFlags_1(self, inFlags); -};; - -PxTriangleMesh.prototype['getBaseFlags'] = PxTriangleMesh.prototype.getBaseFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMesh_getBaseFlags_0(self), PxBaseFlags); -};; - -PxTriangleMesh.prototype['isReleasable'] = PxTriangleMesh.prototype.isReleasable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxTriangleMesh_isReleasable_0(self)); -};; - -PxTriangleMesh.prototype['getReferenceCount'] = PxTriangleMesh.prototype.getReferenceCount = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxTriangleMesh_getReferenceCount_0(self); -};; - -PxTriangleMesh.prototype['acquireReference'] = PxTriangleMesh.prototype.acquireReference = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTriangleMesh_acquireReference_0(self); -};; - -// PxTriangleMeshAnalysisResults -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTriangleMeshAnalysisResults(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxTriangleMeshAnalysisResults_PxTriangleMeshAnalysisResults_1(flags); - getCache(PxTriangleMeshAnalysisResults)[this.ptr] = this; -};; -PxTriangleMeshAnalysisResults.prototype = Object.create(WrapperObject.prototype); -PxTriangleMeshAnalysisResults.prototype.constructor = PxTriangleMeshAnalysisResults; -PxTriangleMeshAnalysisResults.prototype.__class__ = PxTriangleMeshAnalysisResults; -PxTriangleMeshAnalysisResults.__cache__ = {}; -Module['PxTriangleMeshAnalysisResults'] = PxTriangleMeshAnalysisResults; - -PxTriangleMeshAnalysisResults.prototype['isSet'] = PxTriangleMeshAnalysisResults.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxTriangleMeshAnalysisResults_isSet_1(self, flag)); -};; - -PxTriangleMeshAnalysisResults.prototype['raise'] = PxTriangleMeshAnalysisResults.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxTriangleMeshAnalysisResults_raise_1(self, flag); -};; - -PxTriangleMeshAnalysisResults.prototype['clear'] = PxTriangleMeshAnalysisResults.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxTriangleMeshAnalysisResults_clear_1(self, flag); -};; - - PxTriangleMeshAnalysisResults.prototype['__destroy__'] = PxTriangleMeshAnalysisResults.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTriangleMeshAnalysisResults___destroy___0(self); -}; -// PxTriangleMeshDesc -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTriangleMeshDesc() { - this.ptr = _emscripten_bind_PxTriangleMeshDesc_PxTriangleMeshDesc_0(); - getCache(PxTriangleMeshDesc)[this.ptr] = this; -};; -PxTriangleMeshDesc.prototype = Object.create(PxSimpleTriangleMesh.prototype); -PxTriangleMeshDesc.prototype.constructor = PxTriangleMeshDesc; -PxTriangleMeshDesc.prototype.__class__ = PxTriangleMeshDesc; -PxTriangleMeshDesc.__cache__ = {}; -Module['PxTriangleMeshDesc'] = PxTriangleMeshDesc; - -PxTriangleMeshDesc.prototype['setToDefault'] = PxTriangleMeshDesc.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTriangleMeshDesc_setToDefault_0(self); -};; - -PxTriangleMeshDesc.prototype['isValid'] = PxTriangleMeshDesc.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxTriangleMeshDesc_isValid_0(self)); -};; - - PxTriangleMeshDesc.prototype['get_materialIndices'] = PxTriangleMeshDesc.prototype.get_materialIndices = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMeshDesc_get_materialIndices_0(self), PxU16StridedData); -}; - PxTriangleMeshDesc.prototype['set_materialIndices'] = PxTriangleMeshDesc.prototype.set_materialIndices = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTriangleMeshDesc_set_materialIndices_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTriangleMeshDesc.prototype, 'materialIndices', { get: PxTriangleMeshDesc.prototype.get_materialIndices, set: PxTriangleMeshDesc.prototype.set_materialIndices }); - PxTriangleMeshDesc.prototype['get_points'] = PxTriangleMeshDesc.prototype.get_points = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMeshDesc_get_points_0(self), PxBoundedData); -}; - PxTriangleMeshDesc.prototype['set_points'] = PxTriangleMeshDesc.prototype.set_points = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTriangleMeshDesc_set_points_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTriangleMeshDesc.prototype, 'points', { get: PxTriangleMeshDesc.prototype.get_points, set: PxTriangleMeshDesc.prototype.set_points }); - PxTriangleMeshDesc.prototype['get_triangles'] = PxTriangleMeshDesc.prototype.get_triangles = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMeshDesc_get_triangles_0(self), PxBoundedData); -}; - PxTriangleMeshDesc.prototype['set_triangles'] = PxTriangleMeshDesc.prototype.set_triangles = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTriangleMeshDesc_set_triangles_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTriangleMeshDesc.prototype, 'triangles', { get: PxTriangleMeshDesc.prototype.get_triangles, set: PxTriangleMeshDesc.prototype.set_triangles }); - PxTriangleMeshDesc.prototype['get_flags'] = PxTriangleMeshDesc.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMeshDesc_get_flags_0(self), PxMeshFlags); -}; - PxTriangleMeshDesc.prototype['set_flags'] = PxTriangleMeshDesc.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTriangleMeshDesc_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTriangleMeshDesc.prototype, 'flags', { get: PxTriangleMeshDesc.prototype.get_flags, set: PxTriangleMeshDesc.prototype.set_flags }); - PxTriangleMeshDesc.prototype['__destroy__'] = PxTriangleMeshDesc.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTriangleMeshDesc___destroy___0(self); -}; -// PxTriangleMeshFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTriangleMeshFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxTriangleMeshFlags_PxTriangleMeshFlags_1(flags); - getCache(PxTriangleMeshFlags)[this.ptr] = this; -};; -PxTriangleMeshFlags.prototype = Object.create(WrapperObject.prototype); -PxTriangleMeshFlags.prototype.constructor = PxTriangleMeshFlags; -PxTriangleMeshFlags.prototype.__class__ = PxTriangleMeshFlags; -PxTriangleMeshFlags.__cache__ = {}; -Module['PxTriangleMeshFlags'] = PxTriangleMeshFlags; - -PxTriangleMeshFlags.prototype['isSet'] = PxTriangleMeshFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxTriangleMeshFlags_isSet_1(self, flag)); -};; - -PxTriangleMeshFlags.prototype['raise'] = PxTriangleMeshFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxTriangleMeshFlags_raise_1(self, flag); -};; - -PxTriangleMeshFlags.prototype['clear'] = PxTriangleMeshFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxTriangleMeshFlags_clear_1(self, flag); -};; - - PxTriangleMeshFlags.prototype['__destroy__'] = PxTriangleMeshFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTriangleMeshFlags___destroy___0(self); -}; -// PxTriangleMeshGeometry -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTriangleMeshGeometry(mesh, scaling, flags) { - if (mesh && typeof mesh === 'object') mesh = mesh.ptr; - if (scaling && typeof scaling === 'object') scaling = scaling.ptr; - if (flags && typeof flags === 'object') flags = flags.ptr; - if (scaling === undefined) { this.ptr = _emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_1(mesh); getCache(PxTriangleMeshGeometry)[this.ptr] = this;return } - if (flags === undefined) { this.ptr = _emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_2(mesh, scaling); getCache(PxTriangleMeshGeometry)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxTriangleMeshGeometry_PxTriangleMeshGeometry_3(mesh, scaling, flags); - getCache(PxTriangleMeshGeometry)[this.ptr] = this; -};; -PxTriangleMeshGeometry.prototype = Object.create(PxGeometry.prototype); -PxTriangleMeshGeometry.prototype.constructor = PxTriangleMeshGeometry; -PxTriangleMeshGeometry.prototype.__class__ = PxTriangleMeshGeometry; -PxTriangleMeshGeometry.__cache__ = {}; -Module['PxTriangleMeshGeometry'] = PxTriangleMeshGeometry; - -PxTriangleMeshGeometry.prototype['isValid'] = PxTriangleMeshGeometry.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxTriangleMeshGeometry_isValid_0(self)); -};; - -PxTriangleMeshGeometry.prototype['getType'] = PxTriangleMeshGeometry.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxTriangleMeshGeometry_getType_0(self); -};; - - PxTriangleMeshGeometry.prototype['get_scale'] = PxTriangleMeshGeometry.prototype.get_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMeshGeometry_get_scale_0(self), PxMeshScale); -}; - PxTriangleMeshGeometry.prototype['set_scale'] = PxTriangleMeshGeometry.prototype.set_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTriangleMeshGeometry_set_scale_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTriangleMeshGeometry.prototype, 'scale', { get: PxTriangleMeshGeometry.prototype.get_scale, set: PxTriangleMeshGeometry.prototype.set_scale }); - PxTriangleMeshGeometry.prototype['get_meshFlags'] = PxTriangleMeshGeometry.prototype.get_meshFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMeshGeometry_get_meshFlags_0(self), PxMeshGeometryFlags); -}; - PxTriangleMeshGeometry.prototype['set_meshFlags'] = PxTriangleMeshGeometry.prototype.set_meshFlags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTriangleMeshGeometry_set_meshFlags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTriangleMeshGeometry.prototype, 'meshFlags', { get: PxTriangleMeshGeometry.prototype.get_meshFlags, set: PxTriangleMeshGeometry.prototype.set_meshFlags }); - PxTriangleMeshGeometry.prototype['get_triangleMesh'] = PxTriangleMeshGeometry.prototype.get_triangleMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriangleMeshGeometry_get_triangleMesh_0(self), PxTriangleMesh); -}; - PxTriangleMeshGeometry.prototype['set_triangleMesh'] = PxTriangleMeshGeometry.prototype.set_triangleMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTriangleMeshGeometry_set_triangleMesh_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTriangleMeshGeometry.prototype, 'triangleMesh', { get: PxTriangleMeshGeometry.prototype.get_triangleMesh, set: PxTriangleMeshGeometry.prototype.set_triangleMesh }); - PxTriangleMeshGeometry.prototype['__destroy__'] = PxTriangleMeshGeometry.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTriangleMeshGeometry___destroy___0(self); -}; -// PxTriggerPair -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTriggerPair() { throw "cannot construct a PxTriggerPair, no constructor in IDL" } -PxTriggerPair.prototype = Object.create(WrapperObject.prototype); -PxTriggerPair.prototype.constructor = PxTriggerPair; -PxTriggerPair.prototype.__class__ = PxTriggerPair; -PxTriggerPair.__cache__ = {}; -Module['PxTriggerPair'] = PxTriggerPair; - - PxTriggerPair.prototype['get_triggerShape'] = PxTriggerPair.prototype.get_triggerShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriggerPair_get_triggerShape_0(self), PxShape); -}; - PxTriggerPair.prototype['set_triggerShape'] = PxTriggerPair.prototype.set_triggerShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTriggerPair_set_triggerShape_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTriggerPair.prototype, 'triggerShape', { get: PxTriggerPair.prototype.get_triggerShape, set: PxTriggerPair.prototype.set_triggerShape }); - PxTriggerPair.prototype['get_triggerActor'] = PxTriggerPair.prototype.get_triggerActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriggerPair_get_triggerActor_0(self), PxActor); -}; - PxTriggerPair.prototype['set_triggerActor'] = PxTriggerPair.prototype.set_triggerActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTriggerPair_set_triggerActor_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTriggerPair.prototype, 'triggerActor', { get: PxTriggerPair.prototype.get_triggerActor, set: PxTriggerPair.prototype.set_triggerActor }); - PxTriggerPair.prototype['get_otherShape'] = PxTriggerPair.prototype.get_otherShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriggerPair_get_otherShape_0(self), PxShape); -}; - PxTriggerPair.prototype['set_otherShape'] = PxTriggerPair.prototype.set_otherShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTriggerPair_set_otherShape_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTriggerPair.prototype, 'otherShape', { get: PxTriggerPair.prototype.get_otherShape, set: PxTriggerPair.prototype.set_otherShape }); - PxTriggerPair.prototype['get_otherActor'] = PxTriggerPair.prototype.get_otherActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriggerPair_get_otherActor_0(self), PxActor); -}; - PxTriggerPair.prototype['set_otherActor'] = PxTriggerPair.prototype.set_otherActor = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTriggerPair_set_otherActor_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTriggerPair.prototype, 'otherActor', { get: PxTriggerPair.prototype.get_otherActor, set: PxTriggerPair.prototype.set_otherActor }); - PxTriggerPair.prototype['get_status'] = PxTriggerPair.prototype.get_status = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxTriggerPair_get_status_0(self); -}; - PxTriggerPair.prototype['set_status'] = PxTriggerPair.prototype.set_status = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTriggerPair_set_status_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTriggerPair.prototype, 'status', { get: PxTriggerPair.prototype.get_status, set: PxTriggerPair.prototype.set_status }); - PxTriggerPair.prototype['get_flags'] = PxTriggerPair.prototype.get_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTriggerPair_get_flags_0(self), PxTriggerPairFlags); -}; - PxTriggerPair.prototype['set_flags'] = PxTriggerPair.prototype.set_flags = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTriggerPair_set_flags_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTriggerPair.prototype, 'flags', { get: PxTriggerPair.prototype.get_flags, set: PxTriggerPair.prototype.set_flags }); - PxTriggerPair.prototype['__destroy__'] = PxTriggerPair.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTriggerPair___destroy___0(self); -}; -// PxTriggerPairFlags -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTriggerPairFlags(flags) { - if (flags && typeof flags === 'object') flags = flags.ptr; - this.ptr = _emscripten_bind_PxTriggerPairFlags_PxTriggerPairFlags_1(flags); - getCache(PxTriggerPairFlags)[this.ptr] = this; -};; -PxTriggerPairFlags.prototype = Object.create(WrapperObject.prototype); -PxTriggerPairFlags.prototype.constructor = PxTriggerPairFlags; -PxTriggerPairFlags.prototype.__class__ = PxTriggerPairFlags; -PxTriggerPairFlags.__cache__ = {}; -Module['PxTriggerPairFlags'] = PxTriggerPairFlags; - -PxTriggerPairFlags.prototype['isSet'] = PxTriggerPairFlags.prototype.isSet = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - return !!(_emscripten_bind_PxTriggerPairFlags_isSet_1(self, flag)); -};; - -PxTriggerPairFlags.prototype['raise'] = PxTriggerPairFlags.prototype.raise = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxTriggerPairFlags_raise_1(self, flag); -};; - -PxTriggerPairFlags.prototype['clear'] = PxTriggerPairFlags.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(flag) { - var self = this.ptr; - if (flag && typeof flag === 'object') flag = flag.ptr; - _emscripten_bind_PxTriggerPairFlags_clear_1(self, flag); -};; - - PxTriggerPairFlags.prototype['__destroy__'] = PxTriggerPairFlags.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTriggerPairFlags___destroy___0(self); -}; -// PxTypedStridedData_PxU16 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxTypedStridedData_PxU16() { throw "cannot construct a PxTypedStridedData_PxU16, no constructor in IDL" } -PxTypedStridedData_PxU16.prototype = Object.create(WrapperObject.prototype); -PxTypedStridedData_PxU16.prototype.constructor = PxTypedStridedData_PxU16; -PxTypedStridedData_PxU16.prototype.__class__ = PxTypedStridedData_PxU16; -PxTypedStridedData_PxU16.__cache__ = {}; -Module['PxTypedStridedData_PxU16'] = PxTypedStridedData_PxU16; - - PxTypedStridedData_PxU16.prototype['get_stride'] = PxTypedStridedData_PxU16.prototype.get_stride = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxTypedStridedData_PxU16_get_stride_0(self); -}; - PxTypedStridedData_PxU16.prototype['set_stride'] = PxTypedStridedData_PxU16.prototype.set_stride = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTypedStridedData_PxU16_set_stride_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTypedStridedData_PxU16.prototype, 'stride', { get: PxTypedStridedData_PxU16.prototype.get_stride, set: PxTypedStridedData_PxU16.prototype.set_stride }); - PxTypedStridedData_PxU16.prototype['get_data'] = PxTypedStridedData_PxU16.prototype.get_data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxTypedStridedData_PxU16_get_data_0(self), PxU16ConstPtr); -}; - PxTypedStridedData_PxU16.prototype['set_data'] = PxTypedStridedData_PxU16.prototype.set_data = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxTypedStridedData_PxU16_set_data_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxTypedStridedData_PxU16.prototype, 'data', { get: PxTypedStridedData_PxU16.prototype.get_data, set: PxTypedStridedData_PxU16.prototype.set_data }); - PxTypedStridedData_PxU16.prototype['__destroy__'] = PxTypedStridedData_PxU16.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxTypedStridedData_PxU16___destroy___0(self); -}; -// PxU16Ptr -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxU16Ptr() { throw "cannot construct a PxU16Ptr, no constructor in IDL" } -PxU16Ptr.prototype = Object.create(PxU16ConstPtr.prototype); -PxU16Ptr.prototype.constructor = PxU16Ptr; -PxU16Ptr.prototype.__class__ = PxU16Ptr; -PxU16Ptr.__cache__ = {}; -Module['PxU16Ptr'] = PxU16Ptr; - - PxU16Ptr.prototype['__destroy__'] = PxU16Ptr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxU16Ptr___destroy___0(self); -}; -// PxU16StridedData -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxU16StridedData() { throw "cannot construct a PxU16StridedData, no constructor in IDL" } -PxU16StridedData.prototype = Object.create(WrapperObject.prototype); -PxU16StridedData.prototype.constructor = PxU16StridedData; -PxU16StridedData.prototype.__class__ = PxU16StridedData; -PxU16StridedData.__cache__ = {}; -Module['PxU16StridedData'] = PxU16StridedData; - - PxU16StridedData.prototype['get_stride'] = PxU16StridedData.prototype.get_stride = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxU16StridedData_get_stride_0(self); -}; - PxU16StridedData.prototype['set_stride'] = PxU16StridedData.prototype.set_stride = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxU16StridedData_set_stride_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxU16StridedData.prototype, 'stride', { get: PxU16StridedData.prototype.get_stride, set: PxU16StridedData.prototype.set_stride }); - PxU16StridedData.prototype['get_data'] = PxU16StridedData.prototype.get_data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxU16StridedData_get_data_0(self), PxU16ConstPtr); -}; - PxU16StridedData.prototype['set_data'] = PxU16StridedData.prototype.set_data = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxU16StridedData_set_data_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxU16StridedData.prototype, 'data', { get: PxU16StridedData.prototype.get_data, set: PxU16StridedData.prototype.set_data }); - PxU16StridedData.prototype['__destroy__'] = PxU16StridedData.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxU16StridedData___destroy___0(self); -}; -// PxU32Ptr -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxU32Ptr() { throw "cannot construct a PxU32Ptr, no constructor in IDL" } -PxU32Ptr.prototype = Object.create(PxU32ConstPtr.prototype); -PxU32Ptr.prototype.constructor = PxU32Ptr; -PxU32Ptr.prototype.__class__ = PxU32Ptr; -PxU32Ptr.__cache__ = {}; -Module['PxU32Ptr'] = PxU32Ptr; - - PxU32Ptr.prototype['__destroy__'] = PxU32Ptr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxU32Ptr___destroy___0(self); -}; -// PxU8Ptr -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxU8Ptr() { throw "cannot construct a PxU8Ptr, no constructor in IDL" } -PxU8Ptr.prototype = Object.create(PxU8ConstPtr.prototype); -PxU8Ptr.prototype.constructor = PxU8Ptr; -PxU8Ptr.prototype.__class__ = PxU8Ptr; -PxU8Ptr.__cache__ = {}; -Module['PxU8Ptr'] = PxU8Ptr; - - PxU8Ptr.prototype['__destroy__'] = PxU8Ptr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxU8Ptr___destroy___0(self); -}; -// PxUserControllerHitReportImpl -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxUserControllerHitReportImpl() { - this.ptr = _emscripten_bind_PxUserControllerHitReportImpl_PxUserControllerHitReportImpl_0(); - getCache(PxUserControllerHitReportImpl)[this.ptr] = this; -};; -PxUserControllerHitReportImpl.prototype = Object.create(PxUserControllerHitReport.prototype); -PxUserControllerHitReportImpl.prototype.constructor = PxUserControllerHitReportImpl; -PxUserControllerHitReportImpl.prototype.__class__ = PxUserControllerHitReportImpl; -PxUserControllerHitReportImpl.__cache__ = {}; -Module['PxUserControllerHitReportImpl'] = PxUserControllerHitReportImpl; - -PxUserControllerHitReportImpl.prototype['onShapeHit'] = PxUserControllerHitReportImpl.prototype.onShapeHit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(hit) { - var self = this.ptr; - if (hit && typeof hit === 'object') hit = hit.ptr; - _emscripten_bind_PxUserControllerHitReportImpl_onShapeHit_1(self, hit); -};; - -PxUserControllerHitReportImpl.prototype['onControllerHit'] = PxUserControllerHitReportImpl.prototype.onControllerHit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(hit) { - var self = this.ptr; - if (hit && typeof hit === 'object') hit = hit.ptr; - _emscripten_bind_PxUserControllerHitReportImpl_onControllerHit_1(self, hit); -};; - -PxUserControllerHitReportImpl.prototype['onObstacleHit'] = PxUserControllerHitReportImpl.prototype.onObstacleHit = /** @suppress {undefinedVars, duplicate} @this{Object} */function(hit) { - var self = this.ptr; - if (hit && typeof hit === 'object') hit = hit.ptr; - _emscripten_bind_PxUserControllerHitReportImpl_onObstacleHit_1(self, hit); -};; - - PxUserControllerHitReportImpl.prototype['__destroy__'] = PxUserControllerHitReportImpl.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxUserControllerHitReportImpl___destroy___0(self); -}; -// PxVec3 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVec3(x, y, z) { - if (x && typeof x === 'object') x = x.ptr; - if (y && typeof y === 'object') y = y.ptr; - if (z && typeof z === 'object') z = z.ptr; - if (x === undefined) { this.ptr = _emscripten_bind_PxVec3_PxVec3_0(); getCache(PxVec3)[this.ptr] = this;return } - if (y === undefined) { this.ptr = _emscripten_bind_PxVec3_PxVec3_1(x); getCache(PxVec3)[this.ptr] = this;return } - if (z === undefined) { this.ptr = _emscripten_bind_PxVec3_PxVec3_2(x, y); getCache(PxVec3)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxVec3_PxVec3_3(x, y, z); - getCache(PxVec3)[this.ptr] = this; -};; -PxVec3.prototype = Object.create(WrapperObject.prototype); -PxVec3.prototype.constructor = PxVec3; -PxVec3.prototype.__class__ = PxVec3; -PxVec3.__cache__ = {}; -Module['PxVec3'] = PxVec3; - -PxVec3.prototype['isZero'] = PxVec3.prototype.isZero = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVec3_isZero_0(self)); -};; - -PxVec3.prototype['isFinite'] = PxVec3.prototype.isFinite = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVec3_isFinite_0(self)); -};; - -PxVec3.prototype['isNormalized'] = PxVec3.prototype.isNormalized = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVec3_isNormalized_0(self)); -};; - -PxVec3.prototype['magnitudeSquared'] = PxVec3.prototype.magnitudeSquared = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec3_magnitudeSquared_0(self); -};; - -PxVec3.prototype['magnitude'] = PxVec3.prototype.magnitude = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec3_magnitude_0(self); -};; - -PxVec3.prototype['dot'] = PxVec3.prototype.dot = /** @suppress {undefinedVars, duplicate} @this{Object} */function(v) { - var self = this.ptr; - if (v && typeof v === 'object') v = v.ptr; - return _emscripten_bind_PxVec3_dot_1(self, v); -};; - -PxVec3.prototype['cross'] = PxVec3.prototype.cross = /** @suppress {undefinedVars, duplicate} @this{Object} */function(v) { - var self = this.ptr; - if (v && typeof v === 'object') v = v.ptr; - return wrapPointer(_emscripten_bind_PxVec3_cross_1(self, v), PxVec3); -};; - -PxVec3.prototype['getNormalized'] = PxVec3.prototype.getNormalized = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVec3_getNormalized_0(self), PxVec3); -};; - -PxVec3.prototype['normalize'] = PxVec3.prototype.normalize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec3_normalize_0(self); -};; - -PxVec3.prototype['normalizeSafe'] = PxVec3.prototype.normalizeSafe = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec3_normalizeSafe_0(self); -};; - -PxVec3.prototype['normalizeFast'] = PxVec3.prototype.normalizeFast = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec3_normalizeFast_0(self); -};; - -PxVec3.prototype['multiply'] = PxVec3.prototype.multiply = /** @suppress {undefinedVars, duplicate} @this{Object} */function(a) { - var self = this.ptr; - if (a && typeof a === 'object') a = a.ptr; - return wrapPointer(_emscripten_bind_PxVec3_multiply_1(self, a), PxVec3); -};; - -PxVec3.prototype['minimum'] = PxVec3.prototype.minimum = /** @suppress {undefinedVars, duplicate} @this{Object} */function(v) { - var self = this.ptr; - if (v && typeof v === 'object') v = v.ptr; - return wrapPointer(_emscripten_bind_PxVec3_minimum_1(self, v), PxVec3); -};; - -PxVec3.prototype['minElement'] = PxVec3.prototype.minElement = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec3_minElement_0(self); -};; - -PxVec3.prototype['maximum'] = PxVec3.prototype.maximum = /** @suppress {undefinedVars, duplicate} @this{Object} */function(v) { - var self = this.ptr; - if (v && typeof v === 'object') v = v.ptr; - return wrapPointer(_emscripten_bind_PxVec3_maximum_1(self, v), PxVec3); -};; - -PxVec3.prototype['maxElement'] = PxVec3.prototype.maxElement = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec3_maxElement_0(self); -};; - -PxVec3.prototype['abs'] = PxVec3.prototype.abs = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVec3_abs_0(self), PxVec3); -};; - - PxVec3.prototype['get_x'] = PxVec3.prototype.get_x = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec3_get_x_0(self); -}; - PxVec3.prototype['set_x'] = PxVec3.prototype.set_x = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVec3_set_x_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVec3.prototype, 'x', { get: PxVec3.prototype.get_x, set: PxVec3.prototype.set_x }); - PxVec3.prototype['get_y'] = PxVec3.prototype.get_y = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec3_get_y_0(self); -}; - PxVec3.prototype['set_y'] = PxVec3.prototype.set_y = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVec3_set_y_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVec3.prototype, 'y', { get: PxVec3.prototype.get_y, set: PxVec3.prototype.set_y }); - PxVec3.prototype['get_z'] = PxVec3.prototype.get_z = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec3_get_z_0(self); -}; - PxVec3.prototype['set_z'] = PxVec3.prototype.set_z = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVec3_set_z_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVec3.prototype, 'z', { get: PxVec3.prototype.get_z, set: PxVec3.prototype.set_z }); - PxVec3.prototype['__destroy__'] = PxVec3.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVec3___destroy___0(self); -}; -// PxVec4 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVec4(x, y, z, w) { - if (x && typeof x === 'object') x = x.ptr; - if (y && typeof y === 'object') y = y.ptr; - if (z && typeof z === 'object') z = z.ptr; - if (w && typeof w === 'object') w = w.ptr; - if (x === undefined) { this.ptr = _emscripten_bind_PxVec4_PxVec4_0(); getCache(PxVec4)[this.ptr] = this;return } - if (y === undefined) { this.ptr = _emscripten_bind_PxVec4_PxVec4_1(x); getCache(PxVec4)[this.ptr] = this;return } - if (z === undefined) { this.ptr = _emscripten_bind_PxVec4_PxVec4_2(x, y); getCache(PxVec4)[this.ptr] = this;return } - if (w === undefined) { this.ptr = _emscripten_bind_PxVec4_PxVec4_3(x, y, z); getCache(PxVec4)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxVec4_PxVec4_4(x, y, z, w); - getCache(PxVec4)[this.ptr] = this; -};; -PxVec4.prototype = Object.create(WrapperObject.prototype); -PxVec4.prototype.constructor = PxVec4; -PxVec4.prototype.__class__ = PxVec4; -PxVec4.__cache__ = {}; -Module['PxVec4'] = PxVec4; - -PxVec4.prototype['isZero'] = PxVec4.prototype.isZero = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVec4_isZero_0(self)); -};; - -PxVec4.prototype['isFinite'] = PxVec4.prototype.isFinite = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVec4_isFinite_0(self)); -};; - -PxVec4.prototype['isNormalized'] = PxVec4.prototype.isNormalized = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVec4_isNormalized_0(self)); -};; - -PxVec4.prototype['magnitudeSquared'] = PxVec4.prototype.magnitudeSquared = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec4_magnitudeSquared_0(self); -};; - -PxVec4.prototype['magnitude'] = PxVec4.prototype.magnitude = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec4_magnitude_0(self); -};; - -PxVec4.prototype['dot'] = PxVec4.prototype.dot = /** @suppress {undefinedVars, duplicate} @this{Object} */function(v) { - var self = this.ptr; - if (v && typeof v === 'object') v = v.ptr; - return _emscripten_bind_PxVec4_dot_1(self, v); -};; - -PxVec4.prototype['getNormalized'] = PxVec4.prototype.getNormalized = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVec4_getNormalized_0(self), PxVec4); -};; - -PxVec4.prototype['normalize'] = PxVec4.prototype.normalize = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec4_normalize_0(self); -};; - -PxVec4.prototype['multiply'] = PxVec4.prototype.multiply = /** @suppress {undefinedVars, duplicate} @this{Object} */function(a) { - var self = this.ptr; - if (a && typeof a === 'object') a = a.ptr; - return wrapPointer(_emscripten_bind_PxVec4_multiply_1(self, a), PxVec4); -};; - -PxVec4.prototype['minimum'] = PxVec4.prototype.minimum = /** @suppress {undefinedVars, duplicate} @this{Object} */function(v) { - var self = this.ptr; - if (v && typeof v === 'object') v = v.ptr; - return wrapPointer(_emscripten_bind_PxVec4_minimum_1(self, v), PxVec4); -};; - -PxVec4.prototype['maximum'] = PxVec4.prototype.maximum = /** @suppress {undefinedVars, duplicate} @this{Object} */function(v) { - var self = this.ptr; - if (v && typeof v === 'object') v = v.ptr; - return wrapPointer(_emscripten_bind_PxVec4_maximum_1(self, v), PxVec4); -};; - -PxVec4.prototype['getXYZ'] = PxVec4.prototype.getXYZ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVec4_getXYZ_0(self), PxVec3); -};; - - PxVec4.prototype['get_x'] = PxVec4.prototype.get_x = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec4_get_x_0(self); -}; - PxVec4.prototype['set_x'] = PxVec4.prototype.set_x = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVec4_set_x_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVec4.prototype, 'x', { get: PxVec4.prototype.get_x, set: PxVec4.prototype.set_x }); - PxVec4.prototype['get_y'] = PxVec4.prototype.get_y = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec4_get_y_0(self); -}; - PxVec4.prototype['set_y'] = PxVec4.prototype.set_y = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVec4_set_y_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVec4.prototype, 'y', { get: PxVec4.prototype.get_y, set: PxVec4.prototype.set_y }); - PxVec4.prototype['get_z'] = PxVec4.prototype.get_z = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec4_get_z_0(self); -}; - PxVec4.prototype['set_z'] = PxVec4.prototype.set_z = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVec4_set_z_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVec4.prototype, 'z', { get: PxVec4.prototype.get_z, set: PxVec4.prototype.set_z }); - PxVec4.prototype['get_w'] = PxVec4.prototype.get_w = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVec4_get_w_0(self); -}; - PxVec4.prototype['set_w'] = PxVec4.prototype.set_w = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVec4_set_w_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVec4.prototype, 'w', { get: PxVec4.prototype.get_w, set: PxVec4.prototype.set_w }); - PxVec4.prototype['__destroy__'] = PxVec4.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVec4___destroy___0(self); -}; -// PxVehicleAckermannParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleAckermannParams() { - this.ptr = _emscripten_bind_PxVehicleAckermannParams_PxVehicleAckermannParams_0(); - getCache(PxVehicleAckermannParams)[this.ptr] = this; -};; -PxVehicleAckermannParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleAckermannParams.prototype.constructor = PxVehicleAckermannParams; -PxVehicleAckermannParams.prototype.__class__ = PxVehicleAckermannParams; -PxVehicleAckermannParams.__cache__ = {}; -Module['PxVehicleAckermannParams'] = PxVehicleAckermannParams; - -PxVehicleAckermannParams.prototype['isValid'] = PxVehicleAckermannParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axleDesc) { - var self = this.ptr; - if (axleDesc && typeof axleDesc === 'object') axleDesc = axleDesc.ptr; - return !!(_emscripten_bind_PxVehicleAckermannParams_isValid_1(self, axleDesc)); -};; - -PxVehicleAckermannParams.prototype['transformAndScale'] = PxVehicleAckermannParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleAckermannParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleAckermannParams); -};; - - PxVehicleAckermannParams.prototype['get_wheelIds'] = PxVehicleAckermannParams.prototype.get_wheelIds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleAckermannParams_get_wheelIds_1(self, arg0); -}; - PxVehicleAckermannParams.prototype['set_wheelIds'] = PxVehicleAckermannParams.prototype.set_wheelIds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleAckermannParams_set_wheelIds_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAckermannParams.prototype, 'wheelIds', { get: PxVehicleAckermannParams.prototype.get_wheelIds, set: PxVehicleAckermannParams.prototype.set_wheelIds }); - PxVehicleAckermannParams.prototype['get_wheelBase'] = PxVehicleAckermannParams.prototype.get_wheelBase = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleAckermannParams_get_wheelBase_0(self); -}; - PxVehicleAckermannParams.prototype['set_wheelBase'] = PxVehicleAckermannParams.prototype.set_wheelBase = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleAckermannParams_set_wheelBase_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAckermannParams.prototype, 'wheelBase', { get: PxVehicleAckermannParams.prototype.get_wheelBase, set: PxVehicleAckermannParams.prototype.set_wheelBase }); - PxVehicleAckermannParams.prototype['get_trackWidth'] = PxVehicleAckermannParams.prototype.get_trackWidth = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleAckermannParams_get_trackWidth_0(self); -}; - PxVehicleAckermannParams.prototype['set_trackWidth'] = PxVehicleAckermannParams.prototype.set_trackWidth = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleAckermannParams_set_trackWidth_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAckermannParams.prototype, 'trackWidth', { get: PxVehicleAckermannParams.prototype.get_trackWidth, set: PxVehicleAckermannParams.prototype.set_trackWidth }); - PxVehicleAckermannParams.prototype['get_strength'] = PxVehicleAckermannParams.prototype.get_strength = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleAckermannParams_get_strength_0(self); -}; - PxVehicleAckermannParams.prototype['set_strength'] = PxVehicleAckermannParams.prototype.set_strength = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleAckermannParams_set_strength_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAckermannParams.prototype, 'strength', { get: PxVehicleAckermannParams.prototype.get_strength, set: PxVehicleAckermannParams.prototype.set_strength }); - PxVehicleAckermannParams.prototype['__destroy__'] = PxVehicleAckermannParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleAckermannParams___destroy___0(self); -}; -// PxVehicleAntiRollForceParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleAntiRollForceParams() { - this.ptr = _emscripten_bind_PxVehicleAntiRollForceParams_PxVehicleAntiRollForceParams_0(); - getCache(PxVehicleAntiRollForceParams)[this.ptr] = this; -};; -PxVehicleAntiRollForceParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleAntiRollForceParams.prototype.constructor = PxVehicleAntiRollForceParams; -PxVehicleAntiRollForceParams.prototype.__class__ = PxVehicleAntiRollForceParams; -PxVehicleAntiRollForceParams.__cache__ = {}; -Module['PxVehicleAntiRollForceParams'] = PxVehicleAntiRollForceParams; - -PxVehicleAntiRollForceParams.prototype['transformAndScale'] = PxVehicleAntiRollForceParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleAntiRollForceParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleAntiRollForceParams); -};; - -PxVehicleAntiRollForceParams.prototype['isValid'] = PxVehicleAntiRollForceParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axleDesc) { - var self = this.ptr; - if (axleDesc && typeof axleDesc === 'object') axleDesc = axleDesc.ptr; - return !!(_emscripten_bind_PxVehicleAntiRollForceParams_isValid_1(self, axleDesc)); -};; - - PxVehicleAntiRollForceParams.prototype['get_wheel0'] = PxVehicleAntiRollForceParams.prototype.get_wheel0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleAntiRollForceParams_get_wheel0_0(self); -}; - PxVehicleAntiRollForceParams.prototype['set_wheel0'] = PxVehicleAntiRollForceParams.prototype.set_wheel0 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleAntiRollForceParams_set_wheel0_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAntiRollForceParams.prototype, 'wheel0', { get: PxVehicleAntiRollForceParams.prototype.get_wheel0, set: PxVehicleAntiRollForceParams.prototype.set_wheel0 }); - PxVehicleAntiRollForceParams.prototype['get_wheel1'] = PxVehicleAntiRollForceParams.prototype.get_wheel1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleAntiRollForceParams_get_wheel1_0(self); -}; - PxVehicleAntiRollForceParams.prototype['set_wheel1'] = PxVehicleAntiRollForceParams.prototype.set_wheel1 = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleAntiRollForceParams_set_wheel1_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAntiRollForceParams.prototype, 'wheel1', { get: PxVehicleAntiRollForceParams.prototype.get_wheel1, set: PxVehicleAntiRollForceParams.prototype.set_wheel1 }); - PxVehicleAntiRollForceParams.prototype['get_stiffness'] = PxVehicleAntiRollForceParams.prototype.get_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleAntiRollForceParams_get_stiffness_0(self); -}; - PxVehicleAntiRollForceParams.prototype['set_stiffness'] = PxVehicleAntiRollForceParams.prototype.set_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleAntiRollForceParams_set_stiffness_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAntiRollForceParams.prototype, 'stiffness', { get: PxVehicleAntiRollForceParams.prototype.get_stiffness, set: PxVehicleAntiRollForceParams.prototype.set_stiffness }); - PxVehicleAntiRollForceParams.prototype['__destroy__'] = PxVehicleAntiRollForceParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleAntiRollForceParams___destroy___0(self); -}; -// PxVehicleAntiRollTorque -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleAntiRollTorque() { - this.ptr = _emscripten_bind_PxVehicleAntiRollTorque_PxVehicleAntiRollTorque_0(); - getCache(PxVehicleAntiRollTorque)[this.ptr] = this; -};; -PxVehicleAntiRollTorque.prototype = Object.create(WrapperObject.prototype); -PxVehicleAntiRollTorque.prototype.constructor = PxVehicleAntiRollTorque; -PxVehicleAntiRollTorque.prototype.__class__ = PxVehicleAntiRollTorque; -PxVehicleAntiRollTorque.__cache__ = {}; -Module['PxVehicleAntiRollTorque'] = PxVehicleAntiRollTorque; - -PxVehicleAntiRollTorque.prototype['setToDefault'] = PxVehicleAntiRollTorque.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleAntiRollTorque_setToDefault_0(self); -};; - - PxVehicleAntiRollTorque.prototype['get_antiRollTorque'] = PxVehicleAntiRollTorque.prototype.get_antiRollTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleAntiRollTorque_get_antiRollTorque_0(self), PxVec3); -}; - PxVehicleAntiRollTorque.prototype['set_antiRollTorque'] = PxVehicleAntiRollTorque.prototype.set_antiRollTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleAntiRollTorque_set_antiRollTorque_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAntiRollTorque.prototype, 'antiRollTorque', { get: PxVehicleAntiRollTorque.prototype.get_antiRollTorque, set: PxVehicleAntiRollTorque.prototype.set_antiRollTorque }); - PxVehicleAntiRollTorque.prototype['__destroy__'] = PxVehicleAntiRollTorque.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleAntiRollTorque___destroy___0(self); -}; -// PxVehicleAutoboxParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleAutoboxParams() { - this.ptr = _emscripten_bind_PxVehicleAutoboxParams_PxVehicleAutoboxParams_0(); - getCache(PxVehicleAutoboxParams)[this.ptr] = this; -};; -PxVehicleAutoboxParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleAutoboxParams.prototype.constructor = PxVehicleAutoboxParams; -PxVehicleAutoboxParams.prototype.__class__ = PxVehicleAutoboxParams; -PxVehicleAutoboxParams.__cache__ = {}; -Module['PxVehicleAutoboxParams'] = PxVehicleAutoboxParams; - -PxVehicleAutoboxParams.prototype['transformAndScale'] = PxVehicleAutoboxParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleAutoboxParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleAutoboxParams); -};; - -PxVehicleAutoboxParams.prototype['isValid'] = PxVehicleAutoboxParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function(gearboxParams) { - var self = this.ptr; - if (gearboxParams && typeof gearboxParams === 'object') gearboxParams = gearboxParams.ptr; - return !!(_emscripten_bind_PxVehicleAutoboxParams_isValid_1(self, gearboxParams)); -};; - - PxVehicleAutoboxParams.prototype['get_upRatios'] = PxVehicleAutoboxParams.prototype.get_upRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleAutoboxParams_get_upRatios_1(self, arg0); -}; - PxVehicleAutoboxParams.prototype['set_upRatios'] = PxVehicleAutoboxParams.prototype.set_upRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleAutoboxParams_set_upRatios_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAutoboxParams.prototype, 'upRatios', { get: PxVehicleAutoboxParams.prototype.get_upRatios, set: PxVehicleAutoboxParams.prototype.set_upRatios }); - PxVehicleAutoboxParams.prototype['get_downRatios'] = PxVehicleAutoboxParams.prototype.get_downRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleAutoboxParams_get_downRatios_1(self, arg0); -}; - PxVehicleAutoboxParams.prototype['set_downRatios'] = PxVehicleAutoboxParams.prototype.set_downRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleAutoboxParams_set_downRatios_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAutoboxParams.prototype, 'downRatios', { get: PxVehicleAutoboxParams.prototype.get_downRatios, set: PxVehicleAutoboxParams.prototype.set_downRatios }); - PxVehicleAutoboxParams.prototype['get_latency'] = PxVehicleAutoboxParams.prototype.get_latency = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleAutoboxParams_get_latency_0(self); -}; - PxVehicleAutoboxParams.prototype['set_latency'] = PxVehicleAutoboxParams.prototype.set_latency = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleAutoboxParams_set_latency_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAutoboxParams.prototype, 'latency', { get: PxVehicleAutoboxParams.prototype.get_latency, set: PxVehicleAutoboxParams.prototype.set_latency }); - PxVehicleAutoboxParams.prototype['__destroy__'] = PxVehicleAutoboxParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleAutoboxParams___destroy___0(self); -}; -// PxVehicleAutoboxState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleAutoboxState() { - this.ptr = _emscripten_bind_PxVehicleAutoboxState_PxVehicleAutoboxState_0(); - getCache(PxVehicleAutoboxState)[this.ptr] = this; -};; -PxVehicleAutoboxState.prototype = Object.create(WrapperObject.prototype); -PxVehicleAutoboxState.prototype.constructor = PxVehicleAutoboxState; -PxVehicleAutoboxState.prototype.__class__ = PxVehicleAutoboxState; -PxVehicleAutoboxState.__cache__ = {}; -Module['PxVehicleAutoboxState'] = PxVehicleAutoboxState; - -PxVehicleAutoboxState.prototype['setToDefault'] = PxVehicleAutoboxState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleAutoboxState_setToDefault_0(self); -};; - - PxVehicleAutoboxState.prototype['get_timeSinceLastShift'] = PxVehicleAutoboxState.prototype.get_timeSinceLastShift = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleAutoboxState_get_timeSinceLastShift_0(self); -}; - PxVehicleAutoboxState.prototype['set_timeSinceLastShift'] = PxVehicleAutoboxState.prototype.set_timeSinceLastShift = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleAutoboxState_set_timeSinceLastShift_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAutoboxState.prototype, 'timeSinceLastShift', { get: PxVehicleAutoboxState.prototype.get_timeSinceLastShift, set: PxVehicleAutoboxState.prototype.set_timeSinceLastShift }); - PxVehicleAutoboxState.prototype['get_activeAutoboxGearShift'] = PxVehicleAutoboxState.prototype.get_activeAutoboxGearShift = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleAutoboxState_get_activeAutoboxGearShift_0(self)); -}; - PxVehicleAutoboxState.prototype['set_activeAutoboxGearShift'] = PxVehicleAutoboxState.prototype.set_activeAutoboxGearShift = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleAutoboxState_set_activeAutoboxGearShift_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAutoboxState.prototype, 'activeAutoboxGearShift', { get: PxVehicleAutoboxState.prototype.get_activeAutoboxGearShift, set: PxVehicleAutoboxState.prototype.set_activeAutoboxGearShift }); - PxVehicleAutoboxState.prototype['__destroy__'] = PxVehicleAutoboxState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleAutoboxState___destroy___0(self); -}; -// PxVehicleAxleDescription -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleAxleDescription() { - this.ptr = _emscripten_bind_PxVehicleAxleDescription_PxVehicleAxleDescription_0(); - getCache(PxVehicleAxleDescription)[this.ptr] = this; -};; -PxVehicleAxleDescription.prototype = Object.create(WrapperObject.prototype); -PxVehicleAxleDescription.prototype.constructor = PxVehicleAxleDescription; -PxVehicleAxleDescription.prototype.__class__ = PxVehicleAxleDescription; -PxVehicleAxleDescription.__cache__ = {}; -Module['PxVehicleAxleDescription'] = PxVehicleAxleDescription; - -PxVehicleAxleDescription.prototype['setToDefault'] = PxVehicleAxleDescription.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleAxleDescription_setToDefault_0(self); -};; - -PxVehicleAxleDescription.prototype['getNbWheelsOnAxle'] = PxVehicleAxleDescription.prototype.getNbWheelsOnAxle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(i) { - var self = this.ptr; - if (i && typeof i === 'object') i = i.ptr; - return _emscripten_bind_PxVehicleAxleDescription_getNbWheelsOnAxle_1(self, i); -};; - -PxVehicleAxleDescription.prototype['getWheelOnAxle'] = PxVehicleAxleDescription.prototype.getWheelOnAxle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(j, i) { - var self = this.ptr; - if (j && typeof j === 'object') j = j.ptr; - if (i && typeof i === 'object') i = i.ptr; - return _emscripten_bind_PxVehicleAxleDescription_getWheelOnAxle_2(self, j, i); -};; - -PxVehicleAxleDescription.prototype['getAxle'] = PxVehicleAxleDescription.prototype.getAxle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(wheelId) { - var self = this.ptr; - if (wheelId && typeof wheelId === 'object') wheelId = wheelId.ptr; - return _emscripten_bind_PxVehicleAxleDescription_getAxle_1(self, wheelId); -};; - -PxVehicleAxleDescription.prototype['isValid'] = PxVehicleAxleDescription.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleAxleDescription_isValid_0(self)); -};; - - PxVehicleAxleDescription.prototype['get_nbAxles'] = PxVehicleAxleDescription.prototype.get_nbAxles = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleAxleDescription_get_nbAxles_0(self); -}; - PxVehicleAxleDescription.prototype['set_nbAxles'] = PxVehicleAxleDescription.prototype.set_nbAxles = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleAxleDescription_set_nbAxles_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAxleDescription.prototype, 'nbAxles', { get: PxVehicleAxleDescription.prototype.get_nbAxles, set: PxVehicleAxleDescription.prototype.set_nbAxles }); - PxVehicleAxleDescription.prototype['get_nbWheelsPerAxle'] = PxVehicleAxleDescription.prototype.get_nbWheelsPerAxle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleAxleDescription_get_nbWheelsPerAxle_1(self, arg0); -}; - PxVehicleAxleDescription.prototype['set_nbWheelsPerAxle'] = PxVehicleAxleDescription.prototype.set_nbWheelsPerAxle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleAxleDescription_set_nbWheelsPerAxle_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAxleDescription.prototype, 'nbWheelsPerAxle', { get: PxVehicleAxleDescription.prototype.get_nbWheelsPerAxle, set: PxVehicleAxleDescription.prototype.set_nbWheelsPerAxle }); - PxVehicleAxleDescription.prototype['get_axleToWheelIds'] = PxVehicleAxleDescription.prototype.get_axleToWheelIds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleAxleDescription_get_axleToWheelIds_1(self, arg0); -}; - PxVehicleAxleDescription.prototype['set_axleToWheelIds'] = PxVehicleAxleDescription.prototype.set_axleToWheelIds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleAxleDescription_set_axleToWheelIds_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAxleDescription.prototype, 'axleToWheelIds', { get: PxVehicleAxleDescription.prototype.get_axleToWheelIds, set: PxVehicleAxleDescription.prototype.set_axleToWheelIds }); - PxVehicleAxleDescription.prototype['get_wheelIdsInAxleOrder'] = PxVehicleAxleDescription.prototype.get_wheelIdsInAxleOrder = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleAxleDescription_get_wheelIdsInAxleOrder_1(self, arg0); -}; - PxVehicleAxleDescription.prototype['set_wheelIdsInAxleOrder'] = PxVehicleAxleDescription.prototype.set_wheelIdsInAxleOrder = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleAxleDescription_set_wheelIdsInAxleOrder_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAxleDescription.prototype, 'wheelIdsInAxleOrder', { get: PxVehicleAxleDescription.prototype.get_wheelIdsInAxleOrder, set: PxVehicleAxleDescription.prototype.set_wheelIdsInAxleOrder }); - PxVehicleAxleDescription.prototype['get_nbWheels'] = PxVehicleAxleDescription.prototype.get_nbWheels = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleAxleDescription_get_nbWheels_0(self); -}; - PxVehicleAxleDescription.prototype['set_nbWheels'] = PxVehicleAxleDescription.prototype.set_nbWheels = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleAxleDescription_set_nbWheels_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleAxleDescription.prototype, 'nbWheels', { get: PxVehicleAxleDescription.prototype.get_nbWheels, set: PxVehicleAxleDescription.prototype.set_nbWheels }); - PxVehicleAxleDescription.prototype['__destroy__'] = PxVehicleAxleDescription.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleAxleDescription___destroy___0(self); -}; -// PxVehicleBrakeCommandResponseParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleBrakeCommandResponseParams() { - this.ptr = _emscripten_bind_PxVehicleBrakeCommandResponseParams_PxVehicleBrakeCommandResponseParams_0(); - getCache(PxVehicleBrakeCommandResponseParams)[this.ptr] = this; -};; -PxVehicleBrakeCommandResponseParams.prototype = Object.create(PxVehicleCommandResponseParams.prototype); -PxVehicleBrakeCommandResponseParams.prototype.constructor = PxVehicleBrakeCommandResponseParams; -PxVehicleBrakeCommandResponseParams.prototype.__class__ = PxVehicleBrakeCommandResponseParams; -PxVehicleBrakeCommandResponseParams.__cache__ = {}; -Module['PxVehicleBrakeCommandResponseParams'] = PxVehicleBrakeCommandResponseParams; - -PxVehicleBrakeCommandResponseParams.prototype['transformAndScale'] = PxVehicleBrakeCommandResponseParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleBrakeCommandResponseParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleBrakeCommandResponseParams); -};; - -PxVehicleBrakeCommandResponseParams.prototype['isValid'] = PxVehicleBrakeCommandResponseParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axleDesc) { - var self = this.ptr; - if (axleDesc && typeof axleDesc === 'object') axleDesc = axleDesc.ptr; - return !!(_emscripten_bind_PxVehicleBrakeCommandResponseParams_isValid_1(self, axleDesc)); -};; - - PxVehicleBrakeCommandResponseParams.prototype['get_nonlinearResponse'] = PxVehicleBrakeCommandResponseParams.prototype.get_nonlinearResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleBrakeCommandResponseParams_get_nonlinearResponse_0(self), PxVehicleCommandNonLinearResponseParams); -}; - PxVehicleBrakeCommandResponseParams.prototype['set_nonlinearResponse'] = PxVehicleBrakeCommandResponseParams.prototype.set_nonlinearResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleBrakeCommandResponseParams_set_nonlinearResponse_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleBrakeCommandResponseParams.prototype, 'nonlinearResponse', { get: PxVehicleBrakeCommandResponseParams.prototype.get_nonlinearResponse, set: PxVehicleBrakeCommandResponseParams.prototype.set_nonlinearResponse }); - PxVehicleBrakeCommandResponseParams.prototype['get_wheelResponseMultipliers'] = PxVehicleBrakeCommandResponseParams.prototype.get_wheelResponseMultipliers = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleBrakeCommandResponseParams_get_wheelResponseMultipliers_1(self, arg0); -}; - PxVehicleBrakeCommandResponseParams.prototype['set_wheelResponseMultipliers'] = PxVehicleBrakeCommandResponseParams.prototype.set_wheelResponseMultipliers = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleBrakeCommandResponseParams_set_wheelResponseMultipliers_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleBrakeCommandResponseParams.prototype, 'wheelResponseMultipliers', { get: PxVehicleBrakeCommandResponseParams.prototype.get_wheelResponseMultipliers, set: PxVehicleBrakeCommandResponseParams.prototype.set_wheelResponseMultipliers }); - PxVehicleBrakeCommandResponseParams.prototype['get_maxResponse'] = PxVehicleBrakeCommandResponseParams.prototype.get_maxResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleBrakeCommandResponseParams_get_maxResponse_0(self); -}; - PxVehicleBrakeCommandResponseParams.prototype['set_maxResponse'] = PxVehicleBrakeCommandResponseParams.prototype.set_maxResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleBrakeCommandResponseParams_set_maxResponse_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleBrakeCommandResponseParams.prototype, 'maxResponse', { get: PxVehicleBrakeCommandResponseParams.prototype.get_maxResponse, set: PxVehicleBrakeCommandResponseParams.prototype.set_maxResponse }); - PxVehicleBrakeCommandResponseParams.prototype['__destroy__'] = PxVehicleBrakeCommandResponseParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleBrakeCommandResponseParams___destroy___0(self); -}; -// PxVehicleClutchCommandResponseParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleClutchCommandResponseParams() { - this.ptr = _emscripten_bind_PxVehicleClutchCommandResponseParams_PxVehicleClutchCommandResponseParams_0(); - getCache(PxVehicleClutchCommandResponseParams)[this.ptr] = this; -};; -PxVehicleClutchCommandResponseParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleClutchCommandResponseParams.prototype.constructor = PxVehicleClutchCommandResponseParams; -PxVehicleClutchCommandResponseParams.prototype.__class__ = PxVehicleClutchCommandResponseParams; -PxVehicleClutchCommandResponseParams.__cache__ = {}; -Module['PxVehicleClutchCommandResponseParams'] = PxVehicleClutchCommandResponseParams; - -PxVehicleClutchCommandResponseParams.prototype['transformAndScale'] = PxVehicleClutchCommandResponseParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleClutchCommandResponseParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleClutchCommandResponseParams); -};; - -PxVehicleClutchCommandResponseParams.prototype['isValid'] = PxVehicleClutchCommandResponseParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleClutchCommandResponseParams_isValid_0(self)); -};; - - PxVehicleClutchCommandResponseParams.prototype['get_maxResponse'] = PxVehicleClutchCommandResponseParams.prototype.get_maxResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleClutchCommandResponseParams_get_maxResponse_0(self); -}; - PxVehicleClutchCommandResponseParams.prototype['set_maxResponse'] = PxVehicleClutchCommandResponseParams.prototype.set_maxResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleClutchCommandResponseParams_set_maxResponse_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleClutchCommandResponseParams.prototype, 'maxResponse', { get: PxVehicleClutchCommandResponseParams.prototype.get_maxResponse, set: PxVehicleClutchCommandResponseParams.prototype.set_maxResponse }); - PxVehicleClutchCommandResponseParams.prototype['__destroy__'] = PxVehicleClutchCommandResponseParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleClutchCommandResponseParams___destroy___0(self); -}; -// PxVehicleClutchCommandResponseState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleClutchCommandResponseState() { - this.ptr = _emscripten_bind_PxVehicleClutchCommandResponseState_PxVehicleClutchCommandResponseState_0(); - getCache(PxVehicleClutchCommandResponseState)[this.ptr] = this; -};; -PxVehicleClutchCommandResponseState.prototype = Object.create(WrapperObject.prototype); -PxVehicleClutchCommandResponseState.prototype.constructor = PxVehicleClutchCommandResponseState; -PxVehicleClutchCommandResponseState.prototype.__class__ = PxVehicleClutchCommandResponseState; -PxVehicleClutchCommandResponseState.__cache__ = {}; -Module['PxVehicleClutchCommandResponseState'] = PxVehicleClutchCommandResponseState; - -PxVehicleClutchCommandResponseState.prototype['setToDefault'] = PxVehicleClutchCommandResponseState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleClutchCommandResponseState_setToDefault_0(self); -};; - - PxVehicleClutchCommandResponseState.prototype['get_normalisedCommandResponse'] = PxVehicleClutchCommandResponseState.prototype.get_normalisedCommandResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleClutchCommandResponseState_get_normalisedCommandResponse_0(self); -}; - PxVehicleClutchCommandResponseState.prototype['set_normalisedCommandResponse'] = PxVehicleClutchCommandResponseState.prototype.set_normalisedCommandResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleClutchCommandResponseState_set_normalisedCommandResponse_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleClutchCommandResponseState.prototype, 'normalisedCommandResponse', { get: PxVehicleClutchCommandResponseState.prototype.get_normalisedCommandResponse, set: PxVehicleClutchCommandResponseState.prototype.set_normalisedCommandResponse }); - PxVehicleClutchCommandResponseState.prototype['get_commandResponse'] = PxVehicleClutchCommandResponseState.prototype.get_commandResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleClutchCommandResponseState_get_commandResponse_0(self); -}; - PxVehicleClutchCommandResponseState.prototype['set_commandResponse'] = PxVehicleClutchCommandResponseState.prototype.set_commandResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleClutchCommandResponseState_set_commandResponse_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleClutchCommandResponseState.prototype, 'commandResponse', { get: PxVehicleClutchCommandResponseState.prototype.get_commandResponse, set: PxVehicleClutchCommandResponseState.prototype.set_commandResponse }); - PxVehicleClutchCommandResponseState.prototype['__destroy__'] = PxVehicleClutchCommandResponseState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleClutchCommandResponseState___destroy___0(self); -}; -// PxVehicleClutchParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleClutchParams() { - this.ptr = _emscripten_bind_PxVehicleClutchParams_PxVehicleClutchParams_0(); - getCache(PxVehicleClutchParams)[this.ptr] = this; -};; -PxVehicleClutchParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleClutchParams.prototype.constructor = PxVehicleClutchParams; -PxVehicleClutchParams.prototype.__class__ = PxVehicleClutchParams; -PxVehicleClutchParams.__cache__ = {}; -Module['PxVehicleClutchParams'] = PxVehicleClutchParams; - -PxVehicleClutchParams.prototype['transformAndScale'] = PxVehicleClutchParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleClutchParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleClutchParams); -};; - -PxVehicleClutchParams.prototype['isValid'] = PxVehicleClutchParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleClutchParams_isValid_0(self)); -};; - - PxVehicleClutchParams.prototype['get_accuracyMode'] = PxVehicleClutchParams.prototype.get_accuracyMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleClutchParams_get_accuracyMode_0(self); -}; - PxVehicleClutchParams.prototype['set_accuracyMode'] = PxVehicleClutchParams.prototype.set_accuracyMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleClutchParams_set_accuracyMode_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleClutchParams.prototype, 'accuracyMode', { get: PxVehicleClutchParams.prototype.get_accuracyMode, set: PxVehicleClutchParams.prototype.set_accuracyMode }); - PxVehicleClutchParams.prototype['get_estimateIterations'] = PxVehicleClutchParams.prototype.get_estimateIterations = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleClutchParams_get_estimateIterations_0(self); -}; - PxVehicleClutchParams.prototype['set_estimateIterations'] = PxVehicleClutchParams.prototype.set_estimateIterations = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleClutchParams_set_estimateIterations_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleClutchParams.prototype, 'estimateIterations', { get: PxVehicleClutchParams.prototype.get_estimateIterations, set: PxVehicleClutchParams.prototype.set_estimateIterations }); - PxVehicleClutchParams.prototype['__destroy__'] = PxVehicleClutchParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleClutchParams___destroy___0(self); -}; -// PxVehicleClutchSlipState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleClutchSlipState() { - this.ptr = _emscripten_bind_PxVehicleClutchSlipState_PxVehicleClutchSlipState_0(); - getCache(PxVehicleClutchSlipState)[this.ptr] = this; -};; -PxVehicleClutchSlipState.prototype = Object.create(WrapperObject.prototype); -PxVehicleClutchSlipState.prototype.constructor = PxVehicleClutchSlipState; -PxVehicleClutchSlipState.prototype.__class__ = PxVehicleClutchSlipState; -PxVehicleClutchSlipState.__cache__ = {}; -Module['PxVehicleClutchSlipState'] = PxVehicleClutchSlipState; - -PxVehicleClutchSlipState.prototype['setToDefault'] = PxVehicleClutchSlipState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleClutchSlipState_setToDefault_0(self); -};; - - PxVehicleClutchSlipState.prototype['get_clutchSlip'] = PxVehicleClutchSlipState.prototype.get_clutchSlip = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleClutchSlipState_get_clutchSlip_0(self); -}; - PxVehicleClutchSlipState.prototype['set_clutchSlip'] = PxVehicleClutchSlipState.prototype.set_clutchSlip = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleClutchSlipState_set_clutchSlip_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleClutchSlipState.prototype, 'clutchSlip', { get: PxVehicleClutchSlipState.prototype.get_clutchSlip, set: PxVehicleClutchSlipState.prototype.set_clutchSlip }); - PxVehicleClutchSlipState.prototype['__destroy__'] = PxVehicleClutchSlipState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleClutchSlipState___destroy___0(self); -}; -// PxVehicleCommandNonLinearResponseParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleCommandNonLinearResponseParams() { - this.ptr = _emscripten_bind_PxVehicleCommandNonLinearResponseParams_PxVehicleCommandNonLinearResponseParams_0(); - getCache(PxVehicleCommandNonLinearResponseParams)[this.ptr] = this; -};; -PxVehicleCommandNonLinearResponseParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleCommandNonLinearResponseParams.prototype.constructor = PxVehicleCommandNonLinearResponseParams; -PxVehicleCommandNonLinearResponseParams.prototype.__class__ = PxVehicleCommandNonLinearResponseParams; -PxVehicleCommandNonLinearResponseParams.__cache__ = {}; -Module['PxVehicleCommandNonLinearResponseParams'] = PxVehicleCommandNonLinearResponseParams; - -PxVehicleCommandNonLinearResponseParams.prototype['clear'] = PxVehicleCommandNonLinearResponseParams.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleCommandNonLinearResponseParams_clear_0(self); -};; - -PxVehicleCommandNonLinearResponseParams.prototype['addResponse'] = PxVehicleCommandNonLinearResponseParams.prototype.addResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(commandValueSpeedResponses) { - var self = this.ptr; - if (commandValueSpeedResponses && typeof commandValueSpeedResponses === 'object') commandValueSpeedResponses = commandValueSpeedResponses.ptr; - return !!(_emscripten_bind_PxVehicleCommandNonLinearResponseParams_addResponse_1(self, commandValueSpeedResponses)); -};; - - PxVehicleCommandNonLinearResponseParams.prototype['get_speedResponses'] = PxVehicleCommandNonLinearResponseParams.prototype.get_speedResponses = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_speedResponses_1(self, arg0); -}; - PxVehicleCommandNonLinearResponseParams.prototype['set_speedResponses'] = PxVehicleCommandNonLinearResponseParams.prototype.set_speedResponses = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_speedResponses_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleCommandNonLinearResponseParams.prototype, 'speedResponses', { get: PxVehicleCommandNonLinearResponseParams.prototype.get_speedResponses, set: PxVehicleCommandNonLinearResponseParams.prototype.set_speedResponses }); - PxVehicleCommandNonLinearResponseParams.prototype['get_nbSpeedResponses'] = PxVehicleCommandNonLinearResponseParams.prototype.get_nbSpeedResponses = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbSpeedResponses_0(self); -}; - PxVehicleCommandNonLinearResponseParams.prototype['set_nbSpeedResponses'] = PxVehicleCommandNonLinearResponseParams.prototype.set_nbSpeedResponses = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbSpeedResponses_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleCommandNonLinearResponseParams.prototype, 'nbSpeedResponses', { get: PxVehicleCommandNonLinearResponseParams.prototype.get_nbSpeedResponses, set: PxVehicleCommandNonLinearResponseParams.prototype.set_nbSpeedResponses }); - PxVehicleCommandNonLinearResponseParams.prototype['get_speedResponsesPerCommandValue'] = PxVehicleCommandNonLinearResponseParams.prototype.get_speedResponsesPerCommandValue = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_speedResponsesPerCommandValue_1(self, arg0); -}; - PxVehicleCommandNonLinearResponseParams.prototype['set_speedResponsesPerCommandValue'] = PxVehicleCommandNonLinearResponseParams.prototype.set_speedResponsesPerCommandValue = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_speedResponsesPerCommandValue_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleCommandNonLinearResponseParams.prototype, 'speedResponsesPerCommandValue', { get: PxVehicleCommandNonLinearResponseParams.prototype.get_speedResponsesPerCommandValue, set: PxVehicleCommandNonLinearResponseParams.prototype.set_speedResponsesPerCommandValue }); - PxVehicleCommandNonLinearResponseParams.prototype['get_nbSpeedResponsesPerCommandValue'] = PxVehicleCommandNonLinearResponseParams.prototype.get_nbSpeedResponsesPerCommandValue = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbSpeedResponsesPerCommandValue_1(self, arg0); -}; - PxVehicleCommandNonLinearResponseParams.prototype['set_nbSpeedResponsesPerCommandValue'] = PxVehicleCommandNonLinearResponseParams.prototype.set_nbSpeedResponsesPerCommandValue = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbSpeedResponsesPerCommandValue_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleCommandNonLinearResponseParams.prototype, 'nbSpeedResponsesPerCommandValue', { get: PxVehicleCommandNonLinearResponseParams.prototype.get_nbSpeedResponsesPerCommandValue, set: PxVehicleCommandNonLinearResponseParams.prototype.set_nbSpeedResponsesPerCommandValue }); - PxVehicleCommandNonLinearResponseParams.prototype['get_commandValues'] = PxVehicleCommandNonLinearResponseParams.prototype.get_commandValues = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_commandValues_1(self, arg0); -}; - PxVehicleCommandNonLinearResponseParams.prototype['set_commandValues'] = PxVehicleCommandNonLinearResponseParams.prototype.set_commandValues = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_commandValues_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleCommandNonLinearResponseParams.prototype, 'commandValues', { get: PxVehicleCommandNonLinearResponseParams.prototype.get_commandValues, set: PxVehicleCommandNonLinearResponseParams.prototype.set_commandValues }); - PxVehicleCommandNonLinearResponseParams.prototype['get_nbCommandValues'] = PxVehicleCommandNonLinearResponseParams.prototype.get_nbCommandValues = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleCommandNonLinearResponseParams_get_nbCommandValues_0(self); -}; - PxVehicleCommandNonLinearResponseParams.prototype['set_nbCommandValues'] = PxVehicleCommandNonLinearResponseParams.prototype.set_nbCommandValues = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleCommandNonLinearResponseParams_set_nbCommandValues_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleCommandNonLinearResponseParams.prototype, 'nbCommandValues', { get: PxVehicleCommandNonLinearResponseParams.prototype.get_nbCommandValues, set: PxVehicleCommandNonLinearResponseParams.prototype.set_nbCommandValues }); - PxVehicleCommandNonLinearResponseParams.prototype['__destroy__'] = PxVehicleCommandNonLinearResponseParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleCommandNonLinearResponseParams___destroy___0(self); -}; -// PxVehicleCommandState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleCommandState() { - this.ptr = _emscripten_bind_PxVehicleCommandState_PxVehicleCommandState_0(); - getCache(PxVehicleCommandState)[this.ptr] = this; -};; -PxVehicleCommandState.prototype = Object.create(WrapperObject.prototype); -PxVehicleCommandState.prototype.constructor = PxVehicleCommandState; -PxVehicleCommandState.prototype.__class__ = PxVehicleCommandState; -PxVehicleCommandState.__cache__ = {}; -Module['PxVehicleCommandState'] = PxVehicleCommandState; - -PxVehicleCommandState.prototype['setToDefault'] = PxVehicleCommandState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleCommandState_setToDefault_0(self); -};; - - PxVehicleCommandState.prototype['get_brakes'] = PxVehicleCommandState.prototype.get_brakes = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleCommandState_get_brakes_1(self, arg0); -}; - PxVehicleCommandState.prototype['set_brakes'] = PxVehicleCommandState.prototype.set_brakes = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleCommandState_set_brakes_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleCommandState.prototype, 'brakes', { get: PxVehicleCommandState.prototype.get_brakes, set: PxVehicleCommandState.prototype.set_brakes }); - PxVehicleCommandState.prototype['get_nbBrakes'] = PxVehicleCommandState.prototype.get_nbBrakes = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleCommandState_get_nbBrakes_0(self); -}; - PxVehicleCommandState.prototype['set_nbBrakes'] = PxVehicleCommandState.prototype.set_nbBrakes = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleCommandState_set_nbBrakes_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleCommandState.prototype, 'nbBrakes', { get: PxVehicleCommandState.prototype.get_nbBrakes, set: PxVehicleCommandState.prototype.set_nbBrakes }); - PxVehicleCommandState.prototype['get_throttle'] = PxVehicleCommandState.prototype.get_throttle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleCommandState_get_throttle_0(self); -}; - PxVehicleCommandState.prototype['set_throttle'] = PxVehicleCommandState.prototype.set_throttle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleCommandState_set_throttle_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleCommandState.prototype, 'throttle', { get: PxVehicleCommandState.prototype.get_throttle, set: PxVehicleCommandState.prototype.set_throttle }); - PxVehicleCommandState.prototype['get_steer'] = PxVehicleCommandState.prototype.get_steer = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleCommandState_get_steer_0(self); -}; - PxVehicleCommandState.prototype['set_steer'] = PxVehicleCommandState.prototype.set_steer = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleCommandState_set_steer_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleCommandState.prototype, 'steer', { get: PxVehicleCommandState.prototype.get_steer, set: PxVehicleCommandState.prototype.set_steer }); - PxVehicleCommandState.prototype['__destroy__'] = PxVehicleCommandState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleCommandState___destroy___0(self); -}; -// PxVehicleCommandValueResponseTable -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleCommandValueResponseTable() { - this.ptr = _emscripten_bind_PxVehicleCommandValueResponseTable_PxVehicleCommandValueResponseTable_0(); - getCache(PxVehicleCommandValueResponseTable)[this.ptr] = this; -};; -PxVehicleCommandValueResponseTable.prototype = Object.create(WrapperObject.prototype); -PxVehicleCommandValueResponseTable.prototype.constructor = PxVehicleCommandValueResponseTable; -PxVehicleCommandValueResponseTable.prototype.__class__ = PxVehicleCommandValueResponseTable; -PxVehicleCommandValueResponseTable.__cache__ = {}; -Module['PxVehicleCommandValueResponseTable'] = PxVehicleCommandValueResponseTable; - - PxVehicleCommandValueResponseTable.prototype['get_commandValue'] = PxVehicleCommandValueResponseTable.prototype.get_commandValue = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleCommandValueResponseTable_get_commandValue_0(self); -}; - PxVehicleCommandValueResponseTable.prototype['set_commandValue'] = PxVehicleCommandValueResponseTable.prototype.set_commandValue = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleCommandValueResponseTable_set_commandValue_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleCommandValueResponseTable.prototype, 'commandValue', { get: PxVehicleCommandValueResponseTable.prototype.get_commandValue, set: PxVehicleCommandValueResponseTable.prototype.set_commandValue }); - PxVehicleCommandValueResponseTable.prototype['__destroy__'] = PxVehicleCommandValueResponseTable.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleCommandValueResponseTable___destroy___0(self); -}; -// PxVehicleComponent -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleComponent() { throw "cannot construct a PxVehicleComponent, no constructor in IDL" } -PxVehicleComponent.prototype = Object.create(WrapperObject.prototype); -PxVehicleComponent.prototype.constructor = PxVehicleComponent; -PxVehicleComponent.prototype.__class__ = PxVehicleComponent; -PxVehicleComponent.__cache__ = {}; -Module['PxVehicleComponent'] = PxVehicleComponent; - - PxVehicleComponent.prototype['__destroy__'] = PxVehicleComponent.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleComponent___destroy___0(self); -}; -// PxVehicleComponentSequence -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleComponentSequence() { - this.ptr = _emscripten_bind_PxVehicleComponentSequence_PxVehicleComponentSequence_0(); - getCache(PxVehicleComponentSequence)[this.ptr] = this; -};; -PxVehicleComponentSequence.prototype = Object.create(WrapperObject.prototype); -PxVehicleComponentSequence.prototype.constructor = PxVehicleComponentSequence; -PxVehicleComponentSequence.prototype.__class__ = PxVehicleComponentSequence; -PxVehicleComponentSequence.__cache__ = {}; -Module['PxVehicleComponentSequence'] = PxVehicleComponentSequence; - -PxVehicleComponentSequence.prototype['add'] = PxVehicleComponentSequence.prototype.add = /** @suppress {undefinedVars, duplicate} @this{Object} */function(component) { - var self = this.ptr; - if (component && typeof component === 'object') component = component.ptr; - return !!(_emscripten_bind_PxVehicleComponentSequence_add_1(self, component)); -};; - -PxVehicleComponentSequence.prototype['beginSubstepGroup'] = PxVehicleComponentSequence.prototype.beginSubstepGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function(nbSubSteps) { - var self = this.ptr; - if (nbSubSteps && typeof nbSubSteps === 'object') nbSubSteps = nbSubSteps.ptr; - if (nbSubSteps === undefined) { return _emscripten_bind_PxVehicleComponentSequence_beginSubstepGroup_0(self) } - return _emscripten_bind_PxVehicleComponentSequence_beginSubstepGroup_1(self, nbSubSteps); -};; - -PxVehicleComponentSequence.prototype['endSubstepGroup'] = PxVehicleComponentSequence.prototype.endSubstepGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleComponentSequence_endSubstepGroup_0(self); -};; - -PxVehicleComponentSequence.prototype['setSubsteps'] = PxVehicleComponentSequence.prototype.setSubsteps = /** @suppress {undefinedVars, duplicate} @this{Object} */function(subGroupHandle, nbSteps) { - var self = this.ptr; - if (subGroupHandle && typeof subGroupHandle === 'object') subGroupHandle = subGroupHandle.ptr; - if (nbSteps && typeof nbSteps === 'object') nbSteps = nbSteps.ptr; - _emscripten_bind_PxVehicleComponentSequence_setSubsteps_2(self, subGroupHandle, nbSteps); -};; - -PxVehicleComponentSequence.prototype['update'] = PxVehicleComponentSequence.prototype.update = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dt, context) { - var self = this.ptr; - if (dt && typeof dt === 'object') dt = dt.ptr; - if (context && typeof context === 'object') context = context.ptr; - _emscripten_bind_PxVehicleComponentSequence_update_2(self, dt, context); -};; - - PxVehicleComponentSequence.prototype['__destroy__'] = PxVehicleComponentSequence.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleComponentSequence___destroy___0(self); -}; -// PxVehicleConstraintConnector -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleConstraintConnector(vehicleConstraintState) { - if (vehicleConstraintState && typeof vehicleConstraintState === 'object') vehicleConstraintState = vehicleConstraintState.ptr; - if (vehicleConstraintState === undefined) { this.ptr = _emscripten_bind_PxVehicleConstraintConnector_PxVehicleConstraintConnector_0(); getCache(PxVehicleConstraintConnector)[this.ptr] = this;return } - this.ptr = _emscripten_bind_PxVehicleConstraintConnector_PxVehicleConstraintConnector_1(vehicleConstraintState); - getCache(PxVehicleConstraintConnector)[this.ptr] = this; -};; -PxVehicleConstraintConnector.prototype = Object.create(PxConstraintConnector.prototype); -PxVehicleConstraintConnector.prototype.constructor = PxVehicleConstraintConnector; -PxVehicleConstraintConnector.prototype.__class__ = PxVehicleConstraintConnector; -PxVehicleConstraintConnector.__cache__ = {}; -Module['PxVehicleConstraintConnector'] = PxVehicleConstraintConnector; - -PxVehicleConstraintConnector.prototype['setConstraintState'] = PxVehicleConstraintConnector.prototype.setConstraintState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(constraintState) { - var self = this.ptr; - if (constraintState && typeof constraintState === 'object') constraintState = constraintState.ptr; - _emscripten_bind_PxVehicleConstraintConnector_setConstraintState_1(self, constraintState); -};; - -PxVehicleConstraintConnector.prototype['getConstantBlock'] = PxVehicleConstraintConnector.prototype.getConstantBlock = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleConstraintConnector_getConstantBlock_0(self); -};; - -PxVehicleConstraintConnector.prototype['prepareData'] = PxVehicleConstraintConnector.prototype.prepareData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleConstraintConnector_prepareData_0(self); -};; - -PxVehicleConstraintConnector.prototype['updateOmniPvdProperties'] = PxVehicleConstraintConnector.prototype.updateOmniPvdProperties = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleConstraintConnector_updateOmniPvdProperties_0(self); -};; - -PxVehicleConstraintConnector.prototype['onConstraintRelease'] = PxVehicleConstraintConnector.prototype.onConstraintRelease = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleConstraintConnector_onConstraintRelease_0(self); -};; - -PxVehicleConstraintConnector.prototype['onComShift'] = PxVehicleConstraintConnector.prototype.onComShift = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - _emscripten_bind_PxVehicleConstraintConnector_onComShift_1(self, actor); -};; - -PxVehicleConstraintConnector.prototype['onOriginShift'] = PxVehicleConstraintConnector.prototype.onOriginShift = /** @suppress {undefinedVars, duplicate} @this{Object} */function(shift) { - var self = this.ptr; - if (shift && typeof shift === 'object') shift = shift.ptr; - _emscripten_bind_PxVehicleConstraintConnector_onOriginShift_1(self, shift); -};; - -PxVehicleConstraintConnector.prototype['getSerializable'] = PxVehicleConstraintConnector.prototype.getSerializable = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleConstraintConnector_getSerializable_0(self), PxBase); -};; - -PxVehicleConstraintConnector.prototype['getPrep'] = PxVehicleConstraintConnector.prototype.getPrep = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleConstraintConnector_getPrep_0(self), PxConstraintSolverPrep); -};; - -PxVehicleConstraintConnector.prototype['connectToConstraint'] = PxVehicleConstraintConnector.prototype.connectToConstraint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(constraint) { - var self = this.ptr; - if (constraint && typeof constraint === 'object') constraint = constraint.ptr; - _emscripten_bind_PxVehicleConstraintConnector_connectToConstraint_1(self, constraint); -};; - - PxVehicleConstraintConnector.prototype['__destroy__'] = PxVehicleConstraintConnector.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleConstraintConnector___destroy___0(self); -}; -// PxVehicleDifferentialState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleDifferentialState() { - this.ptr = _emscripten_bind_PxVehicleDifferentialState_PxVehicleDifferentialState_0(); - getCache(PxVehicleDifferentialState)[this.ptr] = this; -};; -PxVehicleDifferentialState.prototype = Object.create(WrapperObject.prototype); -PxVehicleDifferentialState.prototype.constructor = PxVehicleDifferentialState; -PxVehicleDifferentialState.prototype.__class__ = PxVehicleDifferentialState; -PxVehicleDifferentialState.__cache__ = {}; -Module['PxVehicleDifferentialState'] = PxVehicleDifferentialState; - -PxVehicleDifferentialState.prototype['setToDefault'] = PxVehicleDifferentialState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleDifferentialState_setToDefault_0(self); -};; - - PxVehicleDifferentialState.prototype['get_connectedWheels'] = PxVehicleDifferentialState.prototype.get_connectedWheels = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleDifferentialState_get_connectedWheels_1(self, arg0); -}; - PxVehicleDifferentialState.prototype['set_connectedWheels'] = PxVehicleDifferentialState.prototype.set_connectedWheels = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleDifferentialState_set_connectedWheels_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleDifferentialState.prototype, 'connectedWheels', { get: PxVehicleDifferentialState.prototype.get_connectedWheels, set: PxVehicleDifferentialState.prototype.set_connectedWheels }); - PxVehicleDifferentialState.prototype['get_nbConnectedWheels'] = PxVehicleDifferentialState.prototype.get_nbConnectedWheels = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleDifferentialState_get_nbConnectedWheels_0(self); -}; - PxVehicleDifferentialState.prototype['set_nbConnectedWheels'] = PxVehicleDifferentialState.prototype.set_nbConnectedWheels = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleDifferentialState_set_nbConnectedWheels_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleDifferentialState.prototype, 'nbConnectedWheels', { get: PxVehicleDifferentialState.prototype.get_nbConnectedWheels, set: PxVehicleDifferentialState.prototype.set_nbConnectedWheels }); - PxVehicleDifferentialState.prototype['get_torqueRatiosAllWheels'] = PxVehicleDifferentialState.prototype.get_torqueRatiosAllWheels = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleDifferentialState_get_torqueRatiosAllWheels_1(self, arg0); -}; - PxVehicleDifferentialState.prototype['set_torqueRatiosAllWheels'] = PxVehicleDifferentialState.prototype.set_torqueRatiosAllWheels = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleDifferentialState_set_torqueRatiosAllWheels_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleDifferentialState.prototype, 'torqueRatiosAllWheels', { get: PxVehicleDifferentialState.prototype.get_torqueRatiosAllWheels, set: PxVehicleDifferentialState.prototype.set_torqueRatiosAllWheels }); - PxVehicleDifferentialState.prototype['get_aveWheelSpeedContributionAllWheels'] = PxVehicleDifferentialState.prototype.get_aveWheelSpeedContributionAllWheels = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleDifferentialState_get_aveWheelSpeedContributionAllWheels_1(self, arg0); -}; - PxVehicleDifferentialState.prototype['set_aveWheelSpeedContributionAllWheels'] = PxVehicleDifferentialState.prototype.set_aveWheelSpeedContributionAllWheels = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleDifferentialState_set_aveWheelSpeedContributionAllWheels_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleDifferentialState.prototype, 'aveWheelSpeedContributionAllWheels', { get: PxVehicleDifferentialState.prototype.get_aveWheelSpeedContributionAllWheels, set: PxVehicleDifferentialState.prototype.set_aveWheelSpeedContributionAllWheels }); - PxVehicleDifferentialState.prototype['__destroy__'] = PxVehicleDifferentialState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleDifferentialState___destroy___0(self); -}; -// PxVehicleDirectDriveThrottleCommandResponseParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleDirectDriveThrottleCommandResponseParams() { - this.ptr = _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_PxVehicleDirectDriveThrottleCommandResponseParams_0(); - getCache(PxVehicleDirectDriveThrottleCommandResponseParams)[this.ptr] = this; -};; -PxVehicleDirectDriveThrottleCommandResponseParams.prototype = Object.create(PxVehicleCommandResponseParams.prototype); -PxVehicleDirectDriveThrottleCommandResponseParams.prototype.constructor = PxVehicleDirectDriveThrottleCommandResponseParams; -PxVehicleDirectDriveThrottleCommandResponseParams.prototype.__class__ = PxVehicleDirectDriveThrottleCommandResponseParams; -PxVehicleDirectDriveThrottleCommandResponseParams.__cache__ = {}; -Module['PxVehicleDirectDriveThrottleCommandResponseParams'] = PxVehicleDirectDriveThrottleCommandResponseParams; - -PxVehicleDirectDriveThrottleCommandResponseParams.prototype['transformAndScale'] = PxVehicleDirectDriveThrottleCommandResponseParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleDirectDriveThrottleCommandResponseParams); -};; - -PxVehicleDirectDriveThrottleCommandResponseParams.prototype['isValid'] = PxVehicleDirectDriveThrottleCommandResponseParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axleDesc) { - var self = this.ptr; - if (axleDesc && typeof axleDesc === 'object') axleDesc = axleDesc.ptr; - return !!(_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_isValid_1(self, axleDesc)); -};; - - PxVehicleDirectDriveThrottleCommandResponseParams.prototype['get_nonlinearResponse'] = PxVehicleDirectDriveThrottleCommandResponseParams.prototype.get_nonlinearResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_nonlinearResponse_0(self), PxVehicleCommandNonLinearResponseParams); -}; - PxVehicleDirectDriveThrottleCommandResponseParams.prototype['set_nonlinearResponse'] = PxVehicleDirectDriveThrottleCommandResponseParams.prototype.set_nonlinearResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_nonlinearResponse_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleDirectDriveThrottleCommandResponseParams.prototype, 'nonlinearResponse', { get: PxVehicleDirectDriveThrottleCommandResponseParams.prototype.get_nonlinearResponse, set: PxVehicleDirectDriveThrottleCommandResponseParams.prototype.set_nonlinearResponse }); - PxVehicleDirectDriveThrottleCommandResponseParams.prototype['get_wheelResponseMultipliers'] = PxVehicleDirectDriveThrottleCommandResponseParams.prototype.get_wheelResponseMultipliers = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_wheelResponseMultipliers_1(self, arg0); -}; - PxVehicleDirectDriveThrottleCommandResponseParams.prototype['set_wheelResponseMultipliers'] = PxVehicleDirectDriveThrottleCommandResponseParams.prototype.set_wheelResponseMultipliers = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_wheelResponseMultipliers_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleDirectDriveThrottleCommandResponseParams.prototype, 'wheelResponseMultipliers', { get: PxVehicleDirectDriveThrottleCommandResponseParams.prototype.get_wheelResponseMultipliers, set: PxVehicleDirectDriveThrottleCommandResponseParams.prototype.set_wheelResponseMultipliers }); - PxVehicleDirectDriveThrottleCommandResponseParams.prototype['get_maxResponse'] = PxVehicleDirectDriveThrottleCommandResponseParams.prototype.get_maxResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_get_maxResponse_0(self); -}; - PxVehicleDirectDriveThrottleCommandResponseParams.prototype['set_maxResponse'] = PxVehicleDirectDriveThrottleCommandResponseParams.prototype.set_maxResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams_set_maxResponse_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleDirectDriveThrottleCommandResponseParams.prototype, 'maxResponse', { get: PxVehicleDirectDriveThrottleCommandResponseParams.prototype.get_maxResponse, set: PxVehicleDirectDriveThrottleCommandResponseParams.prototype.set_maxResponse }); - PxVehicleDirectDriveThrottleCommandResponseParams.prototype['__destroy__'] = PxVehicleDirectDriveThrottleCommandResponseParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleDirectDriveThrottleCommandResponseParams___destroy___0(self); -}; -// PxVehicleDirectDriveTransmissionCommandState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleDirectDriveTransmissionCommandState() { - this.ptr = _emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_PxVehicleDirectDriveTransmissionCommandState_0(); - getCache(PxVehicleDirectDriveTransmissionCommandState)[this.ptr] = this; -};; -PxVehicleDirectDriveTransmissionCommandState.prototype = Object.create(WrapperObject.prototype); -PxVehicleDirectDriveTransmissionCommandState.prototype.constructor = PxVehicleDirectDriveTransmissionCommandState; -PxVehicleDirectDriveTransmissionCommandState.prototype.__class__ = PxVehicleDirectDriveTransmissionCommandState; -PxVehicleDirectDriveTransmissionCommandState.__cache__ = {}; -Module['PxVehicleDirectDriveTransmissionCommandState'] = PxVehicleDirectDriveTransmissionCommandState; - -PxVehicleDirectDriveTransmissionCommandState.prototype['setToDefault'] = PxVehicleDirectDriveTransmissionCommandState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_setToDefault_0(self); -};; - - PxVehicleDirectDriveTransmissionCommandState.prototype['get_gear'] = PxVehicleDirectDriveTransmissionCommandState.prototype.get_gear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_get_gear_0(self); -}; - PxVehicleDirectDriveTransmissionCommandState.prototype['set_gear'] = PxVehicleDirectDriveTransmissionCommandState.prototype.set_gear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleDirectDriveTransmissionCommandState_set_gear_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleDirectDriveTransmissionCommandState.prototype, 'gear', { get: PxVehicleDirectDriveTransmissionCommandState.prototype.get_gear, set: PxVehicleDirectDriveTransmissionCommandState.prototype.set_gear }); - PxVehicleDirectDriveTransmissionCommandState.prototype['__destroy__'] = PxVehicleDirectDriveTransmissionCommandState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleDirectDriveTransmissionCommandState___destroy___0(self); -}; -// PxVehicleEngineDriveThrottleCommandResponseState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleEngineDriveThrottleCommandResponseState() { - this.ptr = _emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_PxVehicleEngineDriveThrottleCommandResponseState_0(); - getCache(PxVehicleEngineDriveThrottleCommandResponseState)[this.ptr] = this; -};; -PxVehicleEngineDriveThrottleCommandResponseState.prototype = Object.create(WrapperObject.prototype); -PxVehicleEngineDriveThrottleCommandResponseState.prototype.constructor = PxVehicleEngineDriveThrottleCommandResponseState; -PxVehicleEngineDriveThrottleCommandResponseState.prototype.__class__ = PxVehicleEngineDriveThrottleCommandResponseState; -PxVehicleEngineDriveThrottleCommandResponseState.__cache__ = {}; -Module['PxVehicleEngineDriveThrottleCommandResponseState'] = PxVehicleEngineDriveThrottleCommandResponseState; - -PxVehicleEngineDriveThrottleCommandResponseState.prototype['setToDefault'] = PxVehicleEngineDriveThrottleCommandResponseState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_setToDefault_0(self); -};; - - PxVehicleEngineDriveThrottleCommandResponseState.prototype['get_commandResponse'] = PxVehicleEngineDriveThrottleCommandResponseState.prototype.get_commandResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_get_commandResponse_0(self); -}; - PxVehicleEngineDriveThrottleCommandResponseState.prototype['set_commandResponse'] = PxVehicleEngineDriveThrottleCommandResponseState.prototype.set_commandResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState_set_commandResponse_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleEngineDriveThrottleCommandResponseState.prototype, 'commandResponse', { get: PxVehicleEngineDriveThrottleCommandResponseState.prototype.get_commandResponse, set: PxVehicleEngineDriveThrottleCommandResponseState.prototype.set_commandResponse }); - PxVehicleEngineDriveThrottleCommandResponseState.prototype['__destroy__'] = PxVehicleEngineDriveThrottleCommandResponseState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleEngineDriveThrottleCommandResponseState___destroy___0(self); -}; -// PxVehicleEngineParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleEngineParams() { - this.ptr = _emscripten_bind_PxVehicleEngineParams_PxVehicleEngineParams_0(); - getCache(PxVehicleEngineParams)[this.ptr] = this; -};; -PxVehicleEngineParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleEngineParams.prototype.constructor = PxVehicleEngineParams; -PxVehicleEngineParams.prototype.__class__ = PxVehicleEngineParams; -PxVehicleEngineParams.__cache__ = {}; -Module['PxVehicleEngineParams'] = PxVehicleEngineParams; - -PxVehicleEngineParams.prototype['transformAndScale'] = PxVehicleEngineParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleEngineParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleEngineParams); -};; - -PxVehicleEngineParams.prototype['isValid'] = PxVehicleEngineParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleEngineParams_isValid_0(self)); -};; - - PxVehicleEngineParams.prototype['get_torqueCurve'] = PxVehicleEngineParams.prototype.get_torqueCurve = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleEngineParams_get_torqueCurve_0(self), PxVehicleTorqueCurveLookupTable); -}; - PxVehicleEngineParams.prototype['set_torqueCurve'] = PxVehicleEngineParams.prototype.set_torqueCurve = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleEngineParams_set_torqueCurve_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleEngineParams.prototype, 'torqueCurve', { get: PxVehicleEngineParams.prototype.get_torqueCurve, set: PxVehicleEngineParams.prototype.set_torqueCurve }); - PxVehicleEngineParams.prototype['get_moi'] = PxVehicleEngineParams.prototype.get_moi = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleEngineParams_get_moi_0(self); -}; - PxVehicleEngineParams.prototype['set_moi'] = PxVehicleEngineParams.prototype.set_moi = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleEngineParams_set_moi_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleEngineParams.prototype, 'moi', { get: PxVehicleEngineParams.prototype.get_moi, set: PxVehicleEngineParams.prototype.set_moi }); - PxVehicleEngineParams.prototype['get_peakTorque'] = PxVehicleEngineParams.prototype.get_peakTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleEngineParams_get_peakTorque_0(self); -}; - PxVehicleEngineParams.prototype['set_peakTorque'] = PxVehicleEngineParams.prototype.set_peakTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleEngineParams_set_peakTorque_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleEngineParams.prototype, 'peakTorque', { get: PxVehicleEngineParams.prototype.get_peakTorque, set: PxVehicleEngineParams.prototype.set_peakTorque }); - PxVehicleEngineParams.prototype['get_idleOmega'] = PxVehicleEngineParams.prototype.get_idleOmega = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleEngineParams_get_idleOmega_0(self); -}; - PxVehicleEngineParams.prototype['set_idleOmega'] = PxVehicleEngineParams.prototype.set_idleOmega = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleEngineParams_set_idleOmega_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleEngineParams.prototype, 'idleOmega', { get: PxVehicleEngineParams.prototype.get_idleOmega, set: PxVehicleEngineParams.prototype.set_idleOmega }); - PxVehicleEngineParams.prototype['get_maxOmega'] = PxVehicleEngineParams.prototype.get_maxOmega = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleEngineParams_get_maxOmega_0(self); -}; - PxVehicleEngineParams.prototype['set_maxOmega'] = PxVehicleEngineParams.prototype.set_maxOmega = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleEngineParams_set_maxOmega_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleEngineParams.prototype, 'maxOmega', { get: PxVehicleEngineParams.prototype.get_maxOmega, set: PxVehicleEngineParams.prototype.set_maxOmega }); - PxVehicleEngineParams.prototype['get_dampingRateFullThrottle'] = PxVehicleEngineParams.prototype.get_dampingRateFullThrottle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleEngineParams_get_dampingRateFullThrottle_0(self); -}; - PxVehicleEngineParams.prototype['set_dampingRateFullThrottle'] = PxVehicleEngineParams.prototype.set_dampingRateFullThrottle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleEngineParams_set_dampingRateFullThrottle_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleEngineParams.prototype, 'dampingRateFullThrottle', { get: PxVehicleEngineParams.prototype.get_dampingRateFullThrottle, set: PxVehicleEngineParams.prototype.set_dampingRateFullThrottle }); - PxVehicleEngineParams.prototype['get_dampingRateZeroThrottleClutchEngaged'] = PxVehicleEngineParams.prototype.get_dampingRateZeroThrottleClutchEngaged = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleEngineParams_get_dampingRateZeroThrottleClutchEngaged_0(self); -}; - PxVehicleEngineParams.prototype['set_dampingRateZeroThrottleClutchEngaged'] = PxVehicleEngineParams.prototype.set_dampingRateZeroThrottleClutchEngaged = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleEngineParams_set_dampingRateZeroThrottleClutchEngaged_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleEngineParams.prototype, 'dampingRateZeroThrottleClutchEngaged', { get: PxVehicleEngineParams.prototype.get_dampingRateZeroThrottleClutchEngaged, set: PxVehicleEngineParams.prototype.set_dampingRateZeroThrottleClutchEngaged }); - PxVehicleEngineParams.prototype['get_dampingRateZeroThrottleClutchDisengaged'] = PxVehicleEngineParams.prototype.get_dampingRateZeroThrottleClutchDisengaged = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleEngineParams_get_dampingRateZeroThrottleClutchDisengaged_0(self); -}; - PxVehicleEngineParams.prototype['set_dampingRateZeroThrottleClutchDisengaged'] = PxVehicleEngineParams.prototype.set_dampingRateZeroThrottleClutchDisengaged = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleEngineParams_set_dampingRateZeroThrottleClutchDisengaged_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleEngineParams.prototype, 'dampingRateZeroThrottleClutchDisengaged', { get: PxVehicleEngineParams.prototype.get_dampingRateZeroThrottleClutchDisengaged, set: PxVehicleEngineParams.prototype.set_dampingRateZeroThrottleClutchDisengaged }); - PxVehicleEngineParams.prototype['__destroy__'] = PxVehicleEngineParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleEngineParams___destroy___0(self); -}; -// PxVehicleEngineState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleEngineState() { - this.ptr = _emscripten_bind_PxVehicleEngineState_PxVehicleEngineState_0(); - getCache(PxVehicleEngineState)[this.ptr] = this; -};; -PxVehicleEngineState.prototype = Object.create(WrapperObject.prototype); -PxVehicleEngineState.prototype.constructor = PxVehicleEngineState; -PxVehicleEngineState.prototype.__class__ = PxVehicleEngineState; -PxVehicleEngineState.__cache__ = {}; -Module['PxVehicleEngineState'] = PxVehicleEngineState; - -PxVehicleEngineState.prototype['setToDefault'] = PxVehicleEngineState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleEngineState_setToDefault_0(self); -};; - - PxVehicleEngineState.prototype['get_rotationSpeed'] = PxVehicleEngineState.prototype.get_rotationSpeed = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleEngineState_get_rotationSpeed_0(self); -}; - PxVehicleEngineState.prototype['set_rotationSpeed'] = PxVehicleEngineState.prototype.set_rotationSpeed = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleEngineState_set_rotationSpeed_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleEngineState.prototype, 'rotationSpeed', { get: PxVehicleEngineState.prototype.get_rotationSpeed, set: PxVehicleEngineState.prototype.set_rotationSpeed }); - PxVehicleEngineState.prototype['__destroy__'] = PxVehicleEngineState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleEngineState___destroy___0(self); -}; -// PxVehicleFixedSizeLookupTableFloat_3 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleFixedSizeLookupTableFloat_3() { - this.ptr = _emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_PxVehicleFixedSizeLookupTableFloat_3_0(); - getCache(PxVehicleFixedSizeLookupTableFloat_3)[this.ptr] = this; -};; -PxVehicleFixedSizeLookupTableFloat_3.prototype = Object.create(WrapperObject.prototype); -PxVehicleFixedSizeLookupTableFloat_3.prototype.constructor = PxVehicleFixedSizeLookupTableFloat_3; -PxVehicleFixedSizeLookupTableFloat_3.prototype.__class__ = PxVehicleFixedSizeLookupTableFloat_3; -PxVehicleFixedSizeLookupTableFloat_3.__cache__ = {}; -Module['PxVehicleFixedSizeLookupTableFloat_3'] = PxVehicleFixedSizeLookupTableFloat_3; - -PxVehicleFixedSizeLookupTableFloat_3.prototype['addPair'] = PxVehicleFixedSizeLookupTableFloat_3.prototype.addPair = /** @suppress {undefinedVars, duplicate} @this{Object} */function(x, y) { - var self = this.ptr; - if (x && typeof x === 'object') x = x.ptr; - if (y && typeof y === 'object') y = y.ptr; - return !!(_emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_addPair_2(self, x, y)); -};; - -PxVehicleFixedSizeLookupTableFloat_3.prototype['interpolate'] = PxVehicleFixedSizeLookupTableFloat_3.prototype.interpolate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(x) { - var self = this.ptr; - if (x && typeof x === 'object') x = x.ptr; - return _emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_interpolate_1(self, x); -};; - -PxVehicleFixedSizeLookupTableFloat_3.prototype['clear'] = PxVehicleFixedSizeLookupTableFloat_3.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_clear_0(self); -};; - -PxVehicleFixedSizeLookupTableFloat_3.prototype['isValid'] = PxVehicleFixedSizeLookupTableFloat_3.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3_isValid_0(self)); -};; - - PxVehicleFixedSizeLookupTableFloat_3.prototype['__destroy__'] = PxVehicleFixedSizeLookupTableFloat_3.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleFixedSizeLookupTableFloat_3___destroy___0(self); -}; -// PxVehicleFixedSizeLookupTableVec3_3 -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleFixedSizeLookupTableVec3_3() { - this.ptr = _emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_PxVehicleFixedSizeLookupTableVec3_3_0(); - getCache(PxVehicleFixedSizeLookupTableVec3_3)[this.ptr] = this; -};; -PxVehicleFixedSizeLookupTableVec3_3.prototype = Object.create(WrapperObject.prototype); -PxVehicleFixedSizeLookupTableVec3_3.prototype.constructor = PxVehicleFixedSizeLookupTableVec3_3; -PxVehicleFixedSizeLookupTableVec3_3.prototype.__class__ = PxVehicleFixedSizeLookupTableVec3_3; -PxVehicleFixedSizeLookupTableVec3_3.__cache__ = {}; -Module['PxVehicleFixedSizeLookupTableVec3_3'] = PxVehicleFixedSizeLookupTableVec3_3; - -PxVehicleFixedSizeLookupTableVec3_3.prototype['addPair'] = PxVehicleFixedSizeLookupTableVec3_3.prototype.addPair = /** @suppress {undefinedVars, duplicate} @this{Object} */function(x, y) { - var self = this.ptr; - if (x && typeof x === 'object') x = x.ptr; - if (y && typeof y === 'object') y = y.ptr; - return !!(_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_addPair_2(self, x, y)); -};; - -PxVehicleFixedSizeLookupTableVec3_3.prototype['interpolate'] = PxVehicleFixedSizeLookupTableVec3_3.prototype.interpolate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(x) { - var self = this.ptr; - if (x && typeof x === 'object') x = x.ptr; - return wrapPointer(_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_interpolate_1(self, x), PxVec3); -};; - -PxVehicleFixedSizeLookupTableVec3_3.prototype['clear'] = PxVehicleFixedSizeLookupTableVec3_3.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_clear_0(self); -};; - -PxVehicleFixedSizeLookupTableVec3_3.prototype['isValid'] = PxVehicleFixedSizeLookupTableVec3_3.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3_isValid_0(self)); -};; - - PxVehicleFixedSizeLookupTableVec3_3.prototype['__destroy__'] = PxVehicleFixedSizeLookupTableVec3_3.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleFixedSizeLookupTableVec3_3___destroy___0(self); -}; -// PxVehicleFourWheelDriveDifferentialParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleFourWheelDriveDifferentialParams() { - this.ptr = _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_PxVehicleFourWheelDriveDifferentialParams_0(); - getCache(PxVehicleFourWheelDriveDifferentialParams)[this.ptr] = this; -};; -PxVehicleFourWheelDriveDifferentialParams.prototype = Object.create(PxVehicleMultiWheelDriveDifferentialParams.prototype); -PxVehicleFourWheelDriveDifferentialParams.prototype.constructor = PxVehicleFourWheelDriveDifferentialParams; -PxVehicleFourWheelDriveDifferentialParams.prototype.__class__ = PxVehicleFourWheelDriveDifferentialParams; -PxVehicleFourWheelDriveDifferentialParams.__cache__ = {}; -Module['PxVehicleFourWheelDriveDifferentialParams'] = PxVehicleFourWheelDriveDifferentialParams; - -PxVehicleFourWheelDriveDifferentialParams.prototype['setToDefault'] = PxVehicleFourWheelDriveDifferentialParams.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_setToDefault_0(self); -};; - -PxVehicleFourWheelDriveDifferentialParams.prototype['transformAndScale'] = PxVehicleFourWheelDriveDifferentialParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleFourWheelDriveDifferentialParams); -};; - -PxVehicleFourWheelDriveDifferentialParams.prototype['isValid'] = PxVehicleFourWheelDriveDifferentialParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axleDesc) { - var self = this.ptr; - if (axleDesc && typeof axleDesc === 'object') axleDesc = axleDesc.ptr; - return !!(_emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_isValid_1(self, axleDesc)); -};; - - PxVehicleFourWheelDriveDifferentialParams.prototype['get_frontWheelIds'] = PxVehicleFourWheelDriveDifferentialParams.prototype.get_frontWheelIds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontWheelIds_1(self, arg0); -}; - PxVehicleFourWheelDriveDifferentialParams.prototype['set_frontWheelIds'] = PxVehicleFourWheelDriveDifferentialParams.prototype.set_frontWheelIds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontWheelIds_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleFourWheelDriveDifferentialParams.prototype, 'frontWheelIds', { get: PxVehicleFourWheelDriveDifferentialParams.prototype.get_frontWheelIds, set: PxVehicleFourWheelDriveDifferentialParams.prototype.set_frontWheelIds }); - PxVehicleFourWheelDriveDifferentialParams.prototype['get_rearWheelIds'] = PxVehicleFourWheelDriveDifferentialParams.prototype.get_rearWheelIds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearWheelIds_1(self, arg0); -}; - PxVehicleFourWheelDriveDifferentialParams.prototype['set_rearWheelIds'] = PxVehicleFourWheelDriveDifferentialParams.prototype.set_rearWheelIds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearWheelIds_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleFourWheelDriveDifferentialParams.prototype, 'rearWheelIds', { get: PxVehicleFourWheelDriveDifferentialParams.prototype.get_rearWheelIds, set: PxVehicleFourWheelDriveDifferentialParams.prototype.set_rearWheelIds }); - PxVehicleFourWheelDriveDifferentialParams.prototype['get_frontBias'] = PxVehicleFourWheelDriveDifferentialParams.prototype.get_frontBias = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontBias_0(self); -}; - PxVehicleFourWheelDriveDifferentialParams.prototype['set_frontBias'] = PxVehicleFourWheelDriveDifferentialParams.prototype.set_frontBias = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontBias_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleFourWheelDriveDifferentialParams.prototype, 'frontBias', { get: PxVehicleFourWheelDriveDifferentialParams.prototype.get_frontBias, set: PxVehicleFourWheelDriveDifferentialParams.prototype.set_frontBias }); - PxVehicleFourWheelDriveDifferentialParams.prototype['get_frontTarget'] = PxVehicleFourWheelDriveDifferentialParams.prototype.get_frontTarget = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_frontTarget_0(self); -}; - PxVehicleFourWheelDriveDifferentialParams.prototype['set_frontTarget'] = PxVehicleFourWheelDriveDifferentialParams.prototype.set_frontTarget = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_frontTarget_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleFourWheelDriveDifferentialParams.prototype, 'frontTarget', { get: PxVehicleFourWheelDriveDifferentialParams.prototype.get_frontTarget, set: PxVehicleFourWheelDriveDifferentialParams.prototype.set_frontTarget }); - PxVehicleFourWheelDriveDifferentialParams.prototype['get_rearBias'] = PxVehicleFourWheelDriveDifferentialParams.prototype.get_rearBias = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearBias_0(self); -}; - PxVehicleFourWheelDriveDifferentialParams.prototype['set_rearBias'] = PxVehicleFourWheelDriveDifferentialParams.prototype.set_rearBias = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearBias_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleFourWheelDriveDifferentialParams.prototype, 'rearBias', { get: PxVehicleFourWheelDriveDifferentialParams.prototype.get_rearBias, set: PxVehicleFourWheelDriveDifferentialParams.prototype.set_rearBias }); - PxVehicleFourWheelDriveDifferentialParams.prototype['get_rearTarget'] = PxVehicleFourWheelDriveDifferentialParams.prototype.get_rearTarget = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rearTarget_0(self); -}; - PxVehicleFourWheelDriveDifferentialParams.prototype['set_rearTarget'] = PxVehicleFourWheelDriveDifferentialParams.prototype.set_rearTarget = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rearTarget_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleFourWheelDriveDifferentialParams.prototype, 'rearTarget', { get: PxVehicleFourWheelDriveDifferentialParams.prototype.get_rearTarget, set: PxVehicleFourWheelDriveDifferentialParams.prototype.set_rearTarget }); - PxVehicleFourWheelDriveDifferentialParams.prototype['get_centerBias'] = PxVehicleFourWheelDriveDifferentialParams.prototype.get_centerBias = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_centerBias_0(self); -}; - PxVehicleFourWheelDriveDifferentialParams.prototype['set_centerBias'] = PxVehicleFourWheelDriveDifferentialParams.prototype.set_centerBias = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_centerBias_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleFourWheelDriveDifferentialParams.prototype, 'centerBias', { get: PxVehicleFourWheelDriveDifferentialParams.prototype.get_centerBias, set: PxVehicleFourWheelDriveDifferentialParams.prototype.set_centerBias }); - PxVehicleFourWheelDriveDifferentialParams.prototype['get_centerTarget'] = PxVehicleFourWheelDriveDifferentialParams.prototype.get_centerTarget = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_centerTarget_0(self); -}; - PxVehicleFourWheelDriveDifferentialParams.prototype['set_centerTarget'] = PxVehicleFourWheelDriveDifferentialParams.prototype.set_centerTarget = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_centerTarget_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleFourWheelDriveDifferentialParams.prototype, 'centerTarget', { get: PxVehicleFourWheelDriveDifferentialParams.prototype.get_centerTarget, set: PxVehicleFourWheelDriveDifferentialParams.prototype.set_centerTarget }); - PxVehicleFourWheelDriveDifferentialParams.prototype['get_rate'] = PxVehicleFourWheelDriveDifferentialParams.prototype.get_rate = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_rate_0(self); -}; - PxVehicleFourWheelDriveDifferentialParams.prototype['set_rate'] = PxVehicleFourWheelDriveDifferentialParams.prototype.set_rate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_rate_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleFourWheelDriveDifferentialParams.prototype, 'rate', { get: PxVehicleFourWheelDriveDifferentialParams.prototype.get_rate, set: PxVehicleFourWheelDriveDifferentialParams.prototype.set_rate }); - PxVehicleFourWheelDriveDifferentialParams.prototype['get_torqueRatios'] = PxVehicleFourWheelDriveDifferentialParams.prototype.get_torqueRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_torqueRatios_1(self, arg0); -}; - PxVehicleFourWheelDriveDifferentialParams.prototype['set_torqueRatios'] = PxVehicleFourWheelDriveDifferentialParams.prototype.set_torqueRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_torqueRatios_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleFourWheelDriveDifferentialParams.prototype, 'torqueRatios', { get: PxVehicleFourWheelDriveDifferentialParams.prototype.get_torqueRatios, set: PxVehicleFourWheelDriveDifferentialParams.prototype.set_torqueRatios }); - PxVehicleFourWheelDriveDifferentialParams.prototype['get_aveWheelSpeedRatios'] = PxVehicleFourWheelDriveDifferentialParams.prototype.get_aveWheelSpeedRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_get_aveWheelSpeedRatios_1(self, arg0); -}; - PxVehicleFourWheelDriveDifferentialParams.prototype['set_aveWheelSpeedRatios'] = PxVehicleFourWheelDriveDifferentialParams.prototype.set_aveWheelSpeedRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams_set_aveWheelSpeedRatios_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleFourWheelDriveDifferentialParams.prototype, 'aveWheelSpeedRatios', { get: PxVehicleFourWheelDriveDifferentialParams.prototype.get_aveWheelSpeedRatios, set: PxVehicleFourWheelDriveDifferentialParams.prototype.set_aveWheelSpeedRatios }); - PxVehicleFourWheelDriveDifferentialParams.prototype['__destroy__'] = PxVehicleFourWheelDriveDifferentialParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleFourWheelDriveDifferentialParams___destroy___0(self); -}; -// PxVehicleFrame -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleFrame() { - this.ptr = _emscripten_bind_PxVehicleFrame_PxVehicleFrame_0(); - getCache(PxVehicleFrame)[this.ptr] = this; -};; -PxVehicleFrame.prototype = Object.create(WrapperObject.prototype); -PxVehicleFrame.prototype.constructor = PxVehicleFrame; -PxVehicleFrame.prototype.__class__ = PxVehicleFrame; -PxVehicleFrame.__cache__ = {}; -Module['PxVehicleFrame'] = PxVehicleFrame; - -PxVehicleFrame.prototype['setToDefault'] = PxVehicleFrame.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleFrame_setToDefault_0(self); -};; - -PxVehicleFrame.prototype['getFrame'] = PxVehicleFrame.prototype.getFrame = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleFrame_getFrame_0(self), PxMat33); -};; - -PxVehicleFrame.prototype['isValid'] = PxVehicleFrame.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleFrame_isValid_0(self)); -};; - - PxVehicleFrame.prototype['get_lngAxis'] = PxVehicleFrame.prototype.get_lngAxis = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleFrame_get_lngAxis_0(self); -}; - PxVehicleFrame.prototype['set_lngAxis'] = PxVehicleFrame.prototype.set_lngAxis = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleFrame_set_lngAxis_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleFrame.prototype, 'lngAxis', { get: PxVehicleFrame.prototype.get_lngAxis, set: PxVehicleFrame.prototype.set_lngAxis }); - PxVehicleFrame.prototype['get_latAxis'] = PxVehicleFrame.prototype.get_latAxis = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleFrame_get_latAxis_0(self); -}; - PxVehicleFrame.prototype['set_latAxis'] = PxVehicleFrame.prototype.set_latAxis = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleFrame_set_latAxis_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleFrame.prototype, 'latAxis', { get: PxVehicleFrame.prototype.get_latAxis, set: PxVehicleFrame.prototype.set_latAxis }); - PxVehicleFrame.prototype['get_vrtAxis'] = PxVehicleFrame.prototype.get_vrtAxis = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleFrame_get_vrtAxis_0(self); -}; - PxVehicleFrame.prototype['set_vrtAxis'] = PxVehicleFrame.prototype.set_vrtAxis = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleFrame_set_vrtAxis_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleFrame.prototype, 'vrtAxis', { get: PxVehicleFrame.prototype.get_vrtAxis, set: PxVehicleFrame.prototype.set_vrtAxis }); - PxVehicleFrame.prototype['__destroy__'] = PxVehicleFrame.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleFrame___destroy___0(self); -}; -// PxVehicleGearboxParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleGearboxParams() { - this.ptr = _emscripten_bind_PxVehicleGearboxParams_PxVehicleGearboxParams_0(); - getCache(PxVehicleGearboxParams)[this.ptr] = this; -};; -PxVehicleGearboxParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleGearboxParams.prototype.constructor = PxVehicleGearboxParams; -PxVehicleGearboxParams.prototype.__class__ = PxVehicleGearboxParams; -PxVehicleGearboxParams.__cache__ = {}; -Module['PxVehicleGearboxParams'] = PxVehicleGearboxParams; - -PxVehicleGearboxParams.prototype['transformAndScale'] = PxVehicleGearboxParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleGearboxParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleGearboxParams); -};; - -PxVehicleGearboxParams.prototype['isValid'] = PxVehicleGearboxParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleGearboxParams_isValid_0(self)); -};; - - PxVehicleGearboxParams.prototype['get_neutralGear'] = PxVehicleGearboxParams.prototype.get_neutralGear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleGearboxParams_get_neutralGear_0(self); -}; - PxVehicleGearboxParams.prototype['set_neutralGear'] = PxVehicleGearboxParams.prototype.set_neutralGear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleGearboxParams_set_neutralGear_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleGearboxParams.prototype, 'neutralGear', { get: PxVehicleGearboxParams.prototype.get_neutralGear, set: PxVehicleGearboxParams.prototype.set_neutralGear }); - PxVehicleGearboxParams.prototype['get_ratios'] = PxVehicleGearboxParams.prototype.get_ratios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleGearboxParams_get_ratios_1(self, arg0); -}; - PxVehicleGearboxParams.prototype['set_ratios'] = PxVehicleGearboxParams.prototype.set_ratios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleGearboxParams_set_ratios_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleGearboxParams.prototype, 'ratios', { get: PxVehicleGearboxParams.prototype.get_ratios, set: PxVehicleGearboxParams.prototype.set_ratios }); - PxVehicleGearboxParams.prototype['get_finalRatio'] = PxVehicleGearboxParams.prototype.get_finalRatio = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleGearboxParams_get_finalRatio_0(self); -}; - PxVehicleGearboxParams.prototype['set_finalRatio'] = PxVehicleGearboxParams.prototype.set_finalRatio = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleGearboxParams_set_finalRatio_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleGearboxParams.prototype, 'finalRatio', { get: PxVehicleGearboxParams.prototype.get_finalRatio, set: PxVehicleGearboxParams.prototype.set_finalRatio }); - PxVehicleGearboxParams.prototype['get_nbRatios'] = PxVehicleGearboxParams.prototype.get_nbRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleGearboxParams_get_nbRatios_0(self); -}; - PxVehicleGearboxParams.prototype['set_nbRatios'] = PxVehicleGearboxParams.prototype.set_nbRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleGearboxParams_set_nbRatios_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleGearboxParams.prototype, 'nbRatios', { get: PxVehicleGearboxParams.prototype.get_nbRatios, set: PxVehicleGearboxParams.prototype.set_nbRatios }); - PxVehicleGearboxParams.prototype['get_switchTime'] = PxVehicleGearboxParams.prototype.get_switchTime = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleGearboxParams_get_switchTime_0(self); -}; - PxVehicleGearboxParams.prototype['set_switchTime'] = PxVehicleGearboxParams.prototype.set_switchTime = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleGearboxParams_set_switchTime_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleGearboxParams.prototype, 'switchTime', { get: PxVehicleGearboxParams.prototype.get_switchTime, set: PxVehicleGearboxParams.prototype.set_switchTime }); - PxVehicleGearboxParams.prototype['__destroy__'] = PxVehicleGearboxParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleGearboxParams___destroy___0(self); -}; -// PxVehicleGearboxState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleGearboxState() { - this.ptr = _emscripten_bind_PxVehicleGearboxState_PxVehicleGearboxState_0(); - getCache(PxVehicleGearboxState)[this.ptr] = this; -};; -PxVehicleGearboxState.prototype = Object.create(WrapperObject.prototype); -PxVehicleGearboxState.prototype.constructor = PxVehicleGearboxState; -PxVehicleGearboxState.prototype.__class__ = PxVehicleGearboxState; -PxVehicleGearboxState.__cache__ = {}; -Module['PxVehicleGearboxState'] = PxVehicleGearboxState; - -PxVehicleGearboxState.prototype['setToDefault'] = PxVehicleGearboxState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleGearboxState_setToDefault_0(self); -};; - - PxVehicleGearboxState.prototype['get_currentGear'] = PxVehicleGearboxState.prototype.get_currentGear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleGearboxState_get_currentGear_0(self); -}; - PxVehicleGearboxState.prototype['set_currentGear'] = PxVehicleGearboxState.prototype.set_currentGear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleGearboxState_set_currentGear_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleGearboxState.prototype, 'currentGear', { get: PxVehicleGearboxState.prototype.get_currentGear, set: PxVehicleGearboxState.prototype.set_currentGear }); - PxVehicleGearboxState.prototype['get_targetGear'] = PxVehicleGearboxState.prototype.get_targetGear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleGearboxState_get_targetGear_0(self); -}; - PxVehicleGearboxState.prototype['set_targetGear'] = PxVehicleGearboxState.prototype.set_targetGear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleGearboxState_set_targetGear_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleGearboxState.prototype, 'targetGear', { get: PxVehicleGearboxState.prototype.get_targetGear, set: PxVehicleGearboxState.prototype.set_targetGear }); - PxVehicleGearboxState.prototype['get_gearSwitchTime'] = PxVehicleGearboxState.prototype.get_gearSwitchTime = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleGearboxState_get_gearSwitchTime_0(self); -}; - PxVehicleGearboxState.prototype['set_gearSwitchTime'] = PxVehicleGearboxState.prototype.set_gearSwitchTime = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleGearboxState_set_gearSwitchTime_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleGearboxState.prototype, 'gearSwitchTime', { get: PxVehicleGearboxState.prototype.get_gearSwitchTime, set: PxVehicleGearboxState.prototype.set_gearSwitchTime }); - PxVehicleGearboxState.prototype['__destroy__'] = PxVehicleGearboxState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleGearboxState___destroy___0(self); -}; -// PxVehiclePhysXActor -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehiclePhysXActor() { throw "cannot construct a PxVehiclePhysXActor, no constructor in IDL" } -PxVehiclePhysXActor.prototype = Object.create(WrapperObject.prototype); -PxVehiclePhysXActor.prototype.constructor = PxVehiclePhysXActor; -PxVehiclePhysXActor.prototype.__class__ = PxVehiclePhysXActor; -PxVehiclePhysXActor.__cache__ = {}; -Module['PxVehiclePhysXActor'] = PxVehiclePhysXActor; - -PxVehiclePhysXActor.prototype['setToDefault'] = PxVehiclePhysXActor.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehiclePhysXActor_setToDefault_0(self); -};; - - PxVehiclePhysXActor.prototype['get_rigidBody'] = PxVehiclePhysXActor.prototype.get_rigidBody = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXActor_get_rigidBody_0(self), PxRigidBody); -}; - PxVehiclePhysXActor.prototype['set_rigidBody'] = PxVehiclePhysXActor.prototype.set_rigidBody = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXActor_set_rigidBody_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXActor.prototype, 'rigidBody', { get: PxVehiclePhysXActor.prototype.get_rigidBody, set: PxVehiclePhysXActor.prototype.set_rigidBody }); - PxVehiclePhysXActor.prototype['get_wheelShapes'] = PxVehiclePhysXActor.prototype.get_wheelShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXActor_get_wheelShapes_1(self, arg0), PxShape); -}; - PxVehiclePhysXActor.prototype['set_wheelShapes'] = PxVehiclePhysXActor.prototype.set_wheelShapes = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehiclePhysXActor_set_wheelShapes_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXActor.prototype, 'wheelShapes', { get: PxVehiclePhysXActor.prototype.get_wheelShapes, set: PxVehiclePhysXActor.prototype.set_wheelShapes }); - PxVehiclePhysXActor.prototype['__destroy__'] = PxVehiclePhysXActor.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehiclePhysXActor___destroy___0(self); -}; -// PxVehiclePhysXConstraintState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehiclePhysXConstraintState() { - this.ptr = _emscripten_bind_PxVehiclePhysXConstraintState_PxVehiclePhysXConstraintState_0(); - getCache(PxVehiclePhysXConstraintState)[this.ptr] = this; -};; -PxVehiclePhysXConstraintState.prototype = Object.create(WrapperObject.prototype); -PxVehiclePhysXConstraintState.prototype.constructor = PxVehiclePhysXConstraintState; -PxVehiclePhysXConstraintState.prototype.__class__ = PxVehiclePhysXConstraintState; -PxVehiclePhysXConstraintState.__cache__ = {}; -Module['PxVehiclePhysXConstraintState'] = PxVehiclePhysXConstraintState; - -PxVehiclePhysXConstraintState.prototype['setToDefault'] = PxVehiclePhysXConstraintState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehiclePhysXConstraintState_setToDefault_0(self); -};; - - PxVehiclePhysXConstraintState.prototype['get_tireActiveStatus'] = PxVehiclePhysXConstraintState.prototype.get_tireActiveStatus = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return !!(_emscripten_bind_PxVehiclePhysXConstraintState_get_tireActiveStatus_1(self, arg0)); -}; - PxVehiclePhysXConstraintState.prototype['set_tireActiveStatus'] = PxVehiclePhysXConstraintState.prototype.set_tireActiveStatus = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehiclePhysXConstraintState_set_tireActiveStatus_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXConstraintState.prototype, 'tireActiveStatus', { get: PxVehiclePhysXConstraintState.prototype.get_tireActiveStatus, set: PxVehiclePhysXConstraintState.prototype.set_tireActiveStatus }); - PxVehiclePhysXConstraintState.prototype['get_tireLinears'] = PxVehiclePhysXConstraintState.prototype.get_tireLinears = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXConstraintState_get_tireLinears_1(self, arg0), PxVec3); -}; - PxVehiclePhysXConstraintState.prototype['set_tireLinears'] = PxVehiclePhysXConstraintState.prototype.set_tireLinears = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehiclePhysXConstraintState_set_tireLinears_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXConstraintState.prototype, 'tireLinears', { get: PxVehiclePhysXConstraintState.prototype.get_tireLinears, set: PxVehiclePhysXConstraintState.prototype.set_tireLinears }); - PxVehiclePhysXConstraintState.prototype['get_tireAngulars'] = PxVehiclePhysXConstraintState.prototype.get_tireAngulars = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXConstraintState_get_tireAngulars_1(self, arg0), PxVec3); -}; - PxVehiclePhysXConstraintState.prototype['set_tireAngulars'] = PxVehiclePhysXConstraintState.prototype.set_tireAngulars = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehiclePhysXConstraintState_set_tireAngulars_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXConstraintState.prototype, 'tireAngulars', { get: PxVehiclePhysXConstraintState.prototype.get_tireAngulars, set: PxVehiclePhysXConstraintState.prototype.set_tireAngulars }); - PxVehiclePhysXConstraintState.prototype['get_tireDamping'] = PxVehiclePhysXConstraintState.prototype.get_tireDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehiclePhysXConstraintState_get_tireDamping_1(self, arg0); -}; - PxVehiclePhysXConstraintState.prototype['set_tireDamping'] = PxVehiclePhysXConstraintState.prototype.set_tireDamping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehiclePhysXConstraintState_set_tireDamping_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXConstraintState.prototype, 'tireDamping', { get: PxVehiclePhysXConstraintState.prototype.get_tireDamping, set: PxVehiclePhysXConstraintState.prototype.set_tireDamping }); - PxVehiclePhysXConstraintState.prototype['get_suspActiveStatus'] = PxVehiclePhysXConstraintState.prototype.get_suspActiveStatus = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehiclePhysXConstraintState_get_suspActiveStatus_0(self)); -}; - PxVehiclePhysXConstraintState.prototype['set_suspActiveStatus'] = PxVehiclePhysXConstraintState.prototype.set_suspActiveStatus = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXConstraintState_set_suspActiveStatus_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXConstraintState.prototype, 'suspActiveStatus', { get: PxVehiclePhysXConstraintState.prototype.get_suspActiveStatus, set: PxVehiclePhysXConstraintState.prototype.set_suspActiveStatus }); - PxVehiclePhysXConstraintState.prototype['get_suspLinear'] = PxVehiclePhysXConstraintState.prototype.get_suspLinear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXConstraintState_get_suspLinear_0(self), PxVec3); -}; - PxVehiclePhysXConstraintState.prototype['set_suspLinear'] = PxVehiclePhysXConstraintState.prototype.set_suspLinear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXConstraintState_set_suspLinear_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXConstraintState.prototype, 'suspLinear', { get: PxVehiclePhysXConstraintState.prototype.get_suspLinear, set: PxVehiclePhysXConstraintState.prototype.set_suspLinear }); - PxVehiclePhysXConstraintState.prototype['get_suspAngular'] = PxVehiclePhysXConstraintState.prototype.get_suspAngular = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXConstraintState_get_suspAngular_0(self), PxVec3); -}; - PxVehiclePhysXConstraintState.prototype['set_suspAngular'] = PxVehiclePhysXConstraintState.prototype.set_suspAngular = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXConstraintState_set_suspAngular_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXConstraintState.prototype, 'suspAngular', { get: PxVehiclePhysXConstraintState.prototype.get_suspAngular, set: PxVehiclePhysXConstraintState.prototype.set_suspAngular }); - PxVehiclePhysXConstraintState.prototype['get_suspGeometricError'] = PxVehiclePhysXConstraintState.prototype.get_suspGeometricError = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehiclePhysXConstraintState_get_suspGeometricError_0(self); -}; - PxVehiclePhysXConstraintState.prototype['set_suspGeometricError'] = PxVehiclePhysXConstraintState.prototype.set_suspGeometricError = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXConstraintState_set_suspGeometricError_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXConstraintState.prototype, 'suspGeometricError', { get: PxVehiclePhysXConstraintState.prototype.get_suspGeometricError, set: PxVehiclePhysXConstraintState.prototype.set_suspGeometricError }); - PxVehiclePhysXConstraintState.prototype['get_restitution'] = PxVehiclePhysXConstraintState.prototype.get_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehiclePhysXConstraintState_get_restitution_0(self); -}; - PxVehiclePhysXConstraintState.prototype['set_restitution'] = PxVehiclePhysXConstraintState.prototype.set_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXConstraintState_set_restitution_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXConstraintState.prototype, 'restitution', { get: PxVehiclePhysXConstraintState.prototype.get_restitution, set: PxVehiclePhysXConstraintState.prototype.set_restitution }); - PxVehiclePhysXConstraintState.prototype['__destroy__'] = PxVehiclePhysXConstraintState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehiclePhysXConstraintState___destroy___0(self); -}; -// PxVehiclePhysXConstraints -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehiclePhysXConstraints() { throw "cannot construct a PxVehiclePhysXConstraints, no constructor in IDL" } -PxVehiclePhysXConstraints.prototype = Object.create(WrapperObject.prototype); -PxVehiclePhysXConstraints.prototype.constructor = PxVehiclePhysXConstraints; -PxVehiclePhysXConstraints.prototype.__class__ = PxVehiclePhysXConstraints; -PxVehiclePhysXConstraints.__cache__ = {}; -Module['PxVehiclePhysXConstraints'] = PxVehiclePhysXConstraints; - -PxVehiclePhysXConstraints.prototype['setToDefault'] = PxVehiclePhysXConstraints.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehiclePhysXConstraints_setToDefault_0(self); -};; - - PxVehiclePhysXConstraints.prototype['get_constraintStates'] = PxVehiclePhysXConstraints.prototype.get_constraintStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXConstraints_get_constraintStates_1(self, arg0), PxVehiclePhysXConstraintState); -}; - PxVehiclePhysXConstraints.prototype['set_constraintStates'] = PxVehiclePhysXConstraints.prototype.set_constraintStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehiclePhysXConstraints_set_constraintStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXConstraints.prototype, 'constraintStates', { get: PxVehiclePhysXConstraints.prototype.get_constraintStates, set: PxVehiclePhysXConstraints.prototype.set_constraintStates }); - PxVehiclePhysXConstraints.prototype['get_constraints'] = PxVehiclePhysXConstraints.prototype.get_constraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXConstraints_get_constraints_1(self, arg0), PxConstraint); -}; - PxVehiclePhysXConstraints.prototype['set_constraints'] = PxVehiclePhysXConstraints.prototype.set_constraints = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehiclePhysXConstraints_set_constraints_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXConstraints.prototype, 'constraints', { get: PxVehiclePhysXConstraints.prototype.get_constraints, set: PxVehiclePhysXConstraints.prototype.set_constraints }); - PxVehiclePhysXConstraints.prototype['get_constraintConnectors'] = PxVehiclePhysXConstraints.prototype.get_constraintConnectors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXConstraints_get_constraintConnectors_1(self, arg0), PxVehicleConstraintConnector); -}; - PxVehiclePhysXConstraints.prototype['set_constraintConnectors'] = PxVehiclePhysXConstraints.prototype.set_constraintConnectors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehiclePhysXConstraints_set_constraintConnectors_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXConstraints.prototype, 'constraintConnectors', { get: PxVehiclePhysXConstraints.prototype.get_constraintConnectors, set: PxVehiclePhysXConstraints.prototype.set_constraintConnectors }); - PxVehiclePhysXConstraints.prototype['__destroy__'] = PxVehiclePhysXConstraints.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehiclePhysXConstraints___destroy___0(self); -}; -// PxVehiclePhysXMaterialFriction -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehiclePhysXMaterialFriction() { - this.ptr = _emscripten_bind_PxVehiclePhysXMaterialFriction_PxVehiclePhysXMaterialFriction_0(); - getCache(PxVehiclePhysXMaterialFriction)[this.ptr] = this; -};; -PxVehiclePhysXMaterialFriction.prototype = Object.create(WrapperObject.prototype); -PxVehiclePhysXMaterialFriction.prototype.constructor = PxVehiclePhysXMaterialFriction; -PxVehiclePhysXMaterialFriction.prototype.__class__ = PxVehiclePhysXMaterialFriction; -PxVehiclePhysXMaterialFriction.__cache__ = {}; -Module['PxVehiclePhysXMaterialFriction'] = PxVehiclePhysXMaterialFriction; - -PxVehiclePhysXMaterialFriction.prototype['isValid'] = PxVehiclePhysXMaterialFriction.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehiclePhysXMaterialFriction_isValid_0(self)); -};; - - PxVehiclePhysXMaterialFriction.prototype['get_material'] = PxVehiclePhysXMaterialFriction.prototype.get_material = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXMaterialFriction_get_material_0(self), PxMaterial); -}; - PxVehiclePhysXMaterialFriction.prototype['set_material'] = PxVehiclePhysXMaterialFriction.prototype.set_material = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXMaterialFriction_set_material_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXMaterialFriction.prototype, 'material', { get: PxVehiclePhysXMaterialFriction.prototype.get_material, set: PxVehiclePhysXMaterialFriction.prototype.set_material }); - PxVehiclePhysXMaterialFriction.prototype['get_friction'] = PxVehiclePhysXMaterialFriction.prototype.get_friction = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehiclePhysXMaterialFriction_get_friction_0(self); -}; - PxVehiclePhysXMaterialFriction.prototype['set_friction'] = PxVehiclePhysXMaterialFriction.prototype.set_friction = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXMaterialFriction_set_friction_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXMaterialFriction.prototype, 'friction', { get: PxVehiclePhysXMaterialFriction.prototype.get_friction, set: PxVehiclePhysXMaterialFriction.prototype.set_friction }); - PxVehiclePhysXMaterialFriction.prototype['__destroy__'] = PxVehiclePhysXMaterialFriction.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehiclePhysXMaterialFriction___destroy___0(self); -}; -// PxVehiclePhysXMaterialFrictionParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehiclePhysXMaterialFrictionParams() { throw "cannot construct a PxVehiclePhysXMaterialFrictionParams, no constructor in IDL" } -PxVehiclePhysXMaterialFrictionParams.prototype = Object.create(WrapperObject.prototype); -PxVehiclePhysXMaterialFrictionParams.prototype.constructor = PxVehiclePhysXMaterialFrictionParams; -PxVehiclePhysXMaterialFrictionParams.prototype.__class__ = PxVehiclePhysXMaterialFrictionParams; -PxVehiclePhysXMaterialFrictionParams.__cache__ = {}; -Module['PxVehiclePhysXMaterialFrictionParams'] = PxVehiclePhysXMaterialFrictionParams; - -PxVehiclePhysXMaterialFrictionParams.prototype['isValid'] = PxVehiclePhysXMaterialFrictionParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_isValid_0(self)); -};; - - PxVehiclePhysXMaterialFrictionParams.prototype['get_materialFrictions'] = PxVehiclePhysXMaterialFrictionParams.prototype.get_materialFrictions = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_materialFrictions_0(self), PxVehiclePhysXMaterialFriction); -}; - PxVehiclePhysXMaterialFrictionParams.prototype['set_materialFrictions'] = PxVehiclePhysXMaterialFrictionParams.prototype.set_materialFrictions = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_materialFrictions_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXMaterialFrictionParams.prototype, 'materialFrictions', { get: PxVehiclePhysXMaterialFrictionParams.prototype.get_materialFrictions, set: PxVehiclePhysXMaterialFrictionParams.prototype.set_materialFrictions }); - PxVehiclePhysXMaterialFrictionParams.prototype['get_nbMaterialFrictions'] = PxVehiclePhysXMaterialFrictionParams.prototype.get_nbMaterialFrictions = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_nbMaterialFrictions_0(self); -}; - PxVehiclePhysXMaterialFrictionParams.prototype['set_nbMaterialFrictions'] = PxVehiclePhysXMaterialFrictionParams.prototype.set_nbMaterialFrictions = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_nbMaterialFrictions_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXMaterialFrictionParams.prototype, 'nbMaterialFrictions', { get: PxVehiclePhysXMaterialFrictionParams.prototype.get_nbMaterialFrictions, set: PxVehiclePhysXMaterialFrictionParams.prototype.set_nbMaterialFrictions }); - PxVehiclePhysXMaterialFrictionParams.prototype['get_defaultFriction'] = PxVehiclePhysXMaterialFrictionParams.prototype.get_defaultFriction = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehiclePhysXMaterialFrictionParams_get_defaultFriction_0(self); -}; - PxVehiclePhysXMaterialFrictionParams.prototype['set_defaultFriction'] = PxVehiclePhysXMaterialFrictionParams.prototype.set_defaultFriction = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXMaterialFrictionParams_set_defaultFriction_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXMaterialFrictionParams.prototype, 'defaultFriction', { get: PxVehiclePhysXMaterialFrictionParams.prototype.get_defaultFriction, set: PxVehiclePhysXMaterialFrictionParams.prototype.set_defaultFriction }); - PxVehiclePhysXMaterialFrictionParams.prototype['__destroy__'] = PxVehiclePhysXMaterialFrictionParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehiclePhysXMaterialFrictionParams___destroy___0(self); -}; -// PxVehiclePhysXRoadGeometryQueryParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehiclePhysXRoadGeometryQueryParams() { throw "cannot construct a PxVehiclePhysXRoadGeometryQueryParams, no constructor in IDL" } -PxVehiclePhysXRoadGeometryQueryParams.prototype = Object.create(WrapperObject.prototype); -PxVehiclePhysXRoadGeometryQueryParams.prototype.constructor = PxVehiclePhysXRoadGeometryQueryParams; -PxVehiclePhysXRoadGeometryQueryParams.prototype.__class__ = PxVehiclePhysXRoadGeometryQueryParams; -PxVehiclePhysXRoadGeometryQueryParams.__cache__ = {}; -Module['PxVehiclePhysXRoadGeometryQueryParams'] = PxVehiclePhysXRoadGeometryQueryParams; - -PxVehiclePhysXRoadGeometryQueryParams.prototype['transformAndScale'] = PxVehiclePhysXRoadGeometryQueryParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehiclePhysXRoadGeometryQueryParams); -};; - -PxVehiclePhysXRoadGeometryQueryParams.prototype['isValid'] = PxVehiclePhysXRoadGeometryQueryParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_isValid_0(self)); -};; - - PxVehiclePhysXRoadGeometryQueryParams.prototype['get_roadGeometryQueryType'] = PxVehiclePhysXRoadGeometryQueryParams.prototype.get_roadGeometryQueryType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_roadGeometryQueryType_0(self); -}; - PxVehiclePhysXRoadGeometryQueryParams.prototype['set_roadGeometryQueryType'] = PxVehiclePhysXRoadGeometryQueryParams.prototype.set_roadGeometryQueryType = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_roadGeometryQueryType_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXRoadGeometryQueryParams.prototype, 'roadGeometryQueryType', { get: PxVehiclePhysXRoadGeometryQueryParams.prototype.get_roadGeometryQueryType, set: PxVehiclePhysXRoadGeometryQueryParams.prototype.set_roadGeometryQueryType }); - PxVehiclePhysXRoadGeometryQueryParams.prototype['get_defaultFilterData'] = PxVehiclePhysXRoadGeometryQueryParams.prototype.get_defaultFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_defaultFilterData_0(self), PxQueryFilterData); -}; - PxVehiclePhysXRoadGeometryQueryParams.prototype['set_defaultFilterData'] = PxVehiclePhysXRoadGeometryQueryParams.prototype.set_defaultFilterData = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_defaultFilterData_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXRoadGeometryQueryParams.prototype, 'defaultFilterData', { get: PxVehiclePhysXRoadGeometryQueryParams.prototype.get_defaultFilterData, set: PxVehiclePhysXRoadGeometryQueryParams.prototype.set_defaultFilterData }); - PxVehiclePhysXRoadGeometryQueryParams.prototype['get_filterDataEntries'] = PxVehiclePhysXRoadGeometryQueryParams.prototype.get_filterDataEntries = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_filterDataEntries_0(self), PxQueryFilterData); -}; - PxVehiclePhysXRoadGeometryQueryParams.prototype['set_filterDataEntries'] = PxVehiclePhysXRoadGeometryQueryParams.prototype.set_filterDataEntries = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_filterDataEntries_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXRoadGeometryQueryParams.prototype, 'filterDataEntries', { get: PxVehiclePhysXRoadGeometryQueryParams.prototype.get_filterDataEntries, set: PxVehiclePhysXRoadGeometryQueryParams.prototype.set_filterDataEntries }); - PxVehiclePhysXRoadGeometryQueryParams.prototype['get_filterCallback'] = PxVehiclePhysXRoadGeometryQueryParams.prototype.get_filterCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_get_filterCallback_0(self), PxQueryFilterCallback); -}; - PxVehiclePhysXRoadGeometryQueryParams.prototype['set_filterCallback'] = PxVehiclePhysXRoadGeometryQueryParams.prototype.set_filterCallback = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams_set_filterCallback_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXRoadGeometryQueryParams.prototype, 'filterCallback', { get: PxVehiclePhysXRoadGeometryQueryParams.prototype.get_filterCallback, set: PxVehiclePhysXRoadGeometryQueryParams.prototype.set_filterCallback }); - PxVehiclePhysXRoadGeometryQueryParams.prototype['__destroy__'] = PxVehiclePhysXRoadGeometryQueryParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehiclePhysXRoadGeometryQueryParams___destroy___0(self); -}; -// PxVehiclePhysXSimulationContext -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehiclePhysXSimulationContext() { - this.ptr = _emscripten_bind_PxVehiclePhysXSimulationContext_PxVehiclePhysXSimulationContext_0(); - getCache(PxVehiclePhysXSimulationContext)[this.ptr] = this; -};; -PxVehiclePhysXSimulationContext.prototype = Object.create(PxVehicleSimulationContext.prototype); -PxVehiclePhysXSimulationContext.prototype.constructor = PxVehiclePhysXSimulationContext; -PxVehiclePhysXSimulationContext.prototype.__class__ = PxVehiclePhysXSimulationContext; -PxVehiclePhysXSimulationContext.__cache__ = {}; -Module['PxVehiclePhysXSimulationContext'] = PxVehiclePhysXSimulationContext; - -PxVehiclePhysXSimulationContext.prototype['transformAndScale'] = PxVehiclePhysXSimulationContext.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXSimulationContext_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehiclePhysXSimulationContext); -};; - -PxVehiclePhysXSimulationContext.prototype['getType'] = PxVehiclePhysXSimulationContext.prototype.getType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehiclePhysXSimulationContext_getType_0(self); -};; - -PxVehiclePhysXSimulationContext.prototype['setToDefault'] = PxVehiclePhysXSimulationContext.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehiclePhysXSimulationContext_setToDefault_0(self); -};; - - PxVehiclePhysXSimulationContext.prototype['get_physxUnitCylinderSweepMesh'] = PxVehiclePhysXSimulationContext.prototype.get_physxUnitCylinderSweepMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXSimulationContext_get_physxUnitCylinderSweepMesh_0(self), PxConvexMesh); -}; - PxVehiclePhysXSimulationContext.prototype['set_physxUnitCylinderSweepMesh'] = PxVehiclePhysXSimulationContext.prototype.set_physxUnitCylinderSweepMesh = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSimulationContext_set_physxUnitCylinderSweepMesh_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSimulationContext.prototype, 'physxUnitCylinderSweepMesh', { get: PxVehiclePhysXSimulationContext.prototype.get_physxUnitCylinderSweepMesh, set: PxVehiclePhysXSimulationContext.prototype.set_physxUnitCylinderSweepMesh }); - PxVehiclePhysXSimulationContext.prototype['get_physxScene'] = PxVehiclePhysXSimulationContext.prototype.get_physxScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXSimulationContext_get_physxScene_0(self), PxScene); -}; - PxVehiclePhysXSimulationContext.prototype['set_physxScene'] = PxVehiclePhysXSimulationContext.prototype.set_physxScene = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSimulationContext_set_physxScene_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSimulationContext.prototype, 'physxScene', { get: PxVehiclePhysXSimulationContext.prototype.get_physxScene, set: PxVehiclePhysXSimulationContext.prototype.set_physxScene }); - PxVehiclePhysXSimulationContext.prototype['get_physxActorUpdateMode'] = PxVehiclePhysXSimulationContext.prototype.get_physxActorUpdateMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorUpdateMode_0(self); -}; - PxVehiclePhysXSimulationContext.prototype['set_physxActorUpdateMode'] = PxVehiclePhysXSimulationContext.prototype.set_physxActorUpdateMode = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorUpdateMode_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSimulationContext.prototype, 'physxActorUpdateMode', { get: PxVehiclePhysXSimulationContext.prototype.get_physxActorUpdateMode, set: PxVehiclePhysXSimulationContext.prototype.set_physxActorUpdateMode }); - PxVehiclePhysXSimulationContext.prototype['get_physxActorWakeCounterResetValue'] = PxVehiclePhysXSimulationContext.prototype.get_physxActorWakeCounterResetValue = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorWakeCounterResetValue_0(self); -}; - PxVehiclePhysXSimulationContext.prototype['set_physxActorWakeCounterResetValue'] = PxVehiclePhysXSimulationContext.prototype.set_physxActorWakeCounterResetValue = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorWakeCounterResetValue_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSimulationContext.prototype, 'physxActorWakeCounterResetValue', { get: PxVehiclePhysXSimulationContext.prototype.get_physxActorWakeCounterResetValue, set: PxVehiclePhysXSimulationContext.prototype.set_physxActorWakeCounterResetValue }); - PxVehiclePhysXSimulationContext.prototype['get_physxActorWakeCounterThreshold'] = PxVehiclePhysXSimulationContext.prototype.get_physxActorWakeCounterThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehiclePhysXSimulationContext_get_physxActorWakeCounterThreshold_0(self); -}; - PxVehiclePhysXSimulationContext.prototype['set_physxActorWakeCounterThreshold'] = PxVehiclePhysXSimulationContext.prototype.set_physxActorWakeCounterThreshold = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSimulationContext_set_physxActorWakeCounterThreshold_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSimulationContext.prototype, 'physxActorWakeCounterThreshold', { get: PxVehiclePhysXSimulationContext.prototype.get_physxActorWakeCounterThreshold, set: PxVehiclePhysXSimulationContext.prototype.set_physxActorWakeCounterThreshold }); - PxVehiclePhysXSimulationContext.prototype['get_gravity'] = PxVehiclePhysXSimulationContext.prototype.get_gravity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXSimulationContext_get_gravity_0(self), PxVec3); -}; - PxVehiclePhysXSimulationContext.prototype['set_gravity'] = PxVehiclePhysXSimulationContext.prototype.set_gravity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSimulationContext_set_gravity_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSimulationContext.prototype, 'gravity', { get: PxVehiclePhysXSimulationContext.prototype.get_gravity, set: PxVehiclePhysXSimulationContext.prototype.set_gravity }); - PxVehiclePhysXSimulationContext.prototype['get_frame'] = PxVehiclePhysXSimulationContext.prototype.get_frame = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXSimulationContext_get_frame_0(self), PxVehicleFrame); -}; - PxVehiclePhysXSimulationContext.prototype['set_frame'] = PxVehiclePhysXSimulationContext.prototype.set_frame = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSimulationContext_set_frame_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSimulationContext.prototype, 'frame', { get: PxVehiclePhysXSimulationContext.prototype.get_frame, set: PxVehiclePhysXSimulationContext.prototype.set_frame }); - PxVehiclePhysXSimulationContext.prototype['get_scale'] = PxVehiclePhysXSimulationContext.prototype.get_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXSimulationContext_get_scale_0(self), PxVehicleScale); -}; - PxVehiclePhysXSimulationContext.prototype['set_scale'] = PxVehiclePhysXSimulationContext.prototype.set_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSimulationContext_set_scale_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSimulationContext.prototype, 'scale', { get: PxVehiclePhysXSimulationContext.prototype.get_scale, set: PxVehiclePhysXSimulationContext.prototype.set_scale }); - PxVehiclePhysXSimulationContext.prototype['get_tireSlipParams'] = PxVehiclePhysXSimulationContext.prototype.get_tireSlipParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXSimulationContext_get_tireSlipParams_0(self), PxVehicleTireSlipParams); -}; - PxVehiclePhysXSimulationContext.prototype['set_tireSlipParams'] = PxVehiclePhysXSimulationContext.prototype.set_tireSlipParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSimulationContext_set_tireSlipParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSimulationContext.prototype, 'tireSlipParams', { get: PxVehiclePhysXSimulationContext.prototype.get_tireSlipParams, set: PxVehiclePhysXSimulationContext.prototype.set_tireSlipParams }); - PxVehiclePhysXSimulationContext.prototype['get_tireStickyParams'] = PxVehiclePhysXSimulationContext.prototype.get_tireStickyParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXSimulationContext_get_tireStickyParams_0(self), PxVehicleTireStickyParams); -}; - PxVehiclePhysXSimulationContext.prototype['set_tireStickyParams'] = PxVehiclePhysXSimulationContext.prototype.set_tireStickyParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSimulationContext_set_tireStickyParams_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSimulationContext.prototype, 'tireStickyParams', { get: PxVehiclePhysXSimulationContext.prototype.get_tireStickyParams, set: PxVehiclePhysXSimulationContext.prototype.set_tireStickyParams }); - PxVehiclePhysXSimulationContext.prototype['get_thresholdForwardSpeedForWheelAngleIntegration'] = PxVehiclePhysXSimulationContext.prototype.get_thresholdForwardSpeedForWheelAngleIntegration = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehiclePhysXSimulationContext_get_thresholdForwardSpeedForWheelAngleIntegration_0(self); -}; - PxVehiclePhysXSimulationContext.prototype['set_thresholdForwardSpeedForWheelAngleIntegration'] = PxVehiclePhysXSimulationContext.prototype.set_thresholdForwardSpeedForWheelAngleIntegration = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSimulationContext_set_thresholdForwardSpeedForWheelAngleIntegration_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSimulationContext.prototype, 'thresholdForwardSpeedForWheelAngleIntegration', { get: PxVehiclePhysXSimulationContext.prototype.get_thresholdForwardSpeedForWheelAngleIntegration, set: PxVehiclePhysXSimulationContext.prototype.set_thresholdForwardSpeedForWheelAngleIntegration }); - PxVehiclePhysXSimulationContext.prototype['get_pvdContext'] = PxVehiclePhysXSimulationContext.prototype.get_pvdContext = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXSimulationContext_get_pvdContext_0(self), PxVehiclePvdContext); -}; - PxVehiclePhysXSimulationContext.prototype['set_pvdContext'] = PxVehiclePhysXSimulationContext.prototype.set_pvdContext = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSimulationContext_set_pvdContext_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSimulationContext.prototype, 'pvdContext', { get: PxVehiclePhysXSimulationContext.prototype.get_pvdContext, set: PxVehiclePhysXSimulationContext.prototype.set_pvdContext }); -// PxVehiclePhysXSteerState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehiclePhysXSteerState() { throw "cannot construct a PxVehiclePhysXSteerState, no constructor in IDL" } -PxVehiclePhysXSteerState.prototype = Object.create(WrapperObject.prototype); -PxVehiclePhysXSteerState.prototype.constructor = PxVehiclePhysXSteerState; -PxVehiclePhysXSteerState.prototype.__class__ = PxVehiclePhysXSteerState; -PxVehiclePhysXSteerState.__cache__ = {}; -Module['PxVehiclePhysXSteerState'] = PxVehiclePhysXSteerState; - -PxVehiclePhysXSteerState.prototype['setToDefault'] = PxVehiclePhysXSteerState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehiclePhysXSteerState_setToDefault_0(self); -};; - - PxVehiclePhysXSteerState.prototype['get_previousSteerCommand'] = PxVehiclePhysXSteerState.prototype.get_previousSteerCommand = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehiclePhysXSteerState_get_previousSteerCommand_0(self); -}; - PxVehiclePhysXSteerState.prototype['set_previousSteerCommand'] = PxVehiclePhysXSteerState.prototype.set_previousSteerCommand = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSteerState_set_previousSteerCommand_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSteerState.prototype, 'previousSteerCommand', { get: PxVehiclePhysXSteerState.prototype.get_previousSteerCommand, set: PxVehiclePhysXSteerState.prototype.set_previousSteerCommand }); - PxVehiclePhysXSteerState.prototype['__destroy__'] = PxVehiclePhysXSteerState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehiclePhysXSteerState___destroy___0(self); -}; -// PxVehiclePhysXSuspensionLimitConstraintParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehiclePhysXSuspensionLimitConstraintParams() { throw "cannot construct a PxVehiclePhysXSuspensionLimitConstraintParams, no constructor in IDL" } -PxVehiclePhysXSuspensionLimitConstraintParams.prototype = Object.create(WrapperObject.prototype); -PxVehiclePhysXSuspensionLimitConstraintParams.prototype.constructor = PxVehiclePhysXSuspensionLimitConstraintParams; -PxVehiclePhysXSuspensionLimitConstraintParams.prototype.__class__ = PxVehiclePhysXSuspensionLimitConstraintParams; -PxVehiclePhysXSuspensionLimitConstraintParams.__cache__ = {}; -Module['PxVehiclePhysXSuspensionLimitConstraintParams'] = PxVehiclePhysXSuspensionLimitConstraintParams; - -PxVehiclePhysXSuspensionLimitConstraintParams.prototype['transformAndScale'] = PxVehiclePhysXSuspensionLimitConstraintParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehiclePhysXSuspensionLimitConstraintParams); -};; - -PxVehiclePhysXSuspensionLimitConstraintParams.prototype['isValid'] = PxVehiclePhysXSuspensionLimitConstraintParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_isValid_0(self)); -};; - - PxVehiclePhysXSuspensionLimitConstraintParams.prototype['get_restitution'] = PxVehiclePhysXSuspensionLimitConstraintParams.prototype.get_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_get_restitution_0(self); -}; - PxVehiclePhysXSuspensionLimitConstraintParams.prototype['set_restitution'] = PxVehiclePhysXSuspensionLimitConstraintParams.prototype.set_restitution = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_set_restitution_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSuspensionLimitConstraintParams.prototype, 'restitution', { get: PxVehiclePhysXSuspensionLimitConstraintParams.prototype.get_restitution, set: PxVehiclePhysXSuspensionLimitConstraintParams.prototype.set_restitution }); - PxVehiclePhysXSuspensionLimitConstraintParams.prototype['get_directionForSuspensionLimitConstraint'] = PxVehiclePhysXSuspensionLimitConstraintParams.prototype.get_directionForSuspensionLimitConstraint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_get_directionForSuspensionLimitConstraint_0(self); -}; - PxVehiclePhysXSuspensionLimitConstraintParams.prototype['set_directionForSuspensionLimitConstraint'] = PxVehiclePhysXSuspensionLimitConstraintParams.prototype.set_directionForSuspensionLimitConstraint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams_set_directionForSuspensionLimitConstraint_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehiclePhysXSuspensionLimitConstraintParams.prototype, 'directionForSuspensionLimitConstraint', { get: PxVehiclePhysXSuspensionLimitConstraintParams.prototype.get_directionForSuspensionLimitConstraint, set: PxVehiclePhysXSuspensionLimitConstraintParams.prototype.set_directionForSuspensionLimitConstraint }); - PxVehiclePhysXSuspensionLimitConstraintParams.prototype['__destroy__'] = PxVehiclePhysXSuspensionLimitConstraintParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehiclePhysXSuspensionLimitConstraintParams___destroy___0(self); -}; -// PxVehiclePvdContext -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehiclePvdContext() { throw "cannot construct a PxVehiclePvdContext, no constructor in IDL" } -PxVehiclePvdContext.prototype = Object.create(WrapperObject.prototype); -PxVehiclePvdContext.prototype.constructor = PxVehiclePvdContext; -PxVehiclePvdContext.prototype.__class__ = PxVehiclePvdContext; -PxVehiclePvdContext.__cache__ = {}; -Module['PxVehiclePvdContext'] = PxVehiclePvdContext; - -// PxVehicleRigidBodyParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleRigidBodyParams() { - this.ptr = _emscripten_bind_PxVehicleRigidBodyParams_PxVehicleRigidBodyParams_0(); - getCache(PxVehicleRigidBodyParams)[this.ptr] = this; -};; -PxVehicleRigidBodyParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleRigidBodyParams.prototype.constructor = PxVehicleRigidBodyParams; -PxVehicleRigidBodyParams.prototype.__class__ = PxVehicleRigidBodyParams; -PxVehicleRigidBodyParams.__cache__ = {}; -Module['PxVehicleRigidBodyParams'] = PxVehicleRigidBodyParams; - -PxVehicleRigidBodyParams.prototype['transformAndScale'] = PxVehicleRigidBodyParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleRigidBodyParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleRigidBodyParams); -};; - -PxVehicleRigidBodyParams.prototype['isValid'] = PxVehicleRigidBodyParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleRigidBodyParams_isValid_0(self)); -};; - - PxVehicleRigidBodyParams.prototype['get_mass'] = PxVehicleRigidBodyParams.prototype.get_mass = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleRigidBodyParams_get_mass_0(self); -}; - PxVehicleRigidBodyParams.prototype['set_mass'] = PxVehicleRigidBodyParams.prototype.set_mass = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleRigidBodyParams_set_mass_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleRigidBodyParams.prototype, 'mass', { get: PxVehicleRigidBodyParams.prototype.get_mass, set: PxVehicleRigidBodyParams.prototype.set_mass }); - PxVehicleRigidBodyParams.prototype['get_moi'] = PxVehicleRigidBodyParams.prototype.get_moi = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleRigidBodyParams_get_moi_0(self), PxVec3); -}; - PxVehicleRigidBodyParams.prototype['set_moi'] = PxVehicleRigidBodyParams.prototype.set_moi = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleRigidBodyParams_set_moi_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleRigidBodyParams.prototype, 'moi', { get: PxVehicleRigidBodyParams.prototype.get_moi, set: PxVehicleRigidBodyParams.prototype.set_moi }); - PxVehicleRigidBodyParams.prototype['__destroy__'] = PxVehicleRigidBodyParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleRigidBodyParams___destroy___0(self); -}; -// PxVehicleRigidBodyState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleRigidBodyState() { - this.ptr = _emscripten_bind_PxVehicleRigidBodyState_PxVehicleRigidBodyState_0(); - getCache(PxVehicleRigidBodyState)[this.ptr] = this; -};; -PxVehicleRigidBodyState.prototype = Object.create(WrapperObject.prototype); -PxVehicleRigidBodyState.prototype.constructor = PxVehicleRigidBodyState; -PxVehicleRigidBodyState.prototype.__class__ = PxVehicleRigidBodyState; -PxVehicleRigidBodyState.__cache__ = {}; -Module['PxVehicleRigidBodyState'] = PxVehicleRigidBodyState; - -PxVehicleRigidBodyState.prototype['setToDefault'] = PxVehicleRigidBodyState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleRigidBodyState_setToDefault_0(self); -};; - -PxVehicleRigidBodyState.prototype['getVerticalSpeed'] = PxVehicleRigidBodyState.prototype.getVerticalSpeed = /** @suppress {undefinedVars, duplicate} @this{Object} */function(frame) { - var self = this.ptr; - if (frame && typeof frame === 'object') frame = frame.ptr; - return _emscripten_bind_PxVehicleRigidBodyState_getVerticalSpeed_1(self, frame); -};; - -PxVehicleRigidBodyState.prototype['getLateralSpeed'] = PxVehicleRigidBodyState.prototype.getLateralSpeed = /** @suppress {undefinedVars, duplicate} @this{Object} */function(frame) { - var self = this.ptr; - if (frame && typeof frame === 'object') frame = frame.ptr; - return _emscripten_bind_PxVehicleRigidBodyState_getLateralSpeed_1(self, frame); -};; - -PxVehicleRigidBodyState.prototype['getLongitudinalSpeed'] = PxVehicleRigidBodyState.prototype.getLongitudinalSpeed = /** @suppress {undefinedVars, duplicate} @this{Object} */function(frame) { - var self = this.ptr; - if (frame && typeof frame === 'object') frame = frame.ptr; - return _emscripten_bind_PxVehicleRigidBodyState_getLongitudinalSpeed_1(self, frame); -};; - - PxVehicleRigidBodyState.prototype['get_pose'] = PxVehicleRigidBodyState.prototype.get_pose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleRigidBodyState_get_pose_0(self), PxTransform); -}; - PxVehicleRigidBodyState.prototype['set_pose'] = PxVehicleRigidBodyState.prototype.set_pose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleRigidBodyState_set_pose_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleRigidBodyState.prototype, 'pose', { get: PxVehicleRigidBodyState.prototype.get_pose, set: PxVehicleRigidBodyState.prototype.set_pose }); - PxVehicleRigidBodyState.prototype['get_linearVelocity'] = PxVehicleRigidBodyState.prototype.get_linearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleRigidBodyState_get_linearVelocity_0(self), PxVec3); -}; - PxVehicleRigidBodyState.prototype['set_linearVelocity'] = PxVehicleRigidBodyState.prototype.set_linearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleRigidBodyState_set_linearVelocity_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleRigidBodyState.prototype, 'linearVelocity', { get: PxVehicleRigidBodyState.prototype.get_linearVelocity, set: PxVehicleRigidBodyState.prototype.set_linearVelocity }); - PxVehicleRigidBodyState.prototype['get_angularVelocity'] = PxVehicleRigidBodyState.prototype.get_angularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleRigidBodyState_get_angularVelocity_0(self), PxVec3); -}; - PxVehicleRigidBodyState.prototype['set_angularVelocity'] = PxVehicleRigidBodyState.prototype.set_angularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleRigidBodyState_set_angularVelocity_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleRigidBodyState.prototype, 'angularVelocity', { get: PxVehicleRigidBodyState.prototype.get_angularVelocity, set: PxVehicleRigidBodyState.prototype.set_angularVelocity }); - PxVehicleRigidBodyState.prototype['get_previousLinearVelocity'] = PxVehicleRigidBodyState.prototype.get_previousLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleRigidBodyState_get_previousLinearVelocity_0(self), PxVec3); -}; - PxVehicleRigidBodyState.prototype['set_previousLinearVelocity'] = PxVehicleRigidBodyState.prototype.set_previousLinearVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleRigidBodyState_set_previousLinearVelocity_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleRigidBodyState.prototype, 'previousLinearVelocity', { get: PxVehicleRigidBodyState.prototype.get_previousLinearVelocity, set: PxVehicleRigidBodyState.prototype.set_previousLinearVelocity }); - PxVehicleRigidBodyState.prototype['get_previousAngularVelocity'] = PxVehicleRigidBodyState.prototype.get_previousAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleRigidBodyState_get_previousAngularVelocity_0(self), PxVec3); -}; - PxVehicleRigidBodyState.prototype['set_previousAngularVelocity'] = PxVehicleRigidBodyState.prototype.set_previousAngularVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleRigidBodyState_set_previousAngularVelocity_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleRigidBodyState.prototype, 'previousAngularVelocity', { get: PxVehicleRigidBodyState.prototype.get_previousAngularVelocity, set: PxVehicleRigidBodyState.prototype.set_previousAngularVelocity }); - PxVehicleRigidBodyState.prototype['get_externalForce'] = PxVehicleRigidBodyState.prototype.get_externalForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleRigidBodyState_get_externalForce_0(self), PxVec3); -}; - PxVehicleRigidBodyState.prototype['set_externalForce'] = PxVehicleRigidBodyState.prototype.set_externalForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleRigidBodyState_set_externalForce_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleRigidBodyState.prototype, 'externalForce', { get: PxVehicleRigidBodyState.prototype.get_externalForce, set: PxVehicleRigidBodyState.prototype.set_externalForce }); - PxVehicleRigidBodyState.prototype['get_externalTorque'] = PxVehicleRigidBodyState.prototype.get_externalTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleRigidBodyState_get_externalTorque_0(self), PxVec3); -}; - PxVehicleRigidBodyState.prototype['set_externalTorque'] = PxVehicleRigidBodyState.prototype.set_externalTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleRigidBodyState_set_externalTorque_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleRigidBodyState.prototype, 'externalTorque', { get: PxVehicleRigidBodyState.prototype.get_externalTorque, set: PxVehicleRigidBodyState.prototype.set_externalTorque }); - PxVehicleRigidBodyState.prototype['__destroy__'] = PxVehicleRigidBodyState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleRigidBodyState___destroy___0(self); -}; -// PxVehicleRoadGeometryState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleRoadGeometryState() { - this.ptr = _emscripten_bind_PxVehicleRoadGeometryState_PxVehicleRoadGeometryState_0(); - getCache(PxVehicleRoadGeometryState)[this.ptr] = this; -};; -PxVehicleRoadGeometryState.prototype = Object.create(WrapperObject.prototype); -PxVehicleRoadGeometryState.prototype.constructor = PxVehicleRoadGeometryState; -PxVehicleRoadGeometryState.prototype.__class__ = PxVehicleRoadGeometryState; -PxVehicleRoadGeometryState.__cache__ = {}; -Module['PxVehicleRoadGeometryState'] = PxVehicleRoadGeometryState; - -PxVehicleRoadGeometryState.prototype['setToDefault'] = PxVehicleRoadGeometryState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleRoadGeometryState_setToDefault_0(self); -};; - - PxVehicleRoadGeometryState.prototype['get_plane'] = PxVehicleRoadGeometryState.prototype.get_plane = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleRoadGeometryState_get_plane_0(self), PxPlane); -}; - PxVehicleRoadGeometryState.prototype['set_plane'] = PxVehicleRoadGeometryState.prototype.set_plane = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleRoadGeometryState_set_plane_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleRoadGeometryState.prototype, 'plane', { get: PxVehicleRoadGeometryState.prototype.get_plane, set: PxVehicleRoadGeometryState.prototype.set_plane }); - PxVehicleRoadGeometryState.prototype['get_friction'] = PxVehicleRoadGeometryState.prototype.get_friction = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleRoadGeometryState_get_friction_0(self); -}; - PxVehicleRoadGeometryState.prototype['set_friction'] = PxVehicleRoadGeometryState.prototype.set_friction = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleRoadGeometryState_set_friction_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleRoadGeometryState.prototype, 'friction', { get: PxVehicleRoadGeometryState.prototype.get_friction, set: PxVehicleRoadGeometryState.prototype.set_friction }); - PxVehicleRoadGeometryState.prototype['get_velocity'] = PxVehicleRoadGeometryState.prototype.get_velocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleRoadGeometryState_get_velocity_0(self), PxVec3); -}; - PxVehicleRoadGeometryState.prototype['set_velocity'] = PxVehicleRoadGeometryState.prototype.set_velocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleRoadGeometryState_set_velocity_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleRoadGeometryState.prototype, 'velocity', { get: PxVehicleRoadGeometryState.prototype.get_velocity, set: PxVehicleRoadGeometryState.prototype.set_velocity }); - PxVehicleRoadGeometryState.prototype['get_hitState'] = PxVehicleRoadGeometryState.prototype.get_hitState = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleRoadGeometryState_get_hitState_0(self)); -}; - PxVehicleRoadGeometryState.prototype['set_hitState'] = PxVehicleRoadGeometryState.prototype.set_hitState = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleRoadGeometryState_set_hitState_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleRoadGeometryState.prototype, 'hitState', { get: PxVehicleRoadGeometryState.prototype.get_hitState, set: PxVehicleRoadGeometryState.prototype.set_hitState }); - PxVehicleRoadGeometryState.prototype['__destroy__'] = PxVehicleRoadGeometryState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleRoadGeometryState___destroy___0(self); -}; -// PxVehicleScale -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleScale() { - this.ptr = _emscripten_bind_PxVehicleScale_PxVehicleScale_0(); - getCache(PxVehicleScale)[this.ptr] = this; -};; -PxVehicleScale.prototype = Object.create(WrapperObject.prototype); -PxVehicleScale.prototype.constructor = PxVehicleScale; -PxVehicleScale.prototype.__class__ = PxVehicleScale; -PxVehicleScale.__cache__ = {}; -Module['PxVehicleScale'] = PxVehicleScale; - -PxVehicleScale.prototype['setToDefault'] = PxVehicleScale.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleScale_setToDefault_0(self); -};; - -PxVehicleScale.prototype['isValid'] = PxVehicleScale.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleScale_isValid_0(self)); -};; - - PxVehicleScale.prototype['get_scale'] = PxVehicleScale.prototype.get_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleScale_get_scale_0(self); -}; - PxVehicleScale.prototype['set_scale'] = PxVehicleScale.prototype.set_scale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleScale_set_scale_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleScale.prototype, 'scale', { get: PxVehicleScale.prototype.get_scale, set: PxVehicleScale.prototype.set_scale }); - PxVehicleScale.prototype['__destroy__'] = PxVehicleScale.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleScale___destroy___0(self); -}; -// PxVehicleSteerCommandResponseParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleSteerCommandResponseParams() { - this.ptr = _emscripten_bind_PxVehicleSteerCommandResponseParams_PxVehicleSteerCommandResponseParams_0(); - getCache(PxVehicleSteerCommandResponseParams)[this.ptr] = this; -};; -PxVehicleSteerCommandResponseParams.prototype = Object.create(PxVehicleCommandResponseParams.prototype); -PxVehicleSteerCommandResponseParams.prototype.constructor = PxVehicleSteerCommandResponseParams; -PxVehicleSteerCommandResponseParams.prototype.__class__ = PxVehicleSteerCommandResponseParams; -PxVehicleSteerCommandResponseParams.__cache__ = {}; -Module['PxVehicleSteerCommandResponseParams'] = PxVehicleSteerCommandResponseParams; - -PxVehicleSteerCommandResponseParams.prototype['transformAndScale'] = PxVehicleSteerCommandResponseParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSteerCommandResponseParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleSteerCommandResponseParams); -};; - -PxVehicleSteerCommandResponseParams.prototype['isValid'] = PxVehicleSteerCommandResponseParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axleDesc) { - var self = this.ptr; - if (axleDesc && typeof axleDesc === 'object') axleDesc = axleDesc.ptr; - return !!(_emscripten_bind_PxVehicleSteerCommandResponseParams_isValid_1(self, axleDesc)); -};; - - PxVehicleSteerCommandResponseParams.prototype['get_nonlinearResponse'] = PxVehicleSteerCommandResponseParams.prototype.get_nonlinearResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSteerCommandResponseParams_get_nonlinearResponse_0(self), PxVehicleCommandNonLinearResponseParams); -}; - PxVehicleSteerCommandResponseParams.prototype['set_nonlinearResponse'] = PxVehicleSteerCommandResponseParams.prototype.set_nonlinearResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSteerCommandResponseParams_set_nonlinearResponse_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSteerCommandResponseParams.prototype, 'nonlinearResponse', { get: PxVehicleSteerCommandResponseParams.prototype.get_nonlinearResponse, set: PxVehicleSteerCommandResponseParams.prototype.set_nonlinearResponse }); - PxVehicleSteerCommandResponseParams.prototype['get_wheelResponseMultipliers'] = PxVehicleSteerCommandResponseParams.prototype.get_wheelResponseMultipliers = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleSteerCommandResponseParams_get_wheelResponseMultipliers_1(self, arg0); -}; - PxVehicleSteerCommandResponseParams.prototype['set_wheelResponseMultipliers'] = PxVehicleSteerCommandResponseParams.prototype.set_wheelResponseMultipliers = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleSteerCommandResponseParams_set_wheelResponseMultipliers_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSteerCommandResponseParams.prototype, 'wheelResponseMultipliers', { get: PxVehicleSteerCommandResponseParams.prototype.get_wheelResponseMultipliers, set: PxVehicleSteerCommandResponseParams.prototype.set_wheelResponseMultipliers }); - PxVehicleSteerCommandResponseParams.prototype['get_maxResponse'] = PxVehicleSteerCommandResponseParams.prototype.get_maxResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleSteerCommandResponseParams_get_maxResponse_0(self); -}; - PxVehicleSteerCommandResponseParams.prototype['set_maxResponse'] = PxVehicleSteerCommandResponseParams.prototype.set_maxResponse = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSteerCommandResponseParams_set_maxResponse_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSteerCommandResponseParams.prototype, 'maxResponse', { get: PxVehicleSteerCommandResponseParams.prototype.get_maxResponse, set: PxVehicleSteerCommandResponseParams.prototype.set_maxResponse }); - PxVehicleSteerCommandResponseParams.prototype['__destroy__'] = PxVehicleSteerCommandResponseParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleSteerCommandResponseParams___destroy___0(self); -}; -// PxVehicleSuspensionComplianceParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleSuspensionComplianceParams() { - this.ptr = _emscripten_bind_PxVehicleSuspensionComplianceParams_PxVehicleSuspensionComplianceParams_0(); - getCache(PxVehicleSuspensionComplianceParams)[this.ptr] = this; -};; -PxVehicleSuspensionComplianceParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleSuspensionComplianceParams.prototype.constructor = PxVehicleSuspensionComplianceParams; -PxVehicleSuspensionComplianceParams.prototype.__class__ = PxVehicleSuspensionComplianceParams; -PxVehicleSuspensionComplianceParams.__cache__ = {}; -Module['PxVehicleSuspensionComplianceParams'] = PxVehicleSuspensionComplianceParams; - -PxVehicleSuspensionComplianceParams.prototype['transformAndScale'] = PxVehicleSuspensionComplianceParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionComplianceParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleSuspensionComplianceParams); -};; - -PxVehicleSuspensionComplianceParams.prototype['isValid'] = PxVehicleSuspensionComplianceParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleSuspensionComplianceParams_isValid_0(self)); -};; - - PxVehicleSuspensionComplianceParams.prototype['get_wheelToeAngle'] = PxVehicleSuspensionComplianceParams.prototype.get_wheelToeAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionComplianceParams_get_wheelToeAngle_0(self), PxVehicleFixedSizeLookupTableFloat_3); -}; - PxVehicleSuspensionComplianceParams.prototype['set_wheelToeAngle'] = PxVehicleSuspensionComplianceParams.prototype.set_wheelToeAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionComplianceParams_set_wheelToeAngle_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionComplianceParams.prototype, 'wheelToeAngle', { get: PxVehicleSuspensionComplianceParams.prototype.get_wheelToeAngle, set: PxVehicleSuspensionComplianceParams.prototype.set_wheelToeAngle }); - PxVehicleSuspensionComplianceParams.prototype['get_wheelCamberAngle'] = PxVehicleSuspensionComplianceParams.prototype.get_wheelCamberAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionComplianceParams_get_wheelCamberAngle_0(self), PxVehicleFixedSizeLookupTableFloat_3); -}; - PxVehicleSuspensionComplianceParams.prototype['set_wheelCamberAngle'] = PxVehicleSuspensionComplianceParams.prototype.set_wheelCamberAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionComplianceParams_set_wheelCamberAngle_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionComplianceParams.prototype, 'wheelCamberAngle', { get: PxVehicleSuspensionComplianceParams.prototype.get_wheelCamberAngle, set: PxVehicleSuspensionComplianceParams.prototype.set_wheelCamberAngle }); - PxVehicleSuspensionComplianceParams.prototype['get_suspForceAppPoint'] = PxVehicleSuspensionComplianceParams.prototype.get_suspForceAppPoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionComplianceParams_get_suspForceAppPoint_0(self), PxVehicleFixedSizeLookupTableVec3_3); -}; - PxVehicleSuspensionComplianceParams.prototype['set_suspForceAppPoint'] = PxVehicleSuspensionComplianceParams.prototype.set_suspForceAppPoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionComplianceParams_set_suspForceAppPoint_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionComplianceParams.prototype, 'suspForceAppPoint', { get: PxVehicleSuspensionComplianceParams.prototype.get_suspForceAppPoint, set: PxVehicleSuspensionComplianceParams.prototype.set_suspForceAppPoint }); - PxVehicleSuspensionComplianceParams.prototype['get_tireForceAppPoint'] = PxVehicleSuspensionComplianceParams.prototype.get_tireForceAppPoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionComplianceParams_get_tireForceAppPoint_0(self), PxVehicleFixedSizeLookupTableVec3_3); -}; - PxVehicleSuspensionComplianceParams.prototype['set_tireForceAppPoint'] = PxVehicleSuspensionComplianceParams.prototype.set_tireForceAppPoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionComplianceParams_set_tireForceAppPoint_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionComplianceParams.prototype, 'tireForceAppPoint', { get: PxVehicleSuspensionComplianceParams.prototype.get_tireForceAppPoint, set: PxVehicleSuspensionComplianceParams.prototype.set_tireForceAppPoint }); - PxVehicleSuspensionComplianceParams.prototype['__destroy__'] = PxVehicleSuspensionComplianceParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleSuspensionComplianceParams___destroy___0(self); -}; -// PxVehicleSuspensionComplianceState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleSuspensionComplianceState() { - this.ptr = _emscripten_bind_PxVehicleSuspensionComplianceState_PxVehicleSuspensionComplianceState_0(); - getCache(PxVehicleSuspensionComplianceState)[this.ptr] = this; -};; -PxVehicleSuspensionComplianceState.prototype = Object.create(WrapperObject.prototype); -PxVehicleSuspensionComplianceState.prototype.constructor = PxVehicleSuspensionComplianceState; -PxVehicleSuspensionComplianceState.prototype.__class__ = PxVehicleSuspensionComplianceState; -PxVehicleSuspensionComplianceState.__cache__ = {}; -Module['PxVehicleSuspensionComplianceState'] = PxVehicleSuspensionComplianceState; - -PxVehicleSuspensionComplianceState.prototype['setToDefault'] = PxVehicleSuspensionComplianceState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleSuspensionComplianceState_setToDefault_0(self); -};; - - PxVehicleSuspensionComplianceState.prototype['get_toe'] = PxVehicleSuspensionComplianceState.prototype.get_toe = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleSuspensionComplianceState_get_toe_0(self); -}; - PxVehicleSuspensionComplianceState.prototype['set_toe'] = PxVehicleSuspensionComplianceState.prototype.set_toe = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionComplianceState_set_toe_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionComplianceState.prototype, 'toe', { get: PxVehicleSuspensionComplianceState.prototype.get_toe, set: PxVehicleSuspensionComplianceState.prototype.set_toe }); - PxVehicleSuspensionComplianceState.prototype['get_camber'] = PxVehicleSuspensionComplianceState.prototype.get_camber = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleSuspensionComplianceState_get_camber_0(self); -}; - PxVehicleSuspensionComplianceState.prototype['set_camber'] = PxVehicleSuspensionComplianceState.prototype.set_camber = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionComplianceState_set_camber_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionComplianceState.prototype, 'camber', { get: PxVehicleSuspensionComplianceState.prototype.get_camber, set: PxVehicleSuspensionComplianceState.prototype.set_camber }); - PxVehicleSuspensionComplianceState.prototype['get_tireForceAppPoint'] = PxVehicleSuspensionComplianceState.prototype.get_tireForceAppPoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionComplianceState_get_tireForceAppPoint_0(self), PxVec3); -}; - PxVehicleSuspensionComplianceState.prototype['set_tireForceAppPoint'] = PxVehicleSuspensionComplianceState.prototype.set_tireForceAppPoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionComplianceState_set_tireForceAppPoint_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionComplianceState.prototype, 'tireForceAppPoint', { get: PxVehicleSuspensionComplianceState.prototype.get_tireForceAppPoint, set: PxVehicleSuspensionComplianceState.prototype.set_tireForceAppPoint }); - PxVehicleSuspensionComplianceState.prototype['get_suspForceAppPoint'] = PxVehicleSuspensionComplianceState.prototype.get_suspForceAppPoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionComplianceState_get_suspForceAppPoint_0(self), PxVec3); -}; - PxVehicleSuspensionComplianceState.prototype['set_suspForceAppPoint'] = PxVehicleSuspensionComplianceState.prototype.set_suspForceAppPoint = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionComplianceState_set_suspForceAppPoint_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionComplianceState.prototype, 'suspForceAppPoint', { get: PxVehicleSuspensionComplianceState.prototype.get_suspForceAppPoint, set: PxVehicleSuspensionComplianceState.prototype.set_suspForceAppPoint }); - PxVehicleSuspensionComplianceState.prototype['__destroy__'] = PxVehicleSuspensionComplianceState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleSuspensionComplianceState___destroy___0(self); -}; -// PxVehicleSuspensionForce -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleSuspensionForce() { - this.ptr = _emscripten_bind_PxVehicleSuspensionForce_PxVehicleSuspensionForce_0(); - getCache(PxVehicleSuspensionForce)[this.ptr] = this; -};; -PxVehicleSuspensionForce.prototype = Object.create(WrapperObject.prototype); -PxVehicleSuspensionForce.prototype.constructor = PxVehicleSuspensionForce; -PxVehicleSuspensionForce.prototype.__class__ = PxVehicleSuspensionForce; -PxVehicleSuspensionForce.__cache__ = {}; -Module['PxVehicleSuspensionForce'] = PxVehicleSuspensionForce; - -PxVehicleSuspensionForce.prototype['setToDefault'] = PxVehicleSuspensionForce.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleSuspensionForce_setToDefault_0(self); -};; - - PxVehicleSuspensionForce.prototype['get_force'] = PxVehicleSuspensionForce.prototype.get_force = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionForce_get_force_0(self), PxVec3); -}; - PxVehicleSuspensionForce.prototype['set_force'] = PxVehicleSuspensionForce.prototype.set_force = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionForce_set_force_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionForce.prototype, 'force', { get: PxVehicleSuspensionForce.prototype.get_force, set: PxVehicleSuspensionForce.prototype.set_force }); - PxVehicleSuspensionForce.prototype['get_torque'] = PxVehicleSuspensionForce.prototype.get_torque = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionForce_get_torque_0(self), PxVec3); -}; - PxVehicleSuspensionForce.prototype['set_torque'] = PxVehicleSuspensionForce.prototype.set_torque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionForce_set_torque_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionForce.prototype, 'torque', { get: PxVehicleSuspensionForce.prototype.get_torque, set: PxVehicleSuspensionForce.prototype.set_torque }); - PxVehicleSuspensionForce.prototype['get_normalForce'] = PxVehicleSuspensionForce.prototype.get_normalForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleSuspensionForce_get_normalForce_0(self); -}; - PxVehicleSuspensionForce.prototype['set_normalForce'] = PxVehicleSuspensionForce.prototype.set_normalForce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionForce_set_normalForce_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionForce.prototype, 'normalForce', { get: PxVehicleSuspensionForce.prototype.get_normalForce, set: PxVehicleSuspensionForce.prototype.set_normalForce }); - PxVehicleSuspensionForce.prototype['__destroy__'] = PxVehicleSuspensionForce.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleSuspensionForce___destroy___0(self); -}; -// PxVehicleSuspensionForceParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleSuspensionForceParams() { - this.ptr = _emscripten_bind_PxVehicleSuspensionForceParams_PxVehicleSuspensionForceParams_0(); - getCache(PxVehicleSuspensionForceParams)[this.ptr] = this; -};; -PxVehicleSuspensionForceParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleSuspensionForceParams.prototype.constructor = PxVehicleSuspensionForceParams; -PxVehicleSuspensionForceParams.prototype.__class__ = PxVehicleSuspensionForceParams; -PxVehicleSuspensionForceParams.__cache__ = {}; -Module['PxVehicleSuspensionForceParams'] = PxVehicleSuspensionForceParams; - -PxVehicleSuspensionForceParams.prototype['transformAndScale'] = PxVehicleSuspensionForceParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionForceParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleSuspensionForceParams); -};; - -PxVehicleSuspensionForceParams.prototype['isValid'] = PxVehicleSuspensionForceParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleSuspensionForceParams_isValid_0(self)); -};; - - PxVehicleSuspensionForceParams.prototype['get_stiffness'] = PxVehicleSuspensionForceParams.prototype.get_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleSuspensionForceParams_get_stiffness_0(self); -}; - PxVehicleSuspensionForceParams.prototype['set_stiffness'] = PxVehicleSuspensionForceParams.prototype.set_stiffness = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionForceParams_set_stiffness_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionForceParams.prototype, 'stiffness', { get: PxVehicleSuspensionForceParams.prototype.get_stiffness, set: PxVehicleSuspensionForceParams.prototype.set_stiffness }); - PxVehicleSuspensionForceParams.prototype['get_damping'] = PxVehicleSuspensionForceParams.prototype.get_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleSuspensionForceParams_get_damping_0(self); -}; - PxVehicleSuspensionForceParams.prototype['set_damping'] = PxVehicleSuspensionForceParams.prototype.set_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionForceParams_set_damping_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionForceParams.prototype, 'damping', { get: PxVehicleSuspensionForceParams.prototype.get_damping, set: PxVehicleSuspensionForceParams.prototype.set_damping }); - PxVehicleSuspensionForceParams.prototype['get_sprungMass'] = PxVehicleSuspensionForceParams.prototype.get_sprungMass = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleSuspensionForceParams_get_sprungMass_0(self); -}; - PxVehicleSuspensionForceParams.prototype['set_sprungMass'] = PxVehicleSuspensionForceParams.prototype.set_sprungMass = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionForceParams_set_sprungMass_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionForceParams.prototype, 'sprungMass', { get: PxVehicleSuspensionForceParams.prototype.get_sprungMass, set: PxVehicleSuspensionForceParams.prototype.set_sprungMass }); - PxVehicleSuspensionForceParams.prototype['__destroy__'] = PxVehicleSuspensionForceParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleSuspensionForceParams___destroy___0(self); -}; -// PxVehicleSuspensionParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleSuspensionParams() { - this.ptr = _emscripten_bind_PxVehicleSuspensionParams_PxVehicleSuspensionParams_0(); - getCache(PxVehicleSuspensionParams)[this.ptr] = this; -};; -PxVehicleSuspensionParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleSuspensionParams.prototype.constructor = PxVehicleSuspensionParams; -PxVehicleSuspensionParams.prototype.__class__ = PxVehicleSuspensionParams; -PxVehicleSuspensionParams.__cache__ = {}; -Module['PxVehicleSuspensionParams'] = PxVehicleSuspensionParams; - -PxVehicleSuspensionParams.prototype['transformAndScale'] = PxVehicleSuspensionParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleSuspensionParams); -};; - -PxVehicleSuspensionParams.prototype['isValid'] = PxVehicleSuspensionParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleSuspensionParams_isValid_0(self)); -};; - - PxVehicleSuspensionParams.prototype['get_suspensionAttachment'] = PxVehicleSuspensionParams.prototype.get_suspensionAttachment = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionParams_get_suspensionAttachment_0(self), PxTransform); -}; - PxVehicleSuspensionParams.prototype['set_suspensionAttachment'] = PxVehicleSuspensionParams.prototype.set_suspensionAttachment = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionParams_set_suspensionAttachment_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionParams.prototype, 'suspensionAttachment', { get: PxVehicleSuspensionParams.prototype.get_suspensionAttachment, set: PxVehicleSuspensionParams.prototype.set_suspensionAttachment }); - PxVehicleSuspensionParams.prototype['get_suspensionTravelDir'] = PxVehicleSuspensionParams.prototype.get_suspensionTravelDir = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionParams_get_suspensionTravelDir_0(self), PxVec3); -}; - PxVehicleSuspensionParams.prototype['set_suspensionTravelDir'] = PxVehicleSuspensionParams.prototype.set_suspensionTravelDir = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionParams_set_suspensionTravelDir_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionParams.prototype, 'suspensionTravelDir', { get: PxVehicleSuspensionParams.prototype.get_suspensionTravelDir, set: PxVehicleSuspensionParams.prototype.set_suspensionTravelDir }); - PxVehicleSuspensionParams.prototype['get_suspensionTravelDist'] = PxVehicleSuspensionParams.prototype.get_suspensionTravelDist = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleSuspensionParams_get_suspensionTravelDist_0(self); -}; - PxVehicleSuspensionParams.prototype['set_suspensionTravelDist'] = PxVehicleSuspensionParams.prototype.set_suspensionTravelDist = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionParams_set_suspensionTravelDist_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionParams.prototype, 'suspensionTravelDist', { get: PxVehicleSuspensionParams.prototype.get_suspensionTravelDist, set: PxVehicleSuspensionParams.prototype.set_suspensionTravelDist }); - PxVehicleSuspensionParams.prototype['get_wheelAttachment'] = PxVehicleSuspensionParams.prototype.get_wheelAttachment = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionParams_get_wheelAttachment_0(self), PxTransform); -}; - PxVehicleSuspensionParams.prototype['set_wheelAttachment'] = PxVehicleSuspensionParams.prototype.set_wheelAttachment = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionParams_set_wheelAttachment_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionParams.prototype, 'wheelAttachment', { get: PxVehicleSuspensionParams.prototype.get_wheelAttachment, set: PxVehicleSuspensionParams.prototype.set_wheelAttachment }); - PxVehicleSuspensionParams.prototype['__destroy__'] = PxVehicleSuspensionParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleSuspensionParams___destroy___0(self); -}; -// PxVehicleSuspensionState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleSuspensionState() { - this.ptr = _emscripten_bind_PxVehicleSuspensionState_PxVehicleSuspensionState_0(); - getCache(PxVehicleSuspensionState)[this.ptr] = this; -};; -PxVehicleSuspensionState.prototype = Object.create(WrapperObject.prototype); -PxVehicleSuspensionState.prototype.constructor = PxVehicleSuspensionState; -PxVehicleSuspensionState.prototype.__class__ = PxVehicleSuspensionState; -PxVehicleSuspensionState.__cache__ = {}; -Module['PxVehicleSuspensionState'] = PxVehicleSuspensionState; - -PxVehicleSuspensionState.prototype['setToDefault'] = PxVehicleSuspensionState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function(jounce, separation) { - var self = this.ptr; - if (jounce && typeof jounce === 'object') jounce = jounce.ptr; - if (separation && typeof separation === 'object') separation = separation.ptr; - _emscripten_bind_PxVehicleSuspensionState_setToDefault_2(self, jounce, separation); -};; - - PxVehicleSuspensionState.prototype['get_jounce'] = PxVehicleSuspensionState.prototype.get_jounce = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleSuspensionState_get_jounce_0(self); -}; - PxVehicleSuspensionState.prototype['set_jounce'] = PxVehicleSuspensionState.prototype.set_jounce = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionState_set_jounce_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionState.prototype, 'jounce', { get: PxVehicleSuspensionState.prototype.get_jounce, set: PxVehicleSuspensionState.prototype.set_jounce }); - PxVehicleSuspensionState.prototype['get_jounceSpeed'] = PxVehicleSuspensionState.prototype.get_jounceSpeed = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleSuspensionState_get_jounceSpeed_0(self); -}; - PxVehicleSuspensionState.prototype['set_jounceSpeed'] = PxVehicleSuspensionState.prototype.set_jounceSpeed = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionState_set_jounceSpeed_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionState.prototype, 'jounceSpeed', { get: PxVehicleSuspensionState.prototype.get_jounceSpeed, set: PxVehicleSuspensionState.prototype.set_jounceSpeed }); - PxVehicleSuspensionState.prototype['get_separation'] = PxVehicleSuspensionState.prototype.get_separation = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleSuspensionState_get_separation_0(self); -}; - PxVehicleSuspensionState.prototype['set_separation'] = PxVehicleSuspensionState.prototype.set_separation = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionState_set_separation_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionState.prototype, 'separation', { get: PxVehicleSuspensionState.prototype.get_separation, set: PxVehicleSuspensionState.prototype.set_separation }); - PxVehicleSuspensionState.prototype['__destroy__'] = PxVehicleSuspensionState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleSuspensionState___destroy___0(self); -}; -// PxVehicleSuspensionStateCalculationParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleSuspensionStateCalculationParams() { - this.ptr = _emscripten_bind_PxVehicleSuspensionStateCalculationParams_PxVehicleSuspensionStateCalculationParams_0(); - getCache(PxVehicleSuspensionStateCalculationParams)[this.ptr] = this; -};; -PxVehicleSuspensionStateCalculationParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleSuspensionStateCalculationParams.prototype.constructor = PxVehicleSuspensionStateCalculationParams; -PxVehicleSuspensionStateCalculationParams.prototype.__class__ = PxVehicleSuspensionStateCalculationParams; -PxVehicleSuspensionStateCalculationParams.__cache__ = {}; -Module['PxVehicleSuspensionStateCalculationParams'] = PxVehicleSuspensionStateCalculationParams; - -PxVehicleSuspensionStateCalculationParams.prototype['transformAndScale'] = PxVehicleSuspensionStateCalculationParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleSuspensionStateCalculationParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleSuspensionStateCalculationParams); -};; - -PxVehicleSuspensionStateCalculationParams.prototype['isValid'] = PxVehicleSuspensionStateCalculationParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleSuspensionStateCalculationParams_isValid_0(self)); -};; - - PxVehicleSuspensionStateCalculationParams.prototype['get_suspensionJounceCalculationType'] = PxVehicleSuspensionStateCalculationParams.prototype.get_suspensionJounceCalculationType = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleSuspensionStateCalculationParams_get_suspensionJounceCalculationType_0(self); -}; - PxVehicleSuspensionStateCalculationParams.prototype['set_suspensionJounceCalculationType'] = PxVehicleSuspensionStateCalculationParams.prototype.set_suspensionJounceCalculationType = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionStateCalculationParams_set_suspensionJounceCalculationType_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionStateCalculationParams.prototype, 'suspensionJounceCalculationType', { get: PxVehicleSuspensionStateCalculationParams.prototype.get_suspensionJounceCalculationType, set: PxVehicleSuspensionStateCalculationParams.prototype.set_suspensionJounceCalculationType }); - PxVehicleSuspensionStateCalculationParams.prototype['get_limitSuspensionExpansionVelocity'] = PxVehicleSuspensionStateCalculationParams.prototype.get_limitSuspensionExpansionVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleSuspensionStateCalculationParams_get_limitSuspensionExpansionVelocity_0(self)); -}; - PxVehicleSuspensionStateCalculationParams.prototype['set_limitSuspensionExpansionVelocity'] = PxVehicleSuspensionStateCalculationParams.prototype.set_limitSuspensionExpansionVelocity = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleSuspensionStateCalculationParams_set_limitSuspensionExpansionVelocity_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleSuspensionStateCalculationParams.prototype, 'limitSuspensionExpansionVelocity', { get: PxVehicleSuspensionStateCalculationParams.prototype.get_limitSuspensionExpansionVelocity, set: PxVehicleSuspensionStateCalculationParams.prototype.set_limitSuspensionExpansionVelocity }); - PxVehicleSuspensionStateCalculationParams.prototype['__destroy__'] = PxVehicleSuspensionStateCalculationParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleSuspensionStateCalculationParams___destroy___0(self); -}; -// PxVehicleTankDriveDifferentialParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTankDriveDifferentialParams() { - this.ptr = _emscripten_bind_PxVehicleTankDriveDifferentialParams_PxVehicleTankDriveDifferentialParams_0(); - getCache(PxVehicleTankDriveDifferentialParams)[this.ptr] = this; -};; -PxVehicleTankDriveDifferentialParams.prototype = Object.create(PxVehicleMultiWheelDriveDifferentialParams.prototype); -PxVehicleTankDriveDifferentialParams.prototype.constructor = PxVehicleTankDriveDifferentialParams; -PxVehicleTankDriveDifferentialParams.prototype.__class__ = PxVehicleTankDriveDifferentialParams; -PxVehicleTankDriveDifferentialParams.__cache__ = {}; -Module['PxVehicleTankDriveDifferentialParams'] = PxVehicleTankDriveDifferentialParams; - -PxVehicleTankDriveDifferentialParams.prototype['setToDefault'] = PxVehicleTankDriveDifferentialParams.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTankDriveDifferentialParams_setToDefault_0(self); -};; - -PxVehicleTankDriveDifferentialParams.prototype['getNbWheelsInTrack'] = PxVehicleTankDriveDifferentialParams.prototype.getNbWheelsInTrack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(i) { - var self = this.ptr; - if (i && typeof i === 'object') i = i.ptr; - return _emscripten_bind_PxVehicleTankDriveDifferentialParams_getNbWheelsInTrack_1(self, i); -};; - -PxVehicleTankDriveDifferentialParams.prototype['getWheelsInTrack'] = PxVehicleTankDriveDifferentialParams.prototype.getWheelsInTrack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(i) { - var self = this.ptr; - if (i && typeof i === 'object') i = i.ptr; - return wrapPointer(_emscripten_bind_PxVehicleTankDriveDifferentialParams_getWheelsInTrack_1(self, i), PxU32ConstPtr); -};; - -PxVehicleTankDriveDifferentialParams.prototype['getWheelInTrack'] = PxVehicleTankDriveDifferentialParams.prototype.getWheelInTrack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(j, i) { - var self = this.ptr; - if (j && typeof j === 'object') j = j.ptr; - if (i && typeof i === 'object') i = i.ptr; - return _emscripten_bind_PxVehicleTankDriveDifferentialParams_getWheelInTrack_2(self, j, i); -};; - -PxVehicleTankDriveDifferentialParams.prototype['getThrustControllerIndex'] = PxVehicleTankDriveDifferentialParams.prototype.getThrustControllerIndex = /** @suppress {undefinedVars, duplicate} @this{Object} */function(i) { - var self = this.ptr; - if (i && typeof i === 'object') i = i.ptr; - return _emscripten_bind_PxVehicleTankDriveDifferentialParams_getThrustControllerIndex_1(self, i); -};; - -PxVehicleTankDriveDifferentialParams.prototype['transformAndScale'] = PxVehicleTankDriveDifferentialParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleTankDriveDifferentialParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleTankDriveDifferentialParams); -};; - -PxVehicleTankDriveDifferentialParams.prototype['isValid'] = PxVehicleTankDriveDifferentialParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function(axleDesc) { - var self = this.ptr; - if (axleDesc && typeof axleDesc === 'object') axleDesc = axleDesc.ptr; - return !!(_emscripten_bind_PxVehicleTankDriveDifferentialParams_isValid_1(self, axleDesc)); -};; - - PxVehicleTankDriveDifferentialParams.prototype['get_nbTracks'] = PxVehicleTankDriveDifferentialParams.prototype.get_nbTracks = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTankDriveDifferentialParams_get_nbTracks_0(self); -}; - PxVehicleTankDriveDifferentialParams.prototype['set_nbTracks'] = PxVehicleTankDriveDifferentialParams.prototype.set_nbTracks = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTankDriveDifferentialParams_set_nbTracks_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTankDriveDifferentialParams.prototype, 'nbTracks', { get: PxVehicleTankDriveDifferentialParams.prototype.get_nbTracks, set: PxVehicleTankDriveDifferentialParams.prototype.set_nbTracks }); - PxVehicleTankDriveDifferentialParams.prototype['get_thrustIdPerTrack'] = PxVehicleTankDriveDifferentialParams.prototype.get_thrustIdPerTrack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleTankDriveDifferentialParams_get_thrustIdPerTrack_1(self, arg0); -}; - PxVehicleTankDriveDifferentialParams.prototype['set_thrustIdPerTrack'] = PxVehicleTankDriveDifferentialParams.prototype.set_thrustIdPerTrack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTankDriveDifferentialParams_set_thrustIdPerTrack_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTankDriveDifferentialParams.prototype, 'thrustIdPerTrack', { get: PxVehicleTankDriveDifferentialParams.prototype.get_thrustIdPerTrack, set: PxVehicleTankDriveDifferentialParams.prototype.set_thrustIdPerTrack }); - PxVehicleTankDriveDifferentialParams.prototype['get_nbWheelsPerTrack'] = PxVehicleTankDriveDifferentialParams.prototype.get_nbWheelsPerTrack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleTankDriveDifferentialParams_get_nbWheelsPerTrack_1(self, arg0); -}; - PxVehicleTankDriveDifferentialParams.prototype['set_nbWheelsPerTrack'] = PxVehicleTankDriveDifferentialParams.prototype.set_nbWheelsPerTrack = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTankDriveDifferentialParams_set_nbWheelsPerTrack_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTankDriveDifferentialParams.prototype, 'nbWheelsPerTrack', { get: PxVehicleTankDriveDifferentialParams.prototype.get_nbWheelsPerTrack, set: PxVehicleTankDriveDifferentialParams.prototype.set_nbWheelsPerTrack }); - PxVehicleTankDriveDifferentialParams.prototype['get_trackToWheelIds'] = PxVehicleTankDriveDifferentialParams.prototype.get_trackToWheelIds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleTankDriveDifferentialParams_get_trackToWheelIds_1(self, arg0); -}; - PxVehicleTankDriveDifferentialParams.prototype['set_trackToWheelIds'] = PxVehicleTankDriveDifferentialParams.prototype.set_trackToWheelIds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTankDriveDifferentialParams_set_trackToWheelIds_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTankDriveDifferentialParams.prototype, 'trackToWheelIds', { get: PxVehicleTankDriveDifferentialParams.prototype.get_trackToWheelIds, set: PxVehicleTankDriveDifferentialParams.prototype.set_trackToWheelIds }); - PxVehicleTankDriveDifferentialParams.prototype['get_wheelIdsInTrackOrder'] = PxVehicleTankDriveDifferentialParams.prototype.get_wheelIdsInTrackOrder = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleTankDriveDifferentialParams_get_wheelIdsInTrackOrder_1(self, arg0); -}; - PxVehicleTankDriveDifferentialParams.prototype['set_wheelIdsInTrackOrder'] = PxVehicleTankDriveDifferentialParams.prototype.set_wheelIdsInTrackOrder = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTankDriveDifferentialParams_set_wheelIdsInTrackOrder_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTankDriveDifferentialParams.prototype, 'wheelIdsInTrackOrder', { get: PxVehicleTankDriveDifferentialParams.prototype.get_wheelIdsInTrackOrder, set: PxVehicleTankDriveDifferentialParams.prototype.set_wheelIdsInTrackOrder }); - PxVehicleTankDriveDifferentialParams.prototype['get_torqueRatios'] = PxVehicleTankDriveDifferentialParams.prototype.get_torqueRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleTankDriveDifferentialParams_get_torqueRatios_1(self, arg0); -}; - PxVehicleTankDriveDifferentialParams.prototype['set_torqueRatios'] = PxVehicleTankDriveDifferentialParams.prototype.set_torqueRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTankDriveDifferentialParams_set_torqueRatios_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTankDriveDifferentialParams.prototype, 'torqueRatios', { get: PxVehicleTankDriveDifferentialParams.prototype.get_torqueRatios, set: PxVehicleTankDriveDifferentialParams.prototype.set_torqueRatios }); - PxVehicleTankDriveDifferentialParams.prototype['get_aveWheelSpeedRatios'] = PxVehicleTankDriveDifferentialParams.prototype.get_aveWheelSpeedRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleTankDriveDifferentialParams_get_aveWheelSpeedRatios_1(self, arg0); -}; - PxVehicleTankDriveDifferentialParams.prototype['set_aveWheelSpeedRatios'] = PxVehicleTankDriveDifferentialParams.prototype.set_aveWheelSpeedRatios = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTankDriveDifferentialParams_set_aveWheelSpeedRatios_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTankDriveDifferentialParams.prototype, 'aveWheelSpeedRatios', { get: PxVehicleTankDriveDifferentialParams.prototype.get_aveWheelSpeedRatios, set: PxVehicleTankDriveDifferentialParams.prototype.set_aveWheelSpeedRatios }); - PxVehicleTankDriveDifferentialParams.prototype['__destroy__'] = PxVehicleTankDriveDifferentialParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTankDriveDifferentialParams___destroy___0(self); -}; -// PxVehicleTankDriveTransmissionCommandState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTankDriveTransmissionCommandState() { - this.ptr = _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_PxVehicleTankDriveTransmissionCommandState_0(); - getCache(PxVehicleTankDriveTransmissionCommandState)[this.ptr] = this; -};; -PxVehicleTankDriveTransmissionCommandState.prototype = Object.create(PxVehicleEngineDriveTransmissionCommandState.prototype); -PxVehicleTankDriveTransmissionCommandState.prototype.constructor = PxVehicleTankDriveTransmissionCommandState; -PxVehicleTankDriveTransmissionCommandState.prototype.__class__ = PxVehicleTankDriveTransmissionCommandState; -PxVehicleTankDriveTransmissionCommandState.__cache__ = {}; -Module['PxVehicleTankDriveTransmissionCommandState'] = PxVehicleTankDriveTransmissionCommandState; - -PxVehicleTankDriveTransmissionCommandState.prototype['setToDefault'] = PxVehicleTankDriveTransmissionCommandState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_setToDefault_0(self); -};; - - PxVehicleTankDriveTransmissionCommandState.prototype['get_thrusts'] = PxVehicleTankDriveTransmissionCommandState.prototype.get_thrusts = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_thrusts_1(self, arg0); -}; - PxVehicleTankDriveTransmissionCommandState.prototype['set_thrusts'] = PxVehicleTankDriveTransmissionCommandState.prototype.set_thrusts = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_thrusts_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTankDriveTransmissionCommandState.prototype, 'thrusts', { get: PxVehicleTankDriveTransmissionCommandState.prototype.get_thrusts, set: PxVehicleTankDriveTransmissionCommandState.prototype.set_thrusts }); - PxVehicleTankDriveTransmissionCommandState.prototype['get_clutch'] = PxVehicleTankDriveTransmissionCommandState.prototype.get_clutch = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_clutch_0(self); -}; - PxVehicleTankDriveTransmissionCommandState.prototype['set_clutch'] = PxVehicleTankDriveTransmissionCommandState.prototype.set_clutch = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_clutch_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTankDriveTransmissionCommandState.prototype, 'clutch', { get: PxVehicleTankDriveTransmissionCommandState.prototype.get_clutch, set: PxVehicleTankDriveTransmissionCommandState.prototype.set_clutch }); - PxVehicleTankDriveTransmissionCommandState.prototype['get_targetGear'] = PxVehicleTankDriveTransmissionCommandState.prototype.get_targetGear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_get_targetGear_0(self); -}; - PxVehicleTankDriveTransmissionCommandState.prototype['set_targetGear'] = PxVehicleTankDriveTransmissionCommandState.prototype.set_targetGear = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTankDriveTransmissionCommandState_set_targetGear_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTankDriveTransmissionCommandState.prototype, 'targetGear', { get: PxVehicleTankDriveTransmissionCommandState.prototype.get_targetGear, set: PxVehicleTankDriveTransmissionCommandState.prototype.set_targetGear }); - PxVehicleTankDriveTransmissionCommandState.prototype['__destroy__'] = PxVehicleTankDriveTransmissionCommandState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTankDriveTransmissionCommandState___destroy___0(self); -}; -// PxVehicleTireAxisStickyParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTireAxisStickyParams() { - this.ptr = _emscripten_bind_PxVehicleTireAxisStickyParams_PxVehicleTireAxisStickyParams_0(); - getCache(PxVehicleTireAxisStickyParams)[this.ptr] = this; -};; -PxVehicleTireAxisStickyParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleTireAxisStickyParams.prototype.constructor = PxVehicleTireAxisStickyParams; -PxVehicleTireAxisStickyParams.prototype.__class__ = PxVehicleTireAxisStickyParams; -PxVehicleTireAxisStickyParams.__cache__ = {}; -Module['PxVehicleTireAxisStickyParams'] = PxVehicleTireAxisStickyParams; - -PxVehicleTireAxisStickyParams.prototype['transformAndScale'] = PxVehicleTireAxisStickyParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleTireAxisStickyParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleTireAxisStickyParams); -};; - -PxVehicleTireAxisStickyParams.prototype['isValid'] = PxVehicleTireAxisStickyParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleTireAxisStickyParams_isValid_0(self)); -};; - - PxVehicleTireAxisStickyParams.prototype['get_thresholdSpeed'] = PxVehicleTireAxisStickyParams.prototype.get_thresholdSpeed = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireAxisStickyParams_get_thresholdSpeed_0(self); -}; - PxVehicleTireAxisStickyParams.prototype['set_thresholdSpeed'] = PxVehicleTireAxisStickyParams.prototype.set_thresholdSpeed = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireAxisStickyParams_set_thresholdSpeed_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireAxisStickyParams.prototype, 'thresholdSpeed', { get: PxVehicleTireAxisStickyParams.prototype.get_thresholdSpeed, set: PxVehicleTireAxisStickyParams.prototype.set_thresholdSpeed }); - PxVehicleTireAxisStickyParams.prototype['get_thresholdTime'] = PxVehicleTireAxisStickyParams.prototype.get_thresholdTime = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireAxisStickyParams_get_thresholdTime_0(self); -}; - PxVehicleTireAxisStickyParams.prototype['set_thresholdTime'] = PxVehicleTireAxisStickyParams.prototype.set_thresholdTime = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireAxisStickyParams_set_thresholdTime_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireAxisStickyParams.prototype, 'thresholdTime', { get: PxVehicleTireAxisStickyParams.prototype.get_thresholdTime, set: PxVehicleTireAxisStickyParams.prototype.set_thresholdTime }); - PxVehicleTireAxisStickyParams.prototype['get_damping'] = PxVehicleTireAxisStickyParams.prototype.get_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireAxisStickyParams_get_damping_0(self); -}; - PxVehicleTireAxisStickyParams.prototype['set_damping'] = PxVehicleTireAxisStickyParams.prototype.set_damping = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireAxisStickyParams_set_damping_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireAxisStickyParams.prototype, 'damping', { get: PxVehicleTireAxisStickyParams.prototype.get_damping, set: PxVehicleTireAxisStickyParams.prototype.set_damping }); - PxVehicleTireAxisStickyParams.prototype['__destroy__'] = PxVehicleTireAxisStickyParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireAxisStickyParams___destroy___0(self); -}; -// PxVehicleTireCamberAngleState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTireCamberAngleState() { - this.ptr = _emscripten_bind_PxVehicleTireCamberAngleState_PxVehicleTireCamberAngleState_0(); - getCache(PxVehicleTireCamberAngleState)[this.ptr] = this; -};; -PxVehicleTireCamberAngleState.prototype = Object.create(WrapperObject.prototype); -PxVehicleTireCamberAngleState.prototype.constructor = PxVehicleTireCamberAngleState; -PxVehicleTireCamberAngleState.prototype.__class__ = PxVehicleTireCamberAngleState; -PxVehicleTireCamberAngleState.__cache__ = {}; -Module['PxVehicleTireCamberAngleState'] = PxVehicleTireCamberAngleState; - -PxVehicleTireCamberAngleState.prototype['setToDefault'] = PxVehicleTireCamberAngleState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireCamberAngleState_setToDefault_0(self); -};; - - PxVehicleTireCamberAngleState.prototype['get_camberAngle'] = PxVehicleTireCamberAngleState.prototype.get_camberAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireCamberAngleState_get_camberAngle_0(self); -}; - PxVehicleTireCamberAngleState.prototype['set_camberAngle'] = PxVehicleTireCamberAngleState.prototype.set_camberAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireCamberAngleState_set_camberAngle_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireCamberAngleState.prototype, 'camberAngle', { get: PxVehicleTireCamberAngleState.prototype.get_camberAngle, set: PxVehicleTireCamberAngleState.prototype.set_camberAngle }); - PxVehicleTireCamberAngleState.prototype['__destroy__'] = PxVehicleTireCamberAngleState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireCamberAngleState___destroy___0(self); -}; -// PxVehicleTireDirectionState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTireDirectionState() { - this.ptr = _emscripten_bind_PxVehicleTireDirectionState_PxVehicleTireDirectionState_0(); - getCache(PxVehicleTireDirectionState)[this.ptr] = this; -};; -PxVehicleTireDirectionState.prototype = Object.create(WrapperObject.prototype); -PxVehicleTireDirectionState.prototype.constructor = PxVehicleTireDirectionState; -PxVehicleTireDirectionState.prototype.__class__ = PxVehicleTireDirectionState; -PxVehicleTireDirectionState.__cache__ = {}; -Module['PxVehicleTireDirectionState'] = PxVehicleTireDirectionState; - -PxVehicleTireDirectionState.prototype['setToDefault'] = PxVehicleTireDirectionState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireDirectionState_setToDefault_0(self); -};; - - PxVehicleTireDirectionState.prototype['get_directions'] = PxVehicleTireDirectionState.prototype.get_directions = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PxVehicleTireDirectionState_get_directions_1(self, arg0), PxVec3); -}; - PxVehicleTireDirectionState.prototype['set_directions'] = PxVehicleTireDirectionState.prototype.set_directions = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTireDirectionState_set_directions_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireDirectionState.prototype, 'directions', { get: PxVehicleTireDirectionState.prototype.get_directions, set: PxVehicleTireDirectionState.prototype.set_directions }); - PxVehicleTireDirectionState.prototype['__destroy__'] = PxVehicleTireDirectionState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireDirectionState___destroy___0(self); -}; -// PxVehicleTireForce -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTireForce() { - this.ptr = _emscripten_bind_PxVehicleTireForce_PxVehicleTireForce_0(); - getCache(PxVehicleTireForce)[this.ptr] = this; -};; -PxVehicleTireForce.prototype = Object.create(WrapperObject.prototype); -PxVehicleTireForce.prototype.constructor = PxVehicleTireForce; -PxVehicleTireForce.prototype.__class__ = PxVehicleTireForce; -PxVehicleTireForce.__cache__ = {}; -Module['PxVehicleTireForce'] = PxVehicleTireForce; - -PxVehicleTireForce.prototype['setToDefault'] = PxVehicleTireForce.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireForce_setToDefault_0(self); -};; - - PxVehicleTireForce.prototype['get_forces'] = PxVehicleTireForce.prototype.get_forces = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PxVehicleTireForce_get_forces_1(self, arg0), PxVec3); -}; - PxVehicleTireForce.prototype['set_forces'] = PxVehicleTireForce.prototype.set_forces = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTireForce_set_forces_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireForce.prototype, 'forces', { get: PxVehicleTireForce.prototype.get_forces, set: PxVehicleTireForce.prototype.set_forces }); - PxVehicleTireForce.prototype['get_torques'] = PxVehicleTireForce.prototype.get_torques = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PxVehicleTireForce_get_torques_1(self, arg0), PxVec3); -}; - PxVehicleTireForce.prototype['set_torques'] = PxVehicleTireForce.prototype.set_torques = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTireForce_set_torques_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireForce.prototype, 'torques', { get: PxVehicleTireForce.prototype.get_torques, set: PxVehicleTireForce.prototype.set_torques }); - PxVehicleTireForce.prototype['get_aligningMoment'] = PxVehicleTireForce.prototype.get_aligningMoment = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireForce_get_aligningMoment_0(self); -}; - PxVehicleTireForce.prototype['set_aligningMoment'] = PxVehicleTireForce.prototype.set_aligningMoment = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireForce_set_aligningMoment_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireForce.prototype, 'aligningMoment', { get: PxVehicleTireForce.prototype.get_aligningMoment, set: PxVehicleTireForce.prototype.set_aligningMoment }); - PxVehicleTireForce.prototype['get_wheelTorque'] = PxVehicleTireForce.prototype.get_wheelTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireForce_get_wheelTorque_0(self); -}; - PxVehicleTireForce.prototype['set_wheelTorque'] = PxVehicleTireForce.prototype.set_wheelTorque = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireForce_set_wheelTorque_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireForce.prototype, 'wheelTorque', { get: PxVehicleTireForce.prototype.get_wheelTorque, set: PxVehicleTireForce.prototype.set_wheelTorque }); - PxVehicleTireForce.prototype['__destroy__'] = PxVehicleTireForce.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireForce___destroy___0(self); -}; -// PxVehicleTireForceParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTireForceParams() { - this.ptr = _emscripten_bind_PxVehicleTireForceParams_PxVehicleTireForceParams_0(); - getCache(PxVehicleTireForceParams)[this.ptr] = this; -};; -PxVehicleTireForceParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleTireForceParams.prototype.constructor = PxVehicleTireForceParams; -PxVehicleTireForceParams.prototype.__class__ = PxVehicleTireForceParams; -PxVehicleTireForceParams.__cache__ = {}; -Module['PxVehicleTireForceParams'] = PxVehicleTireForceParams; - -PxVehicleTireForceParams.prototype['transformAndScale'] = PxVehicleTireForceParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleTireForceParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleTireForceParams); -};; - -PxVehicleTireForceParams.prototype['isValid'] = PxVehicleTireForceParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleTireForceParams_isValid_0(self)); -};; - - PxVehicleTireForceParams.prototype['get_latStiffX'] = PxVehicleTireForceParams.prototype.get_latStiffX = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireForceParams_get_latStiffX_0(self); -}; - PxVehicleTireForceParams.prototype['set_latStiffX'] = PxVehicleTireForceParams.prototype.set_latStiffX = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireForceParams_set_latStiffX_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireForceParams.prototype, 'latStiffX', { get: PxVehicleTireForceParams.prototype.get_latStiffX, set: PxVehicleTireForceParams.prototype.set_latStiffX }); - PxVehicleTireForceParams.prototype['get_latStiffY'] = PxVehicleTireForceParams.prototype.get_latStiffY = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireForceParams_get_latStiffY_0(self); -}; - PxVehicleTireForceParams.prototype['set_latStiffY'] = PxVehicleTireForceParams.prototype.set_latStiffY = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireForceParams_set_latStiffY_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireForceParams.prototype, 'latStiffY', { get: PxVehicleTireForceParams.prototype.get_latStiffY, set: PxVehicleTireForceParams.prototype.set_latStiffY }); - PxVehicleTireForceParams.prototype['get_longStiff'] = PxVehicleTireForceParams.prototype.get_longStiff = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireForceParams_get_longStiff_0(self); -}; - PxVehicleTireForceParams.prototype['set_longStiff'] = PxVehicleTireForceParams.prototype.set_longStiff = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireForceParams_set_longStiff_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireForceParams.prototype, 'longStiff', { get: PxVehicleTireForceParams.prototype.get_longStiff, set: PxVehicleTireForceParams.prototype.set_longStiff }); - PxVehicleTireForceParams.prototype['get_camberStiff'] = PxVehicleTireForceParams.prototype.get_camberStiff = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireForceParams_get_camberStiff_0(self); -}; - PxVehicleTireForceParams.prototype['set_camberStiff'] = PxVehicleTireForceParams.prototype.set_camberStiff = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireForceParams_set_camberStiff_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireForceParams.prototype, 'camberStiff', { get: PxVehicleTireForceParams.prototype.get_camberStiff, set: PxVehicleTireForceParams.prototype.set_camberStiff }); - PxVehicleTireForceParams.prototype['get_restLoad'] = PxVehicleTireForceParams.prototype.get_restLoad = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireForceParams_get_restLoad_0(self); -}; - PxVehicleTireForceParams.prototype['set_restLoad'] = PxVehicleTireForceParams.prototype.set_restLoad = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireForceParams_set_restLoad_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireForceParams.prototype, 'restLoad', { get: PxVehicleTireForceParams.prototype.get_restLoad, set: PxVehicleTireForceParams.prototype.set_restLoad }); - PxVehicleTireForceParams.prototype['__destroy__'] = PxVehicleTireForceParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireForceParams___destroy___0(self); -}; -// PxVehicleTireForceParamsExt -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTireForceParamsExt() { throw "cannot construct a PxVehicleTireForceParamsExt, no constructor in IDL" } -PxVehicleTireForceParamsExt.prototype = Object.create(WrapperObject.prototype); -PxVehicleTireForceParamsExt.prototype.constructor = PxVehicleTireForceParamsExt; -PxVehicleTireForceParamsExt.prototype.__class__ = PxVehicleTireForceParamsExt; -PxVehicleTireForceParamsExt.__cache__ = {}; -Module['PxVehicleTireForceParamsExt'] = PxVehicleTireForceParamsExt; - -PxVehicleTireForceParamsExt.prototype['setFrictionVsSlip'] = PxVehicleTireForceParamsExt.prototype.setFrictionVsSlip = /** @suppress {undefinedVars, duplicate} @this{Object} */function(tireForceParams, i, j, value) { - var self = this.ptr; - if (tireForceParams && typeof tireForceParams === 'object') tireForceParams = tireForceParams.ptr; - if (i && typeof i === 'object') i = i.ptr; - if (j && typeof j === 'object') j = j.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxVehicleTireForceParamsExt_setFrictionVsSlip_4(self, tireForceParams, i, j, value); -};; - -PxVehicleTireForceParamsExt.prototype['setLoadFilter'] = PxVehicleTireForceParamsExt.prototype.setLoadFilter = /** @suppress {undefinedVars, duplicate} @this{Object} */function(tireForceParams, i, j, value) { - var self = this.ptr; - if (tireForceParams && typeof tireForceParams === 'object') tireForceParams = tireForceParams.ptr; - if (i && typeof i === 'object') i = i.ptr; - if (j && typeof j === 'object') j = j.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_PxVehicleTireForceParamsExt_setLoadFilter_4(self, tireForceParams, i, j, value); -};; - -// PxVehicleTireGripState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTireGripState() { throw "cannot construct a PxVehicleTireGripState, no constructor in IDL" } -PxVehicleTireGripState.prototype = Object.create(WrapperObject.prototype); -PxVehicleTireGripState.prototype.constructor = PxVehicleTireGripState; -PxVehicleTireGripState.prototype.__class__ = PxVehicleTireGripState; -PxVehicleTireGripState.__cache__ = {}; -Module['PxVehicleTireGripState'] = PxVehicleTireGripState; - -PxVehicleTireGripState.prototype['setToDefault'] = PxVehicleTireGripState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireGripState_setToDefault_0(self); -};; - - PxVehicleTireGripState.prototype['get_load'] = PxVehicleTireGripState.prototype.get_load = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireGripState_get_load_0(self); -}; - PxVehicleTireGripState.prototype['set_load'] = PxVehicleTireGripState.prototype.set_load = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireGripState_set_load_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireGripState.prototype, 'load', { get: PxVehicleTireGripState.prototype.get_load, set: PxVehicleTireGripState.prototype.set_load }); - PxVehicleTireGripState.prototype['get_friction'] = PxVehicleTireGripState.prototype.get_friction = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireGripState_get_friction_0(self); -}; - PxVehicleTireGripState.prototype['set_friction'] = PxVehicleTireGripState.prototype.set_friction = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireGripState_set_friction_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireGripState.prototype, 'friction', { get: PxVehicleTireGripState.prototype.get_friction, set: PxVehicleTireGripState.prototype.set_friction }); - PxVehicleTireGripState.prototype['__destroy__'] = PxVehicleTireGripState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireGripState___destroy___0(self); -}; -// PxVehicleTireSlipParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTireSlipParams() { - this.ptr = _emscripten_bind_PxVehicleTireSlipParams_PxVehicleTireSlipParams_0(); - getCache(PxVehicleTireSlipParams)[this.ptr] = this; -};; -PxVehicleTireSlipParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleTireSlipParams.prototype.constructor = PxVehicleTireSlipParams; -PxVehicleTireSlipParams.prototype.__class__ = PxVehicleTireSlipParams; -PxVehicleTireSlipParams.__cache__ = {}; -Module['PxVehicleTireSlipParams'] = PxVehicleTireSlipParams; - -PxVehicleTireSlipParams.prototype['setToDefault'] = PxVehicleTireSlipParams.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireSlipParams_setToDefault_0(self); -};; - -PxVehicleTireSlipParams.prototype['transformAndScale'] = PxVehicleTireSlipParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleTireSlipParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleTireSlipParams); -};; - -PxVehicleTireSlipParams.prototype['isValid'] = PxVehicleTireSlipParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleTireSlipParams_isValid_0(self)); -};; - - PxVehicleTireSlipParams.prototype['get_minLatSlipDenominator'] = PxVehicleTireSlipParams.prototype.get_minLatSlipDenominator = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireSlipParams_get_minLatSlipDenominator_0(self); -}; - PxVehicleTireSlipParams.prototype['set_minLatSlipDenominator'] = PxVehicleTireSlipParams.prototype.set_minLatSlipDenominator = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireSlipParams_set_minLatSlipDenominator_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireSlipParams.prototype, 'minLatSlipDenominator', { get: PxVehicleTireSlipParams.prototype.get_minLatSlipDenominator, set: PxVehicleTireSlipParams.prototype.set_minLatSlipDenominator }); - PxVehicleTireSlipParams.prototype['get_minPassiveLongSlipDenominator'] = PxVehicleTireSlipParams.prototype.get_minPassiveLongSlipDenominator = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireSlipParams_get_minPassiveLongSlipDenominator_0(self); -}; - PxVehicleTireSlipParams.prototype['set_minPassiveLongSlipDenominator'] = PxVehicleTireSlipParams.prototype.set_minPassiveLongSlipDenominator = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireSlipParams_set_minPassiveLongSlipDenominator_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireSlipParams.prototype, 'minPassiveLongSlipDenominator', { get: PxVehicleTireSlipParams.prototype.get_minPassiveLongSlipDenominator, set: PxVehicleTireSlipParams.prototype.set_minPassiveLongSlipDenominator }); - PxVehicleTireSlipParams.prototype['get_minActiveLongSlipDenominator'] = PxVehicleTireSlipParams.prototype.get_minActiveLongSlipDenominator = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTireSlipParams_get_minActiveLongSlipDenominator_0(self); -}; - PxVehicleTireSlipParams.prototype['set_minActiveLongSlipDenominator'] = PxVehicleTireSlipParams.prototype.set_minActiveLongSlipDenominator = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleTireSlipParams_set_minActiveLongSlipDenominator_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireSlipParams.prototype, 'minActiveLongSlipDenominator', { get: PxVehicleTireSlipParams.prototype.get_minActiveLongSlipDenominator, set: PxVehicleTireSlipParams.prototype.set_minActiveLongSlipDenominator }); - PxVehicleTireSlipParams.prototype['__destroy__'] = PxVehicleTireSlipParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireSlipParams___destroy___0(self); -}; -// PxVehicleTireSlipState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTireSlipState() { - this.ptr = _emscripten_bind_PxVehicleTireSlipState_PxVehicleTireSlipState_0(); - getCache(PxVehicleTireSlipState)[this.ptr] = this; -};; -PxVehicleTireSlipState.prototype = Object.create(WrapperObject.prototype); -PxVehicleTireSlipState.prototype.constructor = PxVehicleTireSlipState; -PxVehicleTireSlipState.prototype.__class__ = PxVehicleTireSlipState; -PxVehicleTireSlipState.__cache__ = {}; -Module['PxVehicleTireSlipState'] = PxVehicleTireSlipState; - -PxVehicleTireSlipState.prototype['setToDefault'] = PxVehicleTireSlipState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireSlipState_setToDefault_0(self); -};; - - PxVehicleTireSlipState.prototype['get_slips'] = PxVehicleTireSlipState.prototype.get_slips = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleTireSlipState_get_slips_1(self, arg0); -}; - PxVehicleTireSlipState.prototype['set_slips'] = PxVehicleTireSlipState.prototype.set_slips = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTireSlipState_set_slips_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireSlipState.prototype, 'slips', { get: PxVehicleTireSlipState.prototype.get_slips, set: PxVehicleTireSlipState.prototype.set_slips }); - PxVehicleTireSlipState.prototype['__destroy__'] = PxVehicleTireSlipState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireSlipState___destroy___0(self); -}; -// PxVehicleTireSpeedState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTireSpeedState() { - this.ptr = _emscripten_bind_PxVehicleTireSpeedState_PxVehicleTireSpeedState_0(); - getCache(PxVehicleTireSpeedState)[this.ptr] = this; -};; -PxVehicleTireSpeedState.prototype = Object.create(WrapperObject.prototype); -PxVehicleTireSpeedState.prototype.constructor = PxVehicleTireSpeedState; -PxVehicleTireSpeedState.prototype.__class__ = PxVehicleTireSpeedState; -PxVehicleTireSpeedState.__cache__ = {}; -Module['PxVehicleTireSpeedState'] = PxVehicleTireSpeedState; - -PxVehicleTireSpeedState.prototype['setToDefault'] = PxVehicleTireSpeedState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireSpeedState_setToDefault_0(self); -};; - - PxVehicleTireSpeedState.prototype['get_speedStates'] = PxVehicleTireSpeedState.prototype.get_speedStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleTireSpeedState_get_speedStates_1(self, arg0); -}; - PxVehicleTireSpeedState.prototype['set_speedStates'] = PxVehicleTireSpeedState.prototype.set_speedStates = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTireSpeedState_set_speedStates_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireSpeedState.prototype, 'speedStates', { get: PxVehicleTireSpeedState.prototype.get_speedStates, set: PxVehicleTireSpeedState.prototype.set_speedStates }); - PxVehicleTireSpeedState.prototype['__destroy__'] = PxVehicleTireSpeedState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireSpeedState___destroy___0(self); -}; -// PxVehicleTireStickyParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTireStickyParams() { - this.ptr = _emscripten_bind_PxVehicleTireStickyParams_PxVehicleTireStickyParams_0(); - getCache(PxVehicleTireStickyParams)[this.ptr] = this; -};; -PxVehicleTireStickyParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleTireStickyParams.prototype.constructor = PxVehicleTireStickyParams; -PxVehicleTireStickyParams.prototype.__class__ = PxVehicleTireStickyParams; -PxVehicleTireStickyParams.__cache__ = {}; -Module['PxVehicleTireStickyParams'] = PxVehicleTireStickyParams; - -PxVehicleTireStickyParams.prototype['setToDefault'] = PxVehicleTireStickyParams.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireStickyParams_setToDefault_0(self); -};; - -PxVehicleTireStickyParams.prototype['transformAndScale'] = PxVehicleTireStickyParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleTireStickyParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleTireStickyParams); -};; - -PxVehicleTireStickyParams.prototype['isValid'] = PxVehicleTireStickyParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleTireStickyParams_isValid_0(self)); -};; - - PxVehicleTireStickyParams.prototype['get_stickyParams'] = PxVehicleTireStickyParams.prototype.get_stickyParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return wrapPointer(_emscripten_bind_PxVehicleTireStickyParams_get_stickyParams_1(self, arg0), PxVehicleTireAxisStickyParams); -}; - PxVehicleTireStickyParams.prototype['set_stickyParams'] = PxVehicleTireStickyParams.prototype.set_stickyParams = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTireStickyParams_set_stickyParams_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireStickyParams.prototype, 'stickyParams', { get: PxVehicleTireStickyParams.prototype.get_stickyParams, set: PxVehicleTireStickyParams.prototype.set_stickyParams }); - PxVehicleTireStickyParams.prototype['__destroy__'] = PxVehicleTireStickyParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireStickyParams___destroy___0(self); -}; -// PxVehicleTireStickyState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTireStickyState() { - this.ptr = _emscripten_bind_PxVehicleTireStickyState_PxVehicleTireStickyState_0(); - getCache(PxVehicleTireStickyState)[this.ptr] = this; -};; -PxVehicleTireStickyState.prototype = Object.create(WrapperObject.prototype); -PxVehicleTireStickyState.prototype.constructor = PxVehicleTireStickyState; -PxVehicleTireStickyState.prototype.__class__ = PxVehicleTireStickyState; -PxVehicleTireStickyState.__cache__ = {}; -Module['PxVehicleTireStickyState'] = PxVehicleTireStickyState; - -PxVehicleTireStickyState.prototype['setToDefault'] = PxVehicleTireStickyState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireStickyState_setToDefault_0(self); -};; - - PxVehicleTireStickyState.prototype['get_lowSpeedTime'] = PxVehicleTireStickyState.prototype.get_lowSpeedTime = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleTireStickyState_get_lowSpeedTime_1(self, arg0); -}; - PxVehicleTireStickyState.prototype['set_lowSpeedTime'] = PxVehicleTireStickyState.prototype.set_lowSpeedTime = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTireStickyState_set_lowSpeedTime_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireStickyState.prototype, 'lowSpeedTime', { get: PxVehicleTireStickyState.prototype.get_lowSpeedTime, set: PxVehicleTireStickyState.prototype.set_lowSpeedTime }); - PxVehicleTireStickyState.prototype['get_activeStatus'] = PxVehicleTireStickyState.prototype.get_activeStatus = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return !!(_emscripten_bind_PxVehicleTireStickyState_get_activeStatus_1(self, arg0)); -}; - PxVehicleTireStickyState.prototype['set_activeStatus'] = PxVehicleTireStickyState.prototype.set_activeStatus = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleTireStickyState_set_activeStatus_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTireStickyState.prototype, 'activeStatus', { get: PxVehicleTireStickyState.prototype.get_activeStatus, set: PxVehicleTireStickyState.prototype.set_activeStatus }); - PxVehicleTireStickyState.prototype['__destroy__'] = PxVehicleTireStickyState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTireStickyState___destroy___0(self); -}; -// PxVehicleTopLevelFunctions -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTopLevelFunctions() { throw "cannot construct a PxVehicleTopLevelFunctions, no constructor in IDL" } -PxVehicleTopLevelFunctions.prototype = Object.create(WrapperObject.prototype); -PxVehicleTopLevelFunctions.prototype.constructor = PxVehicleTopLevelFunctions; -PxVehicleTopLevelFunctions.prototype.__class__ = PxVehicleTopLevelFunctions; -PxVehicleTopLevelFunctions.__cache__ = {}; -Module['PxVehicleTopLevelFunctions'] = PxVehicleTopLevelFunctions; - -PxVehicleTopLevelFunctions.prototype['InitVehicleExtension'] = PxVehicleTopLevelFunctions.prototype.InitVehicleExtension = /** @suppress {undefinedVars, duplicate} @this{Object} */function(foundation) { - var self = this.ptr; - if (foundation && typeof foundation === 'object') foundation = foundation.ptr; - return !!(_emscripten_bind_PxVehicleTopLevelFunctions_InitVehicleExtension_1(self, foundation)); -};; - -PxVehicleTopLevelFunctions.prototype['CloseVehicleExtension'] = PxVehicleTopLevelFunctions.prototype.CloseVehicleExtension = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTopLevelFunctions_CloseVehicleExtension_0(self); -};; - -PxVehicleTopLevelFunctions.prototype['VehicleComputeSprungMasses'] = PxVehicleTopLevelFunctions.prototype.VehicleComputeSprungMasses = /** @suppress {undefinedVars, duplicate} @this{Object} */function(nbSprungMasses, sprungMassCoordinates, totalMass, gravityDirection, sprungMasses) { - var self = this.ptr; - if (nbSprungMasses && typeof nbSprungMasses === 'object') nbSprungMasses = nbSprungMasses.ptr; - if (sprungMassCoordinates && typeof sprungMassCoordinates === 'object') sprungMassCoordinates = sprungMassCoordinates.ptr; - if (totalMass && typeof totalMass === 'object') totalMass = totalMass.ptr; - if (gravityDirection && typeof gravityDirection === 'object') gravityDirection = gravityDirection.ptr; - if (sprungMasses && typeof sprungMasses === 'object') sprungMasses = sprungMasses.ptr; - return !!(_emscripten_bind_PxVehicleTopLevelFunctions_VehicleComputeSprungMasses_5(self, nbSprungMasses, sprungMassCoordinates, totalMass, gravityDirection, sprungMasses)); -};; - -PxVehicleTopLevelFunctions.prototype['VehicleUnitCylinderSweepMeshCreate'] = PxVehicleTopLevelFunctions.prototype.VehicleUnitCylinderSweepMeshCreate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(vehicleFrame, physics, params) { - var self = this.ptr; - if (vehicleFrame && typeof vehicleFrame === 'object') vehicleFrame = vehicleFrame.ptr; - if (physics && typeof physics === 'object') physics = physics.ptr; - if (params && typeof params === 'object') params = params.ptr; - return wrapPointer(_emscripten_bind_PxVehicleTopLevelFunctions_VehicleUnitCylinderSweepMeshCreate_3(self, vehicleFrame, physics, params), PxConvexMesh); -};; - -PxVehicleTopLevelFunctions.prototype['VehicleUnitCylinderSweepMeshDestroy'] = PxVehicleTopLevelFunctions.prototype.VehicleUnitCylinderSweepMeshDestroy = /** @suppress {undefinedVars, duplicate} @this{Object} */function(mesh) { - var self = this.ptr; - if (mesh && typeof mesh === 'object') mesh = mesh.ptr; - _emscripten_bind_PxVehicleTopLevelFunctions_VehicleUnitCylinderSweepMeshDestroy_1(self, mesh); -};; - - PxVehicleTopLevelFunctions.prototype['get_MAX_NB_ENGINE_TORQUE_CURVE_ENTRIES'] = PxVehicleTopLevelFunctions.prototype.get_MAX_NB_ENGINE_TORQUE_CURVE_ENTRIES = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleTopLevelFunctions_get_MAX_NB_ENGINE_TORQUE_CURVE_ENTRIES_0(self); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleTopLevelFunctions.prototype, 'MAX_NB_ENGINE_TORQUE_CURVE_ENTRIES', { get: PxVehicleTopLevelFunctions.prototype.get_MAX_NB_ENGINE_TORQUE_CURVE_ENTRIES }); -// PxVehicleTorqueCurveLookupTable -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleTorqueCurveLookupTable() { - this.ptr = _emscripten_bind_PxVehicleTorqueCurveLookupTable_PxVehicleTorqueCurveLookupTable_0(); - getCache(PxVehicleTorqueCurveLookupTable)[this.ptr] = this; -};; -PxVehicleTorqueCurveLookupTable.prototype = Object.create(WrapperObject.prototype); -PxVehicleTorqueCurveLookupTable.prototype.constructor = PxVehicleTorqueCurveLookupTable; -PxVehicleTorqueCurveLookupTable.prototype.__class__ = PxVehicleTorqueCurveLookupTable; -PxVehicleTorqueCurveLookupTable.__cache__ = {}; -Module['PxVehicleTorqueCurveLookupTable'] = PxVehicleTorqueCurveLookupTable; - -PxVehicleTorqueCurveLookupTable.prototype['addPair'] = PxVehicleTorqueCurveLookupTable.prototype.addPair = /** @suppress {undefinedVars, duplicate} @this{Object} */function(x, y) { - var self = this.ptr; - if (x && typeof x === 'object') x = x.ptr; - if (y && typeof y === 'object') y = y.ptr; - return !!(_emscripten_bind_PxVehicleTorqueCurveLookupTable_addPair_2(self, x, y)); -};; - -PxVehicleTorqueCurveLookupTable.prototype['interpolate'] = PxVehicleTorqueCurveLookupTable.prototype.interpolate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(x) { - var self = this.ptr; - if (x && typeof x === 'object') x = x.ptr; - return _emscripten_bind_PxVehicleTorqueCurveLookupTable_interpolate_1(self, x); -};; - -PxVehicleTorqueCurveLookupTable.prototype['clear'] = PxVehicleTorqueCurveLookupTable.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTorqueCurveLookupTable_clear_0(self); -};; - -PxVehicleTorqueCurveLookupTable.prototype['isValid'] = PxVehicleTorqueCurveLookupTable.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleTorqueCurveLookupTable_isValid_0(self)); -};; - - PxVehicleTorqueCurveLookupTable.prototype['__destroy__'] = PxVehicleTorqueCurveLookupTable.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleTorqueCurveLookupTable___destroy___0(self); -}; -// PxVehicleWheelActuationState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleWheelActuationState() { - this.ptr = _emscripten_bind_PxVehicleWheelActuationState_PxVehicleWheelActuationState_0(); - getCache(PxVehicleWheelActuationState)[this.ptr] = this; -};; -PxVehicleWheelActuationState.prototype = Object.create(WrapperObject.prototype); -PxVehicleWheelActuationState.prototype.constructor = PxVehicleWheelActuationState; -PxVehicleWheelActuationState.prototype.__class__ = PxVehicleWheelActuationState; -PxVehicleWheelActuationState.__cache__ = {}; -Module['PxVehicleWheelActuationState'] = PxVehicleWheelActuationState; - -PxVehicleWheelActuationState.prototype['setToDefault'] = PxVehicleWheelActuationState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleWheelActuationState_setToDefault_0(self); -};; - - PxVehicleWheelActuationState.prototype['get_isBrakeApplied'] = PxVehicleWheelActuationState.prototype.get_isBrakeApplied = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleWheelActuationState_get_isBrakeApplied_0(self)); -}; - PxVehicleWheelActuationState.prototype['set_isBrakeApplied'] = PxVehicleWheelActuationState.prototype.set_isBrakeApplied = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleWheelActuationState_set_isBrakeApplied_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelActuationState.prototype, 'isBrakeApplied', { get: PxVehicleWheelActuationState.prototype.get_isBrakeApplied, set: PxVehicleWheelActuationState.prototype.set_isBrakeApplied }); - PxVehicleWheelActuationState.prototype['get_isDriveApplied'] = PxVehicleWheelActuationState.prototype.get_isDriveApplied = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleWheelActuationState_get_isDriveApplied_0(self)); -}; - PxVehicleWheelActuationState.prototype['set_isDriveApplied'] = PxVehicleWheelActuationState.prototype.set_isDriveApplied = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleWheelActuationState_set_isDriveApplied_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelActuationState.prototype, 'isDriveApplied', { get: PxVehicleWheelActuationState.prototype.get_isDriveApplied, set: PxVehicleWheelActuationState.prototype.set_isDriveApplied }); - PxVehicleWheelActuationState.prototype['__destroy__'] = PxVehicleWheelActuationState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleWheelActuationState___destroy___0(self); -}; -// PxVehicleWheelConstraintGroupState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleWheelConstraintGroupState() { - this.ptr = _emscripten_bind_PxVehicleWheelConstraintGroupState_PxVehicleWheelConstraintGroupState_0(); - getCache(PxVehicleWheelConstraintGroupState)[this.ptr] = this; -};; -PxVehicleWheelConstraintGroupState.prototype = Object.create(WrapperObject.prototype); -PxVehicleWheelConstraintGroupState.prototype.constructor = PxVehicleWheelConstraintGroupState; -PxVehicleWheelConstraintGroupState.prototype.__class__ = PxVehicleWheelConstraintGroupState; -PxVehicleWheelConstraintGroupState.__cache__ = {}; -Module['PxVehicleWheelConstraintGroupState'] = PxVehicleWheelConstraintGroupState; - -PxVehicleWheelConstraintGroupState.prototype['setToDefault'] = PxVehicleWheelConstraintGroupState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleWheelConstraintGroupState_setToDefault_0(self); -};; - -PxVehicleWheelConstraintGroupState.prototype['getNbConstraintGroups'] = PxVehicleWheelConstraintGroupState.prototype.getNbConstraintGroups = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleWheelConstraintGroupState_getNbConstraintGroups_0(self); -};; - -PxVehicleWheelConstraintGroupState.prototype['getNbWheelsInConstraintGroup'] = PxVehicleWheelConstraintGroupState.prototype.getNbWheelsInConstraintGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function(i) { - var self = this.ptr; - if (i && typeof i === 'object') i = i.ptr; - return _emscripten_bind_PxVehicleWheelConstraintGroupState_getNbWheelsInConstraintGroup_1(self, i); -};; - -PxVehicleWheelConstraintGroupState.prototype['getWheelInConstraintGroup'] = PxVehicleWheelConstraintGroupState.prototype.getWheelInConstraintGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function(j, i) { - var self = this.ptr; - if (j && typeof j === 'object') j = j.ptr; - if (i && typeof i === 'object') i = i.ptr; - return _emscripten_bind_PxVehicleWheelConstraintGroupState_getWheelInConstraintGroup_2(self, j, i); -};; - -PxVehicleWheelConstraintGroupState.prototype['getMultiplierInConstraintGroup'] = PxVehicleWheelConstraintGroupState.prototype.getMultiplierInConstraintGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function(j, i) { - var self = this.ptr; - if (j && typeof j === 'object') j = j.ptr; - if (i && typeof i === 'object') i = i.ptr; - return _emscripten_bind_PxVehicleWheelConstraintGroupState_getMultiplierInConstraintGroup_2(self, j, i); -};; - - PxVehicleWheelConstraintGroupState.prototype['get_nbGroups'] = PxVehicleWheelConstraintGroupState.prototype.get_nbGroups = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbGroups_0(self); -}; - PxVehicleWheelConstraintGroupState.prototype['set_nbGroups'] = PxVehicleWheelConstraintGroupState.prototype.set_nbGroups = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbGroups_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelConstraintGroupState.prototype, 'nbGroups', { get: PxVehicleWheelConstraintGroupState.prototype.get_nbGroups, set: PxVehicleWheelConstraintGroupState.prototype.set_nbGroups }); - PxVehicleWheelConstraintGroupState.prototype['get_nbWheelsPerGroup'] = PxVehicleWheelConstraintGroupState.prototype.get_nbWheelsPerGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbWheelsPerGroup_1(self, arg0); -}; - PxVehicleWheelConstraintGroupState.prototype['set_nbWheelsPerGroup'] = PxVehicleWheelConstraintGroupState.prototype.set_nbWheelsPerGroup = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbWheelsPerGroup_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelConstraintGroupState.prototype, 'nbWheelsPerGroup', { get: PxVehicleWheelConstraintGroupState.prototype.get_nbWheelsPerGroup, set: PxVehicleWheelConstraintGroupState.prototype.set_nbWheelsPerGroup }); - PxVehicleWheelConstraintGroupState.prototype['get_groupToWheelIds'] = PxVehicleWheelConstraintGroupState.prototype.get_groupToWheelIds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleWheelConstraintGroupState_get_groupToWheelIds_1(self, arg0); -}; - PxVehicleWheelConstraintGroupState.prototype['set_groupToWheelIds'] = PxVehicleWheelConstraintGroupState.prototype.set_groupToWheelIds = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleWheelConstraintGroupState_set_groupToWheelIds_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelConstraintGroupState.prototype, 'groupToWheelIds', { get: PxVehicleWheelConstraintGroupState.prototype.get_groupToWheelIds, set: PxVehicleWheelConstraintGroupState.prototype.set_groupToWheelIds }); - PxVehicleWheelConstraintGroupState.prototype['get_wheelIdsInGroupOrder'] = PxVehicleWheelConstraintGroupState.prototype.get_wheelIdsInGroupOrder = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleWheelConstraintGroupState_get_wheelIdsInGroupOrder_1(self, arg0); -}; - PxVehicleWheelConstraintGroupState.prototype['set_wheelIdsInGroupOrder'] = PxVehicleWheelConstraintGroupState.prototype.set_wheelIdsInGroupOrder = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleWheelConstraintGroupState_set_wheelIdsInGroupOrder_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelConstraintGroupState.prototype, 'wheelIdsInGroupOrder', { get: PxVehicleWheelConstraintGroupState.prototype.get_wheelIdsInGroupOrder, set: PxVehicleWheelConstraintGroupState.prototype.set_wheelIdsInGroupOrder }); - PxVehicleWheelConstraintGroupState.prototype['get_wheelMultipliersInGroupOrder'] = PxVehicleWheelConstraintGroupState.prototype.get_wheelMultipliersInGroupOrder = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - return _emscripten_bind_PxVehicleWheelConstraintGroupState_get_wheelMultipliersInGroupOrder_1(self, arg0); -}; - PxVehicleWheelConstraintGroupState.prototype['set_wheelMultipliersInGroupOrder'] = PxVehicleWheelConstraintGroupState.prototype.set_wheelMultipliersInGroupOrder = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0, arg1) { - var self = this.ptr; - ensureCache.prepare(); - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - if (arg1 && typeof arg1 === 'object') arg1 = arg1.ptr; - _emscripten_bind_PxVehicleWheelConstraintGroupState_set_wheelMultipliersInGroupOrder_2(self, arg0, arg1); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelConstraintGroupState.prototype, 'wheelMultipliersInGroupOrder', { get: PxVehicleWheelConstraintGroupState.prototype.get_wheelMultipliersInGroupOrder, set: PxVehicleWheelConstraintGroupState.prototype.set_wheelMultipliersInGroupOrder }); - PxVehicleWheelConstraintGroupState.prototype['get_nbWheelsInGroups'] = PxVehicleWheelConstraintGroupState.prototype.get_nbWheelsInGroups = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleWheelConstraintGroupState_get_nbWheelsInGroups_0(self); -}; - PxVehicleWheelConstraintGroupState.prototype['set_nbWheelsInGroups'] = PxVehicleWheelConstraintGroupState.prototype.set_nbWheelsInGroups = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleWheelConstraintGroupState_set_nbWheelsInGroups_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelConstraintGroupState.prototype, 'nbWheelsInGroups', { get: PxVehicleWheelConstraintGroupState.prototype.get_nbWheelsInGroups, set: PxVehicleWheelConstraintGroupState.prototype.set_nbWheelsInGroups }); - PxVehicleWheelConstraintGroupState.prototype['__destroy__'] = PxVehicleWheelConstraintGroupState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleWheelConstraintGroupState___destroy___0(self); -}; -// PxVehicleWheelLocalPose -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleWheelLocalPose() { - this.ptr = _emscripten_bind_PxVehicleWheelLocalPose_PxVehicleWheelLocalPose_0(); - getCache(PxVehicleWheelLocalPose)[this.ptr] = this; -};; -PxVehicleWheelLocalPose.prototype = Object.create(WrapperObject.prototype); -PxVehicleWheelLocalPose.prototype.constructor = PxVehicleWheelLocalPose; -PxVehicleWheelLocalPose.prototype.__class__ = PxVehicleWheelLocalPose; -PxVehicleWheelLocalPose.__cache__ = {}; -Module['PxVehicleWheelLocalPose'] = PxVehicleWheelLocalPose; - -PxVehicleWheelLocalPose.prototype['setToDefault'] = PxVehicleWheelLocalPose.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleWheelLocalPose_setToDefault_0(self); -};; - - PxVehicleWheelLocalPose.prototype['get_localPose'] = PxVehicleWheelLocalPose.prototype.get_localPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_PxVehicleWheelLocalPose_get_localPose_0(self), PxTransform); -}; - PxVehicleWheelLocalPose.prototype['set_localPose'] = PxVehicleWheelLocalPose.prototype.set_localPose = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleWheelLocalPose_set_localPose_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelLocalPose.prototype, 'localPose', { get: PxVehicleWheelLocalPose.prototype.get_localPose, set: PxVehicleWheelLocalPose.prototype.set_localPose }); - PxVehicleWheelLocalPose.prototype['__destroy__'] = PxVehicleWheelLocalPose.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleWheelLocalPose___destroy___0(self); -}; -// PxVehicleWheelParams -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleWheelParams() { - this.ptr = _emscripten_bind_PxVehicleWheelParams_PxVehicleWheelParams_0(); - getCache(PxVehicleWheelParams)[this.ptr] = this; -};; -PxVehicleWheelParams.prototype = Object.create(WrapperObject.prototype); -PxVehicleWheelParams.prototype.constructor = PxVehicleWheelParams; -PxVehicleWheelParams.prototype.__class__ = PxVehicleWheelParams; -PxVehicleWheelParams.__cache__ = {}; -Module['PxVehicleWheelParams'] = PxVehicleWheelParams; - -PxVehicleWheelParams.prototype['transformAndScale'] = PxVehicleWheelParams.prototype.transformAndScale = /** @suppress {undefinedVars, duplicate} @this{Object} */function(srcFrame, trgFrame, srcScale, trgScale) { - var self = this.ptr; - if (srcFrame && typeof srcFrame === 'object') srcFrame = srcFrame.ptr; - if (trgFrame && typeof trgFrame === 'object') trgFrame = trgFrame.ptr; - if (srcScale && typeof srcScale === 'object') srcScale = srcScale.ptr; - if (trgScale && typeof trgScale === 'object') trgScale = trgScale.ptr; - return wrapPointer(_emscripten_bind_PxVehicleWheelParams_transformAndScale_4(self, srcFrame, trgFrame, srcScale, trgScale), PxVehicleWheelParams); -};; - -PxVehicleWheelParams.prototype['isValid'] = PxVehicleWheelParams.prototype.isValid = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_PxVehicleWheelParams_isValid_0(self)); -};; - - PxVehicleWheelParams.prototype['get_radius'] = PxVehicleWheelParams.prototype.get_radius = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleWheelParams_get_radius_0(self); -}; - PxVehicleWheelParams.prototype['set_radius'] = PxVehicleWheelParams.prototype.set_radius = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleWheelParams_set_radius_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelParams.prototype, 'radius', { get: PxVehicleWheelParams.prototype.get_radius, set: PxVehicleWheelParams.prototype.set_radius }); - PxVehicleWheelParams.prototype['get_halfWidth'] = PxVehicleWheelParams.prototype.get_halfWidth = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleWheelParams_get_halfWidth_0(self); -}; - PxVehicleWheelParams.prototype['set_halfWidth'] = PxVehicleWheelParams.prototype.set_halfWidth = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleWheelParams_set_halfWidth_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelParams.prototype, 'halfWidth', { get: PxVehicleWheelParams.prototype.get_halfWidth, set: PxVehicleWheelParams.prototype.set_halfWidth }); - PxVehicleWheelParams.prototype['get_mass'] = PxVehicleWheelParams.prototype.get_mass = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleWheelParams_get_mass_0(self); -}; - PxVehicleWheelParams.prototype['set_mass'] = PxVehicleWheelParams.prototype.set_mass = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleWheelParams_set_mass_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelParams.prototype, 'mass', { get: PxVehicleWheelParams.prototype.get_mass, set: PxVehicleWheelParams.prototype.set_mass }); - PxVehicleWheelParams.prototype['get_moi'] = PxVehicleWheelParams.prototype.get_moi = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleWheelParams_get_moi_0(self); -}; - PxVehicleWheelParams.prototype['set_moi'] = PxVehicleWheelParams.prototype.set_moi = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleWheelParams_set_moi_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelParams.prototype, 'moi', { get: PxVehicleWheelParams.prototype.get_moi, set: PxVehicleWheelParams.prototype.set_moi }); - PxVehicleWheelParams.prototype['get_dampingRate'] = PxVehicleWheelParams.prototype.get_dampingRate = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleWheelParams_get_dampingRate_0(self); -}; - PxVehicleWheelParams.prototype['set_dampingRate'] = PxVehicleWheelParams.prototype.set_dampingRate = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleWheelParams_set_dampingRate_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelParams.prototype, 'dampingRate', { get: PxVehicleWheelParams.prototype.get_dampingRate, set: PxVehicleWheelParams.prototype.set_dampingRate }); - PxVehicleWheelParams.prototype['__destroy__'] = PxVehicleWheelParams.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleWheelParams___destroy___0(self); -}; -// PxVehicleWheelRigidBody1dState -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleWheelRigidBody1dState() { - this.ptr = _emscripten_bind_PxVehicleWheelRigidBody1dState_PxVehicleWheelRigidBody1dState_0(); - getCache(PxVehicleWheelRigidBody1dState)[this.ptr] = this; -};; -PxVehicleWheelRigidBody1dState.prototype = Object.create(WrapperObject.prototype); -PxVehicleWheelRigidBody1dState.prototype.constructor = PxVehicleWheelRigidBody1dState; -PxVehicleWheelRigidBody1dState.prototype.__class__ = PxVehicleWheelRigidBody1dState; -PxVehicleWheelRigidBody1dState.__cache__ = {}; -Module['PxVehicleWheelRigidBody1dState'] = PxVehicleWheelRigidBody1dState; - -PxVehicleWheelRigidBody1dState.prototype['setToDefault'] = PxVehicleWheelRigidBody1dState.prototype.setToDefault = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleWheelRigidBody1dState_setToDefault_0(self); -};; - - PxVehicleWheelRigidBody1dState.prototype['get_rotationSpeed'] = PxVehicleWheelRigidBody1dState.prototype.get_rotationSpeed = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleWheelRigidBody1dState_get_rotationSpeed_0(self); -}; - PxVehicleWheelRigidBody1dState.prototype['set_rotationSpeed'] = PxVehicleWheelRigidBody1dState.prototype.set_rotationSpeed = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleWheelRigidBody1dState_set_rotationSpeed_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelRigidBody1dState.prototype, 'rotationSpeed', { get: PxVehicleWheelRigidBody1dState.prototype.get_rotationSpeed, set: PxVehicleWheelRigidBody1dState.prototype.set_rotationSpeed }); - PxVehicleWheelRigidBody1dState.prototype['get_correctedRotationSpeed'] = PxVehicleWheelRigidBody1dState.prototype.get_correctedRotationSpeed = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleWheelRigidBody1dState_get_correctedRotationSpeed_0(self); -}; - PxVehicleWheelRigidBody1dState.prototype['set_correctedRotationSpeed'] = PxVehicleWheelRigidBody1dState.prototype.set_correctedRotationSpeed = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleWheelRigidBody1dState_set_correctedRotationSpeed_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelRigidBody1dState.prototype, 'correctedRotationSpeed', { get: PxVehicleWheelRigidBody1dState.prototype.get_correctedRotationSpeed, set: PxVehicleWheelRigidBody1dState.prototype.set_correctedRotationSpeed }); - PxVehicleWheelRigidBody1dState.prototype['get_rotationAngle'] = PxVehicleWheelRigidBody1dState.prototype.get_rotationAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_PxVehicleWheelRigidBody1dState_get_rotationAngle_0(self); -}; - PxVehicleWheelRigidBody1dState.prototype['set_rotationAngle'] = PxVehicleWheelRigidBody1dState.prototype.set_rotationAngle = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_PxVehicleWheelRigidBody1dState_set_rotationAngle_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(PxVehicleWheelRigidBody1dState.prototype, 'rotationAngle', { get: PxVehicleWheelRigidBody1dState.prototype.get_rotationAngle, set: PxVehicleWheelRigidBody1dState.prototype.set_rotationAngle }); - PxVehicleWheelRigidBody1dState.prototype['__destroy__'] = PxVehicleWheelRigidBody1dState.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleWheelRigidBody1dState___destroy___0(self); -}; -// PxVehicleWheelsPtr -/** @suppress {undefinedVars, duplicate} @this{Object} */function PxVehicleWheelsPtr() { throw "cannot construct a PxVehicleWheelsPtr, no constructor in IDL" } -PxVehicleWheelsPtr.prototype = Object.create(WrapperObject.prototype); -PxVehicleWheelsPtr.prototype.constructor = PxVehicleWheelsPtr; -PxVehicleWheelsPtr.prototype.__class__ = PxVehicleWheelsPtr; -PxVehicleWheelsPtr.__cache__ = {}; -Module['PxVehicleWheelsPtr'] = PxVehicleWheelsPtr; - - PxVehicleWheelsPtr.prototype['__destroy__'] = PxVehicleWheelsPtr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_PxVehicleWheelsPtr___destroy___0(self); -}; -// SimplPvdTransportImpl -/** @suppress {undefinedVars, duplicate} @this{Object} */function SimplPvdTransportImpl() { - this.ptr = _emscripten_bind_SimplPvdTransportImpl_SimplPvdTransportImpl_0(); - getCache(SimplPvdTransportImpl)[this.ptr] = this; -};; -SimplPvdTransportImpl.prototype = Object.create(SimplePvdTransport.prototype); -SimplPvdTransportImpl.prototype.constructor = SimplPvdTransportImpl; -SimplPvdTransportImpl.prototype.__class__ = SimplPvdTransportImpl; -SimplPvdTransportImpl.__cache__ = {}; -Module['SimplPvdTransportImpl'] = SimplPvdTransportImpl; - -SimplPvdTransportImpl.prototype['connect'] = SimplPvdTransportImpl.prototype.connect = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_SimplPvdTransportImpl_connect_0(self)); -};; - -SimplPvdTransportImpl.prototype['isConnected'] = SimplPvdTransportImpl.prototype.isConnected = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return !!(_emscripten_bind_SimplPvdTransportImpl_isConnected_0(self)); -};; - -SimplPvdTransportImpl.prototype['disconnect'] = SimplPvdTransportImpl.prototype.disconnect = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_SimplPvdTransportImpl_disconnect_0(self); -};; - -SimplPvdTransportImpl.prototype['send'] = SimplPvdTransportImpl.prototype.send = /** @suppress {undefinedVars, duplicate} @this{Object} */function(inBytes, inLength) { - var self = this.ptr; - if (inBytes && typeof inBytes === 'object') inBytes = inBytes.ptr; - if (inLength && typeof inLength === 'object') inLength = inLength.ptr; - _emscripten_bind_SimplPvdTransportImpl_send_2(self, inBytes, inLength); -};; - -SimplPvdTransportImpl.prototype['flush'] = SimplPvdTransportImpl.prototype.flush = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_SimplPvdTransportImpl_flush_0(self); -};; - - SimplPvdTransportImpl.prototype['__destroy__'] = SimplPvdTransportImpl.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_SimplPvdTransportImpl___destroy___0(self); -}; -// SphereSupport -/** @suppress {undefinedVars, duplicate} @this{Object} */function SphereSupport(radius) { - if (radius && typeof radius === 'object') radius = radius.ptr; - this.ptr = _emscripten_bind_SphereSupport_SphereSupport_1(radius); - getCache(SphereSupport)[this.ptr] = this; -};; -SphereSupport.prototype = Object.create(Support.prototype); -SphereSupport.prototype.constructor = SphereSupport; -SphereSupport.prototype.__class__ = SphereSupport; -SphereSupport.__cache__ = {}; -Module['SphereSupport'] = SphereSupport; - -SphereSupport.prototype['getMargin'] = SphereSupport.prototype.getMargin = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_SphereSupport_getMargin_0(self); -};; - -SphereSupport.prototype['supportLocal'] = SphereSupport.prototype.supportLocal = /** @suppress {undefinedVars, duplicate} @this{Object} */function(dir) { - var self = this.ptr; - if (dir && typeof dir === 'object') dir = dir.ptr; - return wrapPointer(_emscripten_bind_SphereSupport_supportLocal_1(self, dir), PxVec3); -};; - - SphereSupport.prototype['get_radius'] = SphereSupport.prototype.get_radius = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_SphereSupport_get_radius_0(self); -}; - SphereSupport.prototype['set_radius'] = SphereSupport.prototype.set_radius = /** @suppress {undefinedVars, duplicate} @this{Object} */function(arg0) { - var self = this.ptr; - if (arg0 && typeof arg0 === 'object') arg0 = arg0.ptr; - _emscripten_bind_SphereSupport_set_radius_1(self, arg0); -}; - /** @suppress {checkTypes} */ - Object.defineProperty(SphereSupport.prototype, 'radius', { get: SphereSupport.prototype.get_radius, set: SphereSupport.prototype.set_radius }); - SphereSupport.prototype['__destroy__'] = SphereSupport.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_SphereSupport___destroy___0(self); -}; -// SupportFunctions -/** @suppress {undefinedVars, duplicate} @this{Object} */function SupportFunctions() { throw "cannot construct a SupportFunctions, no constructor in IDL" } -SupportFunctions.prototype = Object.create(WrapperObject.prototype); -SupportFunctions.prototype.constructor = SupportFunctions; -SupportFunctions.prototype.__class__ = SupportFunctions; -SupportFunctions.__cache__ = {}; -Module['SupportFunctions'] = SupportFunctions; - -SupportFunctions.prototype['PxActor_getShape'] = SupportFunctions.prototype.PxActor_getShape = /** @suppress {undefinedVars, duplicate} @this{Object} */function(actor, index) { - var self = this.ptr; - if (actor && typeof actor === 'object') actor = actor.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_SupportFunctions_PxActor_getShape_2(self, actor, index), PxShape); -};; - -SupportFunctions.prototype['PxScene_getActiveActors'] = SupportFunctions.prototype.PxScene_getActiveActors = /** @suppress {undefinedVars, duplicate} @this{Object} */function(scene) { - var self = this.ptr; - if (scene && typeof scene === 'object') scene = scene.ptr; - return wrapPointer(_emscripten_bind_SupportFunctions_PxScene_getActiveActors_1(self, scene), PxArray_PxActorPtr); -};; - -SupportFunctions.prototype['PxArticulationReducedCoordinate_getMinSolverPositionIterations'] = SupportFunctions.prototype.PxArticulationReducedCoordinate_getMinSolverPositionIterations = /** @suppress {undefinedVars, duplicate} @this{Object} */function(articulation) { - var self = this.ptr; - if (articulation && typeof articulation === 'object') articulation = articulation.ptr; - return _emscripten_bind_SupportFunctions_PxArticulationReducedCoordinate_getMinSolverPositionIterations_1(self, articulation); -};; - -SupportFunctions.prototype['PxArticulationReducedCoordinate_getMinSolverVelocityIterations'] = SupportFunctions.prototype.PxArticulationReducedCoordinate_getMinSolverVelocityIterations = /** @suppress {undefinedVars, duplicate} @this{Object} */function(articulation) { - var self = this.ptr; - if (articulation && typeof articulation === 'object') articulation = articulation.ptr; - return _emscripten_bind_SupportFunctions_PxArticulationReducedCoordinate_getMinSolverVelocityIterations_1(self, articulation); -};; - - SupportFunctions.prototype['__destroy__'] = SupportFunctions.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_SupportFunctions___destroy___0(self); -}; -// Vector_PxActorPtr -/** @suppress {undefinedVars, duplicate} @this{Object} */function Vector_PxActorPtr(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_Vector_PxActorPtr_Vector_PxActorPtr_0(); getCache(Vector_PxActorPtr)[this.ptr] = this;return } - this.ptr = _emscripten_bind_Vector_PxActorPtr_Vector_PxActorPtr_1(size); - getCache(Vector_PxActorPtr)[this.ptr] = this; -};; -Vector_PxActorPtr.prototype = Object.create(WrapperObject.prototype); -Vector_PxActorPtr.prototype.constructor = Vector_PxActorPtr; -Vector_PxActorPtr.prototype.__class__ = Vector_PxActorPtr; -Vector_PxActorPtr.__cache__ = {}; -Module['Vector_PxActorPtr'] = Vector_PxActorPtr; - -Vector_PxActorPtr.prototype['at'] = Vector_PxActorPtr.prototype.at = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_Vector_PxActorPtr_at_1(self, index), PxActor); -};; - -Vector_PxActorPtr.prototype['data'] = Vector_PxActorPtr.prototype.data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_Vector_PxActorPtr_data_0(self), PxActorPtr); -};; - -Vector_PxActorPtr.prototype['size'] = Vector_PxActorPtr.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_Vector_PxActorPtr_size_0(self); -};; - -Vector_PxActorPtr.prototype['push_back'] = Vector_PxActorPtr.prototype.push_back = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_Vector_PxActorPtr_push_back_1(self, value); -};; - -Vector_PxActorPtr.prototype['clear'] = Vector_PxActorPtr.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxActorPtr_clear_0(self); -};; - - Vector_PxActorPtr.prototype['__destroy__'] = Vector_PxActorPtr.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxActorPtr___destroy___0(self); -}; -// Vector_PxContactPairPoint -/** @suppress {undefinedVars, duplicate} @this{Object} */function Vector_PxContactPairPoint(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_Vector_PxContactPairPoint_Vector_PxContactPairPoint_0(); getCache(Vector_PxContactPairPoint)[this.ptr] = this;return } - this.ptr = _emscripten_bind_Vector_PxContactPairPoint_Vector_PxContactPairPoint_1(size); - getCache(Vector_PxContactPairPoint)[this.ptr] = this; -};; -Vector_PxContactPairPoint.prototype = Object.create(WrapperObject.prototype); -Vector_PxContactPairPoint.prototype.constructor = Vector_PxContactPairPoint; -Vector_PxContactPairPoint.prototype.__class__ = Vector_PxContactPairPoint; -Vector_PxContactPairPoint.__cache__ = {}; -Module['Vector_PxContactPairPoint'] = Vector_PxContactPairPoint; - -Vector_PxContactPairPoint.prototype['at'] = Vector_PxContactPairPoint.prototype.at = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_Vector_PxContactPairPoint_at_1(self, index), PxContactPairPoint); -};; - -Vector_PxContactPairPoint.prototype['data'] = Vector_PxContactPairPoint.prototype.data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_Vector_PxContactPairPoint_data_0(self), PxContactPairPoint); -};; - -Vector_PxContactPairPoint.prototype['size'] = Vector_PxContactPairPoint.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_Vector_PxContactPairPoint_size_0(self); -};; - -Vector_PxContactPairPoint.prototype['push_back'] = Vector_PxContactPairPoint.prototype.push_back = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_Vector_PxContactPairPoint_push_back_1(self, value); -};; - -Vector_PxContactPairPoint.prototype['clear'] = Vector_PxContactPairPoint.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxContactPairPoint_clear_0(self); -};; - - Vector_PxContactPairPoint.prototype['__destroy__'] = Vector_PxContactPairPoint.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxContactPairPoint___destroy___0(self); -}; -// Vector_PxHeightFieldSample -/** @suppress {undefinedVars, duplicate} @this{Object} */function Vector_PxHeightFieldSample(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_Vector_PxHeightFieldSample_Vector_PxHeightFieldSample_0(); getCache(Vector_PxHeightFieldSample)[this.ptr] = this;return } - this.ptr = _emscripten_bind_Vector_PxHeightFieldSample_Vector_PxHeightFieldSample_1(size); - getCache(Vector_PxHeightFieldSample)[this.ptr] = this; -};; -Vector_PxHeightFieldSample.prototype = Object.create(WrapperObject.prototype); -Vector_PxHeightFieldSample.prototype.constructor = Vector_PxHeightFieldSample; -Vector_PxHeightFieldSample.prototype.__class__ = Vector_PxHeightFieldSample; -Vector_PxHeightFieldSample.__cache__ = {}; -Module['Vector_PxHeightFieldSample'] = Vector_PxHeightFieldSample; - -Vector_PxHeightFieldSample.prototype['at'] = Vector_PxHeightFieldSample.prototype.at = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_Vector_PxHeightFieldSample_at_1(self, index), PxHeightFieldSample); -};; - -Vector_PxHeightFieldSample.prototype['data'] = Vector_PxHeightFieldSample.prototype.data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_Vector_PxHeightFieldSample_data_0(self), PxHeightFieldSample); -};; - -Vector_PxHeightFieldSample.prototype['size'] = Vector_PxHeightFieldSample.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_Vector_PxHeightFieldSample_size_0(self); -};; - -Vector_PxHeightFieldSample.prototype['push_back'] = Vector_PxHeightFieldSample.prototype.push_back = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_Vector_PxHeightFieldSample_push_back_1(self, value); -};; - -Vector_PxHeightFieldSample.prototype['clear'] = Vector_PxHeightFieldSample.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxHeightFieldSample_clear_0(self); -};; - - Vector_PxHeightFieldSample.prototype['__destroy__'] = Vector_PxHeightFieldSample.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxHeightFieldSample___destroy___0(self); -}; -// Vector_PxMaterialConst -/** @suppress {undefinedVars, duplicate} @this{Object} */function Vector_PxMaterialConst(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_Vector_PxMaterialConst_Vector_PxMaterialConst_0(); getCache(Vector_PxMaterialConst)[this.ptr] = this;return } - this.ptr = _emscripten_bind_Vector_PxMaterialConst_Vector_PxMaterialConst_1(size); - getCache(Vector_PxMaterialConst)[this.ptr] = this; -};; -Vector_PxMaterialConst.prototype = Object.create(WrapperObject.prototype); -Vector_PxMaterialConst.prototype.constructor = Vector_PxMaterialConst; -Vector_PxMaterialConst.prototype.__class__ = Vector_PxMaterialConst; -Vector_PxMaterialConst.__cache__ = {}; -Module['Vector_PxMaterialConst'] = Vector_PxMaterialConst; - -Vector_PxMaterialConst.prototype['at'] = Vector_PxMaterialConst.prototype.at = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_Vector_PxMaterialConst_at_1(self, index), PxMaterial); -};; - -Vector_PxMaterialConst.prototype['data'] = Vector_PxMaterialConst.prototype.data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_Vector_PxMaterialConst_data_0(self), PxMaterialConstPtr); -};; - -Vector_PxMaterialConst.prototype['size'] = Vector_PxMaterialConst.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_Vector_PxMaterialConst_size_0(self); -};; - -Vector_PxMaterialConst.prototype['push_back'] = Vector_PxMaterialConst.prototype.push_back = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_Vector_PxMaterialConst_push_back_1(self, value); -};; - -Vector_PxMaterialConst.prototype['clear'] = Vector_PxMaterialConst.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxMaterialConst_clear_0(self); -};; - - Vector_PxMaterialConst.prototype['__destroy__'] = Vector_PxMaterialConst.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxMaterialConst___destroy___0(self); -}; -// Vector_PxRaycastHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function Vector_PxRaycastHit(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_Vector_PxRaycastHit_Vector_PxRaycastHit_0(); getCache(Vector_PxRaycastHit)[this.ptr] = this;return } - this.ptr = _emscripten_bind_Vector_PxRaycastHit_Vector_PxRaycastHit_1(size); - getCache(Vector_PxRaycastHit)[this.ptr] = this; -};; -Vector_PxRaycastHit.prototype = Object.create(WrapperObject.prototype); -Vector_PxRaycastHit.prototype.constructor = Vector_PxRaycastHit; -Vector_PxRaycastHit.prototype.__class__ = Vector_PxRaycastHit; -Vector_PxRaycastHit.__cache__ = {}; -Module['Vector_PxRaycastHit'] = Vector_PxRaycastHit; - -Vector_PxRaycastHit.prototype['at'] = Vector_PxRaycastHit.prototype.at = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_Vector_PxRaycastHit_at_1(self, index), PxRaycastHit); -};; - -Vector_PxRaycastHit.prototype['data'] = Vector_PxRaycastHit.prototype.data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_Vector_PxRaycastHit_data_0(self), PxRaycastHit); -};; - -Vector_PxRaycastHit.prototype['size'] = Vector_PxRaycastHit.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_Vector_PxRaycastHit_size_0(self); -};; - -Vector_PxRaycastHit.prototype['push_back'] = Vector_PxRaycastHit.prototype.push_back = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_Vector_PxRaycastHit_push_back_1(self, value); -};; - -Vector_PxRaycastHit.prototype['clear'] = Vector_PxRaycastHit.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxRaycastHit_clear_0(self); -};; - - Vector_PxRaycastHit.prototype['__destroy__'] = Vector_PxRaycastHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxRaycastHit___destroy___0(self); -}; -// Vector_PxReal -/** @suppress {undefinedVars, duplicate} @this{Object} */function Vector_PxReal(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_Vector_PxReal_Vector_PxReal_0(); getCache(Vector_PxReal)[this.ptr] = this;return } - this.ptr = _emscripten_bind_Vector_PxReal_Vector_PxReal_1(size); - getCache(Vector_PxReal)[this.ptr] = this; -};; -Vector_PxReal.prototype = Object.create(WrapperObject.prototype); -Vector_PxReal.prototype.constructor = Vector_PxReal; -Vector_PxReal.prototype.__class__ = Vector_PxReal; -Vector_PxReal.__cache__ = {}; -Module['Vector_PxReal'] = Vector_PxReal; - -Vector_PxReal.prototype['at'] = Vector_PxReal.prototype.at = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return _emscripten_bind_Vector_PxReal_at_1(self, index); -};; - -Vector_PxReal.prototype['data'] = Vector_PxReal.prototype.data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_Vector_PxReal_data_0(self), VoidPtr); -};; - -Vector_PxReal.prototype['size'] = Vector_PxReal.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_Vector_PxReal_size_0(self); -};; - -Vector_PxReal.prototype['push_back'] = Vector_PxReal.prototype.push_back = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_Vector_PxReal_push_back_1(self, value); -};; - -Vector_PxReal.prototype['clear'] = Vector_PxReal.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxReal_clear_0(self); -};; - - Vector_PxReal.prototype['__destroy__'] = Vector_PxReal.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxReal___destroy___0(self); -}; -// Vector_PxSweepHit -/** @suppress {undefinedVars, duplicate} @this{Object} */function Vector_PxSweepHit(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_Vector_PxSweepHit_Vector_PxSweepHit_0(); getCache(Vector_PxSweepHit)[this.ptr] = this;return } - this.ptr = _emscripten_bind_Vector_PxSweepHit_Vector_PxSweepHit_1(size); - getCache(Vector_PxSweepHit)[this.ptr] = this; -};; -Vector_PxSweepHit.prototype = Object.create(WrapperObject.prototype); -Vector_PxSweepHit.prototype.constructor = Vector_PxSweepHit; -Vector_PxSweepHit.prototype.__class__ = Vector_PxSweepHit; -Vector_PxSweepHit.__cache__ = {}; -Module['Vector_PxSweepHit'] = Vector_PxSweepHit; - -Vector_PxSweepHit.prototype['at'] = Vector_PxSweepHit.prototype.at = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_Vector_PxSweepHit_at_1(self, index), PxSweepHit); -};; - -Vector_PxSweepHit.prototype['data'] = Vector_PxSweepHit.prototype.data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_Vector_PxSweepHit_data_0(self), PxSweepHit); -};; - -Vector_PxSweepHit.prototype['size'] = Vector_PxSweepHit.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_Vector_PxSweepHit_size_0(self); -};; - -Vector_PxSweepHit.prototype['push_back'] = Vector_PxSweepHit.prototype.push_back = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_Vector_PxSweepHit_push_back_1(self, value); -};; - -Vector_PxSweepHit.prototype['clear'] = Vector_PxSweepHit.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxSweepHit_clear_0(self); -};; - - Vector_PxSweepHit.prototype['__destroy__'] = Vector_PxSweepHit.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxSweepHit___destroy___0(self); -}; -// Vector_PxU16 -/** @suppress {undefinedVars, duplicate} @this{Object} */function Vector_PxU16(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_Vector_PxU16_Vector_PxU16_0(); getCache(Vector_PxU16)[this.ptr] = this;return } - this.ptr = _emscripten_bind_Vector_PxU16_Vector_PxU16_1(size); - getCache(Vector_PxU16)[this.ptr] = this; -};; -Vector_PxU16.prototype = Object.create(WrapperObject.prototype); -Vector_PxU16.prototype.constructor = Vector_PxU16; -Vector_PxU16.prototype.__class__ = Vector_PxU16; -Vector_PxU16.__cache__ = {}; -Module['Vector_PxU16'] = Vector_PxU16; - -Vector_PxU16.prototype['at'] = Vector_PxU16.prototype.at = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return _emscripten_bind_Vector_PxU16_at_1(self, index); -};; - -Vector_PxU16.prototype['data'] = Vector_PxU16.prototype.data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_Vector_PxU16_data_0(self), VoidPtr); -};; - -Vector_PxU16.prototype['size'] = Vector_PxU16.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_Vector_PxU16_size_0(self); -};; - -Vector_PxU16.prototype['push_back'] = Vector_PxU16.prototype.push_back = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_Vector_PxU16_push_back_1(self, value); -};; - -Vector_PxU16.prototype['clear'] = Vector_PxU16.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxU16_clear_0(self); -};; - - Vector_PxU16.prototype['__destroy__'] = Vector_PxU16.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxU16___destroy___0(self); -}; -// Vector_PxU32 -/** @suppress {undefinedVars, duplicate} @this{Object} */function Vector_PxU32(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_Vector_PxU32_Vector_PxU32_0(); getCache(Vector_PxU32)[this.ptr] = this;return } - this.ptr = _emscripten_bind_Vector_PxU32_Vector_PxU32_1(size); - getCache(Vector_PxU32)[this.ptr] = this; -};; -Vector_PxU32.prototype = Object.create(WrapperObject.prototype); -Vector_PxU32.prototype.constructor = Vector_PxU32; -Vector_PxU32.prototype.__class__ = Vector_PxU32; -Vector_PxU32.__cache__ = {}; -Module['Vector_PxU32'] = Vector_PxU32; - -Vector_PxU32.prototype['at'] = Vector_PxU32.prototype.at = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return _emscripten_bind_Vector_PxU32_at_1(self, index); -};; - -Vector_PxU32.prototype['data'] = Vector_PxU32.prototype.data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_Vector_PxU32_data_0(self), VoidPtr); -};; - -Vector_PxU32.prototype['size'] = Vector_PxU32.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_Vector_PxU32_size_0(self); -};; - -Vector_PxU32.prototype['push_back'] = Vector_PxU32.prototype.push_back = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_Vector_PxU32_push_back_1(self, value); -};; - -Vector_PxU32.prototype['clear'] = Vector_PxU32.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxU32_clear_0(self); -};; - - Vector_PxU32.prototype['__destroy__'] = Vector_PxU32.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxU32___destroy___0(self); -}; -// Vector_PxU8 -/** @suppress {undefinedVars, duplicate} @this{Object} */function Vector_PxU8(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_Vector_PxU8_Vector_PxU8_0(); getCache(Vector_PxU8)[this.ptr] = this;return } - this.ptr = _emscripten_bind_Vector_PxU8_Vector_PxU8_1(size); - getCache(Vector_PxU8)[this.ptr] = this; -};; -Vector_PxU8.prototype = Object.create(WrapperObject.prototype); -Vector_PxU8.prototype.constructor = Vector_PxU8; -Vector_PxU8.prototype.__class__ = Vector_PxU8; -Vector_PxU8.__cache__ = {}; -Module['Vector_PxU8'] = Vector_PxU8; - -Vector_PxU8.prototype['at'] = Vector_PxU8.prototype.at = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return _emscripten_bind_Vector_PxU8_at_1(self, index); -};; - -Vector_PxU8.prototype['data'] = Vector_PxU8.prototype.data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_Vector_PxU8_data_0(self), VoidPtr); -};; - -Vector_PxU8.prototype['size'] = Vector_PxU8.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_Vector_PxU8_size_0(self); -};; - -Vector_PxU8.prototype['push_back'] = Vector_PxU8.prototype.push_back = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_Vector_PxU8_push_back_1(self, value); -};; - -Vector_PxU8.prototype['clear'] = Vector_PxU8.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxU8_clear_0(self); -};; - - Vector_PxU8.prototype['__destroy__'] = Vector_PxU8.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxU8___destroy___0(self); -}; -// Vector_PxVec3 -/** @suppress {undefinedVars, duplicate} @this{Object} */function Vector_PxVec3(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_Vector_PxVec3_Vector_PxVec3_0(); getCache(Vector_PxVec3)[this.ptr] = this;return } - this.ptr = _emscripten_bind_Vector_PxVec3_Vector_PxVec3_1(size); - getCache(Vector_PxVec3)[this.ptr] = this; -};; -Vector_PxVec3.prototype = Object.create(WrapperObject.prototype); -Vector_PxVec3.prototype.constructor = Vector_PxVec3; -Vector_PxVec3.prototype.__class__ = Vector_PxVec3; -Vector_PxVec3.__cache__ = {}; -Module['Vector_PxVec3'] = Vector_PxVec3; - -Vector_PxVec3.prototype['at'] = Vector_PxVec3.prototype.at = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_Vector_PxVec3_at_1(self, index), PxVec3); -};; - -Vector_PxVec3.prototype['data'] = Vector_PxVec3.prototype.data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_Vector_PxVec3_data_0(self), PxVec3); -};; - -Vector_PxVec3.prototype['size'] = Vector_PxVec3.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_Vector_PxVec3_size_0(self); -};; - -Vector_PxVec3.prototype['push_back'] = Vector_PxVec3.prototype.push_back = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_Vector_PxVec3_push_back_1(self, value); -};; - -Vector_PxVec3.prototype['clear'] = Vector_PxVec3.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxVec3_clear_0(self); -};; - - Vector_PxVec3.prototype['__destroy__'] = Vector_PxVec3.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxVec3___destroy___0(self); -}; -// Vector_PxVec4 -/** @suppress {undefinedVars, duplicate} @this{Object} */function Vector_PxVec4(size) { - if (size && typeof size === 'object') size = size.ptr; - if (size === undefined) { this.ptr = _emscripten_bind_Vector_PxVec4_Vector_PxVec4_0(); getCache(Vector_PxVec4)[this.ptr] = this;return } - this.ptr = _emscripten_bind_Vector_PxVec4_Vector_PxVec4_1(size); - getCache(Vector_PxVec4)[this.ptr] = this; -};; -Vector_PxVec4.prototype = Object.create(WrapperObject.prototype); -Vector_PxVec4.prototype.constructor = Vector_PxVec4; -Vector_PxVec4.prototype.__class__ = Vector_PxVec4; -Vector_PxVec4.__cache__ = {}; -Module['Vector_PxVec4'] = Vector_PxVec4; - -Vector_PxVec4.prototype['at'] = Vector_PxVec4.prototype.at = /** @suppress {undefinedVars, duplicate} @this{Object} */function(index) { - var self = this.ptr; - if (index && typeof index === 'object') index = index.ptr; - return wrapPointer(_emscripten_bind_Vector_PxVec4_at_1(self, index), PxVec4); -};; - -Vector_PxVec4.prototype['data'] = Vector_PxVec4.prototype.data = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return wrapPointer(_emscripten_bind_Vector_PxVec4_data_0(self), PxVec4); -};; - -Vector_PxVec4.prototype['size'] = Vector_PxVec4.prototype.size = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - return _emscripten_bind_Vector_PxVec4_size_0(self); -};; - -Vector_PxVec4.prototype['push_back'] = Vector_PxVec4.prototype.push_back = /** @suppress {undefinedVars, duplicate} @this{Object} */function(value) { - var self = this.ptr; - if (value && typeof value === 'object') value = value.ptr; - _emscripten_bind_Vector_PxVec4_push_back_1(self, value); -};; - -Vector_PxVec4.prototype['clear'] = Vector_PxVec4.prototype.clear = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxVec4_clear_0(self); -};; - - Vector_PxVec4.prototype['__destroy__'] = Vector_PxVec4.prototype.__destroy__ = /** @suppress {undefinedVars, duplicate} @this{Object} */function() { - var self = this.ptr; - _emscripten_bind_Vector_PxVec4___destroy___0(self); -}; -(function() { - function setupEnums() { - -// $EngineDriveVehicleEnum - - Module['eDIFFTYPE_FOURWHEELDRIVE'] = _emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_FOURWHEELDRIVE(); - - Module['eDIFFTYPE_MULTIWHEELDRIVE'] = _emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_MULTIWHEELDRIVE(); - - Module['eDIFFTYPE_TANKDRIVE'] = _emscripten_enum_EngineDriveVehicleEnum_eDIFFTYPE_TANKDRIVE(); - - -// $PxActorFlagEnum - - Module['eVISUALIZATION'] = _emscripten_enum_PxActorFlagEnum_eVISUALIZATION(); - - Module['eDISABLE_GRAVITY'] = _emscripten_enum_PxActorFlagEnum_eDISABLE_GRAVITY(); - - Module['eSEND_SLEEP_NOTIFIES'] = _emscripten_enum_PxActorFlagEnum_eSEND_SLEEP_NOTIFIES(); - - Module['eDISABLE_SIMULATION'] = _emscripten_enum_PxActorFlagEnum_eDISABLE_SIMULATION(); - - -// $PxActorTypeEnum - - Module['eRIGID_STATIC'] = _emscripten_enum_PxActorTypeEnum_eRIGID_STATIC(); - - Module['eRIGID_DYNAMIC'] = _emscripten_enum_PxActorTypeEnum_eRIGID_DYNAMIC(); - - Module['eARTICULATION_LINK'] = _emscripten_enum_PxActorTypeEnum_eARTICULATION_LINK(); - - Module['eSOFTBODY'] = _emscripten_enum_PxActorTypeEnum_eSOFTBODY(); - - Module['eFEMCLOTH'] = _emscripten_enum_PxActorTypeEnum_eFEMCLOTH(); - - Module['ePBD_PARTICLESYSTEM'] = _emscripten_enum_PxActorTypeEnum_ePBD_PARTICLESYSTEM(); - - Module['eFLIP_PARTICLESYSTEM'] = _emscripten_enum_PxActorTypeEnum_eFLIP_PARTICLESYSTEM(); - - Module['eMPM_PARTICLESYSTEM'] = _emscripten_enum_PxActorTypeEnum_eMPM_PARTICLESYSTEM(); - - Module['eHAIRSYSTEM'] = _emscripten_enum_PxActorTypeEnum_eHAIRSYSTEM(); - - -// $PxActorTypeFlagEnum - - Module['eRIGID_STATIC'] = _emscripten_enum_PxActorTypeFlagEnum_eRIGID_STATIC(); - - Module['eRIGID_DYNAMIC'] = _emscripten_enum_PxActorTypeFlagEnum_eRIGID_DYNAMIC(); - - -// $PxArticulationAxisEnum - - Module['eTWIST'] = _emscripten_enum_PxArticulationAxisEnum_eTWIST(); - - Module['eSWING1'] = _emscripten_enum_PxArticulationAxisEnum_eSWING1(); - - Module['eSWING2'] = _emscripten_enum_PxArticulationAxisEnum_eSWING2(); - - Module['eX'] = _emscripten_enum_PxArticulationAxisEnum_eX(); - - Module['eY'] = _emscripten_enum_PxArticulationAxisEnum_eY(); - - Module['eZ'] = _emscripten_enum_PxArticulationAxisEnum_eZ(); - - -// $PxArticulationCacheFlagEnum - - Module['eVELOCITY'] = _emscripten_enum_PxArticulationCacheFlagEnum_eVELOCITY(); - - Module['eACCELERATION'] = _emscripten_enum_PxArticulationCacheFlagEnum_eACCELERATION(); - - Module['ePOSITION'] = _emscripten_enum_PxArticulationCacheFlagEnum_ePOSITION(); - - Module['eFORCE'] = _emscripten_enum_PxArticulationCacheFlagEnum_eFORCE(); - - Module['eLINK_VELOCITY'] = _emscripten_enum_PxArticulationCacheFlagEnum_eLINK_VELOCITY(); - - Module['eLINK_ACCELERATION'] = _emscripten_enum_PxArticulationCacheFlagEnum_eLINK_ACCELERATION(); - - Module['eROOT_TRANSFORM'] = _emscripten_enum_PxArticulationCacheFlagEnum_eROOT_TRANSFORM(); - - Module['eROOT_VELOCITIES'] = _emscripten_enum_PxArticulationCacheFlagEnum_eROOT_VELOCITIES(); - - Module['eSENSOR_FORCES'] = _emscripten_enum_PxArticulationCacheFlagEnum_eSENSOR_FORCES(); - - Module['eJOINT_SOLVER_FORCES'] = _emscripten_enum_PxArticulationCacheFlagEnum_eJOINT_SOLVER_FORCES(); - - Module['eALL'] = _emscripten_enum_PxArticulationCacheFlagEnum_eALL(); - - -// $PxArticulationDriveTypeEnum - - Module['eFORCE'] = _emscripten_enum_PxArticulationDriveTypeEnum_eFORCE(); - - Module['eACCELERATION'] = _emscripten_enum_PxArticulationDriveTypeEnum_eACCELERATION(); - - Module['eTARGET'] = _emscripten_enum_PxArticulationDriveTypeEnum_eTARGET(); - - Module['eVELOCITY'] = _emscripten_enum_PxArticulationDriveTypeEnum_eVELOCITY(); - - Module['eNONE'] = _emscripten_enum_PxArticulationDriveTypeEnum_eNONE(); - - -// $PxArticulationFlagEnum - - Module['eFIX_BASE'] = _emscripten_enum_PxArticulationFlagEnum_eFIX_BASE(); - - Module['eDRIVE_LIMITS_ARE_FORCES'] = _emscripten_enum_PxArticulationFlagEnum_eDRIVE_LIMITS_ARE_FORCES(); - - Module['eDISABLE_SELF_COLLISION'] = _emscripten_enum_PxArticulationFlagEnum_eDISABLE_SELF_COLLISION(); - - Module['eCOMPUTE_JOINT_FORCES'] = _emscripten_enum_PxArticulationFlagEnum_eCOMPUTE_JOINT_FORCES(); - - -// $PxArticulationJointTypeEnum - - Module['eFIX'] = _emscripten_enum_PxArticulationJointTypeEnum_eFIX(); - - Module['ePRISMATIC'] = _emscripten_enum_PxArticulationJointTypeEnum_ePRISMATIC(); - - Module['eREVOLUTE'] = _emscripten_enum_PxArticulationJointTypeEnum_eREVOLUTE(); - - Module['eSPHERICAL'] = _emscripten_enum_PxArticulationJointTypeEnum_eSPHERICAL(); - - Module['eUNDEFINED'] = _emscripten_enum_PxArticulationJointTypeEnum_eUNDEFINED(); - - -// $PxArticulationKinematicFlagEnum - - Module['ePOSITION'] = _emscripten_enum_PxArticulationKinematicFlagEnum_ePOSITION(); - - Module['eVELOCITY'] = _emscripten_enum_PxArticulationKinematicFlagEnum_eVELOCITY(); - - -// $PxArticulationMotionEnum - - Module['eLOCKED'] = _emscripten_enum_PxArticulationMotionEnum_eLOCKED(); - - Module['eLIMITED'] = _emscripten_enum_PxArticulationMotionEnum_eLIMITED(); - - Module['eFREE'] = _emscripten_enum_PxArticulationMotionEnum_eFREE(); - - -// $PxArticulationSensorFlagEnum - - Module['eFORWARD_DYNAMICS_FORCES'] = _emscripten_enum_PxArticulationSensorFlagEnum_eFORWARD_DYNAMICS_FORCES(); - - Module['eCONSTRAINT_SOLVER_FORCES'] = _emscripten_enum_PxArticulationSensorFlagEnum_eCONSTRAINT_SOLVER_FORCES(); - - Module['eWORLD_FRAME'] = _emscripten_enum_PxArticulationSensorFlagEnum_eWORLD_FRAME(); - - -// $PxBVHBuildStrategyEnum - - Module['eFAST'] = _emscripten_enum_PxBVHBuildStrategyEnum_eFAST(); - - Module['eDEFAULT'] = _emscripten_enum_PxBVHBuildStrategyEnum_eDEFAULT(); - - Module['eSAH'] = _emscripten_enum_PxBVHBuildStrategyEnum_eSAH(); - - -// $PxBaseFlagEnum - - Module['eOWNS_MEMORY'] = _emscripten_enum_PxBaseFlagEnum_eOWNS_MEMORY(); - - Module['eIS_RELEASABLE'] = _emscripten_enum_PxBaseFlagEnum_eIS_RELEASABLE(); - - -// $PxBroadPhaseTypeEnum - - Module['eSAP'] = _emscripten_enum_PxBroadPhaseTypeEnum_eSAP(); - - Module['eMBP'] = _emscripten_enum_PxBroadPhaseTypeEnum_eMBP(); - - Module['eABP'] = _emscripten_enum_PxBroadPhaseTypeEnum_eABP(); - - Module['ePABP'] = _emscripten_enum_PxBroadPhaseTypeEnum_ePABP(); - - Module['eGPU'] = _emscripten_enum_PxBroadPhaseTypeEnum_eGPU(); - - -// $PxCapsuleClimbingModeEnum - - Module['eEASY'] = _emscripten_enum_PxCapsuleClimbingModeEnum_eEASY(); - - Module['eCONSTRAINED'] = _emscripten_enum_PxCapsuleClimbingModeEnum_eCONSTRAINED(); - - -// $PxCombineModeEnum - - Module['eAVERAGE'] = _emscripten_enum_PxCombineModeEnum_eAVERAGE(); - - Module['eMIN'] = _emscripten_enum_PxCombineModeEnum_eMIN(); - - Module['eMULTIPLY'] = _emscripten_enum_PxCombineModeEnum_eMULTIPLY(); - - Module['eMAX'] = _emscripten_enum_PxCombineModeEnum_eMAX(); - - -// $PxConstraintFlagEnum - - Module['eBROKEN'] = _emscripten_enum_PxConstraintFlagEnum_eBROKEN(); - - Module['eCOLLISION_ENABLED'] = _emscripten_enum_PxConstraintFlagEnum_eCOLLISION_ENABLED(); - - Module['eVISUALIZATION'] = _emscripten_enum_PxConstraintFlagEnum_eVISUALIZATION(); - - Module['eDRIVE_LIMITS_ARE_FORCES'] = _emscripten_enum_PxConstraintFlagEnum_eDRIVE_LIMITS_ARE_FORCES(); - - Module['eIMPROVED_SLERP'] = _emscripten_enum_PxConstraintFlagEnum_eIMPROVED_SLERP(); - - Module['eDISABLE_PREPROCESSING'] = _emscripten_enum_PxConstraintFlagEnum_eDISABLE_PREPROCESSING(); - - Module['eENABLE_EXTENDED_LIMITS'] = _emscripten_enum_PxConstraintFlagEnum_eENABLE_EXTENDED_LIMITS(); - - Module['eGPU_COMPATIBLE'] = _emscripten_enum_PxConstraintFlagEnum_eGPU_COMPATIBLE(); - - Module['eALWAYS_UPDATE'] = _emscripten_enum_PxConstraintFlagEnum_eALWAYS_UPDATE(); - - Module['eDISABLE_CONSTRAINT'] = _emscripten_enum_PxConstraintFlagEnum_eDISABLE_CONSTRAINT(); - - -// $PxContactPairFlagEnum - - Module['eREMOVED_SHAPE_0'] = _emscripten_enum_PxContactPairFlagEnum_eREMOVED_SHAPE_0(); - - Module['eREMOVED_SHAPE_1'] = _emscripten_enum_PxContactPairFlagEnum_eREMOVED_SHAPE_1(); - - Module['eACTOR_PAIR_HAS_FIRST_TOUCH'] = _emscripten_enum_PxContactPairFlagEnum_eACTOR_PAIR_HAS_FIRST_TOUCH(); - - Module['eACTOR_PAIR_LOST_TOUCH'] = _emscripten_enum_PxContactPairFlagEnum_eACTOR_PAIR_LOST_TOUCH(); - - Module['eINTERNAL_HAS_IMPULSES'] = _emscripten_enum_PxContactPairFlagEnum_eINTERNAL_HAS_IMPULSES(); - - Module['eINTERNAL_CONTACTS_ARE_FLIPPED'] = _emscripten_enum_PxContactPairFlagEnum_eINTERNAL_CONTACTS_ARE_FLIPPED(); - - -// $PxContactPairHeaderFlagEnum - - Module['eREMOVED_ACTOR_0'] = _emscripten_enum_PxContactPairHeaderFlagEnum_eREMOVED_ACTOR_0(); - - Module['eREMOVED_ACTOR_1'] = _emscripten_enum_PxContactPairHeaderFlagEnum_eREMOVED_ACTOR_1(); - - -// $PxControllerBehaviorFlagEnum - - Module['eCCT_CAN_RIDE_ON_OBJECT'] = _emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_CAN_RIDE_ON_OBJECT(); - - Module['eCCT_SLIDE'] = _emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_SLIDE(); - - Module['eCCT_USER_DEFINED_RIDE'] = _emscripten_enum_PxControllerBehaviorFlagEnum_eCCT_USER_DEFINED_RIDE(); - - -// $PxControllerCollisionFlagEnum - - Module['eCOLLISION_SIDES'] = _emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_SIDES(); - - Module['eCOLLISION_UP'] = _emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_UP(); - - Module['eCOLLISION_DOWN'] = _emscripten_enum_PxControllerCollisionFlagEnum_eCOLLISION_DOWN(); - - -// $PxControllerNonWalkableModeEnum - - Module['ePREVENT_CLIMBING'] = _emscripten_enum_PxControllerNonWalkableModeEnum_ePREVENT_CLIMBING(); - - Module['ePREVENT_CLIMBING_AND_FORCE_SLIDING'] = _emscripten_enum_PxControllerNonWalkableModeEnum_ePREVENT_CLIMBING_AND_FORCE_SLIDING(); - - -// $PxControllerShapeTypeEnum - - Module['eBOX'] = _emscripten_enum_PxControllerShapeTypeEnum_eBOX(); - - Module['eCAPSULE'] = _emscripten_enum_PxControllerShapeTypeEnum_eCAPSULE(); - - -// $PxConvexFlagEnum - - Module['e16_BIT_INDICES'] = _emscripten_enum_PxConvexFlagEnum_e16_BIT_INDICES(); - - Module['eCOMPUTE_CONVEX'] = _emscripten_enum_PxConvexFlagEnum_eCOMPUTE_CONVEX(); - - Module['eCHECK_ZERO_AREA_TRIANGLES'] = _emscripten_enum_PxConvexFlagEnum_eCHECK_ZERO_AREA_TRIANGLES(); - - Module['eQUANTIZE_INPUT'] = _emscripten_enum_PxConvexFlagEnum_eQUANTIZE_INPUT(); - - Module['eDISABLE_MESH_VALIDATION'] = _emscripten_enum_PxConvexFlagEnum_eDISABLE_MESH_VALIDATION(); - - Module['ePLANE_SHIFTING'] = _emscripten_enum_PxConvexFlagEnum_ePLANE_SHIFTING(); - - Module['eFAST_INERTIA_COMPUTATION'] = _emscripten_enum_PxConvexFlagEnum_eFAST_INERTIA_COMPUTATION(); - - Module['eGPU_COMPATIBLE'] = _emscripten_enum_PxConvexFlagEnum_eGPU_COMPATIBLE(); - - Module['eSHIFT_VERTICES'] = _emscripten_enum_PxConvexFlagEnum_eSHIFT_VERTICES(); - - -// $PxConvexMeshCookingTypeEnum - - Module['eQUICKHULL'] = _emscripten_enum_PxConvexMeshCookingTypeEnum_eQUICKHULL(); - - -// $PxConvexMeshGeometryFlagEnum - - Module['eTIGHT_BOUNDS'] = _emscripten_enum_PxConvexMeshGeometryFlagEnum_eTIGHT_BOUNDS(); - - -// $PxD6AxisEnum - - Module['eX'] = _emscripten_enum_PxD6AxisEnum_eX(); - - Module['eY'] = _emscripten_enum_PxD6AxisEnum_eY(); - - Module['eZ'] = _emscripten_enum_PxD6AxisEnum_eZ(); - - Module['eTWIST'] = _emscripten_enum_PxD6AxisEnum_eTWIST(); - - Module['eSWING1'] = _emscripten_enum_PxD6AxisEnum_eSWING1(); - - Module['eSWING2'] = _emscripten_enum_PxD6AxisEnum_eSWING2(); - - -// $PxD6DriveEnum - - Module['eX'] = _emscripten_enum_PxD6DriveEnum_eX(); - - Module['eY'] = _emscripten_enum_PxD6DriveEnum_eY(); - - Module['eZ'] = _emscripten_enum_PxD6DriveEnum_eZ(); - - Module['eSWING'] = _emscripten_enum_PxD6DriveEnum_eSWING(); - - Module['eTWIST'] = _emscripten_enum_PxD6DriveEnum_eTWIST(); - - Module['eSLERP'] = _emscripten_enum_PxD6DriveEnum_eSLERP(); - - -// $PxD6JointDriveFlagEnum - - Module['eACCELERATION'] = _emscripten_enum_PxD6JointDriveFlagEnum_eACCELERATION(); - - -// $PxD6MotionEnum - - Module['eLOCKED'] = _emscripten_enum_PxD6MotionEnum_eLOCKED(); - - Module['eLIMITED'] = _emscripten_enum_PxD6MotionEnum_eLIMITED(); - - Module['eFREE'] = _emscripten_enum_PxD6MotionEnum_eFREE(); - - -// $PxDebugColorEnum - - Module['eARGB_BLACK'] = _emscripten_enum_PxDebugColorEnum_eARGB_BLACK(); - - Module['eARGB_RED'] = _emscripten_enum_PxDebugColorEnum_eARGB_RED(); - - Module['eARGB_GREEN'] = _emscripten_enum_PxDebugColorEnum_eARGB_GREEN(); - - Module['eARGB_BLUE'] = _emscripten_enum_PxDebugColorEnum_eARGB_BLUE(); - - Module['eARGB_YELLOW'] = _emscripten_enum_PxDebugColorEnum_eARGB_YELLOW(); - - Module['eARGB_MAGENTA'] = _emscripten_enum_PxDebugColorEnum_eARGB_MAGENTA(); - - Module['eARGB_CYAN'] = _emscripten_enum_PxDebugColorEnum_eARGB_CYAN(); - - Module['eARGB_WHITE'] = _emscripten_enum_PxDebugColorEnum_eARGB_WHITE(); - - Module['eARGB_GREY'] = _emscripten_enum_PxDebugColorEnum_eARGB_GREY(); - - Module['eARGB_DARKRED'] = _emscripten_enum_PxDebugColorEnum_eARGB_DARKRED(); - - Module['eARGB_DARKGREEN'] = _emscripten_enum_PxDebugColorEnum_eARGB_DARKGREEN(); - - Module['eARGB_DARKBLUE'] = _emscripten_enum_PxDebugColorEnum_eARGB_DARKBLUE(); - - -// $PxDistanceJointFlagEnum - - Module['eMAX_DISTANCE_ENABLED'] = _emscripten_enum_PxDistanceJointFlagEnum_eMAX_DISTANCE_ENABLED(); - - Module['eMIN_DISTANCE_ENABLED'] = _emscripten_enum_PxDistanceJointFlagEnum_eMIN_DISTANCE_ENABLED(); - - Module['eSPRING_ENABLED'] = _emscripten_enum_PxDistanceJointFlagEnum_eSPRING_ENABLED(); - - -// $PxDynamicTreeSecondaryPrunerEnum - - Module['eNONE'] = _emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eNONE(); - - Module['eBUCKET'] = _emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eBUCKET(); - - Module['eINCREMENTAL'] = _emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eINCREMENTAL(); - - Module['eBVH'] = _emscripten_enum_PxDynamicTreeSecondaryPrunerEnum_eBVH(); - - -// $PxErrorCodeEnum - - Module['eNO_ERROR'] = _emscripten_enum_PxErrorCodeEnum_eNO_ERROR(); - - Module['eDEBUG_INFO'] = _emscripten_enum_PxErrorCodeEnum_eDEBUG_INFO(); - - Module['eDEBUG_WARNING'] = _emscripten_enum_PxErrorCodeEnum_eDEBUG_WARNING(); - - Module['eINVALID_PARAMETER'] = _emscripten_enum_PxErrorCodeEnum_eINVALID_PARAMETER(); - - Module['eINVALID_OPERATION'] = _emscripten_enum_PxErrorCodeEnum_eINVALID_OPERATION(); - - Module['eOUT_OF_MEMORY'] = _emscripten_enum_PxErrorCodeEnum_eOUT_OF_MEMORY(); - - Module['eINTERNAL_ERROR'] = _emscripten_enum_PxErrorCodeEnum_eINTERNAL_ERROR(); - - Module['eABORT'] = _emscripten_enum_PxErrorCodeEnum_eABORT(); - - Module['ePERF_WARNING'] = _emscripten_enum_PxErrorCodeEnum_ePERF_WARNING(); - - Module['eMASK_ALL'] = _emscripten_enum_PxErrorCodeEnum_eMASK_ALL(); - - -// $PxFilterFlagEnum - - Module['eKILL'] = _emscripten_enum_PxFilterFlagEnum_eKILL(); - - Module['eSUPPRESS'] = _emscripten_enum_PxFilterFlagEnum_eSUPPRESS(); - - Module['eCALLBACK'] = _emscripten_enum_PxFilterFlagEnum_eCALLBACK(); - - Module['eNOTIFY'] = _emscripten_enum_PxFilterFlagEnum_eNOTIFY(); - - Module['eDEFAULT'] = _emscripten_enum_PxFilterFlagEnum_eDEFAULT(); - - -// $PxFilterObjectFlagEnum - - Module['eKINEMATIC'] = _emscripten_enum_PxFilterObjectFlagEnum_eKINEMATIC(); - - Module['eTRIGGER'] = _emscripten_enum_PxFilterObjectFlagEnum_eTRIGGER(); - - -// $PxForceModeEnum - - Module['eFORCE'] = _emscripten_enum_PxForceModeEnum_eFORCE(); - - Module['eIMPULSE'] = _emscripten_enum_PxForceModeEnum_eIMPULSE(); - - Module['eVELOCITY_CHANGE'] = _emscripten_enum_PxForceModeEnum_eVELOCITY_CHANGE(); - - Module['eACCELERATION'] = _emscripten_enum_PxForceModeEnum_eACCELERATION(); - - -// $PxFrictionTypeEnum - - Module['ePATCH'] = _emscripten_enum_PxFrictionTypeEnum_ePATCH(); - - Module['eONE_DIRECTIONAL'] = _emscripten_enum_PxFrictionTypeEnum_eONE_DIRECTIONAL(); - - Module['eTWO_DIRECTIONAL'] = _emscripten_enum_PxFrictionTypeEnum_eTWO_DIRECTIONAL(); - - Module['eFRICTION_COUNT'] = _emscripten_enum_PxFrictionTypeEnum_eFRICTION_COUNT(); - - -// $PxGeometryTypeEnum - - Module['eSPHERE'] = _emscripten_enum_PxGeometryTypeEnum_eSPHERE(); - - Module['ePLANE'] = _emscripten_enum_PxGeometryTypeEnum_ePLANE(); - - Module['eCAPSULE'] = _emscripten_enum_PxGeometryTypeEnum_eCAPSULE(); - - Module['eBOX'] = _emscripten_enum_PxGeometryTypeEnum_eBOX(); - - Module['eCONVEXMESH'] = _emscripten_enum_PxGeometryTypeEnum_eCONVEXMESH(); - - Module['eTRIANGLEMESH'] = _emscripten_enum_PxGeometryTypeEnum_eTRIANGLEMESH(); - - Module['eHEIGHTFIELD'] = _emscripten_enum_PxGeometryTypeEnum_eHEIGHTFIELD(); - - Module['eCUSTOM'] = _emscripten_enum_PxGeometryTypeEnum_eCUSTOM(); - - -// $PxHeightFieldFlagEnum - - Module['eNO_BOUNDARY_EDGES'] = _emscripten_enum_PxHeightFieldFlagEnum_eNO_BOUNDARY_EDGES(); - - -// $PxHeightFieldFormatEnum - - Module['eS16_TM'] = _emscripten_enum_PxHeightFieldFormatEnum_eS16_TM(); - - -// $PxHitFlagEnum - - Module['ePOSITION'] = _emscripten_enum_PxHitFlagEnum_ePOSITION(); - - Module['eNORMAL'] = _emscripten_enum_PxHitFlagEnum_eNORMAL(); - - Module['eUV'] = _emscripten_enum_PxHitFlagEnum_eUV(); - - Module['eASSUME_NO_INITIAL_OVERLAP'] = _emscripten_enum_PxHitFlagEnum_eASSUME_NO_INITIAL_OVERLAP(); - - Module['eMESH_MULTIPLE'] = _emscripten_enum_PxHitFlagEnum_eMESH_MULTIPLE(); - - Module['eMESH_ANY'] = _emscripten_enum_PxHitFlagEnum_eMESH_ANY(); - - Module['eMESH_BOTH_SIDES'] = _emscripten_enum_PxHitFlagEnum_eMESH_BOTH_SIDES(); - - Module['ePRECISE_SWEEP'] = _emscripten_enum_PxHitFlagEnum_ePRECISE_SWEEP(); - - Module['eMTD'] = _emscripten_enum_PxHitFlagEnum_eMTD(); - - Module['eFACE_INDEX'] = _emscripten_enum_PxHitFlagEnum_eFACE_INDEX(); - - Module['eDEFAULT'] = _emscripten_enum_PxHitFlagEnum_eDEFAULT(); - - Module['eMODIFIABLE_FLAGS'] = _emscripten_enum_PxHitFlagEnum_eMODIFIABLE_FLAGS(); - - -// $PxIDENTITYEnum - - Module['PxIdentity'] = _emscripten_enum_PxIDENTITYEnum_PxIdentity(); - - -// $PxJointActorIndexEnum - - Module['eACTOR0'] = _emscripten_enum_PxJointActorIndexEnum_eACTOR0(); - - Module['eACTOR1'] = _emscripten_enum_PxJointActorIndexEnum_eACTOR1(); - - -// $PxMaterialFlagEnum - - Module['eDISABLE_FRICTION'] = _emscripten_enum_PxMaterialFlagEnum_eDISABLE_FRICTION(); - - Module['eDISABLE_STRONG_FRICTION'] = _emscripten_enum_PxMaterialFlagEnum_eDISABLE_STRONG_FRICTION(); - - Module['eIMPROVED_PATCH_FRICTION'] = _emscripten_enum_PxMaterialFlagEnum_eIMPROVED_PATCH_FRICTION(); - - -// $PxMeshCookingHintEnum - - Module['eSIM_PERFORMANCE'] = _emscripten_enum_PxMeshCookingHintEnum_eSIM_PERFORMANCE(); - - Module['eCOOKING_PERFORMANCE'] = _emscripten_enum_PxMeshCookingHintEnum_eCOOKING_PERFORMANCE(); - - -// $PxMeshFlagEnum - - Module['eFLIPNORMALS'] = _emscripten_enum_PxMeshFlagEnum_eFLIPNORMALS(); - - Module['e16_BIT_INDICES'] = _emscripten_enum_PxMeshFlagEnum_e16_BIT_INDICES(); - - -// $PxMeshGeometryFlagEnum - - Module['eDOUBLE_SIDED'] = _emscripten_enum_PxMeshGeometryFlagEnum_eDOUBLE_SIDED(); - - -// $PxMeshMidPhaseEnum - - Module['eBVH33'] = _emscripten_enum_PxMeshMidPhaseEnum_eBVH33(); - - Module['eBVH34'] = _emscripten_enum_PxMeshMidPhaseEnum_eBVH34(); - - -// $PxMeshPreprocessingFlagEnum - - Module['eWELD_VERTICES'] = _emscripten_enum_PxMeshPreprocessingFlagEnum_eWELD_VERTICES(); - - Module['eDISABLE_CLEAN_MESH'] = _emscripten_enum_PxMeshPreprocessingFlagEnum_eDISABLE_CLEAN_MESH(); - - Module['eDISABLE_ACTIVE_EDGES_PRECOMPUTE'] = _emscripten_enum_PxMeshPreprocessingFlagEnum_eDISABLE_ACTIVE_EDGES_PRECOMPUTE(); - - Module['eFORCE_32BIT_INDICES'] = _emscripten_enum_PxMeshPreprocessingFlagEnum_eFORCE_32BIT_INDICES(); - - -// $PxPairFilteringModeEnum - - Module['eKEEP'] = _emscripten_enum_PxPairFilteringModeEnum_eKEEP(); - - Module['eSUPPRESS'] = _emscripten_enum_PxPairFilteringModeEnum_eSUPPRESS(); - - Module['eKILL'] = _emscripten_enum_PxPairFilteringModeEnum_eKILL(); - - Module['eDEFAULT'] = _emscripten_enum_PxPairFilteringModeEnum_eDEFAULT(); - - -// $PxPairFlagEnum - - Module['eSOLVE_CONTACT'] = _emscripten_enum_PxPairFlagEnum_eSOLVE_CONTACT(); - - Module['eMODIFY_CONTACTS'] = _emscripten_enum_PxPairFlagEnum_eMODIFY_CONTACTS(); - - Module['eNOTIFY_TOUCH_FOUND'] = _emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_FOUND(); - - Module['eNOTIFY_TOUCH_PERSISTS'] = _emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_PERSISTS(); - - Module['eNOTIFY_TOUCH_LOST'] = _emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_LOST(); - - Module['eNOTIFY_TOUCH_CCD'] = _emscripten_enum_PxPairFlagEnum_eNOTIFY_TOUCH_CCD(); - - Module['eNOTIFY_THRESHOLD_FORCE_FOUND'] = _emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_FOUND(); - - Module['eNOTIFY_THRESHOLD_FORCE_PERSISTS'] = _emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_PERSISTS(); - - Module['eNOTIFY_THRESHOLD_FORCE_LOST'] = _emscripten_enum_PxPairFlagEnum_eNOTIFY_THRESHOLD_FORCE_LOST(); - - Module['eNOTIFY_CONTACT_POINTS'] = _emscripten_enum_PxPairFlagEnum_eNOTIFY_CONTACT_POINTS(); - - Module['eDETECT_DISCRETE_CONTACT'] = _emscripten_enum_PxPairFlagEnum_eDETECT_DISCRETE_CONTACT(); - - Module['eDETECT_CCD_CONTACT'] = _emscripten_enum_PxPairFlagEnum_eDETECT_CCD_CONTACT(); - - Module['ePRE_SOLVER_VELOCITY'] = _emscripten_enum_PxPairFlagEnum_ePRE_SOLVER_VELOCITY(); - - Module['ePOST_SOLVER_VELOCITY'] = _emscripten_enum_PxPairFlagEnum_ePOST_SOLVER_VELOCITY(); - - Module['eCONTACT_EVENT_POSE'] = _emscripten_enum_PxPairFlagEnum_eCONTACT_EVENT_POSE(); - - Module['eNEXT_FREE'] = _emscripten_enum_PxPairFlagEnum_eNEXT_FREE(); - - Module['eCONTACT_DEFAULT'] = _emscripten_enum_PxPairFlagEnum_eCONTACT_DEFAULT(); - - Module['eTRIGGER_DEFAULT'] = _emscripten_enum_PxPairFlagEnum_eTRIGGER_DEFAULT(); - - -// $PxPrismaticJointFlagEnum - - Module['eLIMIT_ENABLED'] = _emscripten_enum_PxPrismaticJointFlagEnum_eLIMIT_ENABLED(); - - -// $PxPruningStructureTypeEnum - - Module['eNONE'] = _emscripten_enum_PxPruningStructureTypeEnum_eNONE(); - - Module['eDYNAMIC_AABB_TREE'] = _emscripten_enum_PxPruningStructureTypeEnum_eDYNAMIC_AABB_TREE(); - - Module['eSTATIC_AABB_TREE'] = _emscripten_enum_PxPruningStructureTypeEnum_eSTATIC_AABB_TREE(); - - -// $PxPvdInstrumentationFlagEnum - - Module['eDEBUG'] = _emscripten_enum_PxPvdInstrumentationFlagEnum_eDEBUG(); - - Module['ePROFILE'] = _emscripten_enum_PxPvdInstrumentationFlagEnum_ePROFILE(); - - Module['eMEMORY'] = _emscripten_enum_PxPvdInstrumentationFlagEnum_eMEMORY(); - - Module['eALL'] = _emscripten_enum_PxPvdInstrumentationFlagEnum_eALL(); - - -// $PxQueryFlagEnum - - Module['eSTATIC'] = _emscripten_enum_PxQueryFlagEnum_eSTATIC(); - - Module['eDYNAMIC'] = _emscripten_enum_PxQueryFlagEnum_eDYNAMIC(); - - Module['ePREFILTER'] = _emscripten_enum_PxQueryFlagEnum_ePREFILTER(); - - Module['ePOSTFILTER'] = _emscripten_enum_PxQueryFlagEnum_ePOSTFILTER(); - - Module['eANY_HIT'] = _emscripten_enum_PxQueryFlagEnum_eANY_HIT(); - - Module['eNO_BLOCK'] = _emscripten_enum_PxQueryFlagEnum_eNO_BLOCK(); - - -// $PxRevoluteJointFlagEnum - - Module['eLIMIT_ENABLED'] = _emscripten_enum_PxRevoluteJointFlagEnum_eLIMIT_ENABLED(); - - Module['eDRIVE_ENABLED'] = _emscripten_enum_PxRevoluteJointFlagEnum_eDRIVE_ENABLED(); - - Module['eDRIVE_FREESPIN'] = _emscripten_enum_PxRevoluteJointFlagEnum_eDRIVE_FREESPIN(); - - -// $PxRigidBodyFlagEnum - - Module['eKINEMATIC'] = _emscripten_enum_PxRigidBodyFlagEnum_eKINEMATIC(); - - Module['eUSE_KINEMATIC_TARGET_FOR_SCENE_QUERIES'] = _emscripten_enum_PxRigidBodyFlagEnum_eUSE_KINEMATIC_TARGET_FOR_SCENE_QUERIES(); - - Module['eENABLE_CCD'] = _emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD(); - - Module['eENABLE_CCD_FRICTION'] = _emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD_FRICTION(); - - Module['eENABLE_POSE_INTEGRATION_PREVIEW'] = _emscripten_enum_PxRigidBodyFlagEnum_eENABLE_POSE_INTEGRATION_PREVIEW(); - - Module['eENABLE_SPECULATIVE_CCD'] = _emscripten_enum_PxRigidBodyFlagEnum_eENABLE_SPECULATIVE_CCD(); - - Module['eENABLE_CCD_MAX_CONTACT_IMPULSE'] = _emscripten_enum_PxRigidBodyFlagEnum_eENABLE_CCD_MAX_CONTACT_IMPULSE(); - - Module['eRETAIN_ACCELERATIONS'] = _emscripten_enum_PxRigidBodyFlagEnum_eRETAIN_ACCELERATIONS(); - - -// $PxRigidDynamicLockFlagEnum - - Module['eLOCK_LINEAR_X'] = _emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_X(); - - Module['eLOCK_LINEAR_Y'] = _emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_Y(); - - Module['eLOCK_LINEAR_Z'] = _emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_LINEAR_Z(); - - Module['eLOCK_ANGULAR_X'] = _emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_X(); - - Module['eLOCK_ANGULAR_Y'] = _emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_Y(); - - Module['eLOCK_ANGULAR_Z'] = _emscripten_enum_PxRigidDynamicLockFlagEnum_eLOCK_ANGULAR_Z(); - - -// $PxSceneFlagEnum - - Module['eENABLE_ACTIVE_ACTORS'] = _emscripten_enum_PxSceneFlagEnum_eENABLE_ACTIVE_ACTORS(); - - Module['eENABLE_CCD'] = _emscripten_enum_PxSceneFlagEnum_eENABLE_CCD(); - - Module['eDISABLE_CCD_RESWEEP'] = _emscripten_enum_PxSceneFlagEnum_eDISABLE_CCD_RESWEEP(); - - Module['eENABLE_PCM'] = _emscripten_enum_PxSceneFlagEnum_eENABLE_PCM(); - - Module['eDISABLE_CONTACT_REPORT_BUFFER_RESIZE'] = _emscripten_enum_PxSceneFlagEnum_eDISABLE_CONTACT_REPORT_BUFFER_RESIZE(); - - Module['eDISABLE_CONTACT_CACHE'] = _emscripten_enum_PxSceneFlagEnum_eDISABLE_CONTACT_CACHE(); - - Module['eREQUIRE_RW_LOCK'] = _emscripten_enum_PxSceneFlagEnum_eREQUIRE_RW_LOCK(); - - Module['eENABLE_STABILIZATION'] = _emscripten_enum_PxSceneFlagEnum_eENABLE_STABILIZATION(); - - Module['eENABLE_AVERAGE_POINT'] = _emscripten_enum_PxSceneFlagEnum_eENABLE_AVERAGE_POINT(); - - Module['eEXCLUDE_KINEMATICS_FROM_ACTIVE_ACTORS'] = _emscripten_enum_PxSceneFlagEnum_eEXCLUDE_KINEMATICS_FROM_ACTIVE_ACTORS(); - - Module['eENABLE_GPU_DYNAMICS'] = _emscripten_enum_PxSceneFlagEnum_eENABLE_GPU_DYNAMICS(); - - Module['eENABLE_ENHANCED_DETERMINISM'] = _emscripten_enum_PxSceneFlagEnum_eENABLE_ENHANCED_DETERMINISM(); - - Module['eENABLE_FRICTION_EVERY_ITERATION'] = _emscripten_enum_PxSceneFlagEnum_eENABLE_FRICTION_EVERY_ITERATION(); - - Module['eENABLE_DIRECT_GPU_API'] = _emscripten_enum_PxSceneFlagEnum_eENABLE_DIRECT_GPU_API(); - - Module['eMUTABLE_FLAGS'] = _emscripten_enum_PxSceneFlagEnum_eMUTABLE_FLAGS(); - - -// $PxSceneQueryUpdateModeEnum - - Module['eBUILD_ENABLED_COMMIT_ENABLED'] = _emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_ENABLED_COMMIT_ENABLED(); - - Module['eBUILD_ENABLED_COMMIT_DISABLED'] = _emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_ENABLED_COMMIT_DISABLED(); - - Module['eBUILD_DISABLED_COMMIT_DISABLED'] = _emscripten_enum_PxSceneQueryUpdateModeEnum_eBUILD_DISABLED_COMMIT_DISABLED(); - - -// $PxShapeFlagEnum - - Module['eSIMULATION_SHAPE'] = _emscripten_enum_PxShapeFlagEnum_eSIMULATION_SHAPE(); - - Module['eSCENE_QUERY_SHAPE'] = _emscripten_enum_PxShapeFlagEnum_eSCENE_QUERY_SHAPE(); - - Module['eTRIGGER_SHAPE'] = _emscripten_enum_PxShapeFlagEnum_eTRIGGER_SHAPE(); - - Module['eVISUALIZATION'] = _emscripten_enum_PxShapeFlagEnum_eVISUALIZATION(); - - -// $PxSolverTypeEnum - - Module['ePGS'] = _emscripten_enum_PxSolverTypeEnum_ePGS(); - - Module['eTGS'] = _emscripten_enum_PxSolverTypeEnum_eTGS(); - - -// $PxSphericalJointFlagEnum - - Module['eLIMIT_ENABLED'] = _emscripten_enum_PxSphericalJointFlagEnum_eLIMIT_ENABLED(); - - -// $PxTetrahedronMeshAnalysisResultEnum - - Module['eVALID'] = _emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eVALID(); - - Module['eDEGENERATE_TETRAHEDRON'] = _emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eDEGENERATE_TETRAHEDRON(); - - Module['eMESH_IS_PROBLEMATIC'] = _emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eMESH_IS_PROBLEMATIC(); - - Module['eMESH_IS_INVALID'] = _emscripten_enum_PxTetrahedronMeshAnalysisResultEnum_eMESH_IS_INVALID(); - - -// $PxTetrahedronMeshFlagEnum - - Module['e16_BIT_INDICES'] = _emscripten_enum_PxTetrahedronMeshFlagEnum_e16_BIT_INDICES(); - - -// $PxTetrahedronMeshFormatEnum - - Module['eTET_MESH'] = _emscripten_enum_PxTetrahedronMeshFormatEnum_eTET_MESH(); - - Module['eHEX_MESH'] = _emscripten_enum_PxTetrahedronMeshFormatEnum_eHEX_MESH(); - - -// $PxTriangleMeshAnalysisResultEnum - - Module['eVALID'] = _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eVALID(); - - Module['eZERO_VOLUME'] = _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eZERO_VOLUME(); - - Module['eOPEN_BOUNDARIES'] = _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eOPEN_BOUNDARIES(); - - Module['eSELF_INTERSECTIONS'] = _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eSELF_INTERSECTIONS(); - - Module['eINCONSISTENT_TRIANGLE_ORIENTATION'] = _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eINCONSISTENT_TRIANGLE_ORIENTATION(); - - Module['eCONTAINS_ACUTE_ANGLED_TRIANGLES'] = _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_ACUTE_ANGLED_TRIANGLES(); - - Module['eEDGE_SHARED_BY_MORE_THAN_TWO_TRIANGLES'] = _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eEDGE_SHARED_BY_MORE_THAN_TWO_TRIANGLES(); - - Module['eCONTAINS_DUPLICATE_POINTS'] = _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_DUPLICATE_POINTS(); - - Module['eCONTAINS_INVALID_POINTS'] = _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eCONTAINS_INVALID_POINTS(); - - Module['eREQUIRES_32BIT_INDEX_BUFFER'] = _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eREQUIRES_32BIT_INDEX_BUFFER(); - - Module['eTRIANGLE_INDEX_OUT_OF_RANGE'] = _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eTRIANGLE_INDEX_OUT_OF_RANGE(); - - Module['eMESH_IS_PROBLEMATIC'] = _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eMESH_IS_PROBLEMATIC(); - - Module['eMESH_IS_INVALID'] = _emscripten_enum_PxTriangleMeshAnalysisResultEnum_eMESH_IS_INVALID(); - - -// $PxTriangleMeshFlagEnum - - Module['e16_BIT_INDICES'] = _emscripten_enum_PxTriangleMeshFlagEnum_e16_BIT_INDICES(); - - Module['eADJACENCY_INFO'] = _emscripten_enum_PxTriangleMeshFlagEnum_eADJACENCY_INFO(); - - -// $PxTriggerPairFlagEnum - - Module['eREMOVED_SHAPE_TRIGGER'] = _emscripten_enum_PxTriggerPairFlagEnum_eREMOVED_SHAPE_TRIGGER(); - - Module['eREMOVED_SHAPE_OTHER'] = _emscripten_enum_PxTriggerPairFlagEnum_eREMOVED_SHAPE_OTHER(); - - Module['eNEXT_FREE'] = _emscripten_enum_PxTriggerPairFlagEnum_eNEXT_FREE(); - - -// $PxVehicleAxesEnum - - Module['ePosX'] = _emscripten_enum_PxVehicleAxesEnum_ePosX(); - - Module['eNegX'] = _emscripten_enum_PxVehicleAxesEnum_eNegX(); - - Module['ePosY'] = _emscripten_enum_PxVehicleAxesEnum_ePosY(); - - Module['eNegY'] = _emscripten_enum_PxVehicleAxesEnum_eNegY(); - - Module['ePosZ'] = _emscripten_enum_PxVehicleAxesEnum_ePosZ(); - - Module['eNegZ'] = _emscripten_enum_PxVehicleAxesEnum_eNegZ(); - - -// $PxVehicleClutchAccuracyModeEnum - - Module['eESTIMATE'] = _emscripten_enum_PxVehicleClutchAccuracyModeEnum_eESTIMATE(); - - Module['eBEST_POSSIBLE'] = _emscripten_enum_PxVehicleClutchAccuracyModeEnum_eBEST_POSSIBLE(); - - -// $PxVehicleCommandNonLinearResponseParamsEnum - - Module['eMAX_NB_COMMAND_VALUES'] = _emscripten_enum_PxVehicleCommandNonLinearResponseParamsEnum_eMAX_NB_COMMAND_VALUES(); - - -// $PxVehicleCommandValueResponseTableEnum - - Module['eMAX_NB_SPEED_RESPONSES'] = _emscripten_enum_PxVehicleCommandValueResponseTableEnum_eMAX_NB_SPEED_RESPONSES(); - - -// $PxVehicleDirectDriveTransmissionCommandStateEnum - - Module['eREVERSE'] = _emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eREVERSE(); - - Module['eNEUTRAL'] = _emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eNEUTRAL(); - - Module['eFORWARD'] = _emscripten_enum_PxVehicleDirectDriveTransmissionCommandStateEnum_eFORWARD(); - - -// $PxVehicleEngineDriveTransmissionCommandStateEnum - - Module['eAUTOMATIC_GEAR'] = _emscripten_enum_PxVehicleEngineDriveTransmissionCommandStateEnum_eAUTOMATIC_GEAR(); - - -// $PxVehicleGearboxParamsEnum - - Module['eMAX_NB_GEARS'] = _emscripten_enum_PxVehicleGearboxParamsEnum_eMAX_NB_GEARS(); - - -// $PxVehicleLimitsEnum - - Module['eMAX_NB_WHEELS'] = _emscripten_enum_PxVehicleLimitsEnum_eMAX_NB_WHEELS(); - - Module['eMAX_NB_AXLES'] = _emscripten_enum_PxVehicleLimitsEnum_eMAX_NB_AXLES(); - - -// $PxVehiclePhysXActorUpdateModeEnum - - Module['eAPPLY_VELOCITY'] = _emscripten_enum_PxVehiclePhysXActorUpdateModeEnum_eAPPLY_VELOCITY(); - - Module['eAPPLY_ACCELERATION'] = _emscripten_enum_PxVehiclePhysXActorUpdateModeEnum_eAPPLY_ACCELERATION(); - - -// $PxVehiclePhysXConstraintLimitsEnum - - Module['eNB_DOFS_PER_PXCONSTRAINT'] = _emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_DOFS_PER_PXCONSTRAINT(); - - Module['eNB_DOFS_PER_WHEEL'] = _emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_DOFS_PER_WHEEL(); - - Module['eNB_WHEELS_PER_PXCONSTRAINT'] = _emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_WHEELS_PER_PXCONSTRAINT(); - - Module['eNB_CONSTRAINTS_PER_VEHICLE'] = _emscripten_enum_PxVehiclePhysXConstraintLimitsEnum_eNB_CONSTRAINTS_PER_VEHICLE(); - - -// $PxVehiclePhysXRoadGeometryQueryTypeEnum - - Module['eNONE'] = _emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eNONE(); - - Module['eRAYCAST'] = _emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eRAYCAST(); - - Module['eSWEEP'] = _emscripten_enum_PxVehiclePhysXRoadGeometryQueryTypeEnum_eSWEEP(); - - -// $PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum - - Module['eSUSPENSION'] = _emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eSUSPENSION(); - - Module['eROAD_GEOMETRY_NORMAL'] = _emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eROAD_GEOMETRY_NORMAL(); - - Module['eNONE'] = _emscripten_enum_PxVehiclePhysXSuspensionLimitConstraintParamsDirectionSpecifierEnum_eNONE(); - - -// $PxVehicleSimulationContextTypeEnum - - Module['eDEFAULT'] = _emscripten_enum_PxVehicleSimulationContextTypeEnum_eDEFAULT(); - - Module['ePHYSX'] = _emscripten_enum_PxVehicleSimulationContextTypeEnum_ePHYSX(); - - -// $PxVehicleSuspensionJounceCalculationTypeEnum - - Module['eRAYCAST'] = _emscripten_enum_PxVehicleSuspensionJounceCalculationTypeEnum_eRAYCAST(); - - Module['eSWEEP'] = _emscripten_enum_PxVehicleSuspensionJounceCalculationTypeEnum_eSWEEP(); - - -// $PxVehicleTireDirectionModesEnum - - Module['eLONGITUDINAL'] = _emscripten_enum_PxVehicleTireDirectionModesEnum_eLONGITUDINAL(); - - Module['eLATERAL'] = _emscripten_enum_PxVehicleTireDirectionModesEnum_eLATERAL(); - - -// $PxVisualizationParameterEnum - - Module['eSCALE'] = _emscripten_enum_PxVisualizationParameterEnum_eSCALE(); - - Module['eWORLD_AXES'] = _emscripten_enum_PxVisualizationParameterEnum_eWORLD_AXES(); - - Module['eBODY_AXES'] = _emscripten_enum_PxVisualizationParameterEnum_eBODY_AXES(); - - Module['eBODY_MASS_AXES'] = _emscripten_enum_PxVisualizationParameterEnum_eBODY_MASS_AXES(); - - Module['eBODY_LIN_VELOCITY'] = _emscripten_enum_PxVisualizationParameterEnum_eBODY_LIN_VELOCITY(); - - Module['eBODY_ANG_VELOCITY'] = _emscripten_enum_PxVisualizationParameterEnum_eBODY_ANG_VELOCITY(); - - Module['eCONTACT_POINT'] = _emscripten_enum_PxVisualizationParameterEnum_eCONTACT_POINT(); - - Module['eCONTACT_NORMAL'] = _emscripten_enum_PxVisualizationParameterEnum_eCONTACT_NORMAL(); - - Module['eCONTACT_ERROR'] = _emscripten_enum_PxVisualizationParameterEnum_eCONTACT_ERROR(); - - Module['eCONTACT_FORCE'] = _emscripten_enum_PxVisualizationParameterEnum_eCONTACT_FORCE(); - - Module['eACTOR_AXES'] = _emscripten_enum_PxVisualizationParameterEnum_eACTOR_AXES(); - - Module['eCOLLISION_AABBS'] = _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_AABBS(); - - Module['eCOLLISION_SHAPES'] = _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_SHAPES(); - - Module['eCOLLISION_AXES'] = _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_AXES(); - - Module['eCOLLISION_COMPOUNDS'] = _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_COMPOUNDS(); - - Module['eCOLLISION_FNORMALS'] = _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_FNORMALS(); - - Module['eCOLLISION_EDGES'] = _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_EDGES(); - - Module['eCOLLISION_STATIC'] = _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_STATIC(); - - Module['eCOLLISION_DYNAMIC'] = _emscripten_enum_PxVisualizationParameterEnum_eCOLLISION_DYNAMIC(); - - Module['eJOINT_LOCAL_FRAMES'] = _emscripten_enum_PxVisualizationParameterEnum_eJOINT_LOCAL_FRAMES(); - - Module['eJOINT_LIMITS'] = _emscripten_enum_PxVisualizationParameterEnum_eJOINT_LIMITS(); - - Module['eCULL_BOX'] = _emscripten_enum_PxVisualizationParameterEnum_eCULL_BOX(); - - Module['eMBP_REGIONS'] = _emscripten_enum_PxVisualizationParameterEnum_eMBP_REGIONS(); - - Module['eSIMULATION_MESH'] = _emscripten_enum_PxVisualizationParameterEnum_eSIMULATION_MESH(); - - Module['eSDF'] = _emscripten_enum_PxVisualizationParameterEnum_eSDF(); - - Module['eNUM_VALUES'] = _emscripten_enum_PxVisualizationParameterEnum_eNUM_VALUES(); - - Module['eFORCE_DWORD'] = _emscripten_enum_PxVisualizationParameterEnum_eFORCE_DWORD(); - - } - if (runtimeInitialized) setupEnums(); - else addOnInit(setupEnums); -})(); - -// end include: /home/max/dev/physx-js-webidl/PhysX/physx/compiler/emscripten-release/sdk_source_bin/glue.js -// include: /home/max/dev/physx-js-webidl/PhysX/physx/source/webidlbindings/src/wasm/onload.js -/** - * Makes the API a little less verbose - */ -Object.defineProperty(Module, 'PHYSICS_VERSION', { get() { return Module.PxTopLevelFunctions.prototype.PHYSICS_VERSION; }}); - -//Move PxTopLevelFunctions to PhysX object -for(const prop in Module.PxTopLevelFunctions.prototype) { - if(prop !== 'constructor' && !prop.startsWith('get_') && !prop.startsWith('__')) { - Object.defineProperty(Module, prop, { get() { return Module.PxTopLevelFunctions.prototype[prop]; }}); - } -} - -//Move NativeArrayHelpers to PhysX object -for(const prop in Module.NativeArrayHelpers.prototype) { - if(prop !== 'constructor' && !prop.startsWith('get_') && !prop.startsWith('__')) { - Object.defineProperty(Module, prop, { get() { return Module.NativeArrayHelpers.prototype[prop]; }}); - } -} - -//Group enums -const regex = /_emscripten_enum_(.*?)_(.*)/; -const enums = Object.keys(Module).filter(key => key.includes('_emscripten_enum_')).map(emscript => emscript.match(regex)); - -for (const [emscript, enumName, entryName] of enums) { - Module[enumName] ??= {}; - Object.defineProperty(Module[enumName], entryName, { get() { return Module[emscript](); }}); -} -// end include: /home/max/dev/physx-js-webidl/PhysX/physx/source/webidlbindings/src/wasm/onload.js - - - return moduleArg.ready -} -); -})(); -; -if (typeof exports === 'object' && typeof module === 'object') - module.exports = PhysX; -else if (typeof define === 'function' && define['amd']) - define([], () => PhysX); diff --git a/dist/physx-js-webidl.wasm b/dist/physx-js-webidl.wasm deleted file mode 100755 index 2ef9326..0000000 Binary files a/dist/physx-js-webidl.wasm and /dev/null differ