Creates the texture mapping using the given algorithm.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void CreateTextureMapping(
	IXTextureMappingAlgorithm algorithm
)

Parameters

algorithm
Type: SGP.XSpace..::.IXTextureMappingAlgorithm
The IXTextureMappingAlgorithm algorithm instance of the mesh texture mapping.

Exceptions

ExceptionCondition
System..::.ArgumentNullException algorithm is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also