SoMPEGNavRenderer Constructor |
Namespace: OIV.Inventor.MPEGAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoMPEGNavRenderer(
SoNode node
)
Public Sub New (
node As SoNode
)
public:
SoMPEGNavRenderer(
SoNode^ node
)
new :
node : SoNode -> SoMPEGNavRenderer
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
RemarksThe method SoMPEGRenderer.setSceneGraph() is called with the given argument. The specified scene graph must contain a camera in order to produce correct results.
See Also