-
Notifications
You must be signed in to change notification settings - Fork 233
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
Support equirectangular cubemap projections #814
Comments
Is it? How do people use these images on GPUs? Do they not make cubemaps? |
AFAIK there are a few ways how people would use it. First options is to create a cube map The other options is that you load the source file in The other options is to just use the Pros and Cons: Option 2: Option3: I would really like the first option but without having to use another tool to create those 6 faces first. |
Most of the environemnt cubemaps one can find online are in equirectangular format. Its impractical to expect people to convert those to 6-cubemap images before they can be turned into a ktx file.
IIRC there is a way to extract data for each side from the equirectangular projection onto each cubemap face without having to render it like a 3D engine would do. It will be nice if this is supported.
The text was updated successfully, but these errors were encountered: