Moonlight Atelier: http://www.moonlight3D.org

Moonlight Resource File Format
==============================

The resource file of Moonlight allows you to configure your environment.
When Moonlight starts, it tries to read the following resource files
(in this order):

  <install_prefix_dir>/etc/moonlightrc
  ~/.moonlightrc
  $MOONLIGHT_RC_FILE (set by "export MOONLIGHT_RC_FILE=...")
  the file you optionaly specify by the -mlrc command line option

The installation of Moonlight creates the
<install_prefix_dir>/etc/moonlightrc file and a default database
in <install_prefix_dir>/sampledb

Note that command line options will always override the parameters set
into your resource file(s).

Run "moonlight -h" for getting help on command line options.

Line beginning with "#" are considered as comments.

[Moonlight] Section
===================

Name          Type    Meaning
----          ----    -------
WindowSize    string  Specifies the size of the main window:
                or      FullScreen (or 0): run full screen without
             integer                       any decoration.
                        Maximized (or 1): run full screen leaving
                                          the window title.
                        Medium (or 2): run in a medium window.
                        Small (or 3): run in a small window.
                      Default is FullScreen.
                      Command line options: "-fs", "-maximized",
                                            "-medium", "-small"

Gamma         real   Set the gamma correction.
                     Default is 1.

Verbose       bool   Enable/Disable verbose mode.
                     Default is False.
                     Command line option: "-v"

XGrabKeyboard bool   Allow keyboard grabbing during modes.
                     X only. Default if true.

OpenGL        file   The name of the OpenGL library to use.
                     If it is not absolute, Moonlight will search the
                     executable directory, then standard directories:
                     /lib, /usr/lib, /usr/local/lib, /usr/X11R6/lib,
                     /usr/X11/lib.


[Moonlight 3D] section
======================

Name          Type   Meaning
----          ----   -------
Databases     paths  The locations of your databases.

TTFontPath    paths  The location of your True Type fonts repositories.

Threaded      bool   Enable/Disable Multithreaded radiosity computation.
                     If False is specified, no radiosity computation
                     at all will be available.
                     Default is True.

TipOfTheDay   bool   Show tip of the day at startup.
                     Default is True.

StartupDlg    bool   Open the "Curves Primitives" and Shapes "Primitives"
                     dialogs at startup.
