-
I run the example line and the simulation window pops up as expected. However after a few seconds.
```
Traceback (most recent call last):
File "examples/analytic.py", line 788, in
run(ar…
-
https://github.com/dilevin/CSC2549-a4-cloth-simulation/blob/8982dc152cb730ff840902027a94610febb42e0c/src/d2V_membrane_corotational_dq2.cpp#L15-L24
In particular, the bit where the deformation gradi…
-
I don't think the sv_isDedicated cvar is needed now that we can check if a dedicated server is running using if(AZ_TRAIT_SERVER && !AZ_TRAIT_CLIENT)
**Describe the solution you'd like**
Replace s…
-
i've been trying to find a physics package that is compatible with r3f, and I finally found this one but it doesn't work with the newer versions of r3f. I wanted to use it to add cloth simulation to m…
-
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 simulat…
-
Hi, YIfei.
I'm tring to add a tie in this simulator and I notice that the simulation results differ greatly as I change params `k_stiff_stretching`, `k_stiff_bending` and `density` in `FabricConfig…
-
I try to visual cloth environment, we only change var: visualize to True, but it shows some bug about it.
Errors:
INFO:absl:Available devices [CpuDevice(id=0)]
compiling simulation
Traceback (most…
-
Hi,
I wonder if we can load our own animation on a collision shape. For example an human body animation on triangle mesh for cloth simulation.
Thank you!
-
Hello,
Great results with the PD Cloth Simulation.
We're in the lookout for alternatives to use in Unreal Engine, will this be implementable to the Engine, as a 3rd party library?
Thank you.
-
Hi
I was learning to build a mpm cloth simulation according to the DOC, but can't find **mpmstep** mode in Zeno 1.0.0.421, How to fix it