Class SoVertexShaderParameterElement
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.elements.SoElement
com.openinventor.inventor.elements.SoAccumulatedElement
com.openinventor.inventor.elements.SoVertexShaderParameterElement
Stores
SoVertexShaderParameter nodes encountered during traversal.
This element stores SoVertexShaderParameter nodes encountered during traversal.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand -
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle -
Method Summary
Modifier and TypeMethodDescriptionstatic voidadd(SoState state, SoVertexShaderParameter vertexAttrib) Add to the current vertex attribs list.static intDeprecated.As of Open Inventor 9.3.0.0.getVertexAttribs(SoState state) Returns the current list of vertex attribs nodes from the state.voidPop method.voidOverridespush()method to copy values from next instance in the stack.Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndexMethods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
getClassStackIndex
Deprecated.As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] * -
push
Overridespush()method to copy values from next instance in the stack.- Overrides:
pushin classSoAccumulatedElement
-
add
Add to the current vertex attribs list. -
pop
Pop method. -
getVertexAttribs
Returns the current list of vertex attribs nodes from the state.
-