~compiz-team/compiz/compiz.packaging.gles2

« back to all changes in this revision

Viewing changes to plugins/water/water.xml.in

  • Committer: Sam Spilsbury
  • Date: 2012-07-11 01:34:55 UTC
  • mfrom: (3273.1.2 compiz.packaging.gles)
  • Revision ID: sam.spilsbury@canonical.com-20120711013455-489y3e43oldfe395
[ Sam Spilsbury ]
Update patches for GLES2 support

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
            <option name="offset_scale" type="float">
38
38
                <_short>Offset Scale</_short>
39
39
                <_long>Water offset scale</_long>
40
 
                <default>1</default>
 
40
                <default>10</default>
41
41
                <min>0</min>
42
 
                <max>10</max>
 
42
                <max>1000</max>
43
43
                <precision>0.1</precision>
44
44
            </option>
45
45
            <option name="rain_delay" type="int">
49
49
                <min>1</min>
50
50
                <max>3600000</max>
51
51
            </option>
 
52
            <option name="light_vec_x" type="float">
 
53
                <_short>lightVec X</_short>
 
54
                <_long>Light vector X coordinate</_long>
 
55
                <default>-1.0</default>
 
56
                <min>-1</min>
 
57
                <max>1</max>
 
58
                <precision>0.1</precision>
 
59
            </option>
 
60
            <option name="light_vec_y" type="float">
 
61
                <_short>lightVec Y</_short>
 
62
                <_long>Light vector Y coordinate</_long>
 
63
                <default>1.0</default>
 
64
                <min>-1</min>
 
65
                <max>1</max>
 
66
                <precision>0.1</precision>
 
67
            </option>
 
68
            <option name="light_vec_z" type="float">
 
69
                <_short>lightVec Z</_short>
 
70
                <_long>Light vector Z coordinate</_long>
 
71
                <default>0.0</default>
 
72
                <min>0.1</min>
 
73
                <max>1</max>
 
74
                <precision>0.1</precision>
 
75
            </option>
52
76
            <option name="title_wave" type="bell">
53
77
                <_short>Title wave</_short>
54
78
                <_long>Wave effect from window title</_long>