50class SoTextureCubeMapEnabledElement :
public SoReplacedTextureElement
53 SO_ELEMENT_HEADER( SoTextureCubeMapEnabledElement );
83 virtual void pop(
SoState* state,
const SoElement* prevTopElement );
97 static void initClass();
98 static void exitClass();
100 virtual ~SoTextureCubeMapEnabledElement();
107 virtual void commonInit();
110 virtual void init(
SoState* state );
113 bool getEnableFlag(
const size_t unit)
const;
118 mutable std::vector<SbBool> m_enable;
121 mutable std::vector<int> m_textureDisableForShapeCache;
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...
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 ...
static SbBool getDefault()
By default there is no texture.
static SbBool get(SoState *state, int unit=0)
Used by shapes to figure out if they need to send texture coordinates.
virtual void push(SoState *state)
Overrides push() so we can remember previous elements value and avoid making GL calls if this element...
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 ...