Commit Graph

113 Commits (main)

Author SHA1 Message Date
InkSoul 1a54e75ea2 update RM 2024-05-20 23:20:36 +08:00
ink-soul b37eee6c18 Update ReadMe.md 2024-05-13 11:27:25 +08:00
ink-soul 3600a1f4b7 Update .gitignore 2024-05-13 11:04:45 +08:00
ink-soul 61c501adcb fix envMapRotate 2024-05-13 11:04:28 +08:00
ink-soul d4beea0076 添加ktx环境贴图 2024-04-11 18:24:19 +08:00
ink-soul 02d6974134 修复模型自旋转,允许相机根据模型自适应距离
已知问题:加载其他ktx环境贴图会发生贴图倒置的情况
2024-04-11 16:28:54 +08:00
ink-soul 9858f7fa56 1.ktx for test 2024-04-10 09:53:19 +08:00
ink-soul 3a78c71a24 修复ppm路径错误 2024-03-29 15:17:09 +08:00
ink-soul 6e34140783 添加输出图片为png格式的支持 2024-03-28 17:52:33 +08:00
inksoul aff5dee7d4 Merge pull request 'restart-image-senquence-output available' (#2) from restart-image-senquence-output into main
Reviewed-on: #2
2024-03-28 11:28:06 +08:00
ink-soul 3396694bed update gitignore 2024-03-28 11:21:03 +08:00
ink-soul 1adef63b80 更换模型后重新生成图片序列和视频 2024-03-28 11:12:47 +08:00
ink-soul 9a5958088e Merge branch 'main' of https://gitea.inksoul.top/inksoul/plumageRender 2024-03-27 17:33:17 +08:00
ink-soul 57e6322cc5 Update .gitignore 2024-03-27 17:32:29 +08:00
inksoul f380b7f6bb Merge pull request 'add-image-output :完成图像序列输出和图像序列到视频的流程' (#1) from add-image-output into main
Reviewed-on: #1
2024-03-27 17:31:09 +08:00
ink-soul fe9c837110 完成图片序列到视频的工作流程 2024-03-27 17:29:32 +08:00
ink-soul 6e791134d7 完成图片序列输出 2024-03-26 18:04:18 +08:00
ink-soul 8a36a4d721 add headless surface extension 2024-03-26 15:48:30 +08:00
ink-soul efd42bdef7 init image writer with screen shot 2024-03-26 15:17:51 +08:00
ink-soul 04fb6d29e0 Revert "revert"
This reverts commit a0b8b66f2b.
2024-03-26 14:59:37 +08:00
ink-soul a0b8b66f2b revert 2024-03-26 14:59:23 +08:00
ink-soul 20a30d9192 Revert "更新imgui版本,修复mapMemoryRange问题"
This reverts commit a3b62775cd.
2024-03-25 12:05:58 +08:00
ink-soul a3b62775cd 更新imgui版本,修复mapMemoryRange问题 2024-03-25 11:54:00 +08:00
ink-soul 9cbbb01a83 完成outputImageSequence 2024-03-25 11:51:10 +08:00
ink-soul 81c289ea9c 添加framebuffer to ppm 2024-03-22 18:05:18 +08:00
InkSoul 5e4acd3f08 更新 cmake最低版本需求和 gitignore 2024-03-04 00:11:15 +08:00
InkSoul 1fe69cd629 更新RM 2024-03-02 21:59:07 +08:00
InkSoul fc4a073905 添加 RM 2023-09-25 23:20:47 +08:00
InkSoul 1603473aaf 去除无用代码 2023-07-16 22:27:07 +08:00
InkSoul ce3f433d55 补充必要天空盒cube模型 2023-07-16 20:27:09 +08:00
InkSoul 690406c9be external中引入spdlog,仅保留两个模型文件,压缩大小 2023-07-16 20:24:43 +08:00
InkSoul e71c634bfe 添加数据文件,确保拉取后直接编译运行 2023-07-16 20:19:37 +08:00
InkSoul b80813c7ec
Merge pull request #3 from ink-soul/reconstruct-UI
Reconstruct UI
2023-06-19 10:10:18 +08:00
ink-soul ff2a16aa3b fix character not show correctly 2023-06-19 10:09:08 +08:00
ink-soul dc58fbad2b update chinese UI 2023-06-19 09:47:00 +08:00
ink-soul 3c1b0b8451 Merge branch 'reconstruct-UI' of https://github.com/ink-soul/littleRenderer into reconstruct-UI 2023-06-19 08:06:41 +08:00
ink-soul 8f9e736aca Update render.cpp 2023-06-19 08:05:13 +08:00
InkSoul 8e27b83b22 reconstruct UI complete 2023-06-17 01:18:15 +08:00
ink-soul 03dda388c2 add menu construct 2023-06-16 17:29:47 +08:00
ink-soul 3c0e745cdf Update ui.hpp 2023-06-16 17:03:51 +08:00
ink-soul d8f01324d0 fix loading error when loading from Chinese path 2023-06-13 14:50:25 +08:00
InkSoul 59ea17fe3f
Merge pull request #2 from ink-soul/Chinese-UI-and-asset-path-fix
Chinese UI and asset path fix
2023-06-13 09:06:55 +08:00
ink-soul 5c30ea82f7 Update render.cpp 2023-06-12 14:56:43 +08:00
ink-soul 4d567bf64a fix log complain 2023-06-12 11:11:52 +08:00
ink-soul a8fe315be6 bug fix : allow directory defined in cmakelist 2023-06-12 11:10:07 +08:00
ink-soul 5665ff4105 switch chinese UI asset path fix complete
allow asset path check more data path
2023-06-12 11:05:10 +08:00
ink-soul 0ba1c93ff4 switch ttf file for preparing chinese UI 2023-06-12 09:18:05 +08:00
InkSoul befeda7cff clean unused dependency 2023-06-08 00:52:02 +08:00
InkSoul d8c13ea6ca
Merge pull request #1 from ink-soul/new-UI
New UI
2023-06-07 16:24:30 +08:00
ink-soul 36d07026a6 Revert "merge new-UI"
This reverts commit d23aef83b8.
2023-06-07 16:21:41 +08:00