Page 1 of 1

"Bodycloud" from [Vladimir Jankijevic] how to?

Posted: 17 Dec 2015, 04:59
by anhungxadieu
hi there,



That movie look so interesting, are there anybody who know how to achieve a similar thing like this in softimage ice?
thanks for any idea! :)

Re: "Bodycloud" from [Vladimir Jankijevic] how to?

Posted: 17 Dec 2015, 08:55
by caledonian_tartan
you could try it with strand trails from the animated body and then mesh them with polygonizer. still it would be difficult to achieve such a smooth result.

Re: "Bodycloud" from [Vladimir Jankijevic] how to?

Posted: 17 Dec 2015, 13:20
by Mr.Core
you can try to make this with the vdb toolset plugin http://www.si-community.com/community/v ... =27&t=4707
i have attached the sample scene(2015) with a simple animated cylinder, you can simple decrease voxel size to get more details and add substeps in the sim settings on ICE tree
0bdd5d7e0e3b112bb48c94b3c647ad9f.png
https://dl.dropboxusercontent.com/u/371 ... baccum.scn

Re: "Bodycloud" from [Vladimir Jankijevic] how to?

Posted: 17 Dec 2015, 14:54
by anhungxadieu
Hi,

thanks for all comments
thanks you a lot Mr.core :ymhug: , here i go!

Re: "Bodycloud" from [Vladimir Jankijevic] how to?

Posted: 17 Dec 2015, 20:31
by Bullit
Very interesting, the mesh he has is very polished.
Another idea is to have a temporal duration for the mesh, the older parts start to disappear.

Re: "Bodycloud" from [Vladimir Jankijevic] how to?

Posted: 18 Dec 2015, 01:58
by anhungxadieu
Bullit wrote:Very interesting, the mesh he has is very polished.
Another idea is to have a temporal duration for the mesh, the older parts start to disappear.
can you describe more? :-?

Re: "Bodycloud" from [Vladimir Jankijevic] how to?

Posted: 18 Dec 2015, 15:42
by Tekano


heres my take on this.

Generate evenly distributed particles on surface with pixel particles once every frame
delete particles by age (in this case 100 frames)
mesh particles with polygoniser

also I added particles that were linear interpolated on fast moving particles like this otherwise there is gaps
Capture.JPG
and you can see the individual frames of movement like this
no_interpolate.png

Re: "Bodycloud" from [Vladimir Jankijevic] how to?

Posted: 19 Dec 2015, 20:00
by Bullit
It looks very good tekano.


anhungxadieu as you can see in the tekano animation mesh disappears with time.

Re: "Bodycloud" from [Vladimir Jankijevic] how to?

Posted: 20 Dec 2015, 06:51
by anhungxadieu
yes, i see it. it very much good so far. And i can see a linear interpolated in gaps also. For a smooth result i think we need to do a less interpolation :D ... what do you think?

Re: "Bodycloud" from [Vladimir Jankijevic] how to?

Posted: 20 Dec 2015, 11:01
by Tekano
no, for a smoother interpretation you will need to do a bezier / quadratic interpolation or much more in between steps. I based extra points by distance moved. so 5 units was maximum foot movement in this anim = 25 extra steps and 0 units movement = 0 extra steps otherwise it is creating points on top of points and whole things stops after a few frames.

because it is a cheap linear interpretation between frames it is quite angular and would probly be better to get subframe particles generated from the mocap animation - I think this is possible and would be easier setup and look better than making a bezier interp between frames. may have a look at getting a real smooth version later using one of these methods

Re: "Bodycloud" from [Vladimir Jankijevic] how to?

Posted: 20 Dec 2015, 17:45
by Tekano
here I've plotted the motor mocap file and set simulation substeps to 5 in the particle simulation settings option. no need to linear interpolate anything and much simpler and smoother results.





here is scene file (2015) https://drive.google.com/file/d/0B0WD7f ... sp=sharing but pretty straight forward setup, you will need pixel particles but not necessary you could use a dart throw to cover geometry evenly with particles

Re: "Bodycloud" from [Vladimir Jankijevic] how to?

Posted: 21 Dec 2015, 05:45
by anhungxadieu
hi Tekano,

Really nice result :x, i will take a look that scene file. Thank you! :ymhug:

Re: "Bodycloud" from [Vladimir Jankijevic] how to?

Posted: 21 Dec 2015, 20:38
by Bullit
Looks great, and thanks for the scene.