摘要: #using的一些用法 ##指定命名空间 例如: using namespace std; using std::sqrt;//从命名空间std中获取sqrt ##派生类重申基类成员 当派生类通过私有继承基类的时候,基类中的public与protected成员在派生类中都是private类型的成员, 阅读全文
posted @ 2022-06-07 00:25 田下有心 阅读(139) 评论(0) 推荐(0) 编辑
摘要: #Cameras, Lenses and Light Fields(lecture 19) 内容: Cameras 针孔相机的成像 视场 Field of View(FOV) 曝光(度) Exopsure Thin Lens Approximation Ray Tracing IDEAL Thin 阅读全文
posted @ 2022-05-31 21:17 田下有心 阅读(1093) 评论(0) 推荐(0) 编辑
摘要: #高级光线传播与复杂外观建模(lecture 18) 内容: Advanced Light Transport Unbiased light transport methods Bidirectional path tracing (BDPT) Metropolis light transport 阅读全文
posted @ 2022-05-28 17:05 田下有心 阅读(97) 评论(0) 推荐(0) 编辑
摘要: #材质 外观 内容: 材质、光照 漫反射材质 光泽材质 Glossy Material Ideal reflective / refractive material 完全反射 折射 caustics 焦散 折射定律 Snell’s Window / Circle Fresnel Reflection 阅读全文
posted @ 2022-05-25 18:57 田下有心 阅读(536) 评论(0) 推荐(0) 编辑
摘要: #蒙特卡洛积分与路径追踪(Lectures 16) 内容: 蒙特卡洛积分 路径追踪 Path tracing 与 光线追踪Ray tracing 渲染方程求解 直接光照下的路径追踪算法 全局光照下的路径追踪算法 如何引入 N值的处理 递归的处理 路径追踪算法的效率优化 ##蒙特卡洛积分 蒙特卡洛法: 阅读全文
posted @ 2022-05-14 21:59 田下有心 阅读(464) 评论(0) 推荐(0) 编辑
摘要: #Ray Tracing2 (Lectures 14~15) 内容: 辐射度量学 Motivation 相关的物理量 Radiant Energy and Flux (Power) Radiant intensity Irradiance radiance Bidirectional Reflect 阅读全文
posted @ 2022-05-12 21:31 田下有心 阅读(429) 评论(0) 推荐(0) 编辑
摘要: #Ray Tracing1 (Lectures 13~14) 内容: 为什么需要光线追踪? Basic Ray-Tracing Algorithm 光线追踪对光线的假设 Ray Casting Recursive (Whitted-Style) Ray Tracing 一些问题 求光线的交点 Ray 阅读全文
posted @ 2022-04-26 21:09 田下有心 阅读(81) 评论(0) 推荐(0) 编辑
摘要: #Surfaces(Lectures 11~12) 内容: Bezier surfaces Bicubic Bézier Surface Patch Mesh Operations:Geometry Processing Mesh Subdivision Loop Subdivision Catmu 阅读全文
posted @ 2022-04-17 20:44 田下有心 阅读(148) 评论(0) 推荐(0) 编辑
摘要: #Curves (Lecture 11) 内容: Bézier curve(贝塞尔曲线) Evaluating Bézier curve De Casteljau's algorithm(德卡斯特里奥算法) Algebraic Formula Piecewise Bézier Curves Cont 阅读全文
posted @ 2022-04-17 16:53 田下有心 阅读(222) 评论(0) 推荐(0) 编辑
摘要: #Introduction to Geometry (Lectures 10~11) 内容: Examples of geometry Various representations of geometry implicit geometry(隐式几何) explicit geometry(显式几何 阅读全文
posted @ 2022-04-16 15:17 田下有心 阅读(92) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示