Did a quick search, didnt find an previous post, so here goes.
How would one go about doing raytraced reflections of a krakatoa particle mass?
Let me do a setup, where such a refection would come in handy.
We are in a dark back ally, a monster made of sand is standing in the ally looking mean.
The street is covered with puddles of water.
From the camera’s POV the sand monster should be visible/reflected in the large puddle in front of it.
The way I see it there are two posible hacks that could acomplish this, but if I am missing somthing obvious, then please point it out.
Option/hack 1:
Render a sand monster pass (only the krakatoa particles)
Render out a scene beauty pass, where I have placed a billboard set to be invisible to the camera, but visible to reflections. approx. where the Sandmonster is located.
Next I then load the Sandmonster pass onto the billboard. This way a 2D version of the sandmonster will be raytraced in the water puddles.
Option/hack 2:
Save the sandmonster particles to a Part sequence and place two loaders in the scene.
Ones that load the sandmonster ready to be rendered and another I placed beneath turned 180 degrees, and finally flip around the X axis.
This way two mirrowed monsters is rendered out in the Sandmonster render pass. Combined with a mask pass this should make the illusion possible.
Are there other smarter ways?