ibaniser Posted May 4, 2017 Share Posted May 4, 2017 Hi guys I am making a simple smoke sim whereby I need the density of the smoke to be controlled by velocity. I have car wheels that move from a stop position and am needing the dust to grow in density as it moves. Can I do this through a wrangle SOP or is it more complex? Cheers! Quote Link to comment Share on other sites More sharing options...
bunker Posted May 4, 2017 Share Posted May 4, 2017 yep a wrangle would do, if you have your velocity as a volume: @density = fit(length(v@vel),0,chf("maxvel"),0,1); 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.