aboutsummaryrefslogtreecommitdiff
path: root/modules/hdr/image_loader_hdr.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8990 from zer0problem/masterRémi Verschelde2017-06-051-1/+1
|\ | | | | Fixed .hdr support to compile on windows
| * Fixed compiling on windows after .hdr supportzer0problem2017-05-311-1/+1
| | | | | | | | Changed type to avoid casting.
* | Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-301-6/+16
|/
* -Added .hdr format supportJuan Linietsky2017-05-281-0/+151
-Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant