Commit Graph

5379 Commits

Author SHA1 Message Date
codeanticode 5d29c7d6aa Using float constants in the shaders to avoid errors by the GLSL compiler on Mac. 2012-04-12 11:17:33 +00:00
codeanticode e4dbc6fd9c Removed center() method, added getCenter(), updated examples 2012-04-11 22:27:21 +00:00
codeanticode 611ac827e6 Updated a couple of examples. 2012-04-11 22:08:30 +00:00
codeanticode 8f9baa43b7 Better handling of geometric transformations in PShape3D. 2012-04-11 21:27:37 +00:00
fjenett 81faf3baf9 keywords.txt java had space instead of tab as separator at 'color' type 2012-04-11 07:05:15 +00:00
codeanticode 22c71c712f Added normal inversion in lighting shaders. 2012-04-10 22:24:30 +00:00
codeanticode af80f01f9d fixed build file on Android to copy glsl files 2012-04-10 21:50:40 +00:00
codeanticode a87d21ea3c Commented out online check in Patch example on Android 2012-04-10 21:40:28 +00:00
codeanticode 4f22144e71 Added Patch example in Android 2012-04-10 21:22:06 +00:00
codeanticode bfb9f8ecf4 Sync with Android 2012-04-10 21:20:34 +00:00
codeanticode a018d78c2f Fixed lighting issues, added Patch example. 2012-04-10 21:03:47 +00:00
codeanticode 5e7c3d9b61 Added glCullFace. 2012-04-10 21:00:06 +00:00
fjenett b09727a073 menu changes for consistancy; tiny fix for set-server-port menu item 2012-04-10 08:39:49 +00:00
codeanticode 3727ed2b52 Cleaning up PConstants 2012-04-09 22:23:18 +00:00
codeanticode c5838c950f fill() also sets the ambient color (as the old P3D used to do) 2012-04-09 19:55:01 +00:00
benfry c3b69b3294 wrapping up the synthesis moves 2012-04-08 18:10:01 +00:00
benfry 8b9f86265c moving synthesis by hand 2012-04-08 18:07:42 +00:00
benfry c7b41d2887 something about example moving 2012-04-08 17:58:43 +00:00
benfry 6d224cfafe 2012-04-08 17:57:42 +00:00
benfry 7e0b6f179d and more example moving 2012-04-08 17:30:17 +00:00
benfry 342dd390b5 trickier synthesis moves 2012-04-08 17:28:29 +00:00
benfry 51ae03ee8e still more example moving 2012-04-08 17:21:19 +00:00
benfry a5c0b84673 more example moving 2012-04-08 17:01:38 +00:00
benfry 3b9ebc19f2 more example moving 2012-04-08 15:59:40 +00:00
benfry 1b81affbf0 fix example naming for appendices 2012-04-08 15:47:25 +00:00
benfry ce09fda5ea test for example moving 2012-04-08 15:45:29 +00:00
fjenett 7c5ea232f4 missed to comment out debug println() 2012-04-08 07:45:17 +00:00
fjenett fd732b0938 fixed uncommenting for prefixes other than java/js in editor 2012-04-08 07:38:58 +00:00
fjenett 660abab758 again, making js mode easier to be extended 2012-04-07 22:58:34 +00:00
fjenett c83a3e24f9 more js mode improvements for becoming more extendible 2012-04-07 22:05:12 +00:00
fjenett 96a9bbe524 additional improvement to loading keywords in js mode to make extending it easier (think coffeescript mode) 2012-04-07 20:22:32 +00:00
fjenett cc0fae9ed9 improvements to js mode syntax coloring 2012-04-07 20:02:21 +00:00
benfry bb760a1969 fix listener add/remove issue 2012-04-05 20:10:42 +00:00
benfry e849ab8ee5 tweaks for listeners 2012-04-05 04:19:20 +00:00
benfry 96dc18d877 and let's think a little different 2012-04-05 04:17:30 +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 681f063a07 fix up xml todo items and copy the new class over to Android 2012-04-02 21:51:13 +00:00
benfry aae83cef59 fix whitespace issues in new XML lib, also add methods (issue #904) 2012-04-02 21:46:09 +00:00
benfry 4b3d7d14d6 formatting updates and todo notes 2012-04-02 21:03:08 +00:00
codeanticode 22cd976a12 Correct width/height calculation in updateTexture() 2012-04-02 13:18:54 +00:00