JoeRosselli
JoeRosselli
I'm attempting to integrate openvr into my CMake/vcpkg-based project, developing on an Ubuntu machine. When I add 'openvr' to my vcpkg manifest it seems to work to pull down dynamic...
Relevant lines from install-x64-linux-rel-out that issue_body.md cut out. Can only paste a subset due to issue max characters reached. ``` /home/joe/Desktop/vcpkg/buildtrees/physx/src/hysx-5.3.0-95648de3af.clean/physx/source/lowleveldynamics/src/DyFeatherstoneForwardDynamic.cpp: In static member function ‘static physx::Dy::SpatialMatrix physx::Dy::FeatherstoneArticulation::computePropagateSpatialInertia_ZA_ZIc(physx::PxArticulationJointType::Enum, physx::PxU8, const...
Given that height map mesh generation is broke for me in 0.10.0 (See: Issue #378) I'm trying to migrate my height map based objects to use convex mesh shapes instead....
Hi, I'm updating from version 0.9.0 to 0.10.0 and I've noticed some behavior change with regards to HeightFieldShapes and raycasting. Essentially, I have a HeightFieldShape and a CapsuleShape in a...
Hi, When building PhysX 5.4.0 on Linux/clang with the PX_GENERATE_STATIC_LIBRARIES cmake flag set to True, it correctly builds/installs all static libraries (except for Gpu and PVDRuntime outputs which it outputs...
Hi, I'm unable to take a dependency on ffmpeg from vcpkg, because ffmpeg depends on mfx-dispatch, version 1.35.1, but 1.35.1 has a build failure when compiling with GCC 13+. The...