unity5 人皮渲染  Skin Shading

换了一种方法,优化了一下代码,unity5效果很好,消耗不大

点开可查看大图

加入了次表面散射的阴影与自阴影

unity5  ocean real-time rendering海洋渲染

unity5  fur real-time rendering 毛皮渲染

unity4  Non-Photorealistic Rendering 各种卡通素描绘画渲染

unity5 MLAA  (Morphological Antialiasing)

unity5 Decal With Diffuse

还存在一些问题。。=  =、、、

unity5 TSSAO  (Temporal Screen Space Ambient Occlusion)

过程:先是完成SSAO再完成TSSAO再filter滤去noise

unity4 冰渲染(以前做的)

YouTube(需墙):https://www.youtube.com/watch?v=FeV1u3EGD8Y

unity5 屏幕空间次表面散射Screen-Space Subsurface Scattering方法1

简称SSSSS哈哈哈

unity5 屏幕空间次表面散射Screen-Space Subsurface Scattering方法2

用unity5自带的standard shader

 

Cook-Torrance

 

backmann

Atmospheric Scattering in Unity5

ver1

no Rayleigh scattering&Mie scattering

with Rayleigh scattering&Mie scattering

point light

ver2

screen space directional occlusion(SSDO) in Unity5

也许是哪里出了问题。。效果一般

16采样点

Gird

Random

Screen-Space Bent Cones (SSBC) in Unity5

噪音少、高度保留了纹理细节

SWAP Force Depth-of-Field Shader in Unity5

博主又弄了一下sparkle版的,改动下模糊方式即可,这个可以自由发挥

60fps完美运行

普通模糊:

sparkle:

Square Enix论文-Fast Indirect illumination Using Two Virtual Spherical Gaussian Lights  in Unity5

博主实现(in Unity3d 5)

used one spotlight

史克威尔效果展示(夜光引擎?)

Unity3d PBR海水渲染

三层水

Unity3d BTDF实时折射模拟有粗糙度的半透明物体

Unity Parallax-corrected cubemap

发现在创建cubemap的相机上加一些post-processing会有一些有趣的效果,可以多加尝试

Unity  Physically Based Lighting / IES Lighting

Spot Light

Point Light

原光源

 

博主近期渲染:最近用unity5弄的一些渲染

---- by wolf96  http://blog.csdn.net/wolf96

最近用unity5弄的一些渲染的更多相关文章

  1. [新]最近用unity5弄的一些渲染

    Unity Separable Bokeh Depth-of-Field Hexagonal Blur Unity3d Realtime Dynamic Clouds Rendering hemisp ...

  2. Unity5 GI与PBS渲染从用法到着色代码

    http://www.cnblogs.com/zhouxin/p/5168632.html 本文主要介绍Untiy5以后的GI,PBS,以及光源探头,反射探头的用法以及在着色器代码中如何发挥作用,GI ...

  3. Unity4、Unity5移动平台多线程渲染在部分安卓手机上会造成闪退

    你看到的crash堆栈可能是这样的: SIGSEGV(SEGV_MAPERR)   #00  pc 0001276c                          /system/lib/libc ...

  4. Screen-Space Bent Cones (SSBC) in Unity5

    噪音少.高度保留了纹理细节 博主近期渲染:最近用unity5弄的一些渲染 ---- by wolf96  http://blog.csdn.net/wolf96

  5. screen space directional occlusion(SSDO) in Unity5

    也许是哪里出了问题..效果一般 16采样点 Gird . Random 博主近期渲染:最近用unity5弄的一些渲染 ---- by wolf96  http://blog.csdn.net/wolf ...

  6. Atmospheric Scattering in Unity5

    本次实践效果仅有Atmospheric Scattering和AA,并无其他post-processing,看到类似depth of field等的效果全部是Atmospheric Scatterin ...

  7. Unity3d 屏幕空间人体皮肤知觉渲染&次表面散射Screen-Space Perceptual Rendering & Subsurface Scattering of Human Skin

    之前的人皮渲染相关 前篇1:unity3d Human skin real time rendering 真实模拟人皮实时渲染 前篇2:unity3d Human skin real time ren ...

  8. Unity3d PBR海水渲染

    三层水 博主近期渲染:近期用unity5弄的一些渲染 ---- by wolf96  http://blog.csdn.net/wolf96

  9. Unity3d Fast Indirect illumination Using Two Virtual Spherical Gaussian Lights-Square Enix论文

    博主实现(in Unity3d 5) used one spotlight 史克威尔效果展示(夜光引擎?) 博主近期渲染:最近用unity5弄的一些渲染 ---- by wolf96  http:// ...

随机推荐

  1. 【原】.Net之美学习笔记-第1章-1.1.1值类型

    结构还有一个特性:调用结构上的方法前,需要对其所有的字段进行赋值.

  2. H5发展简介

    HTML4.01 超文本标记语言,1999年12月24日由W3C组织发布. XHTML 扩展的超文本标记语言(eXtensible Hyper Text Markup Language),和HTML4 ...

  3. 修改Sublime Text 3 的侧边栏字体大小

    此文转载哈,忘了作者地址,还请见谅!! 首先需要确保安装了Package ControlPackage Control作为ST必备插件,这里就不多介绍了,没装的话,google一下,各种介绍以及安装教 ...

  4. 《C和指针》读书笔记——第三章 数据

    1.typedef:为各种数据类型定义新名字 typedef char  *ptr_to_char; ptr_to_char a;//声明a是一个指向字符的指针. 2.链接属性:extern;stat ...

  5. Oracle datafile特殊字符处理

    1.发现数据库的数据文件有特殊字符: 2.尝试在sqlplus下用将tablespace offline后修改 SQL> alter tablespace WST_DATA rename dat ...

  6. 【WPF】路由事件

    总结WPF中的路由事件,我将学到的内容分为四部分来逐渐掌握 第一部分:wpf中内置的路由事件 以Button的Click事件来说明内置路由事件的使用 XAML代码: <Window x:Clas ...

  7. stm32类型cl、vl、xl、ld、md、hd的含义

    - startup_stm32f10x_ld_vl.s: for STM32 Low density Value line devices - startup_stm32f10x_ld.s: for ...

  8. 在树莓派上部署asp.net

    今天成功的在树莓派上部署asp.net呢.之前在unbuntu上测试成功了,结果今天操作的时候又不会操作了,主要对Linux太不熟悉了,找资料,资料又不多,这次赶紧记录下来,以备下次查阅. 我用的mo ...

  9. js: get event handler bound to the element

    jQuery._data(jQuery(this)[0], "events" ).click[0].handler $._data( $("#myabc")[0 ...

  10. 蓝桥杯——FJ字符串

    FJ在沙盘上写了这样一些字符串: A1 = "A"1 A2 = "ABA"3 A3 = "ABACABA"7 A4 = "ABAC ...