NVIDIAGameWorks / rtx-remix

Combined repo for the RTX-Remix runtime
https://www.nvidia.com/en-us/geforce/rtx-remix/
MIT License
1.36k stars 69 forks source link

[Toolkit feature]: Ingest textures as HDRI #319

Open tadpole3159 opened 7 months ago

tadpole3159 commented 7 months ago

Contact Details (Optional)

What is the context of the feature/improvement?

...When adding something like a new sky dome to a game you ideally want to be using bcs6 dds files so you get full range of colour but the ingestion engine doesn't export to that format so our skies are very washed out and aren't emitting the correct light. The runtime supports bcs6 dds files already and they great but toolkit cant ingest them. image

Please describe the feature/improvement?

...When ingesting texture assets you get options for "albedo" "emissive masks" "metallic" "Normal - OpenGl" ect but when adding a sky to a game you really need to be using a bsc6 DDS and none of these options support that unfortunately.

What would be your solution? (optional)

...Could we get a preset for hdri textures that exports to a bcs6 dds file

Version

2024.1.1

nvdamien commented 7 months ago

Hi @tadpole3159 ,

Thanks for the detailed request. Filed as REMIX-2659