Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Inflate deflate cloth Balloon
#1
Información 
Hi, we are trying to make a simulation in Unity similar to this video.

So, what we need is:
  • Inflate and deflate the balloons
  • Different meshes than spheres
  • Collisions between the cloth meshes
  • Compress the cloth meshes with the container (or some sort of colliders)
We didn't bought the Obi Cloth yet. It is posible? We only have this video as a clue.
There is some kind of demo to test if this can work?

Thanks.
Reply
#2
(12-04-2022, 02:39 PM)Fenikkel Wrote: Hi, we are trying to make a simulation in Unity similar to this video.

So, what we need is:
  • Inflate and deflate the balloons
  • Different meshes than spheres
  • Collisions between the cloth meshes
  • Compress the cloth meshes with the container (or some sort of colliders)
We didn't bought the Obi Cloth yet. It is posible? We only have this video as a clue.
There is some kind of demo to test if this can work?

Thanks.

Hi there,

Yes you can do all of the above mentioned. You can use any mesh you wish, just make sure that it isn’t non-manifold since non-manifold meshes are not supported.

See the documentation for volume constraints here:
http://obi.virtualmethodstudio.com/manua...aints.html

Taking a look at the rest of the manual may be useful, to get a hang of how Obi works. It’s a really large engine, so a lot to take in at first.

Let me know if I can be of further help.

Kind regards,
Reply