mrcoolmen Posted June 27, 2015 Share Posted June 27, 2015 Hey Guys, Im trying to learn the new pop, jt wondering birth particle new particle only at certain age. what i wann to achieve is the birth particle from the original particle at nage between 0.4 to 0.8. thank you so much for helping me out in advance Part_Test.hip Quote Link to comment Share on other sites More sharing options...
pbarua Posted June 27, 2015 Share Posted June 27, 2015 Create a "emit" group with following code in POPGroup: if(@nage > 0.4 && @nage < 0.8) ingroup = 1; Then use that group in POP Replicate. Quote Link to comment Share on other sites More sharing options...
pbarua Posted June 27, 2015 Share Posted June 27, 2015 Alternatively you can also create "emit" attribute to use as "Emit From Attribute". Quote Link to comment Share on other sites More sharing options...
mrcoolmen Posted June 27, 2015 Author Share Posted June 27, 2015 Create a "emit" group with following code in POPGroup: if(@nage > 0.4 && @nage < 0.8) ingroup = 1; Then use that group in POP Replicate. Hey pbarua, thanks for your help but i tried it doesn't seems to work do u may to help me out with the .hip file tat i share?i may i did something wrong. really appreciate your guys help. Quote Link to comment Share on other sites More sharing options...
pbarua Posted June 27, 2015 Share Posted June 27, 2015 File attached....... Part_Test.hipnc 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.