Click or drag to resize

RenderAntialiaserStart Method

Starts the antialiaser. This method will initialize the antialiaser with the specified scene, snapshot and rendering parameters.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public void Start(
	RenderSceneManager manager,
	SceneGuid scene,
	RenderSnapshot snapshot,
	RenderRendererParameters rendererParameters,
	RenderRendererAspectParameters rendererAspectParameters,
	IRenderRendererHook rendererHook
)

Parameters

manager
Type: Lumiscaphe.Workshop.InteropRenderSceneManager
The scene manager.
scene
Type: Lumiscaphe.Workshop.InteropSceneGuid
The scene on which the software antialiasing will be applied.
snapshot
Type: Lumiscaphe.Workshop.InteropRenderSnapshot
The point of view, frustum and resolution.
rendererParameters
Type: Lumiscaphe.Workshop.InteropRenderRendererParameters
The render parameters.
rendererAspectParameters
Type: Lumiscaphe.Workshop.InteropRenderRendererAspectParameters
The render aspect parameters.
rendererHook
Type: Lumiscaphe.Workshop.InteropIRenderRendererHook
The renderer hook. It allows you to do some basic drawing using the OpenGL direct rendering pipeline.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderAntialiaser::IsDestroyed == true, RenderSceneManager::IsDestroyed == true
ObjectNullExceptionmanager == null, rendererParameters == null, rendererAspectParameters == null
ObjectDisposedExceptionRenderRendererParameters::IsDisposed == true, RenderRendererAspectParameters::IsDisposed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also