JJ FX Posted October 6, 2017 Share Posted October 6, 2017 (edited) Hi, How to invert volume? What I want to have density = 1, where it is 0; and density = 0, where it is 1. Edited October 6, 2017 by JJ FX Quote Link to comment Share on other sites More sharing options...
Yon Posted October 6, 2017 Share Posted October 6, 2017 if(@density == 0) { @density =1; } else { @density = 0; } in volume wrangle 1 Quote Link to comment Share on other sites More sharing options...
Skybar Posted October 6, 2017 Share Posted October 6, 2017 @density = 1-@density; Or use complement in VOPs. 1 Quote Link to comment Share on other sites More sharing options...
JJ FX Posted October 7, 2017 Author Share Posted October 7, 2017 Hm... yeah right. 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.