52class SoTexture3EnabledElement :
public SoReplacedTextureElement
55 SO_ELEMENT_HEADER( SoTexture3EnabledElement );
85 virtual void pop(
SoState* state,
const SoElement* prevTopElement );
99 static void initClass();
100 static void exitClass();
102 virtual ~SoTexture3EnabledElement();
107 virtual void commonInit();
110 virtual void init(
SoState* state );
113 SbBool& getTexEnable(
const int unit )
const;
116 typedef std::vector<SbBool> SbBoolList;
117 mutable SbBoolList m_enableList;
120 mutable std::vector<int> m_textureDisableForShapeCache;
virtual void pop(SoState *state, const SoElement *prevTopElement)
Overrides pop() method so side effects can occur in GL.
static void disableForShapeCache(SoState *state, int unit, bool disable)
Specify that a texture unit is not used by any shape, so we don't have to invalidate cache when this ...
virtual void push(SoState *state)
Overrides push() so we can remember previous elements value and avoid making GL calls if this element...
static SbBool getDefault()
By default there is not texture.
static bool isDisabledForShapeCache(SoState *state, int unit)
Return if that texture unit is not used by any shape, so we don't have to invalidate cache when this ...
static void set(SoState *state, SbBool value, SoNode *node=NULL)
Used by Texture3ImageElement, set to TRUE when a non-null image is set, set to FALSE when there is no...
static SbBool get(SoState *state, int unit=0)
Used by shapes to figure out if they need to send texture coordinates.