cloudfx Posted August 21, 2008 Share Posted August 21, 2008 Hi, all. How come this is working, smooth($F * 0.01, 0 , 1 ) but this isnt working? smooth($F * 0.01, 1 , 0 ) Smooth expression can only make the value to be going to positive direction? Thanks- Quote Link to comment Share on other sites More sharing options...
SpencerL Posted August 21, 2008 Share Posted August 21, 2008 yes, the first value is the minimum and the second is the max....if you want to reverse it then just subtract it by 1 1-smooth($F * 0.01, 1 , 0 ) 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.