The following X3D classes are supported. More...
Classes | |
class | SoVRMLArc2D |
![]() | |
class | SoVRMLArcClose2D |
![]() | |
class | SoVRMLBooleanFilter |
![]() | |
class | SoVRMLBooleanSequencer |
![]() | |
class | SoVRMLBooleanToggle |
![]() | |
class | SoVRMLBooleanTrigger |
![]() | |
class | SoVRMLCircle2D |
![]() | |
class | SoVRMLColorRGBA |
![]() Action not implemented for this node. More... | |
class | SoVRMLCoordinateInterpolator2D |
![]() | |
class | SoVRMLDisk2D |
![]() | |
class | SoVRMLFillProperties |
![]() Action not implemented for this node. More... | |
class | SoVRMLIndexedTriangleFanSet |
Indexed triangle fan set shape node. Action not implemented for this node. . More... | |
class | SoVRMLIndexedTriangleSet |
Indexed triangle set shape node. Action not implemented for this node. . More... | |
class | SoVRMLIndexedTriangleStripSet |
Indexed triangle strip set shape node. Action not implemented for this node. . More... | |
class | SoVRMLIntegerSequencer |
![]() | |
class | SoVRMLIntegerTrigger |
![]() | |
class | SoVRMLKeySensor |
![]() Action not implemented for this node. More... | |
class | SoVRMLLineProperties |
![]() | |
class | SoVRMLLineSet |
![]() Action not implemented for this node. More... | |
class | SoVRMLLoadSensor |
![]() Action not implemented for this node. More... | |
class | SoVRMLMetadataDouble |
![]() | |
class | SoVRMLMetadataFloat |
![]() | |
class | SoVRMLMetadataInteger |
![]() | |
class | SoVRMLMetadataObject |
![]() | |
class | SoVRMLMetadataSet |
![]() | |
class | SoVRMLMetadataString |
![]() | |
class | SoVRMLMultiTexture |
![]() Action not implemented for this node. More... | |
class | SoVRMLMultiTextureCoordinate |
![]() Action not implemented for this node. More... | |
class | SoVRMLMultiTextureTransform |
![]() Action not implemented for this node. More... | |
class | SoVRMLPolyline2D |
![]() | |
class | SoVRMLPolypoint2D |
![]() | |
class | SoVRMLPositionInterpolator2D |
![]() | |
class | SoVRMLRectangle2D |
![]() | |
class | SoVRMLStaticGroup |
![]() Action partially implemented for this node. More... | |
class | SoVRMLStringSensor |
![]() Action not implemented for this node. More... | |
class | SoVRMLTextureBackground |
![]() Action not implemented for this node. More... | |
class | SoVRMLTextureCoordinateGenerator |
![]() Action not implemented for this node. More... | |
class | SoVRMLTimeTrigger |
![]() | |
class | SoVRMLTriangle |
![]() Action not implemented for this node. More... | |
class | SoVRMLTriangleFanSet |
Triangle fan set shape node. Action not implemented for this node. . More... | |
class | SoVRMLTriangleSet |
Triangle set shape node. Action not implemented for this node. . More... | |
class | SoVRMLTriangleSet2D |
![]() | |
class | SoVRMLTriangleStripSet |
Triangle strip set shape node. Action not implemented for this node. . More... |
The following X3D classes are supported.
NOTE: The VRML classes do not exist in Open Inventor 10.0 and later.X3D is the successor to VRML97 (previously VRML 2.0). Only the classic VRML encoding is supported, not the XML encoding.
To have Open Inventor write an X3D (Classic VRML format) file, set the file header to the standard X3D header, i.e., "#VRML V3.0 utf8" using the setHeaderString method on SoOutput. NOTE: Setting the file header to the X3D file header does not cause Open Inventor to convert non-VRML nodes into VRML nodes. If you need to convert nodes to VRML, use SoToVRML2Action or the utility program ivtovrml.