RuntimeImageLoader icon indicating copy to clipboard operation
RuntimeImageLoader copied to clipboard

Add support for HDRI images

Open RaiaN opened this issue 2 years ago • 3 comments

Generate cubemap texture.

Google request "unreal create cubemap runtime"

RaiaN avatar Jul 05 '22 10:07 RaiaN

Ongoing process is here: https://github.com/RaiaN/RuntimeImageLoader/tree/hdri_cubemap

RaiaN avatar Jul 18 '22 11:07 RaiaN

This is in progress. The only step left is conversion from .hdr format into cubemap (similar to what Unreal does)

RaiaN avatar Aug 30 '22 11:08 RaiaN

Okay, the code is there. I need to verify loading works correctly and prettify some logic here and there

RaiaN avatar Sep 04 '22 09:09 RaiaN

HDRI loading works fine as of master #head revision. Next step is pushing a new update to Unreal Marketplace

RaiaN avatar Sep 05 '22 16:09 RaiaN