SoCameraviewportMapping Property |
Defines how to map the rendered image into the current viewport, when the aspect ratio of the camera differs from that of the viewport.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoCameraViewportMappings> viewportMapping { get; }
Public ReadOnly Property viewportMapping As SoSFEnum(Of SoCameraViewportMappings)
Get
public:
property SoSFEnum<SoCameraViewportMappings>^ viewportMapping {
SoSFEnum<SoCameraViewportMappings>^ get ();
}
member viewportMapping : SoSFEnum<SoCameraViewportMappings> with get
Property Value
Type:
SoSFEnumSoCameraViewportMappingsRemarks . Default is ADJUST_CAMERA.
See Also