Page History
...
- For CPU (Production or RT) rendering you need to create a
VRayStereoscopicSettings
plugin. It has to be created afterSettingsCamera
or it won't work! It's recommended to change theVRayStereoscopicSettings::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 setRenderView::stereo_eye_distance
to something like 6.5 (average human), instead of the default 1.0. It's recommended to change theRenderView::stereo_focus_method
parameter to 1 for panorama or 2 for normal camera.
...