# ******************************************************************
# * Updated for AVS/Express MPE 5.1.1 and later (6.0, 6.2, 6.3, 7.0).
# * This is the default MPE .mpconfig file - a single window config.
# * Multiple configs per file are supported through the use of a
# * preprocessor. This file has only one config so does not require 
# * a preprocessor. See the sample_mpconfig/ directory for examples
# * of multi-config files.
# *
# * The 'USE' keyword is no longer supported.
# * Comments should use the MPK format (begin with '#')
# ******************************************************************

# -------------------------------------------------------------------------

global {
  MPK_WATTR_HINTS_STEREO        0
  MPK_PATTR_STEREO_WIDTH    	1280
  MPK_PATTR_STEREO_HEIGHT   	1024
  MPK_DEFAULT_EYE_OFFSET        0.035
}

# -------------------------------------------------------------------------

config
{
    name    "MPE 7.0 default"
    mode    mono

    mono    ""
    stereo  ""

    pipe
    { 
        window
        {
            name        "AVS/Express 7.0 MPE"
            viewport    [ 0.1, 0.1, 0.8, 0.8 ]

	    attributes {
		        hints {
			     decoration   y
			}
	    }

            channel
            { 
	        name            "channel::1"
                viewport        [ 0., 0., 1., 1. ]

                wall
                {
                    bottom_left     [ -.5, -.5, -1 ]
                    bottom_right    [  .5, -.5, -1 ]
                    top_left        [ -.5,  .5, -1 ]
                }
            }
        }
    }
}
