vault backup: 2023-07-26 15:25:10

This commit is contained in:
zzz
2023-07-26 15:25:10 +08:00
parent 7347d7fef0
commit faaab6dda4
23 changed files with 12678 additions and 6013 deletions

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 KiB

View File

View File

View File

@@ -0,0 +1,12 @@
https://github.com/ssloy/tinyrenderer/wiki/Lesson-0:-getting-started 大佬github
https://zhuanlan.zhihu.com/p/434874992 从零
https://www.drflower.top/posts/e7715f6d/#TinyRenderer
https://zhuanlan.zhihu.com/p/399056546 笔记
https://zhuanlan.zhihu.com/p/59302124 C#手写
https://learnopengl-cn.github.io/ openGL中文翻译

View File

@@ -0,0 +1,12 @@
写笔记复习过程
[[透视矫正]]
[[冯 高光]]
[[视锥剔除]]
[[视口剔除]]
Sutherland-Hodgeman凸多边形裁剪算法
Weiler-Atherton算法为凹多边形无残留
https://blog.csdn.net/m0_56494923/article/details/128514324

View File

@@ -0,0 +1,5 @@
出现原因 :取质心坐标的时候 取得是已经经过了透视变换得点
![[Pasted image 20230613102109.png]]
解决方法: todo