NvCloth
NvCloth copied to clipboard
I was trying to run CmakeGenerateProjects.bat but appear CMake warning: [NvCloth]cmake/windows/NvCloth.cmake -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.0 (found suitable version "11.0", minimum required is "8") Found CUDA:C:/Program Files/NVIDIA...
I'm not able to compile 32 bit NvCloth DLL with Visual Studio 2013. I run CmakeGenerateProjects.bat to create vc12win32-cmake, compiling the solution at the beginning VS show the error 'cmd.exe...
There are multible Compiler Errors when Setting USE_SELF_COLLISION_SORT to 0. https://github.com/NVIDIAGameWorks/NvCloth/blob/145cd88fcd3ab3e16862b90c932175a5b6e17636/NvCloth/src/dx/DxSolverKernel.hlsl#L1381 > undeclared identifier 'i' https://github.com/NVIDIAGameWorks/NvCloth/blob/145cd88fcd3ab3e16862b90c932175a5b6e17636/NvCloth/src/dx/DxSolverKernel.hlsl#L1566 > undeclared identifier 'cdistSq' https://github.com/NVIDIAGameWorks/NvCloth/blob/145cd88fcd3ab3e16862b90c932175a5b6e17636/NvCloth/src/dx/DxSolverKernel.hlsl#L1619 > undeclared identifier 'cellStartOffset' https://github.com/NVIDIAGameWorks/NvCloth/blob/145cd88fcd3ab3e16862b90c932175a5b6e17636/NvCloth/src/dx/DxSolverKernel.hlsl#L1672
there is no CmakeGenerateAll.bat , when i'm trying use "CmakeGenerateProjects" to generate, the error happen. 
The CUDA version of that function updates a float per thread so threads 0,1,2,3 would update floats X,Y,Z,W of particle 0. The DX version looks like a straight port of...
The main NvCloth Project got the Options to disable the CUDA and DX Solver. It would make sense to expose the same Options for the samples Project. From the documentation:...
Hi, I was following the instructions [here](https://gameworksdocs.nvidia.com/NvCloth/1.1/Compiling/index.html#linux). When I ran `GenerateProjectsLinux.sh`, I got this error on 4 different machines in different locations: ``` g++ version 11 >= 4.7 Package '7za'...
Hi! I am trying to integrate NvCloth to a dx12-based engine. It seems that there is no plan for supporting dx12 yet?
https://github.com/NVIDIAGameWorks/NvCloth/blob/d6d71755dde86dc837f3e4d5f727e05730ee7453/NvCloth/src/dx/DxSolver.cpp#L268-L278 needs ``` // maybe we got sorted for(auto& cd : mCloths) cd->notifyChanged(); ``` afterwards. Without the fix it crashed the GPU.
 Win or mac run the automation script and "GenerateProjectsOsx.sh" or "CmakeGenerateProjects.bat" show that the compiler is not found? Where to change cmake. win is vs2019 MSVC16.