Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOS 上の Metal の場合、放射照度マップに HDR イメージ (.hdr または .exr 形式) を使用するためのワークフローはありますか?
HDR ファイルを RGBE 形式で読み込むには、その共有指数表現を Metal のピクセル形式 (MTLPixelFormatRGB9E5Float や RGBA16Float など、どちらもフィルター可能) の 1 つに変換します。そこから、それをサンプリングしてシェーダーで使用するだけです。