Click or drag to resize

MathAlgorithmsCalculateTangentSpaceVector Method (Vector3, Vector2, Vector3, Vector2, Vector3, Vector2, Vector3)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void CalculateTangentSpaceVector(
	ref Vector3 position1,
	ref Vector2 texCoord1,
	ref Vector3 position2,
	ref Vector2 texCoord2,
	ref Vector3 position3,
	ref Vector2 texCoord3,
	out Vector3 result
)

Parameters

position1
Type: NeoAxisVector3
texCoord1
Type: NeoAxisVector2
position2
Type: NeoAxisVector3
texCoord2
Type: NeoAxisVector2
position3
Type: NeoAxisVector3
texCoord3
Type: NeoAxisVector2
result
Type: NeoAxisVector3
See Also