The following X3D classes are supported. More...
Classes | |
class | SoVRMLArc2D |
2D arc node. More... | |
class | SoVRMLArcClose2D |
2D closed arc node. More... | |
class | SoVRMLBooleanFilter |
Filters boolean events More... | |
class | SoVRMLBooleanSequencer |
Generates sequential SoSFBool events when driven from a VRMLTimeSensor clock. More... | |
class | SoVRMLBooleanToggle |
Stores a boolean value for toggling on/off. More... | |
class | SoVRMLBooleanTrigger |
Generates boolean events upon receiving time events. More... | |
class | SoVRMLCircle2D |
2D circle node. More... | |
class | SoVRMLColorRGBA |
Specifies RGBA colors to be used in the fields of another node. Action not implemented for this node. More... | |
class | SoVRMLCoordinateInterpolator2D |
Interpolates among a set of 2D coordinate values. More... | |
class | SoVRMLDisk2D |
2D disk node. More... | |
class | SoVRMLFillProperties |
Specifies additional properties to be applied to all polygonal areas on top of whatever appearance is specified. 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 |
Interpolates among a set of float values. More... | |
class | SoVRMLIntegerTrigger |
Sets an integer value for the output event. More... | |
class | SoVRMLKeySensor |
Maps pointing device motion onto a plane. Action not implemented for this node. More... | |
class | SoVRMLLineProperties |
Specifies additional properties to be applied to all line geometry. More... | |
class | SoVRMLLineSet |
Indexed polyline shape node. Action not implemented for this node. More... | |
class | SoVRMLLoadSensor |
Monitors the progress and success of downloading URL elements over a network. Action not implemented for this node. More... | |
class | SoVRMLMetadataDouble |
Provides Metadata in double precision. More... | |
class | SoVRMLMetadataFloat |
Provides Metadata in single precision. More... | |
class | SoVRMLMetadataInteger |
Provides Metadata in 32-bit integer precision. More... | |
class | SoVRMLMetadataObject |
Abstract base class for all X3D MetadataObject nodes. More... | |
class | SoVRMLMetadataSet |
Provides Metadata nodes. More... | |
class | SoVRMLMetadataString |
Provides Metadata in strings. More... | |
class | SoVRMLMultiTexture |
MultiTexture node. Action not implemented for this node. More... | |
class | SoVRMLMultiTextureCoordinate |
MultiTexture coordinate node. Action not implemented for this node. More... | |
class | SoVRMLMultiTextureTransform |
MultiTexture transform node. Action not implemented for this node. More... | |
class | SoVRMLPolyline2D |
2D polyline node. More... | |
class | SoVRMLPolypoint2D |
2D polypoint node. More... | |
class | SoVRMLPositionInterpolator2D |
Interpolates among a set of position values. More... | |
class | SoVRMLRectangle2D |
Rectangle shape node. More... | |
class | SoVRMLStaticGroup |
Group node. Action partially implemented for this node. More... | |
class | SoVRMLStringSensor |
Maps pointing device motion onto a plane. Action not implemented for this node. More... | |
class | SoVRMLTextureBackground |
Color backdrop node. Action not implemented for this node. More... | |
class | SoVRMLTextureCoordinateGenerator |
Texture coordinate generator node. Action not implemented for this node. More... | |
class | SoVRMLTimeTrigger |
Generates time events upon receiving boolean events. More... | |
class | SoVRMLTriangle |
Abstract base class for the three VRMLIndexedTriangle nodes. 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 |
2D triangle set shape node. More... | |
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.