Click or drag to resize
SoWinViewerActualRendering Method

This method is called automatically when the viewer requests that its OIV.Inventor.Components.Stereo.SoBaseStereo object perform stereo rendering.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void ActualRendering()

Implements

SoStereoViewerActualRendering
Remarks

OIV.Inventor.Win.Viewers.SoWinViewer.ActualRendering() may then be called twice (once for each eye view) and therefore must not take into account any stereo-specific settings. It should behave as if it were a rendering method for a monoscopic view.

See Also