notes and spacing argh

This commit is contained in:
benfry
2012-10-22 21:04:42 +00:00
parent c12e1eadfb
commit 4ceed0b825
2 changed files with 9 additions and 7 deletions
+7 -7
View File
@@ -10392,7 +10392,7 @@ public class PApplet extends Applet
* Description to come...
*
* ( end auto-generated from textureWrap.xml )
*
*
* @webref image:textures
* @param wrap Either CLAMP (default) or REPEAT
*/
@@ -10561,7 +10561,7 @@ public class PApplet extends Applet
* This is a new reference entry for Processing 2.0. It will be updated shortly.
*
* ( end auto-generated )
*
*
* @webref Rendering
* @param mode the blending mode to use
*/
@@ -10605,7 +10605,7 @@ public class PApplet extends Applet
* This is a new reference entry for Processing 2.0. It will be updated shortly.
*
* ( end auto-generated )
*
*
* @webref rendering:shaders
* @param fragFilename name of fragment shader file
*/
@@ -10628,7 +10628,7 @@ public class PApplet extends Applet
* This is a new reference entry for Processing 2.0. It will be updated shortly.
*
* ( end auto-generated )
*
*
* @webref rendering:shaders
* @param shader name of shader file
*/
@@ -10653,7 +10653,7 @@ public class PApplet extends Applet
* This is a new reference entry for Processing 2.0. It will be updated shortly.
*
* ( end auto-generated )
*
*
* @webref rendering:shaders
*/
public void resetShader() {
@@ -11534,9 +11534,9 @@ public class PApplet extends Applet
/**
*
*
* @param level either 2, 4, or 8
*/
*/
public void smooth(int level) {
if (recorder != null) recorder.smooth(level);
g.smooth(level);
+2
View File
@@ -1,4 +1,6 @@
0213 core
X mouseButton not being set properly on Windows (and probably Linux) in 2.0b4
X http://code.google.com/p/processing/issues/detail?id=1332
_ remove java.awt.* imports from sketches