sebh / UnrealEngineSkyAtmosphere

Unreal Engine Sky Atmosphere Rendering Technique
https://www.unrealengine.com
MIT License
714 stars 69 forks source link

Fix compilation error when enabling shadow map with the new raymarching technique #3

Closed tcantenot closed 4 years ago

tcantenot commented 4 years ago

Fix compilation error when enabling shadow map with the new raymarching technique:

RenderSkyRayMarching.hlsl(194,12-35): error X3004: undeclared identifier 'getShadow'
sebh commented 4 years ago

Thanks!