Parameter alignment for directionalLight(), pointLight(), and spotLight()

This commit is contained in:
alignedleft
2012-05-11 17:14:31 +00:00
parent 8ad9af2e56
commit 3494d7a528
2 changed files with 18 additions and 18 deletions
+9 -9
View File
@@ -13090,9 +13090,9 @@ public class PApplet extends Applet
*
* @webref lights_camera:lights
* @usage web_application
* @param red red or hue value (depending on current color mode)
* @param green green or saturation value (depending on current color mode)
* @param blue blue or brightness value (depending on current color mode)
* @param red red value
* @param green green value
* @param blue blue value
* @param nx direction along the x-axis
* @param ny direction along the y-axis
* @param nz direction along the z-axis
@@ -13123,9 +13123,9 @@ public class PApplet extends Applet
*
* @webref lights_camera:lights
* @usage web_application
* @param red red or hue value (depending on current color mode)
* @param green green or saturation value (depending on current color mode)
* @param blue blue or brightness value (depending on current color mode)
* @param red red value
* @param green green value
* @param blue blue value
* @param x x-coordinate of the light
* @param y y-coordinate of the light
* @param z z-coordinate of the light
@@ -13158,9 +13158,9 @@ public class PApplet extends Applet
*
* @webref lights_camera:lights
* @usage web_application
* @param red red or hue value (depending on current color mode)
* @param green green or saturation value (depending on current color mode)
* @param blue blue or brightness value (depending on current color mode)
* @param red red value
* @param green green value
* @param blue blue value
* @param x x-coordinate of the light
* @param y y-coordinate of the light
* @param z z-coordinate of the light
+9 -9
View File
@@ -6227,9 +6227,9 @@ public class PGraphics extends PImage implements PConstants {
*
* @webref lights_camera:lights
* @usage web_application
* @param red red or hue value (depending on current color mode)
* @param green green or saturation value (depending on current color mode)
* @param blue blue or brightness value (depending on current color mode)
* @param red red value
* @param green green value
* @param blue blue value
* @param nx direction along the x-axis
* @param ny direction along the y-axis
* @param nz direction along the z-axis
@@ -6258,9 +6258,9 @@ public class PGraphics extends PImage implements PConstants {
*
* @webref lights_camera:lights
* @usage web_application
* @param red red or hue value (depending on current color mode)
* @param green green or saturation value (depending on current color mode)
* @param blue blue or brightness value (depending on current color mode)
* @param red red value
* @param green green value
* @param blue blue value
* @param x x-coordinate of the light
* @param y y-coordinate of the light
* @param z z-coordinate of the light
@@ -6291,9 +6291,9 @@ public class PGraphics extends PImage implements PConstants {
*
* @webref lights_camera:lights
* @usage web_application
* @param red red or hue value (depending on current color mode)
* @param green green or saturation value (depending on current color mode)
* @param blue blue or brightness value (depending on current color mode)
* @param red red value
* @param green green value
* @param blue blue value
* @param x x-coordinate of the light
* @param y y-coordinate of the light
* @param z z-coordinate of the light