NvCloth icon indicating copy to clipboard operation
NvCloth copied to clipboard

Results 22 NvCloth issues
Sort by recently updated
recently updated
newest added

`In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/x86intrin.h:13: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/ia32intrin.h:200:10: error: use of undeclared identifier '__builtin_ia32_readeflags_u32' return __builtin_ia32_readeflags_u32(); ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/ia32intrin.h:206:3: error: use of undeclared identifier '__builtin_ia32_writeeflags_u32' __builtin_ia32_writeeflags_u32(__f); ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/ia32intrin.h:288:10: error: use of undeclared identifier...

- Added support to build both share & static libraries on all platforms (pc, mac, ios, android, linux) + Modified cmake files to be able to choose between static or...

Dear expert, I refer to this document https://gameworksdocs.nvidia.com/NvCloth/1.1/UserGuide/Index.html#usage to use NvCloth Library; firstly , I create a plane with 16 x 17 Vertices, post simulation ,i render the Particles from...

Would NvCloth support Visual Studio 16 2019 in the future?

I'm trying to understand the sphere continues collsion detection algorithm defined by cloth::SwCollision::collideSpheres function in SwCollision.cpp. And I’m confused by the definition of the variable rMin, which was defined as...

Fixes: https://github.com/NVIDIAGameWorks/NvCloth/issues/47 This PR also contains the changes from this PR: https://github.com/NVIDIAGameWorks/NvCloth/pull/49

This PR exposes the same CMake Arguments from the main NvCloth Project on the samples Project. `CmakeGenerateProjects.bat ` Fixes: https://github.com/NVIDIAGameWorks/NvCloth/issues/50

Fixes: https://github.com/NVIDIAGameWorks/NvCloth/issues/48

The generate project files script leads to CMake not being able to find C and C++ compiler. The CMake GUI is required to generate the project files. In addition to...