Apply Visual Effects on Saving 3D Views

Apply Visual Effects on 3D View

The GetPostProcessing method of the Renderer class allows to create any supported visual effect. The Renderer class offers a PostProcessings member to apply various filters, the Add method of the PostProcessings class allows to incorporate a filter before rendering.

Programming Sample

This code example applies visual effect on a 3D view.