# Blur skybox

**URL:** https://discourse.vtk.org/t/blur-skybox/3783
**Category:** Development
**Created:** [July 16, 2020, 2:20am UTC](https://discourse.vtk.org/t/blur-skybox/3783 "2020-07-16T02:20:56Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![kaiwen](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/k/aca169/32.png) [@kaiwen](https://discourse.vtk.org/u/kaiwen)
#### Post date: [July 16, 2020, 2:20am UTC](https://discourse.vtk.org/t/blur-skybox/3783/1 "2020-07-16T02:20:56Z")

</div>

I want to know how to blur the skybox.

 ![d0e166fcd563a3f4c7947bcf165c5e9f](https://discourse.vtk.org/uploads/default/original/2X/b/b58c92159d15b78a055b37628597529557790240.jpeg)

---

<div class="post-metadata">

### Author: ![Michael](https://discourse.vtk.org/user_avatar/discourse.vtk.org/michael/32/16_2.png) [@Michael](https://discourse.vtk.org/u/Michael)
#### Post date: [July 16, 2020, 7:37am UTC](https://discourse.vtk.org/t/blur-skybox/3783/2 "2020-07-16T07:37:57Z")

</div>

We have implemented a Bokeh blur in [F3D](https://gitlab.kitware.com/f3d/f3d): [https://gitlab.kitware.com/f3d/f3d/-/blob/master/src/vtkF3DRenderPass.cxx#L235](https://gitlab.kitware.com/f3d/f3d/-/blob/master/src/vtkF3DRenderPass.cxx#L235)

This is a great way to emphasize the dataset and this should be moved to VTK at some point.

---

<div class="post-metadata">

### Author: ![kaiwen](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/k/aca169/32.png) [@kaiwen](https://discourse.vtk.org/u/kaiwen)
#### Post date: [July 16, 2020, 1:53pm UTC](https://discourse.vtk.org/t/blur-skybox/3783/3 "2020-07-16T13:53:37Z")

</div>

I test it, is blur the background, but is too slow.

---

<div class="post-metadata">

### Author: ![Michael](https://discourse.vtk.org/user_avatar/discourse.vtk.org/michael/32/16_2.png) [@Michael](https://discourse.vtk.org/u/Michael)
#### Post date: [July 16, 2020, 1:55pm UTC](https://discourse.vtk.org/t/blur-skybox/3783/4 "2020-07-16T13:55:08Z")

</div>

You can reduce the number of samples.
