SoMPEGNavRendererSetCamera Method |
Specifies the camera to be used by the MPEG renderer.
Namespace: OIV.Inventor.MPEGAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetCamera(
SoCamera camera
)
Public Sub SetCamera (
camera As SoCamera
)
public:
void SetCamera(
SoCamera^ camera
)
member SetCamera :
camera : SoCamera -> unit
Parameters
- camera
- Type: OIV.Inventor.NodesSoCamera
Remarks Setting the camera is only needed if the first camera found in the scene isn't the one that should be used.
See Also