Click or drag to resize
SoWinViewerActualRendering Method

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

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

Implements

SoStereoViewerActualRendering
Remarks

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