[neon/qt6/qt6-quick3dphysics/Neon/release] debian: qsixify

Carlos De Maine null at kde.org
Fri Jun 30 00:00:31 BST 2023


Git commit 52f8de2337023dcebf38773c6f5168f1a4f72d9a by Carlos De Maine.
Committed on 29/06/2023 at 23:00.
Pushed by carlosdem into branch 'Neon/release'.

qsixify

M  +7    -0    debian/changelog
M  +45   -49   debian/control
D  +0    -1    debian/libqt6quick3dphysics6.install
D  +0    -905  debian/libqt6quick3dphysics6.symbols
D  +0    -1    debian/libqt6quick3dphysicshelpers6.install
D  +0    -4    debian/libqt6quick3dphysicshelpers6.symbols
M  +1    -12   debian/not-installed
D  +0    -6    debian/qml6-module-qtquick3d-physics.install
D  +0    -1    debian/qt6-quick3dphysics-dev-tools.install
M  +12   -42   debian/qt6-quick3dphysics-dev.install
A  +3    -0    debian/qt6-quick3dphysics.install

https://invent.kde.org/neon/qt6/qt6-quick3dphysics/-/commit/52f8de2337023dcebf38773c6f5168f1a4f72d9a

diff --git a/debian/changelog b/debian/changelog
index f4a425a..7dc6e8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+qt6-quick3dphysics (6.5.1-0neon) UNRELEASED; urgency=medium
+
+  * New release
+
+ -- Patrick Franz <deltaone at debian.org>  Mon, 03 Apr 2023 16:58:29 +0100
+
+
 qt6-quick3dphysics (6.4.2-3) unstable; urgency=medium
 
   [ Patrick Franz ]
diff --git a/debian/control b/debian/control
index fc8295e..ca93fc4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,82 +3,78 @@ Section: libs
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Patrick Franz <deltaone at debian.org>,
-Build-Depends: cmake (>= 3.24~),
+Build-Depends: cmake,
                debhelper-compat (= 13),
                ninja-build,
                pkg-config,
                pkg-kde-tools,
-               qml6-module-quick3d (>= 6.4.2~),
-               qml6-module-quick3d-assetutils (>= 6.4.2~),
-               qml6-module-quick3d-effects (>= 6.4.2~),
-               qml6-module-quick3d-helpers (>= 6.4.2~),
-               qml6-module-quick3d-particleeffects (>= 6.4.2~),
-               qml6-module-quick3d-particles3d (>= 6.4.2~),
-               qt6-base-dev (>= 6.4.2+dfsg~),
-               qt6-base-private-dev (>= 6.4.2+dfsg~),
-               qt6-declarative-dev (>= 6.4.2+dfsg~),
-               qt6-declarative-private-dev (>= 6.4.2+dfsg~),
-               qt6-qmltooling-quick3dprofiler-plugin (>= 6.4.2~),
-               qt6-quick3d-dev (>= 6.4.2~),
-               qt6-shadertools-dev (>= 6.4.2~),
+               qml6-module-quick3d,
+               qml6-module-quick3d-assetutils,
+               qml6-module-quick3d-effects,
+               qml6-module-quick3d-helpers,
+               qml6-module-quick3d-particleeffects,
+               qml6-module-quick3d-particles3d,
+               qt6-base-dev,
+               qt6-base-private-dev,
+               qt6-declarative-dev,
+               qt6-declarative-private-dev,
+               qt6-qmltooling-quick3dprofiler-plugin,
+               qt6-quick3d-dev,
+               qt6-shadertools-dev,
 Standards-Version: 4.6.2
 Homepage: https://www.qt.io/developers/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-quick3dphysics
 Vcs-Git: https://salsa.debian.org/qt-kde-team/qt6/qt6-quick3dphysics.git
 Rules-Requires-Root: no
 
-Package: libqt6quick3dphysics6
-Architecture: amd64 arm64 armel armhf mips64el
-Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends},
+Package: qt6-quick3dphysics
+Architecture: any
+Section: kde
+X-Neon-MergedPackage: true
+Pre-Depends: ${misc:Pre-Depends}
+Depends: qml6-module-qtquick, ${misc:Depends}, ${shlibs:Depends}
 Description: Qt 6 Quick 3D Physics library
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.
  .
  This package contains Qt 6 Quick 3D Physics library.
 
-Package: libqt6quick3dphysicshelpers6
-Architecture: amd64 arm64 armel armhf mips64el
-Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends},
-Description: Qt 6 Quick 3D Physics Helpers library
+Package: qt6-quick3dphysics-dev
+Architecture: any
+Section: kde
+X-Neon-MergedPackage: true
+Depends: qt6-base-dev, qt6-quick3dphysics (= ${binary:Version}), ${misc:Depends}
+Description: Qt 6 Quick 3D Physics library
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.
  .
- This package contains Qt 6 Quick 3D Physics Helpers library.
+ This package contains Qt 6 Quick 3D Physics development files.
 
-Package: qml6-module-qtquick3d-physics
+Package: libqt6quick3dphysics6
 Architecture: amd64 arm64 armel armhf mips64el
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends},
-Description: Qt 6 Quick 3D Physics QML module
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- This package provides the QML module for Qt 6 Quick 3D Physics.
+Depends: qt6-quick3dphysics
+Description: Dummy transitional
+ Transitional dummy package.
 
-Package: qt6-quick3dphysics-dev
-Section: libdevel
+Package: libqt6quick3dphysicshelpers6
 Architecture: amd64 arm64 armel armhf mips64el
 Multi-Arch: same
-Depends: libqt6quick3dphysics6 (= ${binary:Version}),
-         libqt6quick3dphysicshelpers6 (= ${binary:Version}),
-         ${misc:Depends},
-Description: Qt 6 Quick 3D Physics - development files
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- This package contains the header development files used for building Qt 6
- applications using Qt Quick 3D Physics library.
+Depends: qt6-quick3dphysics
+Description: Description: Dummy transitional
+ Transitional dummy package.
+
+Package: qml6-module-qtquick3d-physics
+Architecture: amd64 arm64 armel armhf mips64el
+Multi-Arch: same
+Depends: qt6-quick3dphysics
+Description: Dummy transitional
+ Transitional dummy package.
 
 Package: qt6-quick3dphysics-dev-tools
 Architecture: amd64 arm64 armel armhf mips64el
 Multi-Arch: foreign
 Section: devel
-Depends: ${misc:Depends}, ${shlibs:Depends},
-Description: Qt 6 Quick 3D Physics development programs
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- This package contains the development programs used for building Qt 6
- Quick 3D Physics applications.
+Depends: qt6-quick3dphysics-dev
+Description: Dummy transitional
+ Transitional dummy package.
diff --git a/debian/libqt6quick3dphysics6.install b/debian/libqt6quick3dphysics6.install
deleted file mode 100644
index e723237..0000000
--- a/debian/libqt6quick3dphysics6.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libQt6Quick3DPhysics.so.*
diff --git a/debian/libqt6quick3dphysics6.symbols b/debian/libqt6quick3dphysics6.symbols
deleted file mode 100644
index f1f34ac..0000000
--- a/debian/libqt6quick3dphysics6.symbols
+++ /dev/null
@@ -1,905 +0,0 @@
-# SymbolsHelper-Confirmed: 6.4.2 amd64
-libQt6Quick3DPhysics.so.6 libqt6quick3dphysics6 #MINVER#
-* Build-Depends-Package: qt6-quick3dphysics-dev
- PxAddCollectionToPhysics at Base 6.4.0
- PxCreateBasePhysics at Base 6.4.0
- PxCreateCooking at Base 6.4.0
- PxCreateFoundation at Base 6.4.0
- PxGetFoundation at Base 6.4.0
- PxGetPhysics at Base 6.4.0
- PxGetProfilerCallback at Base 6.4.0
- PxRegisterArticulations at Base 6.4.0
- PxRegisterArticulationsReducedCoordinate at Base 6.4.0
- PxRegisterHeightFields at Base 6.4.0
- (arch=amd64 mips64el)PxSetPhysXGpuLoadHook at Base 6.4.0
- PxSetProfilerCallback at Base 6.4.0
- _Z36qml_register_types_QtQuick3D_Physicsv at Base 6.4.0
- _ZGVZN9QMetaType21registerConverterImplI5QListI9QVector3DE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister at Base 6.4.0
- _ZGVZN9QMetaType21registerConverterImplI5QListIfE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister at Base 6.4.0
- _ZGVZN9QMetaType23registerMutableViewImplI5QListI9QVector3DE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS8_EES_S_E10unregister at Base 6.4.0
- _ZGVZN9QMetaType23registerMutableViewImplI5QListIfE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS7_EES_S_E10unregister at Base 6.4.0
- _ZN11QPlaneShape11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN11QPlaneShape11qt_metacastEPKc at Base 6.4.0
- _ZN11QPlaneShape16getPhysXGeometryEv at Base 6.4.0
- _ZN11QPlaneShape16staticMetaObjectE at Base 6.4.0
- _ZN11QPlaneShape19updatePhysXGeometryEv at Base 6.4.0
- _ZN11QPlaneShapeC1Ev at Base 6.4.0
- _ZN11QPlaneShapeC2Ev at Base 6.4.0
- _ZN11QPlaneShapeD0Ev at Base 6.4.0
- _ZN11QPlaneShapeD1Ev at Base 6.4.0
- _ZN11QPlaneShapeD2Ev at Base 6.4.0
- _ZN12QSphereShape11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN12QSphereShape11qt_metacastEPKc at Base 6.4.0
- _ZN12QSphereShape11setDiameterEf at Base 6.4.0
- _ZN12QSphereShape15diameterChangedEf at Base 6.4.0
- _ZN12QSphereShape16getPhysXGeometryEv at Base 6.4.0
- _ZN12QSphereShape16staticMetaObjectE at Base 6.4.0
- _ZN12QSphereShape19updatePhysXGeometryEv at Base 6.4.0
- _ZN12QSphereShapeC1Ev at Base 6.4.0
- _ZN12QSphereShapeC2Ev at Base 6.4.0
- _ZN12QSphereShapeD0Ev at Base 6.4.0
- _ZN12QSphereShapeD1Ev at Base 6.4.0
- _ZN12QSphereShapeD2Ev at Base 6.4.0
- _ZN12QTriggerBody10bodyExitedEP22QAbstractCollisionNode at Base 6.4.0
- _ZN12QTriggerBody11bodyEnteredEP22QAbstractCollisionNode at Base 6.4.0
- _ZN12QTriggerBody11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN12QTriggerBody11qt_metacastEPKc at Base 6.4.0
- _ZN12QTriggerBody16staticMetaObjectE at Base 6.4.0
- _ZN12QTriggerBody17registerCollisionEP22QAbstractCollisionNode at Base 6.4.0
- _ZN12QTriggerBody19deregisterCollisionEP22QAbstractCollisionNode at Base 6.4.0
- _ZN12QTriggerBody21collisionCountChangedEv at Base 6.4.0
- _ZN12QTriggerBodyC1Ev at Base 6.4.0
- _ZN12QTriggerBodyC2Ev at Base 6.4.0
- _ZN13QCapsuleShape11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN13QCapsuleShape11qt_metacastEPKc at Base 6.4.0
- _ZN13QCapsuleShape11setDiameterEf at Base 6.4.0
- _ZN13QCapsuleShape13heightChangedEv at Base 6.4.0
- _ZN13QCapsuleShape15diameterChangedEv at Base 6.4.0
- _ZN13QCapsuleShape16getPhysXGeometryEv at Base 6.4.0
- _ZN13QCapsuleShape16staticMetaObjectE at Base 6.4.0
- _ZN13QCapsuleShape19updatePhysXGeometryEv at Base 6.4.0
- _ZN13QCapsuleShape9setHeightEf at Base 6.4.0
- _ZN13QCapsuleShapeC1Ev at Base 6.4.0
- _ZN13QCapsuleShapeC2Ev at Base 6.4.0
- _ZN13QCapsuleShapeD0Ev at Base 6.4.0
- _ZN13QCapsuleShapeD1Ev at Base 6.4.0
- _ZN13QCapsuleShapeD2Ev at Base 6.4.0
- _ZN13QMetaSequence12MetaSequenceI5QListI9QVector3DEE5valueE at Base 6.4.0
- _ZN13QMetaSequence12MetaSequenceI5QListIfEE5valueE at Base 6.4.0
- _ZN14QDynamicsWorld10getCookingEv at Base 6.4.0
- _ZN14QDynamicsWorld10getPhysicsEv at Base 6.4.0
- _ZN14QDynamicsWorld10setGravityE9QVector3D at Base 6.4.0
- _ZN14QDynamicsWorld10setRunningEb at Base 6.4.0
- _ZN14QDynamicsWorld10timerEventEP11QTimerEvent at Base 6.4.0
- _ZN14QDynamicsWorld11initPhysicsEv at Base 6.4.0
- _ZN14QDynamicsWorld11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN14QDynamicsWorld11qt_metacastEPKc at Base 6.4.0
- _ZN14QDynamicsWorld12registerNodeEP22QAbstractCollisionNode at Base 6.4.0
- _ZN14QDynamicsWorld12setEnableCCDEb at Base 6.4.0
- _ZN14QDynamicsWorld12setSceneViewEP16QQuick3DViewport at Base 6.4.0
- _ZN14QDynamicsWorld13findSceneViewEv at Base 6.4.0
- _ZN14QDynamicsWorld13maintainTimerEv at Base 6.4.0
- _ZN14QDynamicsWorld13updatePhysicsEv at Base 6.4.0
- _ZN14QDynamicsWorld14deregisterNodeEP22QAbstractCollisionNode at Base 6.4.0
- _ZN14QDynamicsWorld14gravityChangedE9QVector3D at Base 6.4.0
- _ZN14QDynamicsWorld14runningChangedEb at Base 6.4.0
- _ZN14QDynamicsWorld14setMaxTimestepEf at Base 6.4.1
- _ZN14QDynamicsWorld14setMinTimestepEf at Base 6.4.1
- _ZN14QDynamicsWorld15registerOverlapEPN5physx12PxRigidActorES2_ at Base 6.4.0
- _ZN14QDynamicsWorld15setTypicalSpeedEf at Base 6.4.0
- _ZN14QDynamicsWorld15updateDebugDrawEv at Base 6.4.0
- _ZN14QDynamicsWorld16disableDebugDrawEv at Base 6.4.0
- _ZN14QDynamicsWorld16enableCCDChangedEb at Base 6.4.0
- _ZN14QDynamicsWorld16sceneViewChangedEP16QQuick3DViewport at Base 6.4.0
- _ZN14QDynamicsWorld16setTypicalLengthEf at Base 6.4.0
- _ZN14QDynamicsWorld16staticMetaObjectE at Base 6.4.0
- _ZN14QDynamicsWorld17controllerManagerEv at Base 6.4.0
- _ZN14QDynamicsWorld17deregisterOverlapEPN5physx12PxRigidActorES2_ at Base 6.4.0
- _ZN14QDynamicsWorld17setDefaultDensityEf at Base 6.4.0
- _ZN14QDynamicsWorld17setForceDebugViewEb at Base 6.4.0
- _ZN14QDynamicsWorld18maxTimestepChangedEf at Base 6.4.1
- _ZN14QDynamicsWorld18minTimestepChangedEf at Base 6.4.1
- _ZN14QDynamicsWorld19cleanupRemovedNodesEv at Base 6.4.0
- _ZN14QDynamicsWorld19typicalSpeedChangedEf at Base 6.4.0
- _ZN14QDynamicsWorld20typicalLengthChangedEf at Base 6.4.0
- _ZN14QDynamicsWorld21defaultDensityChangedEf at Base 6.4.0
- _ZN14QDynamicsWorld21forceDebugViewChangedEb at Base 6.4.0
- _ZN14QDynamicsWorld25setHasIndividualDebugViewEv at Base 6.4.0
- _ZN14QDynamicsWorld4selfE at Base 6.4.0
- _ZN14QDynamicsWorld7cookingEv at Base 6.4.0
- _ZN14QDynamicsWorldC1EP7QObject at Base 6.4.0
- _ZN14QDynamicsWorldC2EP7QObject at Base 6.4.0
- _ZN14QDynamicsWorldD0Ev at Base 6.4.0
- _ZN14QDynamicsWorldD1Ev at Base 6.4.0
- _ZN14QDynamicsWorldD2Ev at Base 6.4.0
- _ZN15MeshRayCollider10collideOBBERKN5physx2Gu3BoxEbPKNS1_17RTreeTriangleMeshERNS1_15MeshHitCallbackINS0_12PxRaycastHitEEEb at Base 6.4.0
- (optional=templinst)_ZN15MeshRayCollider7collideILi0ELi0EEEvRKN5physx6PxVec3ES4_fbPKNS1_2Gu17RTreeTriangleMeshERNS5_15MeshHitCallbackINS1_12PxRaycastHitEEEPS3_ at Base 6.4.0
- (optional=templinst)_ZN15MeshRayCollider7collideILi0ELi1EEEvRKN5physx6PxVec3ES4_fbPKNS1_2Gu17RTreeTriangleMeshERNS5_15MeshHitCallbackINS1_12PxRaycastHitEEEPS3_ at Base 6.4.0
- (optional=templinst)_ZN15MeshRayCollider7collideILi1ELi0EEEvRKN5physx6PxVec3ES4_fbPKNS1_2Gu17RTreeTriangleMeshERNS5_15MeshHitCallbackINS1_12PxRaycastHitEEEPS3_ at Base 6.4.0
- (optional=templinst)_ZN15MeshRayCollider7collideILi1ELi1EEEvRKN5physx6PxVec3ES4_fbPKNS1_2Gu17RTreeTriangleMeshERNS5_15MeshHitCallbackINS1_12PxRaycastHitEEEPS3_ at Base 6.4.0
- _ZN16QConvexMeshShape11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN16QConvexMeshShape11qt_metacastEPKc at Base 6.4.0
- _ZN16QConvexMeshShape13setMeshSourceERK4QUrl at Base 6.4.0
- _ZN16QConvexMeshShape16getPhysXGeometryEv at Base 6.4.0
- _ZN16QConvexMeshShape16staticMetaObjectE at Base 6.4.0
- _ZN16QConvexMeshShape17meshSourceChangedEv at Base 6.4.0
- _ZN16QConvexMeshShape19updatePhysXGeometryEv at Base 6.4.0
- _ZN16QConvexMeshShapeC1Ev at Base 6.4.0
- _ZN16QConvexMeshShapeC2Ev at Base 6.4.0
- _ZN16QConvexMeshShapeD0Ev at Base 6.4.0
- _ZN16QConvexMeshShapeD1Ev at Base 6.4.0
- _ZN16QConvexMeshShapeD2Ev at Base 6.4.0
- _ZN16QPhysicsMaterial11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN16QPhysicsMaterial11qt_metacastEPKc at Base 6.4.0
- _ZN16QPhysicsMaterial14setRestitutionEf at Base 6.4.0
- _ZN16QPhysicsMaterial16staticMetaObjectE at Base 6.4.0
- _ZN16QPhysicsMaterial17setStaticFrictionEf at Base 6.4.0
- _ZN16QPhysicsMaterial18restitutionChangedEv at Base 6.4.0
- _ZN16QPhysicsMaterial18setDynamicFrictionEf at Base 6.4.0
- _ZN16QPhysicsMaterial21staticFrictionChangedEv at Base 6.4.0
- _ZN16QPhysicsMaterial22dynamicFrictionChangedEv at Base 6.4.0
- _ZN16QPhysicsMaterialC1EP7QObject at Base 6.4.0
- _ZN16QPhysicsMaterialC2EP7QObject at Base 6.4.0
- _ZN16QStaticRigidBody11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN16QStaticRigidBody11qt_metacastEPKc at Base 6.4.0
- _ZN16QStaticRigidBody16staticMetaObjectE at Base 6.4.0
- _ZN16QStaticRigidBodyC1Ev at Base 6.4.0
- _ZN16QStaticRigidBodyC2Ev at Base 6.4.0
- _ZN17QDynamicRigidBody10applyForceERK9QVector3DS2_ at Base 6.4.0
- _ZN17QDynamicRigidBody10setDensityEf at Base 6.4.0
- _ZN17QDynamicRigidBody11applyTorqueERK9QVector3D at Base 6.4.0
- _ZN17QDynamicRigidBody11massChangedEf at Base 6.4.0
- _ZN17QDynamicRigidBody11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN17QDynamicRigidBody11qt_metacastEPKc at Base 6.4.0
- _ZN17QDynamicRigidBody11setMassModeENS_8MassModeE at Base 6.4.0
- _ZN17QDynamicRigidBody12applyImpulseERK9QVector3DS2_ at Base 6.4.0
- _ZN17QDynamicRigidBody12commandQueueEv at Base 6.4.0
- _ZN17QDynamicRigidBody14densityChangedEf at Base 6.4.0
- _ZN17QDynamicRigidBody14setIsKinematicEb at Base 6.4.0
- _ZN17QDynamicRigidBody15massModeChangedEv at Base 6.4.0
- _ZN17QDynamicRigidBody16setInertiaMatrixERK5QListIfE at Base 6.4.0
- _ZN17QDynamicRigidBody16setInertiaTensorERK9QVector3D at Base 6.4.0
- _ZN17QDynamicRigidBody16staticMetaObjectE at Base 6.4.0
- _ZN17QDynamicRigidBody17applyCentralForceERK9QVector3D at Base 6.4.0
- _ZN17QDynamicRigidBody17setGravityEnabledEb at Base 6.4.0
- _ZN17QDynamicRigidBody17setLinearVelocityE9QVector3D at Base 6.4.0
- _ZN17QDynamicRigidBody18applyTorqueImpulseERK9QVector3D at Base 6.4.0
- _ZN17QDynamicRigidBody18isKinematicChangedEb at Base 6.4.0
- _ZN17QDynamicRigidBody18setAngularVelocityERK9QVector3D at Base 6.4.0
- _ZN17QDynamicRigidBody18setAxisLockLinearXEb at Base 6.4.0
- _ZN17QDynamicRigidBody18setAxisLockLinearYEb at Base 6.4.0
- _ZN17QDynamicRigidBody18setAxisLockLinearZEb at Base 6.4.0
- _ZN17QDynamicRigidBody19applyCentralImpulseERK9QVector3D at Base 6.4.0
- _ZN17QDynamicRigidBody19setAxisLockAngularXEb at Base 6.4.0
- _ZN17QDynamicRigidBody19setAxisLockAngularYEb at Base 6.4.0
- _ZN17QDynamicRigidBody19setAxisLockAngularZEb at Base 6.4.0
- _ZN17QDynamicRigidBody20inertiaMatrixChangedEv at Base 6.4.0
- _ZN17QDynamicRigidBody20inertiaTensorChangedEv at Base 6.4.0
- _ZN17QDynamicRigidBody20updateDefaultDensityEf at Base 6.4.0
- _ZN17QDynamicRigidBody21gravityEnabledChangedEv at Base 6.4.0
- _ZN17QDynamicRigidBody21linearVelocityChangedE9QVector3D at Base 6.4.0
- _ZN17QDynamicRigidBody22angularVelocityChangedEv at Base 6.4.0
- _ZN17QDynamicRigidBody22axisLockLinearXChangedEv at Base 6.4.0
- _ZN17QDynamicRigidBody22axisLockLinearYChangedEv at Base 6.4.0
- _ZN17QDynamicRigidBody22axisLockLinearZChangedEv at Base 6.4.0
- _ZN17QDynamicRigidBody23axisLockAngularXChangedEv at Base 6.4.0
- _ZN17QDynamicRigidBody23axisLockAngularYChangedEv at Base 6.4.0
- _ZN17QDynamicRigidBody23axisLockAngularZChangedEv at Base 6.4.0
- _ZN17QDynamicRigidBody23setCenterOfMassPositionERK9QVector3D at Base 6.4.0
- _ZN17QDynamicRigidBody23setCenterOfMassRotationERK11QQuaternion at Base 6.4.0
- _ZN17QDynamicRigidBody27centerOfMassPositionChangedEv at Base 6.4.0
- _ZN17QDynamicRigidBody27centerOfMassRotationChangedEv at Base 6.4.0
- _ZN17QDynamicRigidBody5resetERK9QVector3DS2_ at Base 6.4.0
- _ZN17QDynamicRigidBody7setMassEf at Base 6.4.0
- _ZN17QDynamicRigidBodyC1Ev at Base 6.4.0
- _ZN17QDynamicRigidBodyC2Ev at Base 6.4.0
- _ZN17QDynamicRigidBodyD0Ev at Base 6.4.0
- _ZN17QDynamicRigidBodyD1Ev at Base 6.4.0
- _ZN17QDynamicRigidBodyD2Ev at Base 6.4.0
- _ZN17QHeightFieldShape10setExtentsERK9QVector3D at Base 6.4.0
- _ZN17QHeightFieldShape11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN17QHeightFieldShape11qt_metacastEPKc at Base 6.4.0
- _ZN17QHeightFieldShape12setHeightMapERK4QUrl at Base 6.4.0
- _ZN17QHeightFieldShape13updateExtentsEv at Base 6.4.0
- _ZN17QHeightFieldShape14extentsChangedEv at Base 6.4.0
- _ZN17QHeightFieldShape16getPhysXGeometryEv at Base 6.4.0
- _ZN17QHeightFieldShape16heightMapChangedEv at Base 6.4.0
- _ZN17QHeightFieldShape16staticMetaObjectE at Base 6.4.0
- _ZN17QHeightFieldShape19updatePhysXGeometryEv at Base 6.4.0
- _ZN17QHeightFieldShapeC1Ev at Base 6.4.0
- _ZN17QHeightFieldShapeC2Ev at Base 6.4.0
- _ZN17QHeightFieldShapeD0Ev at Base 6.4.0
- _ZN17QHeightFieldShapeD1Ev at Base 6.4.0
- _ZN17QHeightFieldShapeD2Ev at Base 6.4.0
- _ZN18QTriangleMeshShape11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN18QTriangleMeshShape11qt_metacastEPKc at Base 6.4.0
- _ZN18QTriangleMeshShape13setMeshSourceERK4QUrl at Base 6.4.0
- _ZN18QTriangleMeshShape16getPhysXGeometryEv at Base 6.4.0
- _ZN18QTriangleMeshShape16staticMetaObjectE at Base 6.4.0
- _ZN18QTriangleMeshShape17meshSourceChangedEv at Base 6.4.0
- _ZN18QTriangleMeshShape19updatePhysXGeometryEv at Base 6.4.0
- _ZN18QTriangleMeshShapeC1Ev at Base 6.4.0
- _ZN18QTriangleMeshShapeC2Ev at Base 6.4.0
- _ZN18QTriangleMeshShapeD0Ev at Base 6.4.0
- _ZN18QTriangleMeshShapeD1Ev at Base 6.4.0
- _ZN18QTriangleMeshShapeD2Ev at Base 6.4.0
- _ZN20QCharacterController10setGravityERK9QVector3D at Base 6.4.0
- _ZN20QCharacterController11getMovementEf at Base 6.4.0
- _ZN20QCharacterController11getTeleportER9QVector3D at Base 6.4.0
- _ZN20QCharacterController11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN20QCharacterController11qt_metacastEPKc at Base 6.4.0
- _ZN20QCharacterController12speedChangedEv at Base 6.4.0
- _ZN20QCharacterController13setCollisionsERK6QFlagsINS_9CollisionEE at Base 6.4.0
- _ZN20QCharacterController14gravityChangedEv at Base 6.4.0
- _ZN20QCharacterController14impulseChangedEv at Base 6.4.0
- _ZN20QCharacterController16setMidAirControlEb at Base 6.4.0
- _ZN20QCharacterController16staticMetaObjectE at Base 6.4.0
- _ZN20QCharacterController17collisionsChangedEv at Base 6.4.0
- _ZN20QCharacterController20midAirControlChangedEv at Base 6.4.0
- _ZN20QCharacterController8setSpeedERK9QVector3D at Base 6.4.0
- _ZN20QCharacterController8teleportERK9QVector3D at Base 6.4.0
- _ZN20QCharacterControllerC1Ev at Base 6.4.0
- _ZN20QCharacterControllerC2Ev at Base 6.4.0
- (subst)_ZN22QAbstractCollisionNode10qmlShapeAtEP16QQmlListPropertyI23QAbstractCollisionShapeE{qptrdiff}@Base 6.4.0
- _ZN22QAbstractCollisionNode11bodyContactEPS_RK5QListI9QVector3DES5_S5_ at Base 6.4.0
- _ZN22QAbstractCollisionNode11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN22QAbstractCollisionNode11qt_metacastEPKc at Base 6.4.0
- _ZN22QAbstractCollisionNode13qmlShapeCountEP16QQmlListPropertyI23QAbstractCollisionShapeE at Base 6.4.0
- _ZN22QAbstractCollisionNode14qmlAppendShapeEP16QQmlListPropertyI23QAbstractCollisionShapeEPS1_ at Base 6.4.0
- _ZN22QAbstractCollisionNode14qmlClearShapesEP16QQmlListPropertyI23QAbstractCollisionShapeE at Base 6.4.0
- _ZN22QAbstractCollisionNode15collisionShapesEv at Base 6.4.0
- _ZN22QAbstractCollisionNode15registerContactEPS_RK5QListI9QVector3DES5_S5_ at Base 6.4.0
- _ZN22QAbstractCollisionNode16onShapeDestroyedEP7QObject at Base 6.4.0
- _ZN22QAbstractCollisionNode16staticMetaObjectE at Base 6.4.0
- _ZN22QAbstractCollisionNode19onShapeNeedsRebuildEP7QObject at Base 6.4.0
- _ZN22QAbstractCollisionNode21setSendContactReportsEb at Base 6.4.0
- _ZN22QAbstractCollisionNode23setEnableTriggerReportsEb at Base 6.4.0
- _ZN22QAbstractCollisionNode24setReceiveContactReportsEb at Base 6.4.0
- _ZN22QAbstractCollisionNode25sendContactReportsChangedEf at Base 6.4.0
- _ZN22QAbstractCollisionNode26updateFromPhysicsTransformERKN5physx11PxTransformE at Base 6.4.0
- _ZN22QAbstractCollisionNode27enableTriggerReportsChangedEf at Base 6.4.0
- _ZN22QAbstractCollisionNode28receiveContactReportsChangedEf at Base 6.4.0
- _ZN22QAbstractCollisionNodeC1Ev at Base 6.4.0
- _ZN22QAbstractCollisionNodeC2Ev at Base 6.4.0
- _ZN22QAbstractCollisionNodeD0Ev at Base 6.4.0
- _ZN22QAbstractCollisionNodeD1Ev at Base 6.4.0
- _ZN22QAbstractCollisionNodeD2Ev at Base 6.4.0
- _ZN23QAbstractCollisionShape11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN23QAbstractCollisionShape11qt_metacastEPKc at Base 6.4.0
- _ZN23QAbstractCollisionShape12needsRebuildEP7QObject at Base 6.4.0
- _ZN23QAbstractCollisionShape16staticMetaObjectE at Base 6.4.0
- _ZN23QAbstractCollisionShape17handleScaleChangeEv at Base 6.4.0
- _ZN23QAbstractCollisionShape18setEnableDebugViewEb at Base 6.4.0
- _ZN23QAbstractCollisionShape22enableDebugViewChangedEb at Base 6.4.0
- _ZN23QAbstractCollisionShapeC1EP12QQuick3DNode at Base 6.4.0
- _ZN23QAbstractCollisionShapeC2EP12QQuick3DNode at Base 6.4.0
- _ZN23QAbstractCollisionShapeD0Ev at Base 6.4.0
- _ZN23QAbstractCollisionShapeD1Ev at Base 6.4.0
- _ZN23QAbstractCollisionShapeD2Ev at Base 6.4.0
- _ZN5physx10writeDwordEjbRNS_14PxOutputStreamE at Base 6.4.0
- _ZN5physx10writeFloatEfbRNS_14PxOutputStreamE at Base 6.4.0
- _ZN5physx11PxMeshQuery11getTriangleERKNS_21PxHeightFieldGeometryERKNS_11PxTransformEjRNS_10PxTriangleEPjS9_ at Base 6.4.0
- _ZN5physx11PxMeshQuery11getTriangleERKNS_22PxTriangleMeshGeometryERKNS_11PxTransformEjRNS_10PxTriangleEPjS9_ at Base 6.4.0
- _ZN5physx11PxMeshQuery22findOverlapHeightFieldERKNS_10PxGeometryERKNS_11PxTransformERKNS_21PxHeightFieldGeometryES6_PjjjRb at Base 6.4.0
- _ZN5physx11PxMeshQuery23findOverlapTriangleMeshERKNS_10PxGeometryERKNS_11PxTransformERKNS_22PxTriangleMeshGeometryES6_PjjjRb at Base 6.4.0
- _ZN5physx11PxMeshQuery5sweepERKNS_6PxVec3EfRKNS_10PxGeometryERKNS_11PxTransformEjPKNS_10PxTriangleERNS_10PxSweepHitENS_7PxFlagsINS_9PxHitFlag4EnumEtEEPKjfb at Base 6.4.0
- _ZN5physx11readIndicesEjjPjRNS_13PxInputStreamEb at Base 6.4.0
- _ZN5physx11writeHeaderEaaaajbRNS_14PxOutputStreamE at Base 6.4.0
- _ZN5physx12storeIndicesEjjPKjRNS_14PxOutputStreamEb at Base 6.4.0
- _ZN5physx13BigConvexData13CreateOffsetsEv at Base 6.4.0
- _ZN5physx13BigConvexData15exportExtraDataERNS_22PxSerializationContextE at Base 6.4.0
- _ZN5physx13BigConvexData15importExtraDataERNS_24PxDeserializationContextE at Base 6.4.0
- _ZN5physx13BigConvexData4LoadERNS_13PxInputStreamE at Base 6.4.0
- _ZN5physx13BigConvexData5VLoadERNS_13PxInputStreamE at Base 6.4.0
- _ZN5physx13BigConvexDataC1Ev at Base 6.4.0
- _ZN5physx13BigConvexDataC2Ev at Base 6.4.0
- _ZN5physx13BigConvexDataD1Ev at Base 6.4.0
- _ZN5physx13BigConvexDataD2Ev at Base 6.4.0
- _ZN5physx13GuMeshFactory13addConvexMeshEPNS_2Gu10ConvexMeshEb at Base 6.4.0
- _ZN5physx13GuMeshFactory14addHeightFieldEPNS_2Gu11HeightFieldEb at Base 6.4.0
- _ZN5physx13GuMeshFactory15addBVHStructureEPNS_2Gu12BVHStructureEb at Base 6.4.0
- _ZN5physx13GuMeshFactory15addTriangleMeshEPNS_2Gu12TriangleMeshEb at Base 6.4.0
- _ZN5physx13GuMeshFactory16createConvexMeshEPv at Base 6.4.0
- _ZN5physx13GuMeshFactory16createConvexMeshERNS_13PxInputStreamE at Base 6.4.0
- _ZN5physx13GuMeshFactory16createConvexMeshERNS_2Gu18ConvexHullInitDataE at Base 6.4.0
- _ZN5physx13GuMeshFactory16removeConvexMeshERNS_12PxConvexMeshE at Base 6.4.0
- _ZN5physx13GuMeshFactory17createHeightFieldEPv at Base 6.4.0
- _ZN5physx13GuMeshFactory17createHeightFieldERNS_13PxInputStreamE at Base 6.4.0
- _ZN5physx13GuMeshFactory17removeHeightFieldERNS_13PxHeightFieldE at Base 6.4.0
- _ZN5physx13GuMeshFactory18addFactoryListenerERNS_21GuMeshFactoryListenerE at Base 6.4.0
- _ZN5physx13GuMeshFactory18createBVHStructureEPv at Base 6.4.0
- _ZN5physx13GuMeshFactory18createBVHStructureERNS_13PxInputStreamE at Base 6.4.0
- _ZN5physx13GuMeshFactory18createBVHStructureERNS_2Gu16BVHStructureDataE at Base 6.4.0
- _ZN5physx13GuMeshFactory18createTriangleMeshEPv at Base 6.4.0
- _ZN5physx13GuMeshFactory18createTriangleMeshERNS_13PxInputStreamE at Base 6.4.0
- _ZN5physx13GuMeshFactory18createTriangleMeshERNS_2Gu16TriangleMeshDataE at Base 6.4.0
- _ZN5physx13GuMeshFactory18removeBVHStructureERNS_14PxBVHStructureE at Base 6.4.0
- _ZN5physx13GuMeshFactory18removeTriangleMeshERNS_14PxTriangleMeshE at Base 6.4.0
- _ZN5physx13GuMeshFactory21notifyFactoryListenerEPKNS_6PxBaseEt at Base 6.4.0
- _ZN5physx13GuMeshFactory21removeFactoryListenerERNS_21GuMeshFactoryListenerE at Base 6.4.0
- _ZN5physx13GuMeshFactory7releaseEv at Base 6.4.0
- _ZN5physx13GuMeshFactoryC1Ev at Base 6.4.0
- _ZN5physx13GuMeshFactoryC2Ev at Base 6.4.0
- _ZN5physx13GuMeshFactoryD0Ev at Base 6.4.0
- _ZN5physx13GuMeshFactoryD1Ev at Base 6.4.0
- _ZN5physx13GuMeshFactoryD2Ev at Base 6.4.0
- _ZN5physx13PxDiagonalizeERKNS_7PxMat33ERNS_6PxQuatE at Base 6.4.0
- _ZN5physx14boxVertexTableE at Base 6.4.0
- _ZN5physx15PxGeometryQuery13pointDistanceERKNS_6PxVec3ERKNS_10PxGeometryERKNS_11PxTransformEPS1_ at Base 6.4.0
- _ZN5physx15PxGeometryQuery14getWorldBoundsERKNS_10PxGeometryERKNS_11PxTransformEf at Base 6.4.0
- _ZN5physx15PxGeometryQuery18computePenetrationERNS_6PxVec3ERfRKNS_10PxGeometryERKNS_11PxTransformES6_S9_ at Base 6.4.0
- _ZN5physx15PxGeometryQuery5sweepERKNS_6PxVec3EfRKNS_10PxGeometryERKNS_11PxTransformES6_S9_RNS_10PxSweepHitENS_7PxFlagsINS_9PxHitFlag4EnumEtEEf at Base 6.4.0
- _ZN5physx15PxGeometryQuery7isValidERKNS_10PxGeometryE at Base 6.4.0
- _ZN5physx15PxGeometryQuery7overlapERKNS_10PxGeometryERKNS_11PxTransformES3_S6_ at Base 6.4.0
- _ZN5physx15PxGeometryQuery7raycastERKNS_6PxVec3ES3_RKNS_10PxGeometryERKNS_11PxTransformEfNS_7PxFlagsINS_9PxHitFlag4EnumEtEEjPNS_12PxRaycastHitE at Base 6.4.0
- _ZN5physx15computeMaxIndexEPKjj at Base 6.4.0
- _ZN5physx15computeMaxIndexEPKtj at Base 6.4.0
- _ZN5physx15writeWordBufferEPKtjbRNS_14PxOutputStreamE at Base 6.4.0
- _ZN5physx16writeFloatBufferEPKfjbRNS_14PxOutputStreamE at Base 6.4.0
- _ZN5physx18PxShortestRotationERKNS_6PxVec3ES2_ at Base 6.4.0
- _ZN5physx20getVertexEdgeIndicesERKNS_2Gu11HeightFieldEjjjPNS_8EdgeDataE at Base 6.4.0
- _ZN5physx22PxTransformFromSegmentERKNS_6PxVec3ES2_Pf at Base 6.4.0
- _ZN5physx22getEdgeTriangleIndicesERKNS_2Gu11HeightFieldERKNS_8EdgeDataEPj at Base 6.4.0
- _ZN5physx28PxTransformFromPlaneEquationERKNS_7PxPlaneE at Base 6.4.0
- _ZN5physx2Cm12RenderOutput13outputCapsuleEffRKNS_7PxMat44E at Base 6.4.0
- _ZN5physx2Cm12RenderOutputlsENS1_9PrimitiveE at Base 6.4.0
- _ZN5physx2Cm12RenderOutputlsENS_6PxVec3E at Base 6.4.0
- _ZN5physx2Cm12RenderOutputlsERKNS0_9DebugTextE at Base 6.4.0
- _ZN5physx2Cm12RenderOutputlsERKNS_11PxTransformE at Base 6.4.0
- _ZN5physx2Cm12RenderOutputlsERKNS_7PxMat44E at Base 6.4.0
- _ZN5physx2Cm12RenderOutputlsEj at Base 6.4.0
- _ZN5physx2Cm17RadixSortBuffered4SortEPKfj at Base 6.4.0
- _ZN5physx2Cm17RadixSortBuffered4SortEPKjjNS0_9RadixHintE at Base 6.4.0
- _ZN5physx2Cm17RadixSortBuffered5resetEv at Base 6.4.0
- _ZN5physx2Cm17RadixSortBuffered6ResizeEj at Base 6.4.0
- _ZN5physx2Cm17RadixSortBufferedC1Ev at Base 6.4.0
- _ZN5physx2Cm17RadixSortBufferedC2Ev at Base 6.4.0
- _ZN5physx2Cm17RadixSortBufferedD0Ev at Base 6.4.0
- _ZN5physx2Cm17RadixSortBufferedD1Ev at Base 6.4.0
- _ZN5physx2Cm17RadixSortBufferedD2Ev at Base 6.4.0
- _ZN5physx2Cm18visualizeLimitConeERNS0_12RenderOutputEfRKNS_11PxTransformEffb at Base 6.4.0
- _ZN5physx2Cm19visualizeDoubleConeERNS0_12RenderOutputEfRKNS_11PxTransformEfb at Base 6.4.0
- _ZN5physx2Cm20visualizeJointFramesERNS0_12RenderOutputEfRKNS_11PxTransformES5_ at Base 6.4.0
- _ZN5physx2Cm20visualizeLinearLimitERNS0_12RenderOutputEfRKNS_11PxTransformES5_fb at Base 6.4.0
- _ZN5physx2Cm21visualizeAngularLimitERNS0_12RenderOutputEfRKNS_11PxTransformEffb at Base 6.4.0
- _ZN5physx2Cm8PtrTable15exportExtraDataERNS_22PxSerializationContextE at Base 6.4.0
- _ZN5physx2Cm8PtrTable15importExtraDataERNS_24PxDeserializationContextE at Base 6.4.0
- _ZN5physx2Cm8PtrTable15replaceWithLastEjRNS0_22PtrTableStorageManagerE at Base 6.4.0
- _ZN5physx2Cm8PtrTable17getBinaryMetaDataERNS_14PxOutputStreamE at Base 6.4.0
- _ZN5physx2Cm8PtrTable3addEPvRNS0_22PtrTableStorageManagerE at Base 6.4.0
- _ZN5physx2Cm8PtrTable5clearERNS0_22PtrTableStorageManagerE at Base 6.4.0
- _ZN5physx2Cm8PtrTable7reallocEjjRNS0_22PtrTableStorageManagerE at Base 6.4.0
- _ZN5physx2Cm8PtrTableC1Ev at Base 6.4.0
- _ZN5physx2Cm8PtrTableC2Ev at Base 6.4.0
- _ZN5physx2Cm8PtrTableD1Ev at Base 6.4.0
- _ZN5physx2Cm8PtrTableD2Ev at Base 6.4.0
- _ZN5physx2Cm9DebugTextC1ERKNS_6PxVec3EfPKcz at Base 6.4.0
- _ZN5physx2Cm9DebugTextC2ERKNS_6PxVec3EfPKcz at Base 6.4.0
- _ZN5physx2Cm9RadixSort10SetBuffersEPjS2_S2_PS2_ at Base 6.4.0
- _ZN5physx2Cm9RadixSort4SortEPKfj at Base 6.4.0
- _ZN5physx2Cm9RadixSort4SortEPKjjNS0_9RadixHintE at Base 6.4.0
- _ZN5physx2Cm9RadixSortC1Ev at Base 6.4.0
- _ZN5physx2Cm9RadixSortC2Ev at Base 6.4.0
- _ZN5physx2Cm9RadixSortD0Ev at Base 6.4.0
- _ZN5physx2Cm9RadixSortD1Ev at Base 6.4.0
- _ZN5physx2Cm9RadixSortD2Ev at Base 6.4.0
- _ZN5physx2CmlsERNS0_12RenderOutputERKNS0_10DebugArrowE at Base 6.4.0
- _ZN5physx2CmlsERNS0_12RenderOutputERKNS0_10DebugBasisE at Base 6.4.0
- _ZN5physx2CmlsERNS0_12RenderOutputERKNS0_11DebugCircleE at Base 6.4.0
- _ZN5physx2CmlsERNS0_12RenderOutputERKNS0_8DebugArcE at Base 6.4.0
- _ZN5physx2CmlsERNS0_12RenderOutputERKNS0_8DebugBoxE at Base 6.4.0
- _ZN5physx2Gu10BuildBV4ExERNS0_7BV4TreeERNS0_10SourceMeshEfj at Base 6.4.0
- _ZN5physx2Gu10ConvexMesh12createObjectERPhRNS_24PxDeserializationContextE at Base 6.4.0
- _ZN5physx2Gu10ConvexMesh14onRefCountZeroEv at Base 6.4.0
- _ZN5physx2Gu10ConvexMesh15exportExtraDataERNS_22PxSerializationContextE at Base 6.4.0
- _ZN5physx2Gu10ConvexMesh15importExtraDataERNS_24PxDeserializationContextE at Base 6.4.0
- _ZN5physx2Gu10ConvexMesh16acquireReferenceEv at Base 6.4.0
- _ZN5physx2Gu10ConvexMesh4loadERNS_13PxInputStreamE at Base 6.4.0
- _ZN5physx2Gu10ConvexMesh7releaseEv at Base 6.4.0
- _ZN5physx2Gu10ConvexMeshC1ERNS_13GuMeshFactoryERNS0_18ConvexHullInitDataE at Base 6.4.0
- _ZN5physx2Gu10ConvexMeshC1Ev at Base 6.4.0
- _ZN5physx2Gu10ConvexMeshC2ERNS_13GuMeshFactoryERNS0_18ConvexHullInitDataE at Base 6.4.0
- _ZN5physx2Gu10ConvexMeshC2Ev at Base 6.4.0
- _ZN5physx2Gu10ConvexMeshD0Ev at Base 6.4.0
- _ZN5physx2Gu10ConvexMeshD1Ev at Base 6.4.0
- _ZN5physx2Gu10ConvexMeshD2Ev at Base 6.4.0
- _ZN5physx2Gu10ReadHeaderEhhhhRjRbRNS_13PxInputStreamE at Base 6.4.0
- _ZN5physx2Gu10SourceMeshC1Ev at Base 6.4.0
- _ZN5physx2Gu10SourceMeshC2Ev at Base 6.4.0
- _ZN5physx2Gu10SourceMeshD1Ev at Base 6.4.0
- _ZN5physx2Gu10SourceMeshD2Ev at Base 6.4.0
- _ZN5physx2Gu11BuildBV32ExERNS0_8BV32TreeERNS0_10SourceMeshEfj at Base 6.4.0
- _ZN5physx2Gu11HeightField12createObjectERPhRNS_24PxDeserializationContextE at Base 6.4.0
- _ZN5physx2Gu11HeightField12loadFromDescERKNS_17PxHeightFieldDescE at Base 6.4.0
- _ZN5physx2Gu11HeightField13modifySamplesEiiRKNS_17PxHeightFieldDescEb at Base 6.4.0
- _ZN5physx2Gu11HeightField13releaseMemoryEv at Base 6.4.0
- _ZN5physx2Gu11HeightField14onRefCountZeroEv at Base 6.4.0
- _ZN5physx2Gu11HeightField15exportExtraDataERNS_22PxSerializationContextE at Base 6.4.0
- _ZN5physx2Gu11HeightField15importExtraDataERNS_24PxDeserializationContextE at Base 6.4.0
- _ZN5physx2Gu11HeightField16acquireReferenceEv at Base 6.4.0
- _ZN5physx2Gu11HeightField4loadERNS_13PxInputStreamE at Base 6.4.0
- _ZN5physx2Gu11HeightField7releaseEv at Base 6.4.0
- _ZN5physx2Gu11HeightFieldC1EPNS_13GuMeshFactoryE at Base 6.4.0
- _ZN5physx2Gu11HeightFieldC1ERNS_13GuMeshFactoryERNS0_15HeightFieldDataE at Base 6.4.0
- _ZN5physx2Gu11HeightFieldC2EPNS_13GuMeshFactoryE at Base 6.4.0
- _ZN5physx2Gu11HeightFieldC2ERNS_13GuMeshFactoryERNS0_15HeightFieldDataE at Base 6.4.0
- _ZN5physx2Gu11HeightFieldD0Ev at Base 6.4.0
- _ZN5physx2Gu11HeightFieldD1Ev at Base 6.4.0
- _ZN5physx2Gu11HeightFieldD2Ev at Base 6.4.0
- _ZN5physx2Gu11WriteHeaderEhhhhjbRNS_14PxOutputStreamE at Base 6.4.0
- _ZN5physx2Gu11getBoxEdgesEv at Base 6.4.0
- _ZN5physx2Gu12PolygonalBoxC1ERKNS_6PxVec3E at Base 6.4.0
- _ZN5physx2Gu12PolygonalBoxC2ERKNS_6PxVec3E at Base 6.4.0
- _ZN5physx2Gu12StoreIndicesEjjPKjRNS_14PxOutputStreamEb at Base 6.4.0
- _ZN5physx2Gu12StoreIndicesEtjPKtRNS_14PxOutputStreamEb at Base 6.4.0
- _ZN5physx2Gu13GeometryUnion3setERKNS_10PxGeometryE at Base 6.4.0
- _ZN5physx2Gu13NodeAllocator4initEjj at Base 6.4.0
- _ZN5physx2Gu13NodeAllocator7releaseEv at Base 6.4.0
- _ZN5physx2Gu13NodeAllocator9getBiNodeEv at Base 6.4.0
- _ZN5physx2Gu13NodeAllocatorC1Ev at Base 6.4.0
- _ZN5physx2Gu13NodeAllocatorC2Ev at Base 6.4.0
- _ZN5physx2Gu13NodeAllocatorD1Ev at Base 6.4.0
- _ZN5physx2Gu13NodeAllocatorD2Ev at Base 6.4.0
- _ZN5physx2Gu13buildAABBTreeERNS0_19AABBTreeBuildParamsERNS0_13NodeAllocatorERNS0_10BuildStatsERPj at Base 6.4.0
- _ZN5physx2Gu13computeBoundsERNS_9PxBounds3ERKNS_10PxGeometryERKNS_11PxTransformEfPKNS0_19CenterExtentsPaddedEf at Base 6.4.0
- _ZN5physx2Gu13contactBoxBoxERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu13getConvexDataERKNS0_13GeometryUnionERNS_2Cm23FastVertex2ShapeScalingERNS_9PxBounds3ERNS0_13PolygonalDataE at Base 6.4.0
- _ZN5physx2Gu14SeparatingAxes7addAxisERKNS_6PxVec3E at Base 6.4.0
- _ZN5physx2Gu14SourceMeshBaseC1Ev at Base 6.4.0
- _ZN5physx2Gu14SourceMeshBaseC2Ev at Base 6.4.0
- _ZN5physx2Gu14SourceMeshBaseD1Ev at Base 6.4.0
- _ZN5physx2Gu14SourceMeshBaseD2Ev at Base 6.4.0
- _ZN5physx2Gu14contactBoxMeshERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu15BV4TriangleMesh12createObjectERPhRNS_24PxDeserializationContextE at Base 6.4.0
- _ZN5physx2Gu15BV4TriangleMesh15exportExtraDataERNS_22PxSerializationContextE at Base 6.4.0
- _ZN5physx2Gu15SweepShapeShapeERKNS0_8CCDShapeES3_RKNS_11PxTransformES6_S6_S6_fRNS_6PxVec3ES8_fRjf at Base 6.4.0
- _ZN5physx2Gu15contactPlaneBoxERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu15getScaledConvexERPNS_6PxVec3ERPhS2_S4_bPKS1_PKhjRKNS_2Cm23FastVertex2ShapeScalingE at Base 6.4.0
- _ZN5physx2Gu15intersectOBBOBBERKNS_6PxVec3ES3_RKNS_7PxMat33ES3_S3_S6_b at Base 6.4.0
- _ZN5physx2Gu16computeBoxPointsERKNS_9PxBounds3EPNS_6PxVec3E at Base 6.4.0
- _ZN5physx2Gu16computeOBBPointsEPNS_6PxVec3ERKS1_S4_S4_S4_S4_ at Base 6.4.0
- _ZN5physx2Gu16contactBoxConvexERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu16contactSphereBoxERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu16intersectOBB_BV4EPKNS0_12TriangleMeshERKNS0_3BoxERNS0_15MeshHitCallbackINS_12PxRaycastHitEEEbb at Base 6.4.0
- _ZN5physx2Gu16intersectRayAABBERKNS_6PxVec3ES3_S3_S3_RfS4_ at Base 6.4.0
- _ZN5physx2Gu16pcmContactBoxBoxERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu17AABBTreeBuildNode15_buildHierarchyERNS0_19AABBTreeBuildParamsERNS0_10BuildStatsERNS0_13NodeAllocatorEPj at Base 6.4.0
- _ZN5physx2Gu17AABBTreeBuildNode9subdivideERKNS0_19AABBTreeBuildParamsERNS0_10BuildStatsERNS0_13NodeAllocatorEPj at Base 6.4.0
- _ZN5physx2Gu17RTreeTriangleMesh12createObjectERPhRNS_24PxDeserializationContextE at Base 6.4.0
- _ZN5physx2Gu17RTreeTriangleMesh15exportExtraDataERNS_22PxSerializationContextE at Base 6.4.0
- _ZN5physx2Gu17contactCapsuleBoxERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu17contactConvexMeshERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu17contactSphereMeshERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu17getSweepFuncTableEv at Base 6.4.0
- _ZN5physx2Gu17initAABBTreeBuildERNS0_19AABBTreeBuildParamsERNS0_13NodeAllocatorERNS0_10BuildStatsERPj at Base 6.4.0
- _ZN5physx2Gu17intersectEdgeEdgeERKNS_6PxVec3ES3_S3_S3_S3_RfRS1_ at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu17intersectRayAABB2ERKDv4_fS3_S3_S3_S3_RS1_S4_ at Base 6.4.0
- _ZN5physx2Gu17intersectRayAABB2ERKNS_6PxVec3ES3_S3_S3_fRfS4_ at Base 6.4.0
- (arch=!amd64)_ZN5physx2Gu17intersectRayAABB2ERKNS_6shdfnd3aos5Vec3VES5_S5_S5_RKNS2_6FloatVERS6_S9_ at Base 6.4.0
- _ZN5physx2Gu17pcmContactBoxMeshERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu18contactCapsuleMeshERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu18contactPlaneConvexERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu18contactSpherePlaneERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu18intersectOBB_RTREEEPKNS0_12TriangleMeshERKNS0_3BoxERNS0_15MeshHitCallbackINS_12PxRaycastHitEEEbb at Base 6.4.0
- _ZN5physx2Gu18intersectRaySphereERKNS_6PxVec3ES3_fS3_fRfPS1_ at Base 6.4.0
- _ZN5physx2Gu18pcmContactPlaneBoxERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu19contactConvexConvexERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu19contactPlaneCapsuleERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu19contactSphereSphereERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu19getOverlapFuncTableEv at Base 6.4.0
- _ZN5physx2Gu19getRaycastFuncTableEv at Base 6.4.0
- _ZN5physx2Gu19pcmContactBoxConvexERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu19pcmContactSphereBoxERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu20contactCapsuleConvexERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu20contactSphereCapsuleERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu20intersectTriangleBoxERKNS0_9BoxPaddedERKNS_6PxVec3ES6_S6_ at Base 6.4.0
- _ZN5physx2Gu20pcmContactCapsuleBoxERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu20pcmContactConvexMeshERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu20pcmContactSphereMeshERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu20registerHeightFieldsEv at Base 6.4.0
- _ZN5physx2Gu21contactBoxHeightfieldERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu21contactCapsuleCapsuleERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu21findUniqueConvexEdgesEjPNS0_10ConvexEdgeEjPKNS0_15HullPolygonDataEPKh at Base 6.4.0
- _ZN5physx2Gu21pcmContactCapsuleMeshERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu21pcmContactPlaneConvexERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu21pcmContactSpherePlaneERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu21sweepBox_MeshGeom_BV4EPKNS0_12TriangleMeshERKNS_22PxTriangleMeshGeometryERKNS_11PxTransformERKNS0_3BoxERKNS_6PxVec3EfRNS_10PxSweepHitENS_7PxFlagsINS_9PxHitFlag4EnumEtEEf at Base 6.4.0
- _ZN5physx2Gu22closestPtPointTriangleERKNS_6PxVec3ES3_S3_S3_RfS4_ at Base 6.4.0
- _ZN5physx2Gu22computeOBBAroundConvexERNS0_3BoxERKNS_20PxConvexMeshGeometryEPKNS_12PxConvexMeshERKNS_11PxTransformE at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu22intersectBoxVsMesh_BV4ERKNS0_3BoxERKNS0_12TriangleMeshERKNS_11PxTransformERKNS_11PxMeshScaleEPNS0_14LimitedResultsE at Base 6.4.0
- _ZN5physx2Gu22pcmContactConvexConvexERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu22pcmContactPlaneCapsuleERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu22pcmContactSphereConvexERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu22pcmContactSphereSphereERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu23findRotationMatrixFromZERKNS_6PxVec3E at Base 6.4.0
- _ZN5physx2Gu23intersectRaySphereBasicERKNS_6PxVec3ES3_fS3_fRfPS1_ at Base 6.4.0
- _ZN5physx2Gu23pcmContactCapsuleConvexERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu23pcmContactSphereCapsuleERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu23sweepBox_MeshGeom_RTREEEPKNS0_12TriangleMeshERKNS_22PxTriangleMeshGeometryERKNS_11PxTransformERKNS0_3BoxERKNS_6PxVec3EfRNS_10PxSweepHitENS_7PxFlagsINS_9PxHitFlag4EnumEtEEf at Base 6.4.0
- _ZN5physx2Gu24contactConvexHeightfieldERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu24contactPolygonPolygonExtEjPKNS_6PxVec3EPKhRKNS_2Cm8Matrix34ERKNS_7PxPlaneERKNS_7PxMat33EjS3_S5_S9_SC_SF_RS2_S9_S9_jjRNS0_13ContactBufferEbSG_f at Base 6.4.0
- _ZN5physx2Gu24contactSphereHeightfieldERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu24intersectBoxVsMesh_RTREEERKNS0_3BoxERKNS0_12TriangleMeshERKNS_11PxTransformERKNS_11PxMeshScaleEPNS0_14LimitedResultsE at Base 6.4.0
- _ZN5physx2Gu24pcmContactBoxHeightFieldERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu24pcmContactCapsuleCapsuleERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu24raycast_triangleMesh_BV4EPKNS0_12TriangleMeshERKNS_22PxTriangleMeshGeometryERKNS_11PxTransformERKNS_6PxVec3ESC_fNS_7PxFlagsINS_9PxHitFlag4EnumEtEEjPNS_12PxRaycastHitE at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu24sweepConvex_MeshGeom_BV4EPKNS0_12TriangleMeshERKNS0_3BoxERKNS_6PxVec3EfRNS0_26SweepConvexMeshHitCallbackEb at Base 6.4.0
- _ZN5physx2Gu25SweepEstimateAnyShapeMeshERKNS0_8CCDShapeES3_RKNS_11PxTransformES6_S6_S6_ff at Base 6.4.0
- _ZN5physx2Gu25contactCapsuleHeightfieldERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu25distanceSegmentBoxSquaredERKNS_6PxVec3ES3_S3_S3_RKNS_7PxMat33EPfPS1_ at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu25intersectSphereVsMesh_BV4ERKNS0_6SphereERKNS0_12TriangleMeshERKNS_11PxTransformERKNS_11PxMeshScaleEPNS0_14LimitedResultsE at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu25sweepCapsule_MeshGeom_BV4EPKNS0_12TriangleMeshERKNS_22PxTriangleMeshGeometryERKNS_11PxTransformERKNS0_7CapsuleERKNS_6PxVec3EfRNS_10PxSweepHitENS_7PxFlagsINS_9PxHitFlag4EnumEtEEf at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu26intersectCapsuleVsMesh_BV4ERKNS0_7CapsuleERKNS0_12TriangleMeshERKNS_11PxTransformERKNS_11PxMeshScaleEPNS0_14LimitedResultsE at Base 6.4.0
- _ZN5physx2Gu26raycast_triangleMesh_RTREEEPKNS0_12TriangleMeshERKNS_22PxTriangleMeshGeometryERKNS_11PxTransformERKNS_6PxVec3ESC_fNS_7PxFlagsINS_9PxHitFlag4EnumEtEEjPNS_12PxRaycastHitE at Base 6.4.0
- _ZN5physx2Gu26sweepConvex_MeshGeom_RTREEEPKNS0_12TriangleMeshERKNS0_3BoxERKNS_6PxVec3EfRNS0_26SweepConvexMeshHitCallbackEb at Base 6.4.0
- _ZN5physx2Gu27computeBoundsAroundVerticesERNS_9PxBounds3EjPKNS_6PxVec3E at Base 6.4.0
- _ZN5physx2Gu27intersectSphereVsMesh_RTREEERKNS0_6SphereERKNS0_12TriangleMeshERKNS_11PxTransformERKNS_11PxMeshScaleEPNS0_14LimitedResultsE at Base 6.4.0
- _ZN5physx2Gu27intersectTriangleBox_UnsafeERKNS_6PxVec3ES3_S3_S3_S3_ at Base 6.4.0
- _ZN5physx2Gu27pcmContactConvexHeightFieldERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu27pcmContactSphereHeightFieldERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu27sweepCapsule_MeshGeom_RTREEEPKNS0_12TriangleMeshERKNS_22PxTriangleMeshGeometryERKNS_11PxTransformERKNS0_7CapsuleERKNS_6PxVec3EfRNS_10PxSweepHitENS_7PxFlagsINS_9PxHitFlag4EnumEtEEf at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu28distancePointTriangleSquaredERKDv4_fS3_S3_S3_RS1_S4_S4_ at Base 6.4.0
- (arch=!amd64)_ZN5physx2Gu28distancePointTriangleSquaredERKNS_6shdfnd3aos5Vec3VES5_S5_S5_RNS2_6FloatVES7_RS3_ at Base 6.4.0
- _ZN5physx2Gu28intersectCapsuleVsMesh_RTREEERKNS0_7CapsuleERKNS0_12TriangleMeshERKNS_11PxTransformERKNS_11PxMeshScaleEPNS0_14LimitedResultsE at Base 6.4.0
- _ZN5physx2Gu28pcmContactCapsuleHeightFieldERKNS0_13GeometryUnionES3_RKNS_11PxTransformES6_RKNS0_17NarrowPhaseParamsERNS0_5CacheERNS0_13ContactBufferEPNS_2Cm12RenderOutputE at Base 6.4.0
- _ZN5physx2Gu29checkOverlapAABB_triangleGeomERKNS_10PxGeometryERKNS_11PxTransformERKNS_9PxBounds3E at Base 6.4.0
- _ZN5physx2Gu29computeBoundsWithCCDThresholdERNS0_5Vec3pES2_RKNS_10PxGeometryERKNS_11PxTransformEPKNS0_19CenterExtentsPaddedE at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu29distanceSegmentSegmentSquaredERKDv4_fS3_S3_S3_RS1_S4_ at Base 6.4.0
- _ZN5physx2Gu29distanceSegmentSegmentSquaredERKNS_6PxVec3ES3_S3_S3_PfS4_ at Base 6.4.0
- _ZN5physx2Gu29distanceSegmentSegmentSquaredERKNS_6PxVec3ES3_fS3_S3_fPfS4_ at Base 6.4.0
- (arch=!amd64)_ZN5physx2Gu29distanceSegmentSegmentSquaredERKNS_6shdfnd3aos5Vec3VES5_S5_S5_RNS2_6FloatVES7_ at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu30distanceSegmentTriangleSquaredERKDv4_fS3_S3_S3_S3_RS1_S4_ at Base 6.4.0
- _ZN5physx2Gu30distanceSegmentTriangleSquaredERKNS_6PxVec3ES3_S3_S3_S3_PfS4_S4_ at Base 6.4.0
- (arch=!amd64)_ZN5physx2Gu30distanceSegmentTriangleSquaredERKNS_6shdfnd3aos5Vec3VES5_S5_S5_S5_RS3_S6_ at Base 6.4.0
- _ZN5physx2Gu32SweepEstimateAnyShapeHeightfieldERKNS0_8CCDShapeES3_RKNS_11PxTransformES6_S6_S6_ff at Base 6.4.0
- _ZN5physx2Gu32checkOverlapAABB_heightFieldGeomERKNS_10PxGeometryERKNS_11PxTransformERKNS_9PxBounds3E at Base 6.4.0
- _ZN5physx2Gu33MultiplePersistentContactManifold10fromBufferEPh at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu33MultiplePersistentContactManifold11drawPolygonERNS_2Cm12RenderOutputERKNS_6shdfnd3aos12PsTransformVEPDv4_fjj at Base 6.4.0
- (arch=!amd64)_ZN5physx2Gu33MultiplePersistentContactManifold11drawPolygonERNS_2Cm12RenderOutputERKNS_6shdfnd3aos12PsTransformVEPNS6_5Vec3VEjj at Base 6.4.0
- _ZN5physx2Gu33MultiplePersistentContactManifold12drawManifoldERNS_2Cm12RenderOutputERKNS_6shdfnd3aos12PsTransformVES9_ at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu33MultiplePersistentContactManifold24addManifoldContactPointsEPNS0_21MeshPersistentContactEjPPNS0_15PCMContactPatchEjRKDv4_fS9_h at Base 6.4.0
- (arch=!amd64)_ZN5physx2Gu33MultiplePersistentContactManifold24addManifoldContactPointsEPNS0_21MeshPersistentContactEjPPNS0_15PCMContactPatchEjRKNS_6shdfnd3aos6FloatVESB_h at Base 6.4.0
- _ZN5physx2Gu33MultiplePersistentContactManifold34addManifoldContactsToContactBufferERNS0_13ContactBufferERKNS_6shdfnd3aos12PsTransformVE at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu33MultiplePersistentContactManifold34addManifoldContactsToContactBufferERNS0_13ContactBufferERKNS_6shdfnd3aos12PsTransformVES8_RKDv4_f at Base 6.4.0
- (arch=!amd64)_ZN5physx2Gu33MultiplePersistentContactManifold34addManifoldContactsToContactBufferERNS0_13ContactBufferERKNS_6shdfnd3aos12PsTransformVES8_RKNS5_6FloatVE at Base 6.4.0
- _ZN5physx2Gu33MultiplePersistentContactManifold8drawLineERNS_2Cm12RenderOutputENS_6PxVec3ES5_j at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu33MultiplePersistentContactManifold8drawLineERNS_2Cm12RenderOutputERKDv4_fS7_j at Base 6.4.0
- (arch=!amd64)_ZN5physx2Gu33MultiplePersistentContactManifold8drawLineERNS_2Cm12RenderOutputERKNS_6shdfnd3aos5Vec3VES9_j at Base 6.4.0
- (arch=amd64)_ZN5physx2Gu33MultiplePersistentContactManifold9drawPointERNS_2Cm12RenderOutputERKDv4_ffj at Base 6.4.0
- (arch=!amd64)_ZN5physx2Gu33MultiplePersistentContactManifold9drawPointERNS_2Cm12RenderOutputERKNS_6shdfnd3aos5Vec3VEfj at Base 6.4.0
- _ZN5physx2Gu34intersectTriangleBox_ReferenceCodeERKNS_6PxVec3ES3_S3_S3_S3_ at Base 6.4.0
- _ZN5physx2Gu3Box6createERKNS0_7CapsuleE at Base 6.4.0
- _ZN5physx2Gu5RTree8validateEPNS1_13CallbackRefitE at Base 6.4.0
- _ZN5physx2Gu7BV4TreeC1EPNS0_10SourceMeshERKNS_9PxBounds3E at Base 6.4.0
- _ZN5physx2Gu7BV4TreeC1Ev at Base 6.4.0
- _ZN5physx2Gu7BV4TreeC2EPNS0_10SourceMeshERKNS_9PxBounds3E at Base 6.4.0
- _ZN5physx2Gu7BV4TreeC2Ev at Base 6.4.0
- _ZN5physx2Gu7BV4TreeD1Ev at Base 6.4.0
- _ZN5physx2Gu7BV4TreeD2Ev at Base 6.4.0
- _ZN5physx2Gu8BV32TreeC1EPNS0_10SourceMeshERKNS_9PxBounds3E at Base 6.4.0
- _ZN5physx2Gu8BV32TreeC1Ev at Base 6.4.0
- _ZN5physx2Gu8BV32TreeC2EPNS0_10SourceMeshERKNS_9PxBounds3E at Base 6.4.0
- _ZN5physx2Gu8BV32TreeC2Ev at Base 6.4.0
- _ZN5physx2Gu8BV32TreeD1Ev at Base 6.4.0
- _ZN5physx2Gu8BV32TreeD2Ev at Base 6.4.0
- _ZN5physx2Gu9ShapeDataC1ERKNS_10PxGeometryERKNS_11PxTransformEf at Base 6.4.0
- _ZN5physx2Gu9ShapeDataC2ERKNS_10PxGeometryERKNS_11PxTransformEf at Base 6.4.0
- _ZN5physx6shdfnd10Foundation11decRefCountEv at Base 6.4.0
- _ZN5physx6shdfnd10Foundation11getInstanceEv at Base 6.4.0
- _ZN5physx6shdfnd10Foundation11incRefCountEv at Base 6.4.0
- _ZN5physx6shdfnd10Foundation11setInstanceERS1_ at Base 6.4.0
- _ZN5physx6shdfnd10Foundation14createInstanceEjRNS_15PxErrorCallbackERNS_19PxAllocatorCallbackE at Base 6.4.0
- _ZN5physx6shdfnd10Foundation15destroyInstanceEv at Base 6.4.0
- _ZN5physx6shdfnd10Foundation17mWarnOnceTimestapE at Base 6.4.0
- _ZN5physx6shdfnd10Foundation20getWarnOnceTimestampEv at Base 6.4.0
- _ZN5physx6shdfnd10Foundation21registerErrorCallbackERNS_15PxErrorCallbackE at Base 6.4.0
- _ZN5physx6shdfnd10Foundation23deregisterErrorCallbackERNS_15PxErrorCallbackE at Base 6.4.0
- _ZN5physx6shdfnd10Foundation26registerAllocationListenerERNS0_18AllocationListenerE at Base 6.4.0
- _ZN5physx6shdfnd10Foundation28deregisterAllocationListenerERNS0_18AllocationListenerE at Base 6.4.0
- _ZN5physx6shdfnd10Foundation5errorENS_11PxErrorCode4EnumEPKciS5_z at Base 6.4.0
- _ZN5physx6shdfnd10Foundation7releaseEv at Base 6.4.0
- (arch=amd64)_ZN5physx6shdfnd10Foundation9errorImplENS_11PxErrorCode4EnumEPKciS5_P13__va_list_tag at Base 6.4.0
- (arch=mips64el)_ZN5physx6shdfnd10Foundation9errorImplENS_11PxErrorCode4EnumEPKciS5_Pv at Base 6.4.0
- (arch=!amd64 !mips64el)_ZN5physx6shdfnd10Foundation9errorImplENS_11PxErrorCode4EnumEPKciS5_St9__va_list at Base 6.4.0
- _ZN5physx6shdfnd10Foundation9mInstanceE at Base 6.4.0
- _ZN5physx6shdfnd10Foundation9mRefCountE at Base 6.4.0
- _ZN5physx6shdfnd10FoundationC1ERNS_15PxErrorCallbackERNS_19PxAllocatorCallbackE at Base 6.4.0
- _ZN5physx6shdfnd10FoundationC2ERNS_15PxErrorCallbackERNS_19PxAllocatorCallbackE at Base 6.4.0
- _ZN5physx6shdfnd10FoundationD0Ev at Base 6.4.0
- _ZN5physx6shdfnd10FoundationD1Ev at Base 6.4.0
- _ZN5physx6shdfnd10FoundationD2Ev at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl10signalQuitEv at Base 6.4.0
- (subst)_ZN5physx6shdfnd10ThreadImpl11getPriorityE{size_t}@Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl11setPriorityENS0_14ThreadPriority4EnumE at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl11waitForQuitEv at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl15quitIsSignalledEv at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl15setAffinityMaskEj at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl18getNbPhysicalCoresEv at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl19getDefaultStackSizeEv at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl4killEv at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl4quitEv at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl5getIdEv at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl5sleepEj at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl5startEjPNS0_8RunnableE at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl5yieldEv at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl7getSizeEv at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImpl7setNameEPKc at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImplC1EPFPvS2_ES2_PKc at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImplC1Ev at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImplC2EPFPvS2_ES2_PKc at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImplC2Ev at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImplD1Ev at Base 6.4.0
- _ZN5physx6shdfnd10ThreadImplD2Ev at Base 6.4.0
- _ZN5physx6shdfnd11TlsGetValueEj at Base 6.4.0
- (subst)_ZN5physx6shdfnd11TlsSetValueEj{size_t}@Base 6.4.0
- _ZN5physx6shdfnd11printStringEPKc at Base 6.4.0
- _ZN5physx6shdfnd12getAllocatorEv at Base 6.4.0
- _ZN5physx6shdfnd13ReadWriteLock10lockReaderEb at Base 6.4.0
- _ZN5physx6shdfnd13ReadWriteLock10lockWriterEv at Base 6.4.0
- _ZN5physx6shdfnd13ReadWriteLock12unlockReaderEv at Base 6.4.0
- _ZN5physx6shdfnd13ReadWriteLock12unlockWriterEv at Base 6.4.0
- _ZN5physx6shdfnd13ReadWriteLockC1Ev at Base 6.4.0
- _ZN5physx6shdfnd13ReadWriteLockC2Ev at Base 6.4.0
- _ZN5physx6shdfnd13ReadWriteLockD1Ev at Base 6.4.0
- _ZN5physx6shdfnd13ReadWriteLockD2Ev at Base 6.4.0
- _ZN5physx6shdfnd13TempAllocator10deallocateEPv at Base 6.4.0
- (subst)_ZN5physx6shdfnd13TempAllocator8allocateE{size_t}PKci at Base 6.4.0
- _ZN5physx6shdfnd14atomicExchangeEPVii at Base 6.4.0
- _ZN5physx6shdfnd14printFormattedEPKcz at Base 6.4.0
- _ZN5physx6shdfnd15atomicDecrementEPVi at Base 6.4.0
- _ZN5physx6shdfnd15atomicIncrementEPVi at Base 6.4.0
- _ZN5physx6shdfnd18enableFPExceptionsEv at Base 6.4.0
- _ZN5physx6shdfnd18integrateTransformERKNS_11PxTransformERKNS_6PxVec3ES6_fRS1_ at Base 6.4.0
- _ZN5physx6shdfnd19disableFPExceptionsEv at Base 6.4.0
- _ZN5physx6shdfnd19optimizeBoundingBoxERNS_7PxMat33E at Base 6.4.0
- _ZN5physx6shdfnd21atomicCompareExchangeEPViii at Base 6.4.0
- _ZN5physx6shdfnd28atomicCompareExchangePointerEPPVvPvS4_ at Base 6.4.0
- _ZN5physx6shdfnd5slerpEfRKNS_6PxQuatES3_ at Base 6.4.0
- _ZN5physx6shdfnd6TlsGetEj at Base 6.4.0
- _ZN5physx6shdfnd6TlsSetEjPv at Base 6.4.0
- _ZN5physx6shdfnd6sscanfEPKcS2_z at Base 6.4.0
- _ZN5physx6shdfnd6strcmpEPKcS2_ at Base 6.4.0
- _ZN5physx6shdfnd6strlwrEPc at Base 6.4.0
- _ZN5physx6shdfnd6struprEPc at Base 6.4.0
- _ZN5physx6shdfnd7TlsFreeEj at Base 6.4.0
- _ZN5physx6shdfnd7stricmpEPKcS2_ at Base 6.4.0
- (subst)_ZN5physx6shdfnd7strlcatEPc{size_t}PKc at Base 6.4.0
- (subst)_ZN5physx6shdfnd7strlcpyEPc{size_t}PKc at Base 6.4.0
- (subst)_ZN5physx6shdfnd7strncmpEPKcS2_{size_t}@Base 6.4.0
- _ZN5physx6shdfnd8FPUGuardC1Ev at Base 6.4.0
- _ZN5physx6shdfnd8FPUGuardC2Ev at Base 6.4.0
- _ZN5physx6shdfnd8FPUGuardD1Ev at Base 6.4.0
- _ZN5physx6shdfnd8FPUGuardD2Ev at Base 6.4.0
- _ZN5physx6shdfnd8SyncImpl3setEv at Base 6.4.0
- _ZN5physx6shdfnd8SyncImpl4waitEj at Base 6.4.0
- _ZN5physx6shdfnd8SyncImpl5resetEv at Base 6.4.0
- _ZN5physx6shdfnd8SyncImpl7getSizeEv at Base 6.4.0
- _ZN5physx6shdfnd8SyncImplC1Ev at Base 6.4.0
- _ZN5physx6shdfnd8SyncImplC2Ev at Base 6.4.0
- _ZN5physx6shdfnd8SyncImplD1Ev at Base 6.4.0
- _ZN5physx6shdfnd8SyncImplD2Ev at Base 6.4.0
- _ZN5physx6shdfnd8TlsAllocEv at Base 6.4.0
- (subst)_ZN5physx6shdfnd8snprintfEPc{size_t}PKcz at Base 6.4.0
- (subst)_ZN5physx6shdfnd8strnicmpEPKcS2_{size_t}@Base 6.4.0
- _ZN5physx6shdfnd9Allocator10deallocateEPv at Base 6.4.0
- (subst)_ZN5physx6shdfnd9Allocator8allocateE{size_t}PKci at Base 6.4.0
- _ZN5physx6shdfnd9MutexImpl4lockEv at Base 6.4.0
- _ZN5physx6shdfnd9MutexImpl6unlockEv at Base 6.4.0
- _ZN5physx6shdfnd9MutexImpl7getSizeEv at Base 6.4.0
- _ZN5physx6shdfnd9MutexImpl7trylockEv at Base 6.4.0
- _ZN5physx6shdfnd9MutexImplC1Ev at Base 6.4.0
- _ZN5physx6shdfnd9MutexImplC2Ev at Base 6.4.0
- _ZN5physx6shdfnd9MutexImplD1Ev at Base 6.4.0
- _ZN5physx6shdfnd9MutexImplD2Ev at Base 6.4.0
- _ZN5physx6shdfnd9SListImpl3popEv at Base 6.4.0
- _ZN5physx6shdfnd9SListImpl4pushEPNS0_10SListEntryE at Base 6.4.0
- _ZN5physx6shdfnd9SListImpl5flushEv at Base 6.4.0
- _ZN5physx6shdfnd9SListImpl7getSizeEv at Base 6.4.0
- _ZN5physx6shdfnd9SListImplC1Ev at Base 6.4.0
- _ZN5physx6shdfnd9SListImplC2Ev at Base 6.4.0
- _ZN5physx6shdfnd9SListImplD1Ev at Base 6.4.0
- _ZN5physx6shdfnd9SListImplD2Ev at Base 6.4.0
- _ZN5physx6shdfnd9atomicAddEPVii at Base 6.4.0
- _ZN5physx6shdfnd9atomicMaxEPVii at Base 6.4.0
- (arch=amd64)_ZN5physx6shdfnd9vsnprintfEPcmPKcP13__va_list_tag at Base 6.4.0
- (arch=mips64el)_ZN5physx6shdfnd9vsnprintfEPcmPKcPv at Base 6.4.0
- (arch=!amd64 !mips64el|subst)_ZN5physx6shdfnd9vsnprintfEPc{size_t}PKcSt9__va_list at Base 6.4.0
- _ZN5physx9readDwordEbRNS_13PxInputStreamE at Base 6.4.0
- _ZN5physx9writeWordEtbRNS_14PxOutputStreamE at Base 6.4.0
- _ZN9QBoxShape10setExtentsE9QVector3D at Base 6.4.0
- _ZN9QBoxShape11qt_metacallEN11QMetaObject4CallEiPPv at Base 6.4.0
- _ZN9QBoxShape11qt_metacastEPKc at Base 6.4.0
- _ZN9QBoxShape14extentsChangedE9QVector3D at Base 6.4.0
- _ZN9QBoxShape16getPhysXGeometryEv at Base 6.4.0
- _ZN9QBoxShape16staticMetaObjectE at Base 6.4.0
- _ZN9QBoxShape19updatePhysXGeometryEv at Base 6.4.0
- _ZN9QBoxShapeC1Ev at Base 6.4.0
- _ZN9QBoxShapeC2Ev at Base 6.4.0
- _ZN9QBoxShapeD0Ev at Base 6.4.0
- _ZN9QBoxShapeD1Ev at Base 6.4.0
- _ZN9QBoxShapeD2Ev at Base 6.4.0
- _ZNK11QPlaneShape10metaObjectEv at Base 6.4.0
- _ZNK12QSphereShape10metaObjectEv at Base 6.4.0
- _ZNK12QSphereShape8diameterEv at Base 6.4.0
- _ZNK12QTriggerBody10metaObjectEv at Base 6.4.0
- _ZNK12QTriggerBody14collisionCountEv at Base 6.4.0
- _ZNK13QCapsuleShape10metaObjectEv at Base 6.4.0
- _ZNK13QCapsuleShape6heightEv at Base 6.4.0
- _ZNK13QCapsuleShape8diameterEv at Base 6.4.0
- _ZNK14QDynamicsWorld10metaObjectEv at Base 6.4.0
- _ZNK14QDynamicsWorld11maxTimestepEv at Base 6.4.1
- _ZNK14QDynamicsWorld11minTimestepEv at Base 6.4.1
- _ZNK14QDynamicsWorld12typicalSpeedEv at Base 6.4.0
- _ZNK14QDynamicsWorld13typicalLengthEv at Base 6.4.0
- _ZNK14QDynamicsWorld14defaultDensityEv at Base 6.4.0
- _ZNK14QDynamicsWorld14forceDebugViewEv at Base 6.4.0
- _ZNK14QDynamicsWorld21hasSendContactReportsEP22QAbstractCollisionNode at Base 6.4.0
- _ZNK14QDynamicsWorld24hasReceiveContactReportsEP22QAbstractCollisionNode at Base 6.4.0
- _ZNK14QDynamicsWorld7gravityEv at Base 6.4.0
- _ZNK14QDynamicsWorld7runningEv at Base 6.4.0
- _ZNK14QDynamicsWorld9enableCCDEv at Base 6.4.0
- _ZNK14QDynamicsWorld9sceneViewEv at Base 6.4.0
- _ZNK16QConvexMeshShape10meshSourceEv at Base 6.4.0
- _ZNK16QConvexMeshShape10metaObjectEv at Base 6.4.0
- _ZNK16QPhysicsMaterial10metaObjectEv at Base 6.4.0
- _ZNK16QPhysicsMaterial11restitutionEv at Base 6.4.0
- _ZNK16QPhysicsMaterial14staticFrictionEv at Base 6.4.0
- _ZNK16QPhysicsMaterial15dynamicFrictionEv at Base 6.4.0
- _ZNK16QStaticRigidBody10metaObjectEv at Base 6.4.0
- _ZNK17QDynamicRigidBody10metaObjectEv at Base 6.4.0
- _ZNK17QDynamicRigidBody11isKinematicEv at Base 6.4.0
- _ZNK17QDynamicRigidBody13inertiaMatrixEv at Base 6.4.0
- _ZNK17QDynamicRigidBody13inertiaTensorEv at Base 6.4.0
- _ZNK17QDynamicRigidBody14gravityEnabledEv at Base 6.4.0
- _ZNK17QDynamicRigidBody14linearVelocityEv at Base 6.4.0
- _ZNK17QDynamicRigidBody15angularVelocityEv at Base 6.4.0
- _ZNK17QDynamicRigidBody15axisLockLinearXEv at Base 6.4.0
- _ZNK17QDynamicRigidBody15axisLockLinearYEv at Base 6.4.0
- _ZNK17QDynamicRigidBody15axisLockLinearZEv at Base 6.4.0
- _ZNK17QDynamicRigidBody16axisLockAngularXEv at Base 6.4.0
- _ZNK17QDynamicRigidBody16axisLockAngularYEv at Base 6.4.0
- _ZNK17QDynamicRigidBody16axisLockAngularZEv at Base 6.4.0
- _ZNK17QDynamicRigidBody17readInertiaMatrixEv at Base 6.4.0
- _ZNK17QDynamicRigidBody20centerOfMassPositionEv at Base 6.4.0
- _ZNK17QDynamicRigidBody20centerOfMassRotationEv at Base 6.4.0
- _ZNK17QDynamicRigidBody4massEv at Base 6.4.0
- _ZNK17QDynamicRigidBody7densityEv at Base 6.4.0
- _ZNK17QDynamicRigidBody8massModeEv at Base 6.4.0
- _ZNK17QHeightFieldShape10metaObjectEv at Base 6.4.0
- _ZNK17QHeightFieldShape7extentsEv at Base 6.4.0
- _ZNK17QHeightFieldShape9heightMapEv at Base 6.4.0
- _ZNK18QTriangleMeshShape10meshSourceEv at Base 6.4.0
- _ZNK18QTriangleMeshShape10metaObjectEv at Base 6.4.0
- _ZNK20QCharacterController10collisionsEv at Base 6.4.0
- _ZNK20QCharacterController10metaObjectEv at Base 6.4.0
- _ZNK20QCharacterController13midAirControlEv at Base 6.4.0
- _ZNK20QCharacterController5speedEv at Base 6.4.0
- _ZNK20QCharacterController7gravityEv at Base 6.4.0
- _ZNK22QAbstractCollisionNode10metaObjectEv at Base 6.4.0
- _ZNK22QAbstractCollisionNode18sendContactReportsEv at Base 6.4.0
- _ZNK22QAbstractCollisionNode20enableTriggerReportsEv at Base 6.4.0
- _ZNK22QAbstractCollisionNode21receiveContactReportsEv at Base 6.4.0
- _ZNK22QAbstractCollisionNode22getCollisionShapesListEv at Base 6.4.0
- _ZNK23QAbstractCollisionShape10metaObjectEv at Base 6.4.0
- _ZNK23QAbstractCollisionShape15enableDebugViewEv at Base 6.4.0
- _ZNK5physx13BigConvexData13ComputeOffsetERKNS_6PxVec3E at Base 6.4.0
- _ZNK5physx13BigConvexData20ComputeNearestOffsetERKNS_6PxVec3E at Base 6.4.0
- _ZNK5physx13GuMeshFactory15getConvexMeshesEPPNS_12PxConvexMeshEjj at Base 6.4.0
- _ZNK5physx13GuMeshFactory15getHeightFieldsEPPNS_13PxHeightFieldEjj at Base 6.4.0
- _ZNK5physx13GuMeshFactory16getBVHStructuresEPPNS_14PxBVHStructureEjj at Base 6.4.0
- _ZNK5physx13GuMeshFactory17getNbConvexMeshesEv at Base 6.4.0
- _ZNK5physx13GuMeshFactory17getNbHeightFieldsEv at Base 6.4.0
- _ZNK5physx13GuMeshFactory17getTriangleMeshesEPPNS_14PxTriangleMeshEjj at Base 6.4.0
- _ZNK5physx13GuMeshFactory18getNbBVHStructuresEv at Base 6.4.0
- _ZNK5physx13GuMeshFactory19getNbTriangleMeshesEv at Base 6.4.0
- _ZNK5physx2Cm8PtrTable4findEPKv at Base 6.4.0
- _ZNK5physx2Gu10ConvexMesh14getLocalBoundsEv at Base 6.4.0
- _ZNK5physx2Gu10ConvexMesh14getPolygonDataEjRNS_13PxHullPolygonE at Base 6.4.0
- _ZNK5physx2Gu10ConvexMesh15isGpuCompatibleEv at Base 6.4.0
- _ZNK5physx2Gu10ConvexMesh17getReferenceCountEv at Base 6.4.0
- _ZNK5physx2Gu10ConvexMesh18getMassInformationERfRNS_7PxMat33ERNS_6PxVec3E at Base 6.4.0
- _ZNK5physx2Gu11HeightField17getReferenceCountEv at Base 6.4.0
- _ZNK5physx2Gu11HeightField22computeCellCoordinatesEffRfS2_ at Base 6.4.0
- _ZNK5physx2Gu11HeightField22isCollisionVertexPrecaEjjjt at Base 6.4.0
- _ZNK5physx2Gu11HeightField9saveCellsEPvj at Base 6.4.0
- _ZNK5physx2Gu12PolygonalBox16getPolygonalDataEPNS0_13PolygonalDataE at Base 6.4.0
- _ZNK5physx2Gu15HeightFieldUtil11getTriangleERKNS_11PxTransformERNS_10PxTriangleEPjS7_jbb at Base 6.4.0
- _ZNK5physx2Gu15HeightFieldUtil15getVertexNormalEjjj at Base 6.4.0
- _ZNK5physx2Gu15HeightFieldUtil16getEdgeFaceIndexEj at Base 6.4.0
- _ZNK5physx2Gu15HeightFieldUtil16getEdgeFaceIndexEjjPKj at Base 6.4.0
- _ZNK5physx2Gu15HeightFieldUtil16getEdgeFaceIndexEjjjj at Base 6.4.0
- _ZNK5physx2Gu15HeightFieldUtil18computeLocalBoundsERNS_9PxBounds3E at Base 6.4.0
- _ZNK5physx2Gu15HeightFieldUtil18getVertexFaceIndexEjjj at Base 6.4.0
- _ZNK5physx2Gu15HeightFieldUtil20overlapAABBTrianglesERKNS_11PxTransformERKNS_9PxBounds3EjPNS0_12EntityReportIjEE at Base 6.4.0
- _ZNK5physx2Gu15HeightFieldUtil22findClosestPointOnEdgeEjjjjRKNS_6PxVec3ERS2_ at Base 6.4.0
- _ZNK5physx2Gu15HeightFieldUtil23findClosestPointsOnCellEjjNS_6PxVec3EPS2_Pjbbb at Base 6.4.0
- _ZNK5physx2Gu15HeightFieldUtil24findProjectionOnTriangleEjjjRKNS_6PxVec3ERS2_ at Base 6.4.0
- _ZNK5physx2Gu15HeightFieldUtil24getFaceIndexAtShapePointEff at Base 6.4.0
- _ZNK5physx2Gu15HeightFieldUtil7getEdgeEjjjjRNS_6PxVec3ES3_ at Base 6.4.0
- _ZNK9QBoxShape10metaObjectEv at Base 6.4.0
- _ZNK9QBoxShape7extentsEv at Base 6.4.0
- _ZTI11QPlaneShape at Base 6.4.0
- _ZTI12QSphereShape at Base 6.4.0
- _ZTI12QTriggerBody at Base 6.4.0
- _ZTI13QCapsuleShape at Base 6.4.0
- _ZTI14QDynamicsWorld at Base 6.4.0
- _ZTI16QConvexMeshShape at Base 6.4.0
- _ZTI16QPhysicsMaterial at Base 6.4.0
- _ZTI16QStaticRigidBody at Base 6.4.0
- _ZTI17QDynamicRigidBody at Base 6.4.0
- _ZTI17QHeightFieldShape at Base 6.4.0
- _ZTI18QTriangleMeshShape at Base 6.4.0
- _ZTI20QCharacterController at Base 6.4.0
- _ZTI22QAbstractCollisionNode at Base 6.4.0
- _ZTI23QAbstractCollisionShape at Base 6.4.0
- _ZTI9QBoxShape at Base 6.4.0
- _ZTIN5physx12PxFoundationE at Base 6.4.0
- _ZTIN5physx13GuMeshFactoryE at Base 6.4.0
- _ZTIN5physx2Cm17RadixSortBufferedE at Base 6.4.0
- _ZTIN5physx2Cm9RadixSortE at Base 6.4.0
- _ZTIN5physx6shdfnd10FoundationE at Base 6.4.0
- _ZTIZN9QMetaType17registerConverterI5QListI9QVector3DE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS3_EEEEbT1_EUlPKvPvE_ at Base 6.4.0
- _ZTIZN9QMetaType17registerConverterI5QListIfE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS2_EEEEbT1_EUlPKvPvE_ at Base 6.4.0
- _ZTIZN9QMetaType19registerMutableViewI5QListI9QVector3DE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS3_EEEEbT1_EUlPvSB_E_ at Base 6.4.0
- _ZTIZN9QMetaType19registerMutableViewI5QListIfE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS2_EEEEbT1_EUlPvSA_E_ at Base 6.4.0
- _ZTS11QPlaneShape at Base 6.4.0
- _ZTS12QSphereShape at Base 6.4.0
- _ZTS12QTriggerBody at Base 6.4.0
- _ZTS13QCapsuleShape at Base 6.4.0
- _ZTS14QDynamicsWorld at Base 6.4.0
- _ZTS16QConvexMeshShape at Base 6.4.0
- _ZTS16QPhysicsMaterial at Base 6.4.0
- _ZTS16QStaticRigidBody at Base 6.4.0
- _ZTS17QDynamicRigidBody at Base 6.4.0
- _ZTS17QHeightFieldShape at Base 6.4.0
- _ZTS18QTriangleMeshShape at Base 6.4.0
- _ZTS20QCharacterController at Base 6.4.0
- _ZTS22QAbstractCollisionNode at Base 6.4.0
- _ZTS23QAbstractCollisionShape at Base 6.4.0
- _ZTS9QBoxShape at Base 6.4.0
- _ZTSN5physx12PxFoundationE at Base 6.4.0
- _ZTSN5physx13GuMeshFactoryE at Base 6.4.0
- _ZTSN5physx2Cm17RadixSortBufferedE at Base 6.4.0
- _ZTSN5physx2Cm9RadixSortE at Base 6.4.0
- _ZTSN5physx6shdfnd10FoundationE at Base 6.4.0
- _ZTSZN9QMetaType17registerConverterI5QListI9QVector3DE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS3_EEEEbT1_EUlPKvPvE_ at Base 6.4.0
- _ZTSZN9QMetaType17registerConverterI5QListIfE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS2_EEEEbT1_EUlPKvPvE_ at Base 6.4.0
- _ZTSZN9QMetaType19registerMutableViewI5QListI9QVector3DE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS3_EEEEbT1_EUlPvSB_E_ at Base 6.4.0
- _ZTSZN9QMetaType19registerMutableViewI5QListIfE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS2_EEEEbT1_EUlPvSA_E_ at Base 6.4.0
- _ZTV11QPlaneShape at Base 6.4.0
- _ZTV12QSphereShape at Base 6.4.0
- _ZTV12QTriggerBody at Base 6.4.0
- _ZTV13QCapsuleShape at Base 6.4.0
- _ZTV14QDynamicsWorld at Base 6.4.0
- _ZTV16QConvexMeshShape at Base 6.4.0
- _ZTV16QPhysicsMaterial at Base 6.4.0
- _ZTV16QStaticRigidBody at Base 6.4.0
- _ZTV17QDynamicRigidBody at Base 6.4.0
- _ZTV17QHeightFieldShape at Base 6.4.0
- _ZTV18QTriangleMeshShape at Base 6.4.0
- _ZTV20QCharacterController at Base 6.4.0
- _ZTV22QAbstractCollisionNode at Base 6.4.0
- _ZTV23QAbstractCollisionShape at Base 6.4.0
- _ZTV9QBoxShape at Base 6.4.0
- _ZTVN5physx13GuMeshFactoryE at Base 6.4.0
- _ZTVN5physx2Cm17RadixSortBufferedE at Base 6.4.0
- _ZTVN5physx2Cm9RadixSortE at Base 6.4.0
- _ZTVN5physx6shdfnd10FoundationE at Base 6.4.0
- (optional=templinst)_ZZN9QMetaType21registerConverterImplI5QListI9QVector3DE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister at Base 6.4.0
- (optional=templinst)_ZZN9QMetaType21registerConverterImplI5QListIfE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister at Base 6.4.0
- (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI5QListI9QVector3DE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS8_EES_S_E10unregister at Base 6.4.0
- (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI5QListIfE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS7_EES_S_E10unregister at Base 6.4.0
- (c++)"non-virtual thunk to QAbstractCollisionNode::~QAbstractCollisionNode()@Base" 6.4.0
- (c++)"non-virtual thunk to QAbstractCollisionShape::~QAbstractCollisionShape()@Base" 6.4.0
- (c++)"non-virtual thunk to QBoxShape::~QBoxShape()@Base" 6.4.0
- (c++)"non-virtual thunk to QCapsuleShape::~QCapsuleShape()@Base" 6.4.0
- (c++)"non-virtual thunk to QConvexMeshShape::~QConvexMeshShape()@Base" 6.4.0
- (c++)"non-virtual thunk to QDynamicRigidBody::~QDynamicRigidBody()@Base" 6.4.0
- (c++)"non-virtual thunk to QHeightFieldShape::~QHeightFieldShape()@Base" 6.4.0
- (c++)"non-virtual thunk to QPlaneShape::~QPlaneShape()@Base" 6.4.0
- (c++)"non-virtual thunk to QSphereShape::~QSphereShape()@Base" 6.4.0
- (c++)"non-virtual thunk to QTriangleMeshShape::~QTriangleMeshShape()@Base" 6.4.0
- (c++)"non-virtual thunk to physx::Gu::ConvexMesh::onRefCountZero()@Base" 6.4.0
- (c++)"non-virtual thunk to physx::Gu::ConvexMesh::~ConvexMesh()@Base" 6.4.0
- (c++)"non-virtual thunk to physx::Gu::HeightField::onRefCountZero()@Base" 6.4.0
- (c++)"non-virtual thunk to physx::Gu::HeightField::~HeightField()@Base" 6.4.0
diff --git a/debian/libqt6quick3dphysicshelpers6.install b/debian/libqt6quick3dphysicshelpers6.install
deleted file mode 100644
index fc6daa2..0000000
--- a/debian/libqt6quick3dphysicshelpers6.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libQt6Quick3DPhysicsHelpers.so.*
diff --git a/debian/libqt6quick3dphysicshelpers6.symbols b/debian/libqt6quick3dphysicshelpers6.symbols
deleted file mode 100644
index 887a863..0000000
--- a/debian/libqt6quick3dphysicshelpers6.symbols
+++ /dev/null
@@ -1,4 +0,0 @@
-# SymbolsHelper-Confirmed: 6.4.0 amd64
-libQt6Quick3DPhysicsHelpers.so.6 libqt6quick3dphysicshelpers6 #MINVER#
-* Build-Depends-Package: qt6-quick3dphysics-dev
- _Z44qml_register_types_QtQuick3D_Physics_Helpersv at Base 6.4.0
diff --git a/debian/not-installed b/debian/not-installed
index 3e38462..e8fc764 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -1,16 +1,5 @@
 usr/include/${DEB_HOST_MULTIARCH}/qt6/QtQuick3DPhysics/6.*/
 usr/include/${DEB_HOST_MULTIARCH}/qt6/QtQuick3DPhysicsHelpers/6.*/
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dphysicspluginAdditionalTargetInfo.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dphysicspluginConfig.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dphysicspluginConfigVersion.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dphysicspluginConfigVersionImpl.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dphysicspluginTargets-none.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dphysicspluginTargets.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dphysicshelperspluginAdditionalTargetInfo.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dphysicshelperspluginConfig.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dphysicshelperspluginConfigVersion.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dphysicshelperspluginConfigVersionImpl.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dphysicshelperspluginTargets-none.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dphysicshelperspluginTargets.cmake
+usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_quick3dphysicshelpers_private.pri
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_quick3dphysics_private.pri
diff --git a/debian/qml6-module-qtquick3d-physics.install b/debian/qml6-module-qtquick3d-physics.install
deleted file mode 100644
index aaecd40..0000000
--- a/debian/qml6-module-qtquick3d-physics.install
+++ /dev/null
@@ -1,6 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/qt6/qml/QtQuick3D/Physics/Helpers/libqtquick3dphysicshelpersplugin.so
-usr/lib/${DEB_HOST_MULTIARCH}/qt6/qml/QtQuick3D/Physics/Helpers/plugins.qmltypes
-usr/lib/${DEB_HOST_MULTIARCH}/qt6/qml/QtQuick3D/Physics/Helpers/qmldir
-usr/lib/${DEB_HOST_MULTIARCH}/qt6/qml/QtQuick3D/Physics/libqquick3dphysicsplugin.so
-usr/lib/${DEB_HOST_MULTIARCH}/qt6/qml/QtQuick3D/Physics/plugins.qmltypes
-usr/lib/${DEB_HOST_MULTIARCH}/qt6/qml/QtQuick3D/Physics/qmldir
diff --git a/debian/qt6-quick3dphysics-dev-tools.install b/debian/qt6-quick3dphysics-dev-tools.install
deleted file mode 100644
index 264ca2b..0000000
--- a/debian/qt6-quick3dphysics-dev-tools.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/qt6/bin/cooker
diff --git a/debian/qt6-quick3dphysics-dev.install b/debian/qt6-quick3dphysics-dev.install
index 010bd3f..b670a72 100644
--- a/debian/qt6-quick3dphysics-dev.install
+++ b/debian/qt6-quick3dphysics-dev.install
@@ -1,47 +1,17 @@
-usr/include/${DEB_HOST_MULTIARCH}/qt6/QtQuick3DPhysics/QtQuick3DPhysics
-usr/include/${DEB_HOST_MULTIARCH}/qt6/QtQuick3DPhysics/QtQuick3DPhysicsDepends
-usr/include/${DEB_HOST_MULTIARCH}/qt6/QtQuick3DPhysics/QtQuick3DPhysicsVersion
-usr/include/${DEB_HOST_MULTIARCH}/qt6/QtQuick3DPhysics/qtquick3dphysicsglobal.h
-usr/include/${DEB_HOST_MULTIARCH}/qt6/QtQuick3DPhysics/qtquick3dphysicsversion.h
-usr/include/${DEB_HOST_MULTIARCH}/qt6/QtQuick3DPhysicsHelpers/QtQuick3DPhysicsHelpers
-usr/include/${DEB_HOST_MULTIARCH}/qt6/QtQuick3DPhysicsHelpers/QtQuick3DPhysicsHelpersDepends
-usr/include/${DEB_HOST_MULTIARCH}/qt6/QtQuick3DPhysicsHelpers/QtQuick3DPhysicsHelpersVersion
-usr/include/${DEB_HOST_MULTIARCH}/qt6/QtQuick3DPhysicsHelpers/qtquick3dphysicshelpersversion.h
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6/FindWrapBundledPhysXConfigExtra.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BuildInternals/StandaloneTests/QtQuick3DPhysicsTestsConfig.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BundledPhysX/Qt6BundledPhysXAdditionalTargetInfo.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BundledPhysX/Qt6BundledPhysXConfig.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BundledPhysX/Qt6BundledPhysXConfigVersion.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BundledPhysX/Qt6BundledPhysXConfigVersionImpl.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BundledPhysX/Qt6BundledPhysXTargets-none.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BundledPhysX/Qt6BundledPhysXTargets.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BundledPhysX/Qt6BundledPhysXVersionlessTargets.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysics/Qt6Quick3DPhysicsAdditionalTargetInfo.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysics/Qt6Quick3DPhysicsConfig.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysics/Qt6Quick3DPhysicsConfigVersion.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysics/Qt6Quick3DPhysicsConfigVersionImpl.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysics/Qt6Quick3DPhysicsDependencies.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysics/Qt6Quick3DPhysicsTargets-none.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysics/Qt6Quick3DPhysicsTargets.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysics/Qt6Quick3DPhysicsVersionlessTargets.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysicsHelpers/Qt6Quick3DPhysicsHelpersAdditionalTargetInfo.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysicsHelpers/Qt6Quick3DPhysicsHelpersConfig.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysicsHelpers/Qt6Quick3DPhysicsHelpersConfigVersion.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysicsHelpers/Qt6Quick3DPhysicsHelpersConfigVersionImpl.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysicsHelpers/Qt6Quick3DPhysicsHelpersDependencies.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysicsHelpers/Qt6Quick3DPhysicsHelpersTargets-none.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysicsHelpers/Qt6Quick3DPhysicsHelpersTargets.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysicsHelpers/Qt6Quick3DPhysicsHelpersVersionlessTargets.cmake
+usr/lib/qt6/bin/cooker
+usr/include/${DEB_HOST_MULTIARCH}/qt6/QtQuick3DPhysics/
+usr/include/${DEB_HOST_MULTIARCH}/qt6/QtQuick3DPhysicsHelpers/
+usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6/
+usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BuildInternals/
+usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BundledPhysX/
+usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysics/
+usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Quick3DPhysicsHelpers/
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6BundledPhysX.a
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6Quick3DPhysics.prl
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6Quick3DPhysics.so
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6Quick3DPhysicsHelpers.prl
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6Quick3DPhysicsHelpers.so
-usr/lib/${DEB_HOST_MULTIARCH}/metatypes/qt6quick3dphysics_none_metatypes.json
-usr/lib/${DEB_HOST_MULTIARCH}/metatypes/qt6quick3dphysicshelpers_none_metatypes.json
-usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/Qt6Quick3DPhysics.pc
-usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/Qt6Quick3DPhysicsHelpers.pc
-usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_quick3dphysics.pri
-usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_quick3dphysicshelpers.pri
-usr/share/qt6/modules/Quick3DPhysics.json
-usr/share/qt6/modules/Quick3DPhysicsHelpers.json
+usr/lib/${DEB_HOST_MULTIARCH}/metatypes/
+usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
+usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/
+usr/share/qt6/modules/
diff --git a/debian/qt6-quick3dphysics.install b/debian/qt6-quick3dphysics.install
new file mode 100644
index 0000000..a989c83
--- /dev/null
+++ b/debian/qt6-quick3dphysics.install
@@ -0,0 +1,3 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libQt6Quick3DPhysics.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libQt6Quick3DPhysicsHelpers.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/qt6/qml/QtQuick3D/Physics/


More information about the Neon-commits mailing list