VisualPinball.Engine icon indicating copy to clipboard operation
VisualPinball.Engine copied to clipboard

Properly import hdr/exr images from vpx tables

Open rbxnk opened this issue 5 years ago • 0 comments

We need to find a way to import hdr/exr data into a Texture2D (or cubemap, if it turns out vpx only uses these for reflections). See TextureExtensions.FromHdrBinary. It's worth noting that the Unity editor itself can import these types of files just fine if you drop them into the project. But there does not appear to be an API for them which we'd need for the runtime import flows.

rbxnk avatar Aug 15 '20 17:08 rbxnk