zeekindustries Posted February 4, 2015 Share Posted February 4, 2015 Hello! I would like to ask how would you wire a POP VOP in order to create a ramp to control the scale of a particle over it's lifetime. What I want to achieve is something like this: Lifetime = 0, Scale = 0 Lifetime = 0.5, Scale = 1 Lifetime = 1, Scale = 0 I'll really appreciate if someone could help me, I'm kinda new to VOP's so It's something that I can't seem to sort out. Thanks a lot! Quote Link to comment Share on other sites More sharing options...
sfpar Posted February 4, 2015 Share Posted February 4, 2015 you can do at sop level itself popnet -> vopsop ----> inside vopsop the structure should be age -> compare (<=0.5) -> two way switch (input1 Promote Parameter set value to 1) -> add attrib (name the attribute from Cd to pscale) Quote Link to comment Share on other sites More sharing options...
pbarua Posted February 4, 2015 Share Posted February 4, 2015 Hello! I would like to ask how would you wire a POP VOP in order to create a ramp to control the scale of a particle over it's lifetime. What I want to achieve is something like this: Lifetime = 0, Scale = 0 Lifetime = 0.5, Scale = 1 Lifetime = 1, Scale = 0 I'll really appreciate if someone could help me, I'm kinda new to VOP's so It's something that I can't seem to sort out. Thanks a lot! Use can also do this at SOP level. If you want this in POPVOP take a look in attached file. pscale_over_life.hip Quote Link to comment Share on other sites More sharing options...
zeekindustries Posted February 4, 2015 Author Share Posted February 4, 2015 Thank you so much for the help!!! I found it very usefull. Thanks a lot Pradeep, your file illustrated very well how it could be done, I wasn't aware of the bind node inside the VOP networks, very handy indeed. Cheers! Quote Link to comment Share on other sites More sharing options...
TheDude Posted February 4, 2015 Share Posted February 4, 2015 Another way would be in vop to take age, connect to fit, connect to ramp, bind export to pscale. You'd then have an interactive thingy to play with values. To make what you wanted, make the ramp 0 at either end, and put the middle at value one. Use the fit to determine the lifetime the ramp applies to. Like pradeep said, you can do this in pops or sops. If this isn't driving anything else, then just slap it on after the sim for flexibility 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.