上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 46 下一页
摘要: 前面已经介绍了着色的大部分内容: Blinn-Phong reflectance model Shading models / frequencies Graphics pipeline texture mapping 这里补充一下上一节遗漏的一丢丢知识点,见下图。左边是渲染后的平面图,右边是对应的 阅读全文
posted @ 2020-05-27 13:27 marsggbo 阅读(2067) 评论(0) 推荐(0) 编辑
摘要: 本节内容概要: Blinn-Phong reflectance model Specular and ambient terms Shading frequencies Graphics pipeline 1. Blinn-Phong reflectance model 1.1 漫反射项 在介绍本节 阅读全文
posted @ 2020-05-26 15:11 marsggbo 阅读(837) 评论(0) 推荐(0) 编辑
摘要: 本节内容摘要 Visibility / occlusion (遮挡问题) Z buffering Shading (着色问题) Illumination & Shading Graphics Pipeline 1. 可见性问题 1.1 画家算法 真实世界中的物体之间相对于相机是有远近关系的,那么在2 阅读全文
posted @ 2020-04-28 14:34 marsggbo 阅读(761) 评论(0) 推荐(0) 编辑
摘要: 1. 回顾和本节摘要 1.1 上一节内容回顾 Viewing View + Projection + Viewport(将cuboid变换到屏幕空间) Rasterizing triangles Point in triangle test Aliasing :像素引起的锯齿状失真。 1.2 本节内 阅读全文
posted @ 2020-04-26 20:35 marsggbo 阅读(841) 评论(0) 推荐(0) 编辑
摘要: 上一节介绍了如下内容: Viewing (观测) transformation View (视图) / Camera transformation Projection (投影) transformation Orthographic (正交) projection 平移到原点 缩放成$[ 1,1] 阅读全文
posted @ 2020-04-26 17:42 marsggbo 阅读(849) 评论(0) 推荐(0) 编辑
摘要: 1. 3D Transformations 这里再上一节内容的基础上对3D 变换做个补充说明 3D下点和向量表示如下: 3D point $=(x, y, z, 1)^{\top}$ 3D vector $=(x, y, z, 0)^{\top}$ Scale $$\mathbf{S}\left(s 阅读全文
posted @ 2020-04-25 22:37 marsggbo 阅读(903) 评论(0) 推荐(0) 编辑
摘要: 1. Why study transformation 1.1 Modeling translation (平移) rotation(旋转) scaling (缩放) projection (投影) 2. 2D transformations: rotation, scale, shear 我们在求 阅读全文
posted @ 2020-04-25 11:00 marsggbo 阅读(1171) 评论(0) 推荐(0) 编辑
摘要: 1. Vector (向量 / 矢量) 1.1 基础回顾 向量表示方式为 $\vec{a}$ 或者 $\boldsymbol{a}$ 向量长度 $\|\vec{a}\|$ 单位向量表示方式为:$\hat{a}=\vec{a} /\|\vec{a}\|$ 向量表示采用 笛卡尔坐标(Cartesian 阅读全文
posted @ 2020-04-25 00:25 marsggbo 阅读(618) 评论(0) 推荐(0) 编辑
摘要: 课程内容大纲: Resterization (光栅化):将三维空间几何形体投影到平面 Curves and Meshes Ray Tracing (光线追踪) Animation / Simulation 课程主页: https://sites.cs.ucsb.edu/~lingqi/teachin 阅读全文
posted @ 2020-04-24 23:41 marsggbo 阅读(846) 评论(0) 推荐(0) 编辑
摘要: 1. 假设你的conda安装目录是 ,第一步你需要将该路径和 添加到环境变量中去。 2. 之后用文本编辑器打开 并添加如下命令即可 如果在输入 命令式出现如下报错信息 你需要首先运行下面这行命令(亲测有效) 微信公众号:AutoML机器学习 MARSGGBO♥原创 如有意合作或学术讨论欢迎私戳联系~ 阅读全文
posted @ 2020-04-04 11:28 marsggbo 阅读(4391) 评论(1) 推荐(1) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 46 下一页