Click or drag to resize

RenderMaterialStandardSetTexture Method

Sets the diffuse map of the standard material identified by key using an image in a specific scene.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static void SetTexture(
	RenderSceneManager manager,
	SceneGuid scene,
	RenderMaterialKey key,
	RenderMaterialStandardParameter parameter,
	RenderImage image
)

Parameters

manager
Type: Lumiscaphe.Workshop.InteropRenderSceneManager
The scene manager.
scene
Type: Lumiscaphe.Workshop.InteropSceneGuid
The scene identifier.
key
Type: Lumiscaphe.Workshop.InteropRenderMaterialKey
The material key.
parameter
Type: Lumiscaphe.Workshop.InteropRenderMaterialStandardParameter
The parameter to set.
image
Type: Lumiscaphe.Workshop.InteropRenderImage
The image used for the diffuse map.
Exceptions
ExceptionCondition
ObjectNullExceptionmanager == null, key == null, image == null
ObjectDestroyedExceptionRenderSceneManager::IsDestroyed == true, RenderImage::IsDestroyed == true
ObjectDisposedExceptionRenderMaterialKey::IsDisposed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also