54class SoTextureEnabledElement :
public SoReplacedTextureElement
57 SO_ELEMENT_HEADER( SoTextureEnabledElement );
87 virtual void pop(
SoState* state,
const SoElement* prevTopElement );
101 static void initClass();
102 static void exitClass();
104 virtual ~SoTextureEnabledElement();
109 virtual void commonInit();
112 virtual void init(
SoState* state );
114 bool isEnabled(
int unit )
const;
116 void setEnabled(
int unit,
bool enabled );
118 typedef std::vector<bool> SoTextureUnitEnabledList;
121 mutable SoTextureUnitEnabledList m_isEnabled;
124 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 set(SoState *state, SbBool value, SoNode *node=NULL)
Used by GLTextureImageElement, set to TRUE when a non-null image is set, set to FALSE when there is n...
static SbBool get(SoState *state, int unit=0)
Used by shapes to figure out if they need to send texture coordinates.
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 ...
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 ...
virtual void push(SoState *state)
Overrides push() so we can remember previous element's value and avoid making GL calls if this elemen...
static SbBool getDefault()
By default there is no texture.