RenderFactory.CreateCubeRenderTexture

RenderFactory.CreateCubeRenderTexture method

Create a render target contains 1 cube texture

public abstract IRenderTexture CreateCubeRenderTexture(RenderParameters parameters, int width, 
    int height)
ParameterTypeDescription
parametersRenderParametersRender parameters to create the render texture
widthInt32The width of the render texture
heightInt32The height of the render texture

See Also