TressFX icon indicating copy to clipboard operation
TressFX copied to clipboard

Initial Unreal Integration.

Open lion03 opened this issue 7 years ago • 2 comments

Hello,

I've implemented initial integration into UE4 and I would appreciate any help dealing deferred shading lighting and TressFX.

Repo: https://github.com/lion03/UE4-K4W-Plugin/tree/TressFX

lion03 avatar May 01 '17 19:05 lion03

Followup:

I found a different approach. In version 4.14 Epic introduced a forward rendering for vr that uses a light grid to access dynamic light data during base geometry pass I managed using a simple modification (one variable check in the deferred renderer) to force the light grid generation without switching to forward shading and use that to add lighting to TressFX.

lion03 avatar May 05 '17 08:05 lion03

I guess the issue can be closed now.

cleveHEX avatar Feb 01 '20 11:02 cleveHEX