Skip to content

Commit

Permalink
Try 2: Windows 10 1809 update
Browse files Browse the repository at this point in the history
Replace custom HDR tonemappers with Direct2D tonemapper effect, UI tweaks
  • Loading branch information
13thsymphony authored Feb 3, 2019
1 parent 7fdd398 commit f893c19
Show file tree
Hide file tree
Showing 17 changed files with 550 additions and 670 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
<Filter>Common</Filter>
</ClCompile>
<ClCompile Include="D2DAdvancedColorImagesRenderer.cpp" />
<ClCompile Include="ReinhardEffect.cpp">
<Filter>RenderEffects</Filter>
</ClCompile>
<ClCompile Include="FilmicEffect.cpp">
<Filter>RenderEffects</Filter>
</ClCompile>
<ClCompile Include="SdrOverlayEffect.cpp">
<Filter>RenderEffects</Filter>
</ClCompile>
Expand All @@ -47,6 +41,9 @@
<ClCompile Include="SphereMapEffect.cpp">
<Filter>RenderEffects</Filter>
</ClCompile>
<ClCompile Include="SimpleTonemapEffect.cpp">
<Filter>RenderEffects</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="App.xaml.h" />
Expand All @@ -63,12 +60,6 @@
</ClInclude>
<ClInclude Include="D2DAdvancedColorImagesRenderer.h" />
<ClInclude Include="RenderOptions.h" />
<ClInclude Include="ReinhardEffect.h">
<Filter>RenderEffects</Filter>
</ClInclude>
<ClInclude Include="FilmicEffect.h">
<Filter>RenderEffects</Filter>
</ClInclude>
<ClInclude Include="SdrOverlayEffect.h">
<Filter>RenderEffects</Filter>
</ClInclude>
Expand All @@ -81,6 +72,10 @@
<ClInclude Include="SphereMapEffect.h">
<Filter>RenderEffects</Filter>
</ClInclude>
<ClInclude Include="SdrBrightnessFormatter.h" />
<ClInclude Include="SimpleTonemapEffect.h">
<Filter>RenderEffects</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
Expand Down Expand Up @@ -196,12 +191,6 @@
</Image>
</ItemGroup>
<ItemGroup>
<Text Include="ReinhardEffect.hlsl">
<Filter>RenderEffects</Filter>
</Text>
<Text Include="FilmicEffect.hlsl">
<Filter>RenderEffects</Filter>
</Text>
<Text Include="SdrOverlayEffect.hlsl">
<Filter>RenderEffects</Filter>
</Text>
Expand All @@ -211,6 +200,9 @@
<Text Include="SphereMapEffect.hlsl">
<Filter>RenderEffects</Filter>
</Text>
<Text Include="SimpleTonemapEffect.hlsl">
<Filter>RenderEffects</Filter>
</Text>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
Expand Down
Loading

0 comments on commit f893c19

Please sign in to comment.