Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoTextureCoordinate3Element.h File Reference
#include <Inventor/SbLinear.h>
#include <Inventor/elements/SoReplacedTextureElement.h>
#include <Inventor/STL/vector>

Go to the source code of this file.

Classes

class  SoTextureCoordinate3Element
  VSG extension Stores the current 3D texture coordinates. More...
 

Typedefs

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

Typedef Documentation

◆ SoTextureCoordinate3FunctionCB

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

Function that TextureCoordinateFunction nodes register to compute texture coordinates.

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

Definition at line 38 of file SoTextureCoordinate3Element.h.