Skip to content

Commit

Permalink
j.class.gl_group.parameters : 'fog' parameter fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
matcham committed Oct 23, 2013
1 parent 34878c8 commit b22f48f
Showing 1 changed file with 26 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"boxes" : [ {
"box" : {
"fontname" : "Verdana",
"fontsize" : 20.555126,
"frgb" : 0.0,
"id" : "obj-68",
"maxclass" : "comment",
"fontsize" : 10.0,
"id" : "obj-2",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 955.5, 346.0, 26.0, 31.0 ],
"text" : "?"
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 963.5, 372.0, 117.0, 19.0 ],
"text" : "prepend fog"
}

}
Expand Down Expand Up @@ -841,7 +841,7 @@
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "" ],
"patching_rect" : [ 981.5, 346.0, 323.0, 31.0 ],
"patching_rect" : [ 963.5, 338.0, 323.0, 31.0 ],
"text" : "j.parameter fog/amount @type decimal @range/bounds 0. 1. @description \"The amount of fog effect.\" @value/default 0.",
"varname" : "fog/amount"
}
Expand Down Expand Up @@ -1099,6 +1099,15 @@
"source" : [ "obj-18", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-146", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-2", 0 ]
}

}
, {
"patchline" : {
Expand Down Expand Up @@ -1189,6 +1198,15 @@
"source" : [ "obj-51", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-2", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-52", 0 ]
}

}
, {
"patchline" : {
Expand Down

0 comments on commit b22f48f

Please sign in to comment.