plumageRender/data/environments
ink-soul d4beea0076 添加ktx环境贴图 2024-04-11 18:24:19 +08:00
..
README.md 添加数据文件,确保拉取后直接编译运行 2023-07-16 20:19:37 +08:00
bridge_hdr16f_cube.ktx 修复模型自旋转,允许相机根据模型自适应距离 2024-04-11 16:28:54 +08:00
brown_photostudio_02_4k_hdr16f_cube.ktx 修复模型自旋转,允许相机根据模型自适应距离 2024-04-11 16:28:54 +08:00
industrial_sunset_puresky_4k_hdr16f_cube.ktx 添加ktx环境贴图 2024-04-11 18:24:19 +08:00
kloofendal_43d_clear_puresky_hdr16f_cube.ktx 添加ktx环境贴图 2024-04-11 18:24:19 +08:00
metro_noord_4k_hdr16f_cube.ktx 修复模型自旋转,允许相机根据模型自适应距离 2024-04-11 16:28:54 +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