#include <Inventor/bundles/SoBundle.h>#include <Inventor/elements/SoTextureCoordinate3Element.h>#include <Inventor/misc/SoState.h>#include <memory>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 |
Definition at line 94 of file SoTextureCoordinate3Bundle.h.
| SbVec4f get | ( | int | index | ) | const |
Definition at line 99 of file SoTextureCoordinate3Bundle.h.
| SbBool isFunction | ( | ) | const |
Definition at line 90 of file SoTextureCoordinate3Bundle.h.
| SbBool needCoordinates | ( | ) | const |
Definition at line 87 of file SoTextureCoordinate3Bundle.h.
| void send | ( | int | index | ) | const |
| SoTextureCoordinate3Bundle | ( | SoAction * | action, |
| SbBool | forRendering, | ||
| SbBool | setUpDefault, | ||
| SbBool | forMesh | ||
| ) |