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

hdri / equirectangular render to cubemap image output #8

Open
Vianvolaeus opened this issue Feb 25, 2022 · 1 comment
Open

hdri / equirectangular render to cubemap image output #8

Vianvolaeus opened this issue Feb 25, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Vianvolaeus
Copy link
Owner

For baked cubemaps in shaders.

@Vianvolaeus Vianvolaeus added the enhancement New feature or request label Feb 25, 2022
@Vianvolaeus
Copy link
Owner Author

Found a potential way to use vector transforms to effectively 'split' / unfold the image cleanly into an identical mirror. (2:1 aspect)

We could then pass this output to something like this cubemap generator in which it'd then be Unity compatible, namely for things like fallback cubemaps in VRchat shaders.

Visually I think this would result in the default viewing angle being effectively the same as initally using a matcap, obviously with the directional movement of a cubemap once rotated away from that view.

It is probably a good idea to look into some kind of smoothing / blur solution for the final output, possibly with contrast / highlight boosting - should clear texture noise and give some better looking results.

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

No branches or pull requests

1 participant