Create cloth effect from image

I have image:


also i have .obj of it;

Is it even possible to create animation like this:


(cloth is floating)

Help with ideas pls)

Have you seen this example?

https://threejs.org/examples/#webgl_animation_cloth

1 Like

yes, but its kind not what i want. So i see steps smth like this:

  1. Create plane
  2. Apply texture
  3. Apply cloth effect?

I made an updated version of the cloth example. It allows you to use a texture on the cloth. You can find the code here:

2 Likes

Did you solve this plz??