50#ifndef _SO_TEXTURE_COORDINATE_BUNDLE
51#define _SO_TEXTURE_COORDINATE_BUNDLE
53#include <Inventor/bundles/SoBundle.h>
54#include <Inventor/elements/SoTextureCoordinateElement.h>
55#include <Inventor/misc/SoState.h>
58class TexGenEvaluatorBundle;
103 SbBool setUpDefault = TRUE,
const SbIntList *texUnits=NULL);
113 const SbIntList *texUnits=NULL);
115 ~SoTextureCoordinateBundle();
118 SbBool needCoordinates()
const {
return needCoords; }
121 SbBool isFunction()
const {
return isFunc; }
126 {
return texCoordElt->get(point, normal, m_curUnit); }
132 return(
SbVec4f(tCoords[index][0],tCoords[index][1],
135 return texCoordElt->get4(index, m_curUnit);
139 void send(
int index)
const;
161 const SbIntList *m_texUnits ;
171 void setUpForGLRender(
SoAction *action);
174 void setUpDefaultCoordSpace(
SoAction *action);
181 void setUpDefaultCoordSpaceMesh(
SoAction *action,
SbBool forMesh);
184 void updateTexUnits(
const SbIntList *texUnits) ;
187 void setupTextureCoordinateElement(
SoState* state,
SoNode* currentNode)
const;
189 std::unique_ptr<TexGenEvaluatorBundle> m_texGenEvaluator;
Abstract base class for all actions.
Abstract base class for all database nodes.
Stores the current texture coordinates.