Class SoVertexShaderParameterElement


public class SoVertexShaderParameterElement extends SoAccumulatedElement
Stores SoVertexShaderParameter nodes encountered during traversal. This element stores SoVertexShaderParameter nodes encountered during traversal.

See Also:
  • Method Details

    • getClassStackIndex

      @Deprecated(since="9.3.0.0") public static int getClassStackIndex()
      Deprecated.
      As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)
      Returns the stack id for this element. ] *
    • push

      public void push(SoState state)
      Overrides push() method to copy values from next instance in the stack.
      Overrides:
      push in class SoAccumulatedElement
    • add

      public static void add(SoState state, SoVertexShaderParameter vertexAttrib)
      Add to the current vertex attribs list.
    • pop

      public void pop(SoState name_24836, SoElement prevTopElement)
      Pop method.
      Overrides:
      pop in class SoElement
    • getVertexAttribs

      public static Vector<SoNode> getVertexAttribs(SoState state)
      Returns the current list of vertex attribs nodes from the state.