joejazz Posted January 21, 2010 Share Posted January 21, 2010 (edited) inspired by the talented ball project, I'm using houdini to made a crowd, the idea is basically to generate forms from a bunch of people, Gears for example. I have made it work but maybe there are another solutions to make it better , because I'm running in optimization problems; the simulation is too slow , having just 200 peoples, each frame of the simulation takes about one hour to compute!!! what Im doing is the following: first I use 13 different Models , import from a FBX file that has point cache of the geometry, this cache consist urn 6 different cycles (the cycles were made in maya then I exported to FBX with cache), then in the chop network, I trim them, getting 6 animations from each file, I use the Cycle chop to make a cycle of the animation, then I use the Shift Chop to vary the cycle for each person in the simulation, and finally I use a stretch chop to change the velocity. for placing ,moving and handling the decisions of which model use, cycle, velocity cycle, Hue shift etc. I use a copy shop to copy each model on each particle using stamp functions to communicate the decisions made in pop to the model's chop operator. there is wen the tinges get very slow. ca some one helpmeet to optimize this cooking proses?,or ther is another way to make th same result?. I think ha the problem lays in the chop network, because each model have about 2000 points, so it have 2000 curves in the chop network that most be cycled , offseted and streched but maybe is another ting going on! the .hipnc is about 150mb Im trying to store that in a server so you can have a look . Thank you so much!! here is also the video Finally the files http://clientes.clusterstudio.com/public/ one for the hipnc One for the caches HoudiniMassive.mov Edited January 22, 2010 by joejazz Quote Link to comment Share on other sites More sharing options...
pclaes Posted January 23, 2010 Share Posted January 23, 2010 Looking good! But yes 1 hour per frame just for simulation is quite a lot . So how to speed it up? Massive approaches crowds in the following way (and all of this is possible with houdini and mantra too): - Rather than interpolating between the points of the geometry, you can interpolate between the joints of the skeleton. That way you have a lot less data to deal with in chops. - The geometry itself is skinned and weighted in Massive. - For rendering delayed read archives are created. Which means as much as: only load the geometry from disk that needs to be loaded. Read Chapter 4 (Procedural Primitives) of this pdf: http://pharr.org/matt/notes/sig01c48.pdf This is the way I would do it: Bake out a point cloud every frame with some moving points. These are the template points on which you will "copy" you geometry. You will need attributes on the points that define velocity, orientation, the animation frame, the geometry id, the material id. Then using the hdk you can write a dso or you can use a mantra run program. For basic tests you can use instancing and delayed load. The tricky bit comes from the variation and the retiming. This needs to be done within your run program or your dso. See that pdf for an example. There are some good examples in the hdk to get started on making a procedural that makes another procedural - also the clusterThis helps as an example. Good luck! Quote Link to comment Share on other sites More sharing options...
3__ Posted January 23, 2010 Share Posted January 23, 2010 Could you please post a link to the the talented ball project? Thanks. Quote Link to comment Share on other sites More sharing options...
joejazz Posted January 25, 2010 Author Share Posted January 25, 2010 Hi!! Peter, Thank so much, I'm your fan, your work is awesome!!! I'm gonig to try your way. Quote Link to comment Share on other sites More sharing options...
joejazz Posted January 25, 2010 Author Share Posted January 25, 2010 the talented ball proyect is from 3dbuzz fast track 1 y 2. I'm fan of 3dbuzz dvds trainings , also the member sponsor is great http://www.3dbuzz.com/xcart/product.php?productid=61&cat=11&page=1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.