-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
KHR_texture_hdr extension #1220
Comments
I think that environment maps and other complex lighting scenarios should not be specified within the glTF file format for the time being. Correct lighting specification (IES, physically accurate lights) is complex and currently outside of the scope of glTF - at least what I have seen of it. |
@bhouston you may want to chime in on #946 (environment maps) or #1223 (lights) instead.
I'm likewise nervous about what inclusion of environment maps would mean for the scope of glTF. We may need to justify a decision for environments based on the scope we think glTF should have mid-to-long-term. The current scope of glTF is an implicit result of the feature set, and not (yet) any clear consensus on model vs. scene transfer. |
@donmccurdy I think with when you add features to a new format without discipline everything seems like a good idea until you are left with an unwieldy mess that nobody can actually implement correctly and consistently. We are seeing horrible consistency issues with glTF even at its current feature level and the extensions that I think are absolutely necessary will just make it worse. I think we should keep it focused on a "model" format rather than a "scene" format. |
Closing, since the work on this is being done in other threads. |
Environment map will be defined without HDR textures.
However, for PBR and IBL, HDR textures are required.
The text was updated successfully, but these errors were encountered: