SoTextureOverrideElement Class |
Stores the current texture override.
Namespace: OIV.Inventor.Elements
The SoTextureOverrideElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | GetClassStackIndex | Obsolete. Returns the stack id for this element. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() ![]() | GetImageOverride | Returns true iff SoTextureImageElement is overridden. |
![]() ![]() | GetQualityOverride | Returns true iff SoTextureQualityElement is overridden. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Pop | Pops element. |
![]() | Push | Overrides push() method to copy values from next instance in the stack, and set up cache dependencies correctly. |
![]() ![]() | SetImageOverride | Sets override flag for SoTextureImageElement. |
![]() ![]() | SetQualityOverride | Sets override flag for SoTextureQualityElement. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This element stores a flag for each type of element which can be overridden. Nodes implement override by setting the appropriate bit if their override flag is on, and ignoring overridden elements if the corresponding bit in the state's SoTextureOverrideElement is set.