JavaShuo
欄目
標籤
Real-Time Rendering 4th Edition 讀書筆記(四) 5.Shading Basics
時間 2021-01-04
標籤
realtime rendering
简体版
原文
原文鏈接
5.Shading Basics 5.1Shading Models 其實就是多次差值計算的使用,就是CG語言中的lerp函數. dot對兩個單位向量使用的結果是獲得兩個向量的夾角的cos值. 其中的n,l,都是單位向量, dot(n,l)求得cos值,因爲l的大小爲1,所以在n上面的投影值爲就是cos值, 而 l + r 所得到的向量方向與n方向一樣,大小爲2Cos. 5.2
>>阅读原文<<
相關文章
1.
Real-Time Rendering 4th Edition 讀書筆記(三) Transform
2.
Real-Time Rendering 4th Edition 讀書筆記(五) 6.Texturing
3.
《Real-Time Rendering 4th Edition》讀書筆記--簡單粗糙翻譯 第一章 序言
4.
【實時渲染】《Real Time Rendering 4th》9.5 章讀書筆記
5.
《Real-Time Rendering 4th Edition》讀書筆記--簡單粗糙翻譯 第四章 變換 Transforms
6.
《Algorithms 4th Edition》讀書筆記——2.4 優先隊列(priority queue)-Ⅴ
7.
【實時渲染】《Real Time Rendering 4th》9.3 章讀書筆記
8.
Programming in Scala (Second Edition) 讀書筆記5
9.
讀書筆記——Java編程思想 Bruce Eckel(4th Edition)
10.
《Algorithms 4th Edition》讀書筆記——3.1 符號表(Elementary Symbol Tables)-Ⅰ
更多相關文章...
•
Eclipse 添加書籤
-
Eclipse 教程
•
RSS 閱讀器
-
RSS 教程
•
Tomcat學習筆記(史上最全tomcat學習筆記)
•
JDK13 GA發佈:5大特性解讀
相關標籤/搜索
讀書筆記
edition
shading
basics
realtime
4th
rendering
FSFA 讀書筆記
MySQL 讀書筆記
Nginx讀書筆記
MyBatis教程
PHP 7 新特性
Redis教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
springboot在一個項目中啓動多個核心啓動類
2.
Spring Boot日誌-3 ------>SLF4J與別的框架整合
3.
SpringMVC-Maven(一)
4.
idea全局設置
5.
將word選擇題轉換成Excel
6.
myeclipse工程中library 和 web-inf下lib的區別
7.
Java入門——第一個Hello Word
8.
在chrome安裝vue devtools(以及安裝過程中出現的錯誤)
9.
Jacob線上部署及多項目部署問題處理
10.
1.初識nginx
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
Real-Time Rendering 4th Edition 讀書筆記(三) Transform
2.
Real-Time Rendering 4th Edition 讀書筆記(五) 6.Texturing
3.
《Real-Time Rendering 4th Edition》讀書筆記--簡單粗糙翻譯 第一章 序言
4.
【實時渲染】《Real Time Rendering 4th》9.5 章讀書筆記
5.
《Real-Time Rendering 4th Edition》讀書筆記--簡單粗糙翻譯 第四章 變換 Transforms
6.
《Algorithms 4th Edition》讀書筆記——2.4 優先隊列(priority queue)-Ⅴ
7.
【實時渲染】《Real Time Rendering 4th》9.3 章讀書筆記
8.
Programming in Scala (Second Edition) 讀書筆記5
9.
讀書筆記——Java編程思想 Bruce Eckel(4th Edition)
10.
《Algorithms 4th Edition》讀書筆記——3.1 符號表(Elementary Symbol Tables)-Ⅰ
>>更多相關文章<<