Open Inventor Reference
SoTextureCoordinateElement.h File Reference

Go to the source code of this file.

Classes

class  SoTextureCoordinateElement
 Element storing the current texture coordinates. More...
 

Typedefs

typedef const SbVec4fSoTextureCoordinateFunctionCB(void *userdata, const SbVec3f &point, const SbVec3f &normal)
 Function that TextureCoordinateFunction nodes register to compute texture coordinates. More...
 

Typedef Documentation

◆ SoTextureCoordinateFunctionCB

typedef const SbVec4f& SoTextureCoordinateFunctionCB(void *userdata, const SbVec3f &point, const SbVec3f &normal)

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

Definition at line 86 of file SoTextureCoordinateElement.h.