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

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

Syntax

C#
public Vector2 GetTextureCoordinate(
	Vector2 faceTextureCoordinate
)

Parameters

faceTextureCoordinate
Type: Vector2
The texture coordinate.

Return Value

Returns the recalculated coordinates.

See Also