Screenshot and info on radial blur (fullscreen shader) example

This commit is contained in:
saschawillems 2015-11-29 16:28:08 +01:00
parent 41bf8bca06
commit 40536370be
2 changed files with 6 additions and 1 deletions

View file

@ -80,6 +80,11 @@ Renders hundreds of meshes using instances with uniforms for e.g. coloring each
Uses a separate framebuffer (that is not part of the swap chain) for rendering a 3D scene off screen and blits it into a texture target displayed on a quad. The blit does scaling and (if required) also format conversions.
### Radial blur
<img src="./screenshots/radial_blur.png" height="128px">
Demonstrates basic usage of fullscreen shader effects. The scene is rendered offscreen first, gets blitted to texture target and for the final draw this texture is blended on top of the 3D scene with a radial blur shader applied.
### Spherical environment mapping
<img src="./screenshots/spherical_env_mapping.png" height="128px">

BIN
screenshots/radial_blur.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB