Commit Graph

745 Commits

Author SHA1 Message Date
codeanticode
6c76a58801 Merging changes in core 2012-05-10 00:19:05 +00:00
codeanticode
42ef5f5e06 minor edits 2012-05-03 23:18:32 +00:00
codeanticode
85ab0b41cd Done with PShape vertex getters/setters 2012-05-03 20:32:45 +00:00
codeanticode
c9d96bea6e Adding missing setters/getters in PShape 2012-05-03 15:28:18 +00:00
codeanticode
01e6ef15e1 Refactoring tess map 2012-05-03 14:57:11 +00:00
shiffman
3769d00bdf adding random2D random3D fromAngle methods to PVector 2012-05-02 15:17:48 +00:00
codeanticode
bad91dee4d addPath in PShape as well 2012-04-25 15:52:49 +00:00
codeanticode
89aa6ecc22 rotate() check for zero vectors, fixed naming error in PGL.Context class 2012-04-24 16:13:09 +00:00
codeanticode
78495202b1 curve and bezier vertex code moved to InGeometry 2012-04-23 01:19:47 +00:00
codeanticode
c27171555d Completed new sphere tessellation code 2012-04-21 16:01:16 +00:00
codeanticode
a341e4466f Getters/setters for individual vertices in PShape3D 2012-04-16 19:12:26 +00:00
codeanticode
dddc508ec7 Moving sphere generation into InGeometry 2012-04-13 20:47:24 +00:00
codeanticode
81ead7a627 Added mode to PShape, reworked tessellation, update in PShape3D, release of cache and tess objects when STATIC mode is used. 2012-04-13 18:57:27 +00:00
codeanticode
e4dbc6fd9c Removed center() method, added getCenter(), updated examples 2012-04-11 22:27:21 +00:00
codeanticode
8f9baa43b7 Better handling of geometric transformations in PShape3D. 2012-04-11 21:27:37 +00:00
codeanticode
a018d78c2f Fixed lighting issues, added Patch example. 2012-04-10 21:03:47 +00:00
codeanticode
3727ed2b52 Cleaning up PConstants 2012-04-09 22:23:18 +00:00
benfry
bb760a1969 fix listener add/remove issue 2012-04-05 20:10:42 +00:00
benfry
d926adab56 moving forward with recent sketches menu, almost working and cleaning up other demons 2012-04-05 03:56:23 +00:00
benfry
41c2c49b22 fixing parameter names with Casey 2012-04-03 23:23:26 +00:00
benfry
68e5c87617 more normalizing parameters, remove textX/Y/Z, remove text(x, y, w, h) with z-coordinate 2012-04-03 22:43:19 +00:00
benfry
003b57e66f fix variable naming, cleaning up constants 2012-04-03 22:21:19 +00:00
benfry
acaca34812 update parameter naming for reference sync 2012-04-03 21:05:27 +00:00
benfry
db4ef45714 adding createGraphics() without renderer params 2012-04-03 16:16:53 +00:00
benfry
f0c2ef79b6 new size() parsing, change how P2D/P3D are handled, onward... 2012-04-03 14:57:13 +00:00
benfry
0a560a2226 changing screenWidth/Height to displayWidth/Height 2012-04-03 04:25:50 +00:00
benfry
03de74c7da moving package, adding Table to Android, other data fixes 2012-04-03 00:33:01 +00:00
benfry
fc6d4d49c7 move XML and Table to processing.data, update preproc 2012-04-03 00:26:26 +00:00
benfry
3c1da90edd moving into data package 2012-04-02 21:57:12 +00:00
benfry
aae83cef59 fix whitespace issues in new XML lib, also add methods (issue #904) 2012-04-02 21:46:09 +00:00
codeanticode
1384da730b Boundary checking in updatePixelsImpl() 2012-03-29 21:15:48 +00:00
codeanticode
bfd10fc995 Fixed invocation of updatePixelsImpl() in PImage 2012-03-29 19:32:39 +00:00
benfry
410bf3dd91 fix problems with native lib copy and better errors msgs for full screen problems 2012-03-27 17:08:04 +00:00
benfry
fc40ee5199 createGraphics for JAVA2D generates the wrong error msg w/ w/h <= 0 (issue #983) 2012-03-27 00:00:11 +00:00
benfry
9a8242e420 a little bulletproofing/checking 2012-03-26 01:48:04 +00:00
benfry
7403bd26ab remove the extra window color business 2012-03-25 18:17:23 +00:00
benfry
ca51d19778 major work to get multi-screen support and full-screen improved 2012-03-25 17:31:53 +00:00
benfry
e5d978bac6 add support for printing arrays of longs 2012-03-25 14:34:23 +00:00
benfry
e610e5ed5c add println(long) and double to avoid casting bug (issue #969) 2012-03-25 14:27:33 +00:00
benfry
23b887907f wrap up fullscreen issues (issue #71), better screenWidth and screenHeight setup 2012-03-25 14:18:59 +00:00
benfry
51eee1ad6b major updates to full screen handling, remove FSEM, add native OS X menubar hiding 2012-03-25 12:52:46 +00:00
benfry
38fe999d73 a little cleanup 2012-03-25 12:51:29 +00:00
benfry
fff0a12536 add toString() for XML, looking through todos 2012-03-24 20:03:03 +00:00
benfry
12fdf47428 f*king delay() is back again 2012-03-23 21:42:26 +00:00
benfry
e9d39fc7f4 try to improve performance of tint(), mostly failing 2012-03-23 15:32:10 +00:00
benfry
ea8edb4803 fix PImage.get() issue with width or height < 0 2012-03-23 15:30:09 +00:00
benfry
46a470eaf2 added setContent() to the XML library, other tweaks to XML export 2012-03-23 15:29:35 +00:00
benfry
83a6f1550f fix so that normals are not attempted when no texture is set 2012-03-23 15:23:53 +00:00
codeanticode
2dad3a327d Changes in PApplet for requestDraw() 2012-03-19 13:56:49 +00:00
codeanticode
4fa22f4bd2 Reverted a few accidental changes 2012-03-13 20:45:10 +00:00