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