Giter Club home page Giter Club logo

urp-rendererfeature's Introduction

URP-RendererFeature

前言

使用Unity URP后,由于废除了OnRenderImage(),原本的后效框架大多失效了,但是Unity官方又引入了Volume系统和Renderer Feature框架,用来做后处理

想法很好,但是Renderer Feature的渲染时机粒度太大,没法在Volume中间插入后效,而没法自由选择顺序的后效,就是个cjb(但你还是要学,这应该是URP做后效最官方推荐的做法了)

所以实际建议别用URP,自己用SRP重写一套管线,至少要自己完全实现后效

话说Unity内置的TAA和Tone Mapping是不是饱受争议啊?

内容

  • ZoomBlur
    • ZoomBlur.cs
    • ZoomBlurRenderFeature
    • ZoomBlur.shader

ZoomBlur

  • UVOffset
    • UVOffset.cs
    • UVOffsetRenderFeature
    • UVOffset.shader

UVOffset

urp-rendererfeature's People

Contributors

reuben-sun avatar

Stargazers

TooWinds avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.