博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Physically based shading
阅读量:2439 次
发布时间:2019-05-10

本文共 1548 字,大约阅读时间需要 5 分钟。

Primary Inputs:

  • Albedo(Diffuse) : Should not have lighting; Metal have no diffuse(black);
  • Specular: Only metals have colored specular; Non-metals: gray and quite dark; Very few details in a single material;
  • Roughness(Surface smoothness, glossiness): 0=rough, 1=smooth;
  • Normal map: tangent space normal map;

Optional Inputs:

  • Emission
  • Ambient Occlusion
  • Heightmap(for parallax)
  • Detail albedo/normal maps

Automatic Inputs:

  • Shadowmaps
  • Lightmaps

Reference:

1. Game environments-Part A: rendering Remember Me: http://www.fxguide.com/featured/game-environments-parta-remember-me-rendering/

2. Practical Physically Based Shading in Film and Game Producetion: http://blog.selfshadow.com/publications/s2012-shading-course/

3. Physically Based Shading in Theory and Practice: http://blog.selfshadow.com/publications/s2013-shading-course/

4. Physically Based Shading in Theory and Practice: http://blog.selfshadow.com/publications/s2014-shading-course/

5. Basic Theory of Physically-Based Rendering: http://www.marmoset.co/toolbag/learn/pbr-theory

6. PBR In Practice: http://www.marmoset.co/toolbag/learn/pbr-practice

7. http://www.pbrt.org/

8. Physically Based Shading in UE4: https://www.unrealengine.com/blog/physically-based-shading-in-ue4

9. Unity Physically Based Shading: http://aras-p.info/texts/files/201403-GDC_UnityPhysicallyBasedShading_notes.pdf

10: static sky unite: http://framebunker.com/blog/static-sky-unite-presentation/ 

11: Physically-Based Shading Models in Film and Game Production: http://renderwonk.com/publications/s2010-shading-course/

转载地址:http://shwqb.baihongyu.com/

你可能感兴趣的文章
完成端口(上) (转)
查看>>
ASP设计常见问题及解答精要(1) tigerwen01(转贴) (转)
查看>>
MySQL 4.1.0 中文参考手册 --- 6.3 用于 SELECT 和 WHERE 子句的函数 (1) (转)
查看>>
坐标曲线的编程实现 (转)
查看>>
MySQL 4.1.0 中文参考手册 --- 6.2 列类型 (转)
查看>>
MySQL 4.1.0 中文参考手册 --- 6.4 数据操纵:SELECT, INSERT, UPDATE, DELETE (转)
查看>>
MySQL 4.1.0 中文参考手册 --- 6.6 基本的 MySQL 用户实用命令 (转)
查看>>
Dos下键盘的完全控制 ------- 一系列的BIOS级别的键盘控制函数! (转)
查看>>
利用weblogic的POOL(连接池)连接数据库 (转)
查看>>
vs.net beta 2中利用DataGrid分页详解 (转)
查看>>
WebLogic的初步研究(2)--结构篇 (转)
查看>>
Process-Display-Process (PDP) pattern (转)
查看>>
基于构件复用的软件方法与COM支持 (转)
查看>>
DELPHI中使用API函数详解 (转)
查看>>
Single Entry Point to EJB Layer (转)
查看>>
InsideJVM(3)--Method area(方法区) (转)
查看>>
VC++初学者常见问题解惑 (转)
查看>>
dbms_stats
查看>>
Delphi实用编程经验二则 (转)
查看>>
Delphi之快速设计(程序设计篇) (转)
查看>>