plumageRender/data/environments
ink-soul 9858f7fa56 1.ktx for test 2024-04-10 09:53:19 +08:00
..
1.ktx 1.ktx for test 2024-04-10 09:53:19 +08:00
README.md 添加数据文件,确保拉取后直接编译运行 2023-07-16 20:19:37 +08:00
papermill.ktx 添加数据文件,确保拉取后直接编译运行 2023-07-16 20:19:37 +08:00

README.md

Additional environment cube maps put here must be

  • Stored as Khronos texture format files (.ktx)
  • Cube maps (with mip maps)
  • 16 bit HDR RGBA signed float (VK_FORMAT_R16G16B16A16_SFLOAT)

Converting hdr environment maps can be done with cmft like this:

cmft --input "papermill.hdr" --filter none --outputNum 1 --output0 "papermill_hdr16f_cube" --output0params ktx,rgba16f,cubemap --generateMipChain true --dstFaceSize 512