Click or drag to resize

RenderSceneManagerCreate Method

Creates the scene manager using the specified parameters.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static RenderSceneManager Create(
	RenderResources resources,
	IRenderSceneProgress progress
)

Parameters

resources
Type: Lumiscaphe.Workshop.InteropRenderResources
The OpenGL resources.
progress
Type: Lumiscaphe.Workshop.InteropIRenderSceneProgress
The implementation of a progress delegate to get feedback during product loading and configuration change.
This parameter can be null.

Return Value

Type: RenderSceneManager
The created scene manager.
Exceptions
ExceptionCondition
ObjectNullExceptionresources == null
ObjectDestroyedExceptionRenderResources::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also