Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Different types of fabrics
#2
Hi there,

This has been done before with Obi:
http://obi.virtualmethodstudio.com/forum...d-560.html

However, there's things to have in mind:

- Having different material parameters for the cloth must be "eyeballed", since the simulation method we use (particle-based XPBD) is not a continuum-based method.

So all parameters are isotropic (cloth bends and stretches equally in all directions), and that the actual end behavior of the cloth is slightly dependant on the underlying mesh topology. If you had the same skirt with 600, 1200 and 2500 triangles, the 2500 tris one would be much more stretchy the the 600 tris one.

In contrast, most offline/quasi-realtime virtual fitting room simulators use continuum-based methods such as FEM or projective dynamics, to be able to guarantee the cloth will behave the same regardless of the mesh resolution.

- Collision detection against static meshes is best done using Distance Fields. The reason for this is that they're both much more efficient and robust than Mesh Colliders: http://obi.virtualmethodstudio.com/tutor...ields.html

- Simulation only supports 2-manifold meshes. If you're working with 3D-scanned from actual garments, this can be a problem as most meshes will require careful manual authoring to ensure manifoldness.
Reply


Messages In This Thread
Different types of fabrics - by FDany90 - 21-06-2020, 05:29 PM
RE: Different types of fabrics - by josemendez - 22-06-2020, 08:15 AM