Calinou / godot-cubemap-generator

Generate cubemap images using Godot
MIT License
3 stars 0 forks source link

Any support planned for formats other than PNG? EG: .hdr? #1

Open davcri opened 1 month ago

davcri commented 1 month ago

Hi Hugo, thanks for this nice demo!

Would it be possible to export HDR images?

https://docs.godotengine.org/en/stable/tutorials/3d/high_dynamic_range.html states:

For advanced users, it is still possible to get a non-tonemapped image of the viewport with full HDR data, which can then be saved to an OpenEXR file.

How can this be achieved? It would be really interesting for my workflow.

Calinou commented 1 month ago

This should be possible by doing 3 things:

Make sure to stick to the Forward+ rendering method when doing so to ensure the maximum possible color precision.