Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoTextureCoordinateBundle.h File Reference

Go to the source code of this file.

Functions

 SoTextureCoordinateBundle (SoAction *action, SbBool forRendering, SbBool setUpDefault, SbBool forMesh, const SbIntList *texUnits=NULL)
 
 ~SoTextureCoordinateBundle ()
 
SbBool needCoordinates () const
 
SbBool isFunction () const
 
SbVec4f get (const SbVec3f &point, const SbVec3f &normal) const
 
SbVec4f get (int index) const
 
void send (int index) const
 

Function Documentation

◆ get() [1/2]

SbVec4f get ( const SbVec3f point,
const SbVec3f normal 
) const

Definition at line 125 of file SoTextureCoordinateBundle.h.

◆ get() [2/2]

SbVec4f get ( int  index) const

Definition at line 130 of file SoTextureCoordinateBundle.h.

◆ isFunction()

SbBool isFunction ( ) const

Definition at line 121 of file SoTextureCoordinateBundle.h.

◆ needCoordinates()

SbBool needCoordinates ( ) const

Definition at line 118 of file SoTextureCoordinateBundle.h.

◆ send()

void send ( int  index) const

◆ SoTextureCoordinateBundle()

SoTextureCoordinateBundle ( SoAction action,
SbBool  forRendering,
SbBool  setUpDefault,
SbBool  forMesh,
const SbIntList texUnits = NULL 
)

◆ ~SoTextureCoordinateBundle()