Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request / clarification: Translation of density probe texture #95

Open
qlee01 opened this issue Jun 7, 2024 · 1 comment
Open

Comments

@qlee01
Copy link

qlee01 commented Jun 7, 2024

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.

@Aydindeveloper
Copy link

image

Yes, unreal engine does this. I tried it too. I don't have much experience with raymarch shaders, but the result is promising.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants