Victor Giers ddffb06539 corrected some things | hace 5 años | |
---|---|---|
hotel_cubemap | hace 5 años | |
rough_cubemap | hace 5 años | |
studio_cubemap | hace 5 años | |
LICENSE | hace 5 años | |
README.md | hace 5 años | |
cubemap-rendersetup.blend | hace 5 años | |
equi_to_cube.py | hace 5 años | |
hotel_room.png | hace 5 años | |
rough.png | hace 5 años | |
studio.png | hace 5 años |
Python script to create sky image maps in rectangular format from such in equirectangular format, Blender setup to render equirectangular image maps.
From:
To:
And for use in three.js, each segment of the cube comes as a seperate file as well (nx, ny, nz, px, py, pz):
etc.
cubemap-rendersetup.blend has removed or decreased to the fullest all kinds of unnecessary render settings if rendering an HDRI only (did you know 1 sample is enough for this job?). The camera is set to the centerpoint, its perspective 360° equirectangularly set up.
Why would I do this?
I tried converting an HDRI (.hdr) to a .png or .jpg by hand - the colors got messed up. Rerendering with this setup did the trick.
python equi_to_cube.py equimap.png
The presented HDRIs are from HDRI-Haven,
the scripts are made by people from Stackoverflow.
I did nothing but using glue here!