Cloth simulation

 From:  Max Smirnov (SMIRNOV)
6514.8 
Hi guys!

DannyT
>>Is that even possible in MoI?
Yes, it's possible. And it works even faster than I thought before.

bemfarmer
>>How much JavaScript code would that take?
I used three.js javascript library. It's so big! I need to clean all unused functions.
At the moment the code size is about 2000 lines. :)

>>So I'm guessing, calculate a lot of points, at some density, ?
I think 40x40 points will be enouth.

Michael Gibson
>>is the movement of the ball something that's happening in the simulation code as well or is that responding to mouse movements?
In the first video the ball movement was predefined. But it's possible to control it manually.


bemfarmer
In fact it's very easy. Really. Very simple mathematics.
>>Turn the points into curves, like a fishing net with square holes?Apply Network command?
Exactly! :)

EDITED: 10 Feb 2014 by SMIRNOV