Class SoVertexShaderParameterElement
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.elements.SoElement
-
- com.openinventor.inventor.elements.SoAccumulatedElement
-
- com.openinventor.inventor.elements.SoVertexShaderParameterElement
-
public class SoVertexShaderParameterElement extends SoAccumulatedElement
StoresSoVertexShaderParameter
nodes encountered during traversal. This element storesSoVertexShaderParameter
nodes encountered during traversal.- See Also:
SoShaderParameter
-
-
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
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
add(SoState state, SoVertexShaderParameter vertexAttrib)
Add to the current vertex attribs list.static int
getClassStackIndex()
Deprecated.As of Open Inventor 9300.static java.util.Vector<SoNode>
getVertexAttribs(SoState state)
Returns the current list of vertex attribs nodes from the state.void
pop(SoState name_25439, SoElement prevTopElement)
Pop method.void
push(SoState state)
Overridespush()
method to copy values from next instance in the stack.-
Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
getClassStackIndex
@Deprecated public static int getClassStackIndex()
Deprecated.As of Open Inventor 9300. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] *
-
push
public void push(SoState state)
Overridespush()
method to copy values from next instance in the stack.- Overrides:
push
in classSoAccumulatedElement
-
add
public static void add(SoState state, SoVertexShaderParameter vertexAttrib)
Add to the current vertex attribs list.
-
-