[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RTXGI-DDGI Implementation with Unity (2022.3.17f1c1-URP14.0.9)

Notifications You must be signed in to change notification settings

jimchan3301/RTXGI-DDGI-URP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTX Global Illumination in Unity

sponza_1

Introduction

This respository is RTXGI-DDGI implementation in Unity 2022.3.17f1c1 with URP14.0.9

It use Microsoft DirectX Raytracing to trace ray from each probe to scene geometry, grab irradiance and evaluate into texture

System Requirements

This renderer feature need DXR capable GPU, and you need to enable DirectX12 Graphics API on Windows in unity

Limitations

This is more like a demostration, we have some limitations here.

  • Only DirectX12 API is supported on Windows

  • Only one probe volume supported, and you can`t rotate it

  • Probe Classification is not supported

  • We use FindObjectsOfType to grab scene lights in each frame, it may be expensive

  • Transparent object is not tested at this version

Third Party

Reference

About

RTXGI-DDGI Implementation with Unity (2022.3.17f1c1-URP14.0.9)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 59.2%
  • HLSL 25.9%
  • ShaderLab 14.9%