Looking for a way to generate similar erosions (ideally evolving over time). Booleans does not appear to be practical.
First thing that comes to mind:
Converting source mesh and distorted mesh to volumes in Bifrost Graph, exclude one from the other. but its:
a. Computationally expensive
b. Hard to maintain crisp edges and overall fidelity (without cranking up volume resolution to extremes)
c. Uv will change each frame (lesser issue)
Solved! Go to Solution.
Looking for a way to generate similar erosions (ideally evolving over time). Booleans does not appear to be practical.
First thing that comes to mind:
Converting source mesh and distorted mesh to volumes in Bifrost Graph, exclude one from the other. but its:
a. Computationally expensive
b. Hard to maintain crisp edges and overall fidelity (without cranking up volume resolution to extremes)
c. Uv will change each frame (lesser issue)
Solved! Go to Solution.
Solved by Christoph_Schaedl. Go to Solution.
I have no idea how to do such thing.
But i would search if there is any Houdini or Blender tutorial.
And with that new info i would post on the Bifrost Discord and ask for help and provide a starting scene.
I have no idea how to do such thing.
But i would search if there is any Houdini or Blender tutorial.
And with that new info i would post on the Bifrost Discord and ask for help and provide a starting scene.
This is def possible with BF - The main issue here will be separating the 2 different materials. Which you could do with some shading tricks and techniques but the FX itself is not complicated at all basically is just an animated noise on your fog volume which you then converted level set and a mesh. Once you cache the effect then it will run without any issues.
This is def possible with BF - The main issue here will be separating the 2 different materials. Which you could do with some shading tricks and techniques but the FX itself is not complicated at all basically is just an animated noise on your fog volume which you then converted level set and a mesh. Once you cache the effect then it will run without any issues.
@vfxxx This is a simple example you would try. Simple as is, scatter points with random size, points_to_volume e merge volume with the original geo as volume and animate point_size.
@vfxxx This is a simple example you would try. Simple as is, scatter points with random size, points_to_volume e merge volume with the original geo as volume and animate point_size.
Can't find what you're looking for? Ask the community or share your knowledge.