pengyu
pengyu
I found that the collision detection about deformable bodies is implemented in this repo. https://github.com/InteractiveComputerGraphics/PositionBasedDynamics/blob/b142aad449337cc091611d79a5f1fff85ccc6c40/Simulation/DistanceFieldCollisionDetection.cpp#L349 Then I created a scene in which two soft body collide with each other. But...
The contact type in https://github.com/InteractiveComputerGraphics/PositionBasedDynamics/blob/b142aad449337cc091611d79a5f1fff85ccc6c40/Simulation/CollisionDetection.h#L14 is not useful at all and should be deleted, although it's not really used in the code. I assume that https://github.com/InteractiveComputerGraphics/PositionBasedDynamics/blob/b142aad449337cc091611d79a5f1fff85ccc6c40/Simulation/DistanceFieldCollisionDetection.h#L108 is consist with it....
## Paste the link of the GitHub organisation below and submit https://github.com/NVIDIAGameWorks --- ###### Please subscribe to this thread to get notified when a new repository is created
Related issue = https://github.com/taichi-dev/taichi/issues/2906
Related issue = #2906 Related PR = https://github.com/taichi-dev/taichi/pull/4904 The sparse matrix on GPU is based on the `cuSparse` library. In this pr, the user can only build the sparse matrix...
After downloading https://github.com/zenustech/zeno/releases/tag/2021.9.3, I get a `Segmentation fault (core dumped)` error using the `./launcher` command.
The `Runtime Library` of *geogram* and *fmt* (`/MT`) are different with Tetwild (`/MD`). Thus, I change the `Runtime Library` of *geogram* and *fmt* from `MT` to `MD`. Then I can...
After successfully installing cmake_example after running `pip install .` command. I try to import `cmake_example` module, but it shows `undefined symbol ` ``` (pybind11) xx@xx:~/code/cmake_example$ pip install . --user Looking...
**Concisely describe the proposed feature** Many problems in computer graphics (especially physical simulation) need to solve sparse linear systems. While some of these problems can be addressed using matrix-free solvers...