摘要: tags: - raytrace dielectric 水、玻璃、钻石等透明材料都是电介质。当光线照射到它们身上时,它会分裂成反射光线和折射(透射)光线。我们将通过在反射和折射之间随机选择来处理这个问题,每次相互作用只产生一个散射射线。 折射程度 : 是根据两个介质折射率的差值决定的。 Refrac 阅读全文
posted @ 2024-05-19 10:11 big_shark 阅读(20) 评论(0) 推荐(0) 编辑
摘要: tags: - games101 Physically Based Rendering: From Theory to Implementation (pbr-book.org) advanced light transport 有/无偏的光线传播方法 双向路径追踪 这里主要的光照为间接光 不是直接 阅读全文
posted @ 2024-05-17 20:01 big_shark 阅读(8) 评论(0) 推荐(0) 编辑
摘要: tags: - games101 实现 rasterize_triangle 发现贴图的理解 https://blog.csdn.net/qq_41835314/article/details/124845177?csdn_share_tail={"type"%3A"blog"%2C"rType"% 阅读全文
posted @ 2024-05-17 20:01 big_shark 阅读(3) 评论(0) 推荐(0) 编辑
摘要: tags: - overview gameplay xxx dosc UI shader gameplay 框架 video 介绍 video 阅读全文
posted @ 2024-05-17 20:01 big_shark 阅读(4) 评论(0) 推荐(0) 编辑
摘要: tags: - games101 wsl 环境配置 必要的库 sudo apt install g++ gdb cmake sudo apt install libopencv-dev libeigen3-dev opencv 头文件 { "configurations": [ { "name": 阅读全文
posted @ 2024-05-17 20:00 big_shark 阅读(29) 评论(0) 推荐(0) 编辑
摘要: tags: - games101 简单介绍和资源列表 https://sites.cs.ucsb.edu/~lingqi/teaching/games101.html 线代 vector -- 向量 表示 $\vec{a}$ and $\mathbf{a}$ and $\vec{AB} = B - 阅读全文
posted @ 2024-05-17 20:00 big_shark 阅读(8) 评论(0) 推荐(0) 编辑
摘要: tags: - games101 2D point = $(x,y,1)^T$ 2D vector = $(x,y,0)^T$ 平移不变性 transform translation Affine transformner 逆变换 就是逆矩阵 变换的组合 矩阵的乘法 变换的分解 变换到中心 旋转 变 阅读全文
posted @ 2024-05-17 20:00 big_shark 阅读(3) 评论(0) 推荐(0) 编辑
摘要: tags: - games101 rasterize == drawing onto the screen color = (red, green, blue) pixel indices are from (0,0) to (width-1, height-1) pixel (x,y) is ce 阅读全文
posted @ 2024-05-17 20:00 big_shark 阅读(6) 评论(0) 推荐(0) 编辑
摘要: tags: - games101 shader 对不同物体应用不同的材质 定义: shading != shadow diffuse reflection 漫反射 光照角度不同,则反射程度也不同 于此同时物体离光源越远,反射程度越低 高光项 镜面反射和视线比较接近的时候 使用半程向量计算高光 注: 阅读全文
posted @ 2024-05-17 20:00 big_shark 阅读(7) 评论(0) 推荐(0) 编辑
摘要: tags: - games101 implicit -- 隐式几何 explicit -- 显示几何 implicit 点不需要知道位置,但是可以用点之间的关系表示 (按照类别归类) E.g. all points in 3D, where $x2+y2+z^2=1$ 更通用的表示 $f(x,y,z 阅读全文
posted @ 2024-05-17 20:00 big_shark 阅读(8) 评论(0) 推荐(0) 编辑
more_horiz
keyboard_arrow_up light_mode palette
选择主题
点击右上角即可分享
微信分享提示