Uses of Class
com.aspose.threed.PostProcessing
-
-
Uses of PostProcessing in com.aspose.threed
Methods in com.aspose.threed that return PostProcessing Modifier and Type Method Description PostProcessing
Renderer. getPostProcessing(java.lang.String name)
Gets a built-in post-processor that supported by the renderer.Methods in com.aspose.threed that return types with arguments of type PostProcessing Modifier and Type Method Description java.util.List<PostProcessing>
Renderer. getPostProcessings()
Active post-processing chainMethods in com.aspose.threed with parameters of type PostProcessing Modifier and Type Method Description abstract void
Renderer. execute(PostProcessing postProcessing, IRenderTarget result)
Execute an post processing on specified render target
-