• Stars
    star
    249
  • Rank 162,277 (Top 4 %)
  • Language
    C#
  • License
    MIT License
  • Created over 8 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

✏️ Order-independent Transparent in Unity

Introduction

This project implements several OIT (Order-independent Transparent) methods in Unity.

Traditional ODT (Order-dependent Transparent) supported by native Unity:

Alt Text

Current implemented OIT methods include:

Depth Peeling

Reference: Order-Independent Transparence presented by Nvidia

Alt Text

Note: need MRT support to render color and depth.

Weighted Blended

Reference: Weighted Blended Order-Independent Transparency by Morgan McGuire and Louis Bavoil

Alt Text

License

MIT