Click or drag to resize
SoTextureCoordinate3ElementGet Method (SbVec3f, SbVec3f, Int32)

Given point and normal, returns texture coordinate.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbVec4f Get(
	SbVec3f point,
	SbVec3f normal,
	int unit
)

Parameters

point
Type: OIV.InventorSbVec3f
normal
Type: OIV.InventorSbVec3f
unit
Type: SystemInt32

Return Value

Type: SbVec4f
Remarks

(The r coordinate will be 0.0 and the q will be 1.0 until we get 3D texture coordinate functions.)

See Also