Commit Graph

6549 Commits

Author SHA1 Message Date
Yong Bakos 4ff94a3f16 Replacing heading2D with heading for all general examples. Issue #1627 2013-02-14 15:11:33 -07:00
codeanticode 168f840491 Added Conway example to show the use of the buffer uniform 2013-02-13 11:51:09 -05:00
codeanticode 6675f2b1f5 a few more example updates 2013-02-13 11:14:25 -05:00
codeanticode f39e24e4f8 Updated PShape android examples to use the latest API 2013-02-13 11:13:43 -05:00
codeanticode e620dbb516 Merge branch 'master' of https://github.com/processing/processing.git 2013-02-13 10:57:58 -05:00
codeanticode d0f8e1a206 added color initialization to PGL android 2013-02-13 10:37:05 -05:00
codeanticode 6ba396ca2d added color initialization to LWJGL, as well as refactoring of
PGraphics2D and PGraphics3D
2013-02-13 10:21:27 -05:00
codeanticode a1f88f02b5 doesn't need to set hint[ENABLE_STROKE_PERSPECTIVE] to false, it is by
default
2013-02-13 10:20:28 -05:00
Ben Fry 957ec92588 todo notes and fix for noDelays not updating properly 2013-02-13 08:55:20 -05:00
Ben Fry 8767b00e21 Merge pull request #1624 from prisonerjohn/fix-contributions-url
Updated URL for retrieving list of contributions.
2013-02-13 05:48:24 -08:00
Elie Zananiri dddbcf7c93 Updated URL for retrieving list of contributions. 2013-02-13 08:39:58 -05:00
Casey Reas b213d99268 New keywords for createShape() 2013-02-12 20:33:14 -08:00
Casey Reas 5022f672d4 Remove redundant line from PolygonPShapeOOp3 2013-02-12 16:17:03 -08:00
codeanticode a4d7c1ee62 some additional comments regarding toolkits 2013-02-12 16:25:06 -05:00
codeanticode c511aedf92 JOGL toolkit selection based on OS, currently AWT gives the best results
on Windows, and NEWT on OS X
2013-02-12 16:07:17 -05:00
codeanticode cdc838ab0c Removed some old code 2013-02-12 15:10:42 -05:00
codeanticode 8bbfd103c8 dont force screen fbo 2013-02-12 14:57:13 -05:00
codeanticode 940d09e580 Using PGraphics.backgroundColor where appropriate 2013-02-12 14:54:00 -05:00
codeanticode d5b5f0c445 Fixes for graphical corruption issue (#1490) 2013-02-12 14:21:23 -05:00
codeanticode 16e7cbd6cd updated jogl jars 2013-02-11 17:21:54 -05:00
Ben Fry 4ba4dcf05e Merge branch 'master' of github.com:processing/processing 2013-02-11 12:15:59 -05:00
Ben Fry 1995a0dba9 add listUnique() and countUnique() 2013-02-11 12:15:50 -05:00
Ben Fry c8d7c0ab3a Update README.md 2013-02-11 11:53:43 -05:00
codeanticode 42c5d7e8a7 Fixes focus gain/lost detection with OpenGL renderers, issue #1483:
http://code.google.com/p/processing/issues/detail?id=1483
2013-02-10 09:00:34 -05:00
codeanticode 6b38091424 Updated shader examples on Android 2013-02-10 08:59:04 -05:00
codeanticode 92f62c45ce Android sync 2013-02-10 00:13:32 -05:00
Ben Fry e710c4f3d1 additional notes based on recent updates 2013-02-06 20:29:57 -05:00
Ben Fry 40a4f59aac fix removeColumn() 2013-02-06 20:22:37 -05:00
Ben Fry da64d9956f remove silly warnings 2013-02-06 20:20:49 -05:00
codeanticode 121cba45a9 Updated shader examples 2013-02-06 17:11:17 -05:00
codeanticode a21a4fbe21 Shader type detected through #defines 2013-02-06 17:08:54 -05:00
codeanticode 47d0022400 Fix for mouseButton not recording correctly:
http://code.google.com/p/processing/issues/detail?id=1464
2013-02-05 18:38:38 -05:00
codeanticode c94086a910 varying vertTexcoord renamed to vertTexCoord 2013-02-05 18:05:22 -05:00
codeanticode 43a4a5ee84 endpoint instead of endPoint 2013-02-05 17:48:28 -05:00
codeanticode 81aa8fdddb More name changes in the shader uniforms 2013-02-05 17:39:26 -05:00
codeanticode 17f86c313e renamed modelview and projection matrices in the shaders 2013-02-05 16:24:42 -05:00
andres 39ea20a326 Renamed projModelviewMatrix to transform in all shaders 2013-02-05 16:11:15 -05:00
Ben Fry 48c5f66e5e quick project name change, add ignore file for lwjgl 2013-02-05 14:19:28 -05:00
Ben Fry 253a53acbe remove bad Eclipse project files 2013-02-05 14:15:20 -05:00
Ben Fry a4b5232190 fix for iostream left open 2013-02-05 14:14:13 -05:00
Ben Fry fd61dbabf9 add additional clarification about OS X 2013-02-05 04:10:43 -05:00
Ben Fry 37d3798576 futzing with the build scripts for OS X 2013-02-04 19:06:39 -05:00
Ben Fry 4e958df341 Merge pull request #10 from codeanticode/master
jogl jar build with 1.6
2013-02-04 15:58:30 -08:00
Your Name b38241817c jogl-all.jar compiled with 1.6 2013-02-04 18:43:32 -05:00
Your Name 463455daaa made PGLListener constructor public 2013-02-04 18:17:19 -05:00
Ben Fry 9416ddec2a Merge pull request #9 from codeanticode/master
Disable perspective-correction on lines/strokes in OpenGL.
2013-02-04 14:18:54 -08:00
Your Name ac1f7eafe4 Disabling stroke perspective in P3D 2013-02-04 16:51:01 -05:00
Ben Fry 58aed9715b Merge pull request #7 from codeanticode/master
some minor changes to jogl, lwjgl
2013-02-04 13:02:05 -08:00
codeanticode ae614803c8 Merge remote-tracking branch 'upstream/master' 2013-02-04 14:38:28 -05:00
codeanticode 175f95c6e5 Minor changes in JOGL and LWJGL PGL interface 2013-02-04 14:34:59 -05:00