execute method

execute(self, post_processing, result)

Execute an post processing on specified render target


def execute(self, post_processing, result):
    ...
ParameterTypeDescription
post_processingaspose.threed.render.PostProcessing
resultaspose.threed.render.IRenderTarget

See Also