Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 233 Bytes

File metadata and controls

7 lines (6 loc) · 233 Bytes

用 LearnOpenGL 的框架学 RayTracingInOneWeek。

git push 失败的解决办法: https://zhuanlan.zhihu.com/p/648164862 可以直接取消代理: git config --global --unset http.proxy git config --global --unset https.proxy