Uses of Class
com.openinventor.inventor.fields.SoMFNode
-
Packages that use SoMFNode Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list.com.openinventor.inventor.nodes com.openinventor.meshviz.graph -
-
Uses of SoMFNode in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements with parameters of type SoMFNode Modifier and Type Method Description static void
SoUniformShaderParameterElement. add(SoState state, SoShaderParameter param, SoMFNode shaderObjects)
Deprecated.As of Open Inventor 1000. -
Uses of SoMFNode in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoMFNode Modifier and Type Field Description SoMFNode
SoShaderProgram. bufferObjects
Specifies a list ofSoShaderParameterBufferObject
to use with this shader.SoMFNode
SoShaderProgram. images
Specifies a list ofSoShaderParameterImage
nodes to use with this shader.SoMFNode
SoRenderToTextureProperty. node
Specifies the scene graph(s) (SoNode(s)
) to be rendered into the texture.SoMFNode
SoShaderProgram. shaderObject
Specifies the list of shader objects (i.e., vertex shaders, geometry and fragment shaders) which form the shader program.SoMFNode
SoAlgebraicShape. shaderSlots
Multi-field for Shader slots of typeSoShaderObject
.SoMFNode
SoRenderToTarget. targets
This field allows to attach a texture to a specific attachment.SoMFNode
SoShaderParameterStruct. value
TheSoUniformShaderParameter
nodes that fill the structure. -
Uses of SoMFNode in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as SoMFNode Modifier and Type Field Description SoMFNode
PoGeneralizedBar. bars
Defines the sub-scene graphs used for each bar.SoMFNode
PoGeneralizedScatter. markers
Defines the sub-scene graphs used for each marker.
-