Documentation - settings.conf*

x (the x axis position of the window)
y (the y axis position of the window)
width (window width)
height (window height)
center window (center the window)*
fullscreen (0 = application runs in windowed mode, 1 = application runs in fullscreen mode)
anti-aliasing (0 = disables anti-aliasing, 2 = 2 MSAA, 4 = 4 MSAA, 8 = 8 MSAA, 16 = 16 MSAA, 32 = 32 MSAA)*
vsync (0 = disables the vertical synchronization, 1 = enables the vertical synchronization)*
frame rate (the number of frames per second to render)*
info in title (0 = disables info in the title, 1 = enables info in the title)*
fullscreen dialog (0 = disables the fullscreen dialog, 1 = enables the fullscreen dialog)

1* Uncomment the settings.conf parts and then set usesettings to 1 in the source code to make
the demosystem create/read the settings.conf file.

2* Required by the window manager to know whether or not to center the main application window.

3* The number indicates the number of samples used for multisample anti-aliasing (MSAA).

4* Synchronizes the frame buffers during the drawing process to reduce the tearing effect.

5* Locks the rendering process at the frames per second defined.

6* Available only in windowed mode.
