1<?php
2/**
3 * Default settings for the ryubin plugin
4 *
5 * @author Robert Kormann <ryubin@kormann.info>
6 */
7
8$conf['primary_xml']       = 'ryubin.xml';
9$conf['playmode']          = 'sphere';
10$conf['fov']               = 60;
11$conf['yaw']               = 0;
12$conf['pitch']             = 0;
13$conf['view_mode']         = '1 rectilinear mode';
14$conf['hv_ratio']          = 2.0;
15$conf['lock_nadirs']       = 0;
16$conf['lock_vertical']     = 0;
17$conf['lock_fov']          = 0;
18$conf['limit_vertical']    = 0;
19$conf['top_limit']         = 90;
20$conf['bottom_limit']      = 90;
21$conf['limit_horizontal']  = 0;
22$conf['right_limit']       = 90;
23$conf['left_limit']        = 90;
24$conf['proj_implicit']     = 1;
25$conf['elevation']         = 45;
26$conf['depression']        = 45;
27$conf['proj_type']         = '1 equi-distance projection';
28$conf['adminMode']         = 0;
29$conf['width']             = 640;
30$conf['height']            = 480;
31$conf['bgcolor']           = '#333333';
32$conf['smooth']            = 0;
33$conf['disable_wheel']     = 0;
34$conf['allowFullScreen']   = 1;
35$conf['allowScriptAccess'] = 'sameDomain';
36
37