Skip to content

Commit

Permalink
Small changes for desktop 3d sample
Browse files Browse the repository at this point in the history
  • Loading branch information
dfelinto committed May 5, 2015
1 parent 30de05f commit d3ab273
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions manual/components/configuration-file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,12 @@ Apart from the display_buffers, the display ``options`` are considerably differe
Those options are passed straight as command-line arguments to the ``blenderplayer``.
For a comprehensive list of arguments run ``blenderplayer`` with the ``--help`` option.

For *Fullscreen 2D* all you need to do is to specify the fullscreen mode ``-f``, and to determines the screen resolution.
For *Fullscreen 2D* all you need to do is to specify the fullscreen mode ``-f``, and the screen resolution.

For *Stereo 3D - Side by Side* all we need to do, beside the above, is to specify the stereo 3d mode, ``-s sidebyside``.
For *Stereo 3D - Side by Side*, besides the above, you need to specify the stereo 3d mode, ``-s sidebyside``.

For *Stereo 3D - Quadbuffer* we specify the stereo 3d mode, ``-s hwpageflip``, and force the screen bits per pixel, ``24``, and the frequency, ``120``. This is the shuttering speed of the active shutter glasses.
For *Stereo 3D - Quadbuffer* we specify the stereo 3d mode, ``-s hwpageflip``, and force the screen bits per pixel, ``24``, and the frequency, ``120``.
This is the shuttering speed of the active shutter glasses.

You can't specify the frequency without defining the bits first.

Expand Down

0 comments on commit d3ab273

Please sign in to comment.