You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figure out that, using the density probe, I can create some very cheap and still good looking shadows (by sampling inside shader). However, it seems the three Texture3D (Density / Motion / Scattering) seem to be AABB aligned and don't translate with the hair instance, at least not on rotation. Would this be something to consider? Not sure if it makes sense, but right now I get some artifacts which seems to be the grid of the Density Texture3D if the hair rotates, I guess also the other stuff like scattering could benefit from the textures being translated in sync with the hair instance.
The text was updated successfully, but these errors were encountered:
Hi,
I figure out that, using the density probe, I can create some very cheap and still good looking shadows (by sampling inside shader). However, it seems the three Texture3D (Density / Motion / Scattering) seem to be AABB aligned and don't translate with the hair instance, at least not on rotation. Would this be something to consider? Not sure if it makes sense, but right now I get some artifacts which seems to be the grid of the Density Texture3D if the hair rotates, I guess also the other stuff like scattering could benefit from the textures being translated in sync with the hair instance.
The text was updated successfully, but these errors were encountered: