mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
notes and spacing argh
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user