gangland Posted July 6, 2022 Share Posted July 6, 2022 Hi guys. I trying to build an burnt mask by sampling the value of the volume when it touches the ceiling. ive achieved the value of the flames and fit it to 1 to 0. the issue is, the value dont "hold" the value of 1 of the last frame, the ideia its to maintain the value of 1.0 like an burned areas. ive used an sop solver to maintain the value of one ofthe previous frame but it keeping to update the value. maybe i'm missing something, please help me. burnt_mask_v00.hip Quote Link to comment Share on other sites More sharing options...
Atom Posted July 6, 2022 Share Posted July 6, 2022 Try adding a point wrangle at the end, inside your Solver1 node. f@mask += @burn; f@mask = clamp(f@mask,0,1); Outside the solver, have your Color1 node reference mask instead of burn. This should create a type of mask that persists even as burn decays. 1 Quote Link to comment Share on other sites More sharing options...
Librarian Posted July 6, 2022 Share Posted July 6, 2022 @gangland You have new file about that Topic on -Cgworld Japan- Pyro Spars and Burnt. Quote Link to comment Share on other sites More sharing options...
gangland Posted July 7, 2022 Author Share Posted July 7, 2022 11 hours ago, Atom said: Try adding a point wrangle at the end, inside your Solver1 node. f@mask += @burn; f@mask = clamp(f@mask,0,1); Outside the solver, have your Color1 node reference mask instead of burn. This should create a type of mask that persists even as burn decays. That wrangle works perfectly. Thank you pal Quote Link to comment Share on other sites More sharing options...
gangland Posted July 7, 2022 Author Share Posted July 7, 2022 6 hours ago, Librarian said: @gangland You have new file about that Topic on -Cgworld Japan- Pyro Spars and Burnt. Hey matte I couldn't find the file 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.