Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoTextureCoordinate3Bundle.h File Reference

Go to the source code of this file.

Functions

 SoTextureCoordinate3Bundle (SoAction *action, SbBool forRendering, SbBool setUpDefault, SbBool forMesh)
 
 ~SoTextureCoordinate3Bundle ()
 
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 94 of file SoTextureCoordinate3Bundle.h.

◆ get() [2/2]

SbVec4f get ( int  index) const

Definition at line 99 of file SoTextureCoordinate3Bundle.h.

◆ isFunction()

SbBool isFunction ( ) const

Definition at line 90 of file SoTextureCoordinate3Bundle.h.

◆ needCoordinates()

SbBool needCoordinates ( ) const

Definition at line 87 of file SoTextureCoordinate3Bundle.h.

◆ send()

void send ( int  index) const

◆ SoTextureCoordinate3Bundle()

SoTextureCoordinate3Bundle ( SoAction action,
SbBool  forRendering,
SbBool  setUpDefault,
SbBool  forMesh 
)

◆ ~SoTextureCoordinate3Bundle()