@@ -10419,7 +10419,7 @@ public void textureMode(int mode) {
1041910419 * Description to come...
1042010420 *
1042110421 * ( end auto-generated from textureWrap.xml )
10422- *
10422+ *
1042310423 * @webref image:textures
1042410424 * @param wrap Either CLAMP (default) or REPEAT
1042510425 */
@@ -10588,7 +10588,7 @@ public void noClip() {
1058810588 * This is a new reference entry for Processing 2.0. It will be updated shortly.
1058910589 *
1059010590 * ( end auto-generated )
10591- *
10591+ *
1059210592 * @webref Rendering
1059310593 * @param mode the blending mode to use
1059410594 */
@@ -10632,7 +10632,7 @@ public PShape createShape(int kind, float... p) {
1063210632 * This is a new reference entry for Processing 2.0. It will be updated shortly.
1063310633 *
1063410634 * ( end auto-generated )
10635- *
10635+ *
1063610636 * @webref rendering:shaders
1063710637 * @param fragFilename name of fragment shader file
1063810638 */
@@ -10655,7 +10655,7 @@ public PShader loadShader(String fragFilename, String vertFilename) {
1065510655 * This is a new reference entry for Processing 2.0. It will be updated shortly.
1065610656 *
1065710657 * ( end auto-generated )
10658- *
10658+ *
1065910659 * @webref rendering:shaders
1066010660 * @param shader name of shader file
1066110661 */
@@ -10680,7 +10680,7 @@ public void shader(PShader shader, int kind) {
1068010680 * This is a new reference entry for Processing 2.0. It will be updated shortly.
1068110681 *
1068210682 * ( end auto-generated )
10683- *
10683+ *
1068410684 * @webref rendering:shaders
1068510685 */
1068610686 public void resetShader () {
@@ -11561,9 +11561,9 @@ public void smooth() {
1156111561
1156211562
1156311563 /**
11564- *
11564+ *
1156511565 * @param level either 2, 4, or 8
11566- */
11566+ */
1156711567 public void smooth (int level ) {
1156811568 if (recorder != null ) recorder .smooth (level );
1156911569 g .smooth (level );
0 commit comments