Shin Jeong Min

Results 3 comments of Shin Jeong Min

Thanks. I couldn't render it, so I looked at it, and the obj path was wrong! I will also explore the issue of cloth_20_30_l.obj breaking.

![image](https://github.com/ccincotti3/webgpu_cloth_simulator/assets/52451400/6b6c61fd-24eb-4044-affa-0e36bcfe10f0) I solved it! The problem is that ObjLoader can't correct parse quad indices. So, i fix ObjLoader and cloth is perfectly render without broken. ``` // Loop through faces,...

My GPU is RTX 3060Ti and I also get above same error when run in run_ootd.py. How can i solve it? @TanvirHafiz did you sovled it?