Apply Visual Effects on Saving 3D Views

Apply Visual Effects on 3D View

The get_post_processing method of the Renderer class allows to create any supported visual effect. The Renderer class offers a post_processings 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.