<?php
/**
 * Default settings for the ryubin plugin
 *
 * @author Robert Kormann <ryubin@kormann.info>
 */

$conf['primary_xml']       = 'ryubin.xml';
$conf['playmode']          = 'sphere';
$conf['fov']               = 60;
$conf['yaw']               = 0;
$conf['pitch']             = 0;
$conf['view_mode']         = '1 rectilinear mode';
$conf['hv_ratio']          = 2.0;
$conf['lock_nadirs']       = 0;
$conf['lock_vertical']     = 0;
$conf['lock_fov']          = 0;
$conf['limit_vertical']    = 0;
$conf['top_limit']         = 90;
$conf['bottom_limit']      = 90;
$conf['limit_horizontal']  = 0;
$conf['right_limit']       = 90;
$conf['left_limit']        = 90;
$conf['proj_implicit']     = 1;
$conf['elevation']         = 45;
$conf['depression']        = 45;
$conf['proj_type']         = '1 equi-distance projection';
$conf['adminMode']         = 0;
$conf['width']             = 640;
$conf['height']            = 480;
$conf['bgcolor']           = '#333333';
$conf['smooth']            = 0;
$conf['disable_wheel']     = 0;
$conf['allowFullScreen']   = 1;
$conf['allowScriptAccess'] = 'sameDomain';

