Tesla Graphics Engine Documentation (January 2012)
RenderTargetCube Constructor (renderSystem, size)
TeslaTesla.GraphicsRenderTargetCubeRenderTargetCube(IRenderSystemProvider, Int32)
Creates a new instance of RenderTargetCube.
Declaration Syntax
C#
public RenderTargetCube(
	IRenderSystemProvider renderSystem,
	int size
)
Parameters
renderSystem (IRenderSystemProvider)
Render system used to create the underlying implementation.
size (Int32)
The size (width/height) of each cube face.
Exceptions
Exception Condition
ArgumentNullException Thrown if the render system is null.
TeslaException Thrown if creating the underlying texture fails.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)