Click or drag to resize

Matrix4InitNormalTransform Method

Initializes a normal transform matrix.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static bool InitNormalTransform(
	Matrix4 matrix,
	ref Matrix4 result
)

Parameters

matrix
Type: Lumiscaphe.Workshop.InteropMatrix4
The matrix to normal transform.
result
Type: Lumiscaphe.Workshop.InteropMatrix4
The normal transformed matrix.

Return Value

Type: Boolean
The normal transform matrix.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also