Normalizes the texture X 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 GetTextureCoordinateX(
	float faceTextureCoordinateX
)

Parameters

faceTextureCoordinateX
Type: System..::.Single
The texture X coordinate.

Return Value

Returns the recalculated coordinate.

See Also