Uses of Interface
com.aspose.threed.IRenderTarget
-
-
Uses of IRenderTarget in com.aspose.threed
Subinterfaces of IRenderTarget in com.aspose.threed Modifier and Type Interface Description interface
IRenderTexture
The interface of render textureinterface
IRenderWindow
IRenderWindow represents the native window created by operating system that supports rendering.Methods in com.aspose.threed that return IRenderTarget Modifier and Type Method Description IRenderTarget
Renderer. getRenderTarget()
Specify the render target that the following render operations will be performed on.IRenderTarget
Viewport. getRenderTarget()
Gets the render target that created this viewport.Methods in com.aspose.threed with parameters of type IRenderTarget Modifier and Type Method Description protected void
Renderer. beginTarget(IRenderTarget target)
Begin render on specified render targetabstract void
Renderer. execute(PostProcessing postProcessing, IRenderTarget result)
Execute an post processing on specified render targetvoid
Renderer. render(IRenderTarget renderTarget)
Render the specified target
-