Commit Graph

5488 Commits

Author SHA1 Message Date
codeanticode
daed64d1d4 Refactoring PShape in OpenGL, added PShapeOpenGL and PShape2D 2012-05-17 00:20:09 +00:00
codeanticode
974631f75f point tessellation in P2D 2012-05-16 23:57:33 +00:00
codeanticode
0027bd8381 raw point corrections, retained mode 2012-05-16 23:11:16 +00:00
codeanticode
1cefcd7f69 raw points 2012-05-16 22:31:09 +00:00
codeanticode
7ab22ffd9f taking care of updates in retained mode 2012-05-16 22:01:27 +00:00
codeanticode
a745cb8d24 Stroke tessellation in retained mode 2012-05-16 17:52:00 +00:00
codeanticode
9cf0e725dd Handling division-by-zero situation in LineStroker, added MIN_CAPS_JOINS_WEIGHT constant in PGL 2012-05-16 15:49:00 +00:00
codeanticode
1cd006af19 android sync 2012-05-16 01:16:59 +00:00
codeanticode
923872caea Using path stroker in 2D 2012-05-16 00:49:23 +00:00
codeanticode
4b9be83ad2 Checking-in the new processing.opengl.geom including the linear path stroker. 2012-05-15 21:40:04 +00:00
codeanticode
6697311733 Added fix for issue 935 on android as well 2012-05-14 16:20:47 +00:00
alignedleft
6460acdc76 Parameter alignment for PVector, fixes issue 935 2012-05-13 02:29:56 +00:00
alignedleft
4e467010d6 Parameter alignment for matchAll, split, splitTokens, saveStream, applyMatrix, and nfp 2012-05-13 02:24:34 +00:00
alignedleft
1e769b10b2 Parameter alignment for scale, link, and sort 2012-05-13 00:44:57 +00:00
alignedleft
bfa4d523ec Reference: added noiseSeed as related to noise 2012-05-13 00:17:28 +00:00
alignedleft
77e5e9da81 Parameter alignment for atan2, abs, ceil, floor, round, log, exp, pow, sq, sqrt, max, min, mag 2012-05-12 19:10:41 +00:00
alignedleft
479783a493 Parameter alignment for bezier, text, textAlign, textFont, textLeading, and textWidth 2012-05-12 18:28:41 +00:00
alignedleft
3318e981c9 Parameter alignment for color, colorMode, get, set, beginShape, rect, ellipse, arc, box, image, texture, shape, and filter 2012-05-12 00:15:15 +00:00
codeanticode
8f5da964c8 Put back the tessellatePath() code for strokes in P2D 2012-05-11 22:23:31 +00:00
codeanticode
9dd706c7fd Simpler query in PShape3D 2012-05-11 21:58:44 +00:00
codeanticode
e152979b40 Fixed path tessellation in PShape3D 2012-05-11 19:43:44 +00:00
alignedleft
48fd066e7c Parameter alignment for tint(), stroke(), and background() 2012-05-11 18:27:46 +00:00
alignedleft
3494d7a528 Parameter alignment for directionalLight(), pointLight(), and spotLight() 2012-05-11 17:14:31 +00:00
alignedleft
8ad9af2e56 Parameter alignedment for fill() 2012-05-11 16:18:06 +00:00
codeanticode
a36e550600 Fixed use of Arrays.fill(), primitive shapes modes, provisional code for shape copy 2012-05-11 16:13:37 +00:00
codeanticode
523d3999b1 video todo list 2012-05-11 03:18:52 +00:00
codeanticode
ed2a2bc8ff Handling reverse playback at EOS event, and restarting rate. 2012-05-11 01:31:38 +00:00
alignedleft
ef545eccde Parameter alignment 2012-05-10 22:18:03 +00:00
codeanticode
1d0b3a27aa disabled perspective correction for lines in P2D and handling loadPixels() call outside beginDraw/endDraw 2012-05-10 19:27:03 +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
8c5ef2c533 Merging changes in opengl 2012-05-10 00:20:08 +00:00
codeanticode
6c76a58801 Merging changes in core 2012-05-10 00:19:05 +00:00
codeanticode
d22af52c68 Merging changes in dxf library 2012-05-10 00:17:54 +00:00
codeanticode
4c2bc20728 Merging chances in android core and opengl from simplify branch 2012-05-10 00:16:44 +00:00
codeanticode
a586b8f0ae Added updated examples from branch 2012-05-09 23:58:30 +00:00
codeanticode
9f847df04c Removed old android opengl examples from trunk 2012-05-09 23:57:12 +00:00
codeanticode
8b507280d0 Incresed box size in CubicGrid examples 2012-05-07 22:21:01 +00:00
codeanticode
8143cf37e4 tessellator object is static 2012-05-04 21:04:28 +00:00
codeanticode
42ef5f5e06 minor edits 2012-05-03 23:18:32 +00:00
codeanticode
0c150ba131 android sync 2012-05-03 22:24:45 +00:00
codeanticode
5f935f7ed2 Updated shaders 2012-05-03 21:45:29 +00:00
codeanticode
e599e7ace2 Updated PMatrix and PVector in android 2012-05-03 21:45:08 +00:00
codeanticode
fc8245b062 some renames, properly offset vertex indices in getters of tess geometry 2012-05-03 21:35:55 +00:00
codeanticode
074be1a978 Enabling accurate 2D mode in P2D by default, fixed flush in endDraw() 2012-05-03 20:47:32 +00:00
codeanticode
85ab0b41cd Done with PShape vertex getters/setters 2012-05-03 20:32:45 +00:00
codeanticode
9e5034bc86 Almost done with color getters/setters 2012-05-03 16:50:00 +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
codeanticode
0501674cd6 Added Planets example 2012-05-03 03:40:32 +00:00