ArnisLielturks / Urho3D-SSAO-Shader

WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Urho3D Pure Depth SSAO shader

Implementation based on this article

Requirements

ForwardDepth renderpath should be used for it to work

viewport->SetRenderPath(cache->GetResource<XMLFile>("RenderPaths/ForwardDepth.xml"));

Setup

Copy contents in the Urho3D source directory and build the engine as usual.

Preview

alt tag

About

WIP

License:MIT License


Languages

Language:C++ 77.7%Language:GLSL 16.7%Language:CMake 5.6%