RenderFactoryCreateRenderTexture Method (RenderParameters, Int32, Int32, Int32)
Create a render target that renders to the texture

Namespace: Aspose.ThreeD.Render
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public abstract IRenderTexture CreateRenderTexture(
	RenderParameters parameters,
	int targets,
	int width,
	int height
)

Parameters

parameters
Type: Aspose.ThreeD.RenderRenderParameters
Render parameters to create the render texture
targets
Type: SystemInt32
How many color output targets
width
Type: SystemInt32
The width of the render texture
height
Type: SystemInt32
The height of the render texture

Return Value

Type: IRenderTexture
See Also