Apply Visual Effects on Saving 3D Views
Contents
[
Hide
]
Using Aspose.3D for .NET API, developers may apply visual effects on 3D Views before saving in the image. These visual effects are also known as the post-processing effects or filters those are applied in real-time to everything displayed in the 3D View.
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.