Supported VRML1.0 nodes. More...
Classes | |
class | SoAsciiText |
Simple 3D text shape node. More... | |
class | SoFontStyle |
Defines font family and style for text. More... | |
class | SoLOD |
Distance-based level-of-detail switching group node. More... | |
class | SoWWWAnchor |
Separator group node with a URL hyperlink. More... | |
class | SoWWWInline |
Node that refers to children through a URL. More... |
Supported VRML1.0 nodes.
NOTE: The VRML classes do not exist in Open Inventor 10.0 and later.To have Open Inventor write a VRML 1.0 file, set the file header to the standard VRML 1.0 header, i.e., "#VRML V1.0 ascii" using the setHeaderString method on SoOutput. NOTE: Setting the file header to the VRML 1.0 file header does not cause Open Inventor to convert non-VRML 1.0 nodes into VRML 1.0 nodes. If you need to convert nodes to VRML 1.0, use SoToVRMLAction or the utility program ivtovrml .
We provide the following tools for handling .wrl files: ivtovrml : Converts a .iv file to VRML 1.0 (or 2.0) format