游戏内实际截图 20220707001122 模型查看 unlit 和 lit材质 20220707001338 描边 具体做法可以看这一篇 这里直接使用了 法线外扩 的方案来实现了描边 卡通渲染NPR-描边篇 控制描边的粗细 这里的实现方案是使用法线的长度来控制法线外扩的距离 直接输出法线的长度当
非线性的深度信息 深度信息在透视除法之后,是非线性的 image-20220311174119143 Unity中的做法 查阅 Unity Linear01Depth 函数发现 12345678910// Z buffer to linear 0..1 depth (0 at eye, 1 at f
备注:模型来源 模型来自:哔哩游戏,原神征集稿活动 http://ys.biligame.com/gczj/ http://ys.biligame.com/pjdkx/ 无光照和漫反射对比图 p1 描边大致分为三种 基于视角切线 基于几何的方式来描边(shell method) 法线外扩 z值便宜(
Real-Time Environment Mapping Finishing up on shadows Distance field soft shadows Shading form environment lighting The split sum approximation Shadow
A Deeper Look at PCF | 深入了解 PCF Therefore, PCF is not filtering the shadow map then compare PCF 不是先模糊 ShadowMapping 再做比较 And PCF is not filtering the
个人技术栈比较杂乱无章 最近在学习计算机图形学相关的内容 欢迎相关问题来互相讨论 👋 图形学相关推荐书籍 📖 Games101 Games202 线性代数 LearnOpenGL 《Real-Time Rendering 3rd》提炼总结 《Real-Time Rendering 4th》 《F