Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • For CPU (Production or RT) rendering you need to create a VRayStereoscopicSettings plugin. It has to be created after SettingsCamera or it won't work! It's recommended to change the VRayStereoscopicSettings::focus_method parameter to 1 for panorama or 2 for normal camera.
  • For GPU rendering you need to set RenderView::stereo_on to 1.  You might also want to set RenderView::stereo_eye_distance to something like 6.5 (average human), instead of the default 1.0. It's recommended to change the RenderView::stereo_focus_method parameter to 1 for panorama or 2 for normal camera.

...