Open Inventor Reference
MeVis/ThirdParty/Sources/Inventor/inventor/lib/database/include/Inventor/elements/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.

Typedef Documentation

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.