TopNub Posted January 29, 2012 Share Posted January 29, 2012 hi i have simple scene from pq lesson about sop solver and very long tube. how to add speed of burnung for heat attribute, so the tube would be completely black in last frame? zavod_fire_02.hip Quote Link to comment Share on other sites More sharing options...
Macha Posted January 29, 2012 Share Posted January 29, 2012 (edited) You can lower the threshold to make it faster but that will only go up to a point. You could probably reduce the density of the initial object. You could change the dop simulation time scale to something higher. You could save the sim and make it faster afterwards (Timeshift or chops) Ultimately though the speed of this depends on the fact that you only look for the next neighbour to get your new heat attribute. Another way would be to look further ahead, (a real distance metric, not the "so and so many neighbour steps away" method the network uses now). You could do that with a pc I suppose, or maybe attribute transfer too. Edited January 29, 2012 by Macha Quote Link to comment Share on other sites More sharing options...
Peter Quint Posted January 31, 2012 Share Posted January 31, 2012 (edited) hi i have simple scene from pq lesson about sop solver and very long tube. how to add speed of burnung for heat attribute, so the tube would be completely black in last frame? zavod_fire_02.hip A really sophisticated way of doing it would be to: 1. delete the points that are not 'hot' 2. create a volume from the remainder, for example by instancing metaballs, then convert that into an SDF using isooffset (making sure you use a big enough bounding box) 3. subtract a value from the SDF - e.g 1,this in effect expands the SDF 4. do an attribute from volume on your original points, if this is negative then you are inside the expanded volume 5. if the attribute is negative set the heat to 1 repeat at each frame, within the sop solver. I might get round to demonstrating this sometime.. Edited January 31, 2012 by Peter Quint 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.