galacean / physX.js

Javascript bindings for Nvidia PhysX based on Embind
Other
25 stars 4 forks source link

Support for Cloth #3

Open yangfengzzz opened 3 years ago

yangfengzzz commented 3 years ago

PxCloth is removed in PhysX 4.0, now NvCloth is available! Compile the source code into WASM by using Embind and support the cloth component.

yangfengzzz commented 2 years ago

https://github.com/oasis-engine/nvcloth.js already added but not export the methods

823639792 commented 1 year ago

PhysX 5.0 貌似又把Cloth加回来了。。。。 而且有柔体,但是要依赖于CUDA,有计划升级的PhysX5吗?