Commit Graph

55 Commits

Author SHA1 Message Date
codeanticode
9da96940a1 fixed typo 2012-06-04 14:35:00 +00:00
codeanticode
30626be5eb renamed shader constants, again 2012-06-04 14:21:00 +00:00
codeanticode
38e86225dc cleanup shader constants, update examples 2012-06-04 02:03:36 +00:00
codeanticode
932b4e538a Updated shader examples on desktop 2012-05-30 23:16:06 +00:00
codeanticode
415cb64449 renamed shader constants 2012-05-27 02:09:20 +00:00
codeanticode
d2e4195c9a Added FXAA example 2012-05-27 01:37:57 +00:00
codeanticode
b1cecf494f Added loadSVG example 2012-05-27 00:56:25 +00:00
codeanticode
2dbecb9373 Examples update, some more cleanup in PShapeOpenGL 2012-05-26 21:45:49 +00:00
codeanticode
31c1e23c48 arguments in ortho() refer to screen center 2012-05-25 17:32:09 +00:00
codeanticode
ce0efb24f6 renamed resetShader to defaultShader, updated examples 2012-05-25 16:45:23 +00:00
codeanticode
6a57d75c6d updated example so it doesn't use getCenter 2012-05-23 23:42:35 +00:00
codeanticode
8a56dafe12 Removed getCenter method in PShape 2012-05-23 23:42:13 +00:00
codeanticode
a5a572fb8d Minor examples update 2012-05-23 23:32:00 +00:00
codeanticode
db271212a8 Updated Shaders examples 2012-05-22 03:55:09 +00:00
codeanticode
cb17c4b530 Added missing obj files 2012-05-10 00:30:57 +00:00
codeanticode
e9b577b21f Merging changes in opengl examples 2012-05-10 00:23:55 +00:00
codeanticode
0501674cd6 Added Planets example 2012-05-03 03:40:32 +00:00
codeanticode
960edf33f0 Added NearFar example 2012-04-26 16:52:05 +00:00
codeanticode
0eba7c327e Updated opengl examples 2012-04-24 16:57:42 +00:00
codeanticode
7083509f98 Updated TexturedSphere example to use a PShape object for the sphere 2012-04-21 17:28:24 +00:00
codeanticode
98987aa6a2 Added wiggling example 2012-04-16 22:00:44 +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
a018d78c2f Fixed lighting issues, added Patch example. 2012-04-10 21:03:47 +00:00
codeanticode
ba51f5715b Added new OpenGL examples for desktop 2012-03-31 18:28:33 +00:00
codeanticode
2cd80747d9 Added offscreen test 2012-03-19 19:53:21 +00:00
codeanticode
1e80d898a6 Added restart test 2012-03-19 14:26:14 +00:00
codeanticode
ccb0cbe615 Update to latest JOGL 2012-03-19 13:52:09 +00:00
codeanticode
46063bd711 and notes for the opengl pc/mac examples 2012-02-13 21:42:31 +00:00
codeanticode
2307724a5e Added shader examples 2012-02-13 06:09:00 +00:00
codeanticode
be51cbc787 Updated OpenGL examples 2012-02-12 16:19:55 +00:00
codeanticode
07b6b8630b Fixed direction signs in Directional example 2012-02-11 05:30:26 +00:00
codeanticode
0f17efa9fd Code cleanup, updated TexturedSphere example, some more fixes 2012-01-17 18:08:30 +00:00
codeanticode
23f9596f36 Updated example 2012-01-17 17:16:11 +00:00
codeanticode
b6574c97ce Added new CubicGrid examples comparing immediate vs retained modes 2012-01-10 23:15:15 +00:00
codeanticode
34cc299abd Removed CubicGrid example 2012-01-10 23:14:24 +00:00
codeanticode
e26f6f4f63 Update particle examples 2012-01-10 14:07:08 +00:00
codeanticode
3a98d95654 Updated a bunch of opengl examples 2012-01-10 00:11:57 +00:00
codeanticode
0529f20716 Added dynamic/static versions of the particle system example, removed original one 2012-01-09 20:21:21 +00:00
codeanticode
a323a7e7ec Added center() method, updated ParticleSystem example 2012-01-09 05:20:28 +00:00
codeanticode
45160dd538 noStroke and noFill in PShape3D now work when called after building the shape. 2012-01-08 22:28:56 +00:00
codeanticode
0c14337e67 Added particle system example. 2011-12-14 21:19:44 +00:00
codeanticode
1ee3dab312 Putting drawing methods from PShape3D in PShape, updated examples 2011-12-12 05:44:39 +00:00
codeanticode
e051c1325c Added two more examples: SmoothChange and Primitive 2011-12-12 05:03:51 +00:00
codeanticode
b3e899524b Updated poly examples to use beginContour/endContour, fixed stroke weight calculation in 2D 2011-12-12 04:44:27 +00:00
codeanticode
ffbf9af5ed Added new P3D examples 2011-12-12 04:20:41 +00:00
codeanticode
63e688f79a Removed old opengl examples 2011-12-12 04:18:28 +00:00
codeanticode
7cc20cb699 Added normals to SpaceJunk example 2011-12-06 21:22:28 +00:00
codeanticode
864e2c2149 Flushing immediate mode geometry when blend mode changes. shape() calls also flushes any remaining geometry. 2011-12-06 20:45:04 +00:00
codeanticode
d165503d99 Replaced OPENGL constant with P3D and removed processing.opengl import from examples 2011-07-20 06:06:36 +00:00