prisonerjohn / processing-web

0 stars 0 forks source link

[CLOSED] Update PShape tutorial to reflect recent 2.0 API updates #15

Open prisonerjohn opened 10 years ago

prisonerjohn commented 10 years ago

Issue by REAS Wednesday Feb 13, 2013 at 01:31 GMT Originally opened as https://github.com/processing/processing-web/issues/15


prisonerjohn commented 10 years ago

Comment by shiffman Sunday Feb 17, 2013 at 20:25 GMT


This has been fixed up in 1c7ed39a5b28ad18854fbb5c9d0235d8b4852a63. Once I'm able to update it on the site @codeanticode I'd love for you to look it over. Also, I'm leaving this issue open as the tutorial as it needs a bunch of links to the corresponding reference pages. @REAS @alignedleft I noticed that setFill() setStroke() etc. are not in the PShape reference (http://processing.org/reference/PShape.html). Is that on purpose?

prisonerjohn commented 10 years ago

Comment by shiffman Sunday Feb 17, 2013 at 20:27 GMT


Also, just making one more note that I need to clear up what is supported by the different renderers (P2D/P3D vs default) in the PShape class.

prisonerjohn commented 10 years ago

Comment by REAS Monday Feb 18, 2013 at 22:17 GMT


@shiffman, the extra methods is Issue #22

prisonerjohn commented 10 years ago

Comment by shiffman Thursday Mar 07, 2013 at 03:26 GMT


59bd6184a12eed06dcbd6f2082739bb955a98206 adds the following language:

"Before we should begin, it should also be noted that the features of this tutorial (i.e. the use of createShape()) are currently only supported by the P2D and P3D drawing modes."

Happy to take language suggestions for how to state this.