1. 回顧和本節摘要 1.1 上一節內容回顧 Viewing View + Projection + Viewport(將cuboid變換到屏幕空間) Rasterizing triangles Point-in-triangle test ...
上一節介紹了如下內容: Viewing 觀測 transformation View 視圖 Camera transformation Projection 投影 transformation Orthographic 正交 projection 平移到原點 縮放成 , 的立方體 Perspective 透視 projection 將frustum擠壓成長方體 運用正交投影得到 , 的立方體 具體 ...
2020-04-26 17:42 0 583 推薦指數:
1. 回顧和本節摘要 1.1 上一節內容回顧 Viewing View + Projection + Viewport(將cuboid變換到屏幕空間) Rasterizing triangles Point-in-triangle test ...
1. Why study transformation 1.1 Modeling translation (平移) rotation(旋轉) scaling (縮放) proje ...
之前的課程里介紹了 Shading 1 & 2 Blinn-Phong reflectance model Shading models / frequencies Graphics Pipeline Texture mapping ...
1. 3D Transformations 這里再上一節內容的基礎上對3D 變換做個補充說明 3D下點和向量表示如下: 3D point \(=(x, y, z, 1)^{\top}\) ...
前面已經介紹了着色的大部分內容: Blinn-Phong reflectance model Shading models / frequencies Graphics pipelin ...
/~lingqi/teaching/games101.html 本課程不涉及OpenGL,Unity等使 ...
今天閆令琪老師主要介紹了圖形學的相關應用及本課涉及的內容概述。 一、計算機圖形學概述: 計算機圖形學(Computer graphics,CG)是研究計算機在硬件和軟件的幫助下創建計算機圖形的科學學科,是計算機科學的一個分支領域,主要關注數字合成與操作視覺的圖形內容。簡單的說它 ...
一、什么是計算機圖形學? 計算機圖形學(Computer Graphics,簡稱 CG)的內容比較豐富,與很多學科都有交叉,因此認為是無法嚴格定義的。 在 “Wiki百科” 和 “百度百科” 上,對 “計算機圖形學” 的解釋為:計算機圖形學是一種使用數學算法將二維或三維圖形轉化為計算機 ...