Ejemplo n.º 1
0
 /// <summary>
 /// Sets the stereo base (eye separation) for stereoscopic 3D.
 /// The stereo base is the distance in millimetres between the eyes. Typical values are
 /// between 50mm and 70mm. The default value is 65mm.
 /// </summary>
 /// <param name="stereoBase">The stereo base (eye separation) for stereoscopic 3D.</param>
 internal void SetStereoBase(float stereoBase)
 {
     NDalicManualPINVOKE.Adaptor_SetStereoBase(swigCPtr, stereoBase);
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }