Click or drag to resize
SoTextureCoordinateElementFunctionCB Delegate

Function that TextureCoordinateFunction nodes register to compute texture coordinates.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public delegate SbVec4f FunctionCB(
	SbVec3f point,
	SbVec3f normal
)

Parameters

point
Type: OIV.InventorSbVec3f
normal
Type: OIV.InventorSbVec3f

Return Value

Type: SbVec4f
Remarks

Given the point and normal, compute a texture coordinate and return it:

See Also