PhysX
PhysX copied to clipboard
NVIDIA PhysX SDK
Here's an example. CM and ABP tasks are scheduled at roughly the same time. CM task is usually quite fine grained, while ABP has few very long ones. But the...
### Library and Version PhysX-105.1-blast-5.0.4 ### Operating System Ubuntu 22.04 ### Steps to Trigger Behavior 1. Put block on slope and collect contact forces ### Code Snippet to Reproduce Behavior...
### Library and Version Example: PhysX v5.3.1 ### Operating System Linux (Kubuntu 23.10) ### Steps to Trigger Behavior 1. clone repo 2. install clang (FYI - I didn't see this...
### Library and Version PhysX latest f07ba77f2d8af805824385b4616549974d231a8d ### Operating System Win10 ### Steps to Trigger Behavior run physx/generate_projects.bat and compile in VS2022 (release), everything is ok run blast/build.bat , `...
Hello, I'm trying to create a custom vehicle using physX, and want to use CylinderCallbacks for wheels. However, I can't seem to get to visualize cylinders in PVD, I only...
It looks like the drive force isn't reported for some joints. In particular, the D6 joint doesn't report the drive force/torque. Force reporting is only enabled for locked axes. I...
Hi, I've been developing a project and have encountered this warning: ``` [cmake] CMake Warning (dev) at lib/physx-5.4.0/source/compiler/cmake/modules/GetCompilerAndPlatform.cmake:29 (EXEC_PROGRAM): [cmake] Policy CMP0153 is not set: The exec_program command should not...
### Library and Version Physx 5.1.0 ### Operating System Windows 11 ### Steps to Trigger Behavior 1. Set up a scene with a wall 2. Create a dynamic rigid body...
#include #include should be #include "geometry/PxCustomGeometry.h" #include "geometry/PxGjkQuery.h" while using vcpkg with VS 17.10.1 results in include\physx\extensions\PxCustomGeometryExt.h(35,10): error C1083: Datei (Include) kann nicht geöffnet werden: "geometry/PxCustomGeometry.h": No such file or...
### Library and Version PhysX v5.4.1 ### Operating System Windows 11 Enterprise ### Steps to Trigger Behavior 1. Cooking the `PxTriangleMesh` by setting the `buildGPUData` false, which is a default...