SoTextureCoordinate3ElementFunctionCB Delegate |
Function that TextureCoordinateFunction nodes register to compute texture coordinates.
Namespace: OIV.Inventor.Elements
public delegate SbVec4f FunctionCB( SbVec3f point, SbVec3f normal )
Public Delegate Function FunctionCB ( point As SbVec3f, normal As SbVec3f ) As SbVec4f
public delegate SbVec4f FunctionCB( SbVec3f point, SbVec3f normal )
type FunctionCB = delegate of point : SbVec3f * normal : SbVec3f -> SbVec4f
Given the point and normal, compute a texture coordinate and return it: