Normalizes the texture coordinate and makes the texture addressing (repeating) more effective.

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

Syntax

C#
public float GetTextureCoordinate(
	float faceCoordinate,
	TextureAddress address
)

Parameters

faceCoordinate
Type: System..::.Single
The texture coordinate.
address
Type: TextureAddress
The texture addressing (repeating) mode. Defines the way of texture coordinate normalization.

Return Value

Returns the recalculated coordinate.

See Also