Normalizes the texture Y 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 GetTextureCoordinateY(
	float faceTextureCoordinateY
)

Parameters

faceTextureCoordinateY
Type: System..::.Single
The texture Y coordinate.

Return Value

Returns the recalculated coordinate.

See Also