We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PhysX v5.5.0
Windows 10
It looks like there are a few issues:
template <> struct IGNodeTraits<Dy::DeformableSurface> { enum { TypeID = IG::Node::eDEFORMABLE_SURFACE_TYPE }; }; template <> struct IGNodeTraits<Dy::DeformableVolume> { enum { TypeID = IG::Node::eDEFORMABLE_VOLUME_TYPE }; }; template <> struct IGNodeTraits<Dy::ParticleSystem> { enum { TypeID = IG::Node::ePARTICLESYSTEM_TYPE }; };
In NpPhysics.cpp, the createDeformableSurfaceMaterial() function stub is missing two arguments.
createDeformableSurfaceMaterial()
In NpPhysics.cpp, there are redefinitions of createDeformableSurfaceMaterial(), getNbDeformableSurfaceMaterials() and getDeformableSurfaceMaterials().
getNbDeformableSurfaceMaterials()
getDeformableSurfaceMaterials()
The text was updated successfully, but these errors were encountered:
I came here to open that issue, thanks. This release is so broken, it looks like physx could benefit from some sort of CI/CD
Sorry, something went wrong.
No branches or pull requests
Library and Version
PhysX v5.5.0
Operating System
Windows 10
Steps to Trigger Behavior
Details
It looks like there are a few issues:
In NpPhysics.cpp, the
createDeformableSurfaceMaterial()
function stub is missing two arguments.In NpPhysics.cpp, there are redefinitions of
createDeformableSurfaceMaterial()
,getNbDeformableSurfaceMaterials()
andgetDeformableSurfaceMaterials()
.The text was updated successfully, but these errors were encountered: