Uses of Class
com.openinventor.inventor.fields.SoSFNode
-
Packages that use SoSFNode Package Description com.openinventor.inventor.drawers These classes provide convenient components to draw polyline, ellipse, lasso, or complex scene graph in 2D screen space.com.openinventor.inventor.engines com.openinventor.inventor.nodes com.openinventor.inventor.viewercomponents.nodes Viewer components nodes independent from graphical user interface.com.openinventor.medical.nodes Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.meshviz.data com.openinventor.meshviz.graph com.openinventor.volumeviz.nodes -
-
Uses of SoSFNode in com.openinventor.inventor.drawers
Fields in com.openinventor.inventor.drawers declared as SoSFNode Modifier and Type Field Description SoSFNodeSoScreenDrawer. sceneGraphScene graph to render. -
Uses of SoSFNode in com.openinventor.inventor.engines
Fields in com.openinventor.inventor.engines declared as SoSFNode Modifier and Type Field Description SoSFNodeSoComputeBoundingBox. nodeDefines the graph for which the bounding box is computed. -
Uses of SoSFNode in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoSFNode Modifier and Type Field Description SoSFNodeSoAnnoText3. alternateRepThis field optionally holds anSoText3node that will be written out in place of thisSoAnnoText3node when saved to a .iv file.SoSFNodeSoWWWInline. alternateRepSpecifies child data that can be used instead of fetching data from the URL.SoSFNodeSoNurbsProfile. boundaryAssociate the profile with the specified boundary using anSoNurbsBoundarynode.SoSFNodeSoCSGShape. leftOperandGeometry scene graph to be used as left operand for the Boolean operation.SoSFNodeSoAlgebraicShape. rayIntersectionField for anSoFragmentShaderobject that defines the GLSL ray intersection function.SoSFNodeSoTexture2. renderToTexturePropertySpecifies anSoRenderToTexturePropertynode containing a scene graph that will be rendered to create the texture image.SoSFNodeSoTextureCubeMap. renderToTexturePropertySpecifies anSoRenderToTexturePropertynode containing a scene graph that will be rendered to create the texture image.SoSFNodeSoCSGShape. rightOperandGeometry scene graph to be used as right operand for the Boolean operation.SoSFNodeSoShaderParameterImage. textureSpecifies the texture to bind to the image unit.SoSFNodeSoVertexShape. vertexPropertyvertex property node. -
Uses of SoSFNode in com.openinventor.inventor.viewercomponents.nodes
Fields in com.openinventor.inventor.viewercomponents.nodes declared as SoSFNode Modifier and Type Field Description SoSFNodeSoViewingCube. compassDefines an additional and optional scene graph to visualize a compass encapsulated in the viewing cube.SoSFNodeSoViewingCube. sceneCameraCamera which is synchronized with this viewing cube. -
Uses of SoSFNode in com.openinventor.medical.nodes
Fields in com.openinventor.medical.nodes declared as SoSFNode Modifier and Type Field Description SoSFNodeMagnifier. sceneToMagnifySpecifies the root node of the scene that will be magnified.SoSFNodeSliceScaleBar. trackedCameraTracked camera (default is null). -
Uses of SoSFNode in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data declared as SoSFNode Modifier and Type Field Description SoSFNodePoMesh. moduleDataMappingField used to do coloring according the module of the vectors. -
Uses of SoSFNode in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as SoSFNode Modifier and Type Field Description SoSFNodePoChart. materialDefines the list of materials used for the coloring. -
Uses of SoSFNode in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes declared as SoSFNode Modifier and Type Field Description SoSFNodeSoSlice. alternateRepThis field optionally holds a subgraph containing only core Open Inventor nodes that can be used for rendering when VolumeViz is not available.SoSFNodeSoOffscreenVolumeRender. bboxSceneGraphHead of the scene graph that defines the 3D off-screen scene cube to consider in world coordinates.SoSFNodeSoUniformGridProjectionClipping. sceneGraphScene graph containing shapes to project on the orthogonal plane defined byaxisfield to generate theSoUniformGridClippingheight map texture.SoSFNodeSoOffscreenVolumeRender. volumerenderSceneGraphHead of the scene graph that contains one or multiple VolumeRender node to render in 3D off-screen cube.
-