Commit Graph

3115 Commits

Author SHA1 Message Date
Ben Fry
8cea087858 Merge pull request #316 from codeanticode/master 2021-12-22 12:46:21 -05:00
codeanticode
68572b07e3 Merge branch 'processing:master' into p4-new_pshape_api-stream_copy 2021-12-11 13:30:33 -08:00
codeanticode
677338e5c1 Handle 2D PATH shapes in PShapeOpenGL 2021-12-11 16:14:39 -05:00
codeanticode
a498e26100 Implemented curveVertex() in PShape 2021-12-11 16:11:50 -05:00
Ben Fry
a62fe39ede allow GEOMETRY in addition to PATH for contains() 2021-12-10 15:16:29 -05:00
codeanticode
14ee31a61a return line and point tessellation 2021-12-07 00:09:13 -05:00
codeanticode
29168df928 Added field to force use of sync object 2021-12-06 00:23:10 -05:00
codeanticode
35293c03d9 Implemented necessary logic in PSurfaceJOGL to handle context sharing and object synchronization 2021-12-05 11:45:48 -05:00
codeanticode
69d14ab6d7 added needSharedObjectSync function to PJOGL 2021-12-05 11:30:11 -05:00
codeanticode
d7ea4988b3 Merge branch 'processing:master' into master 2021-12-04 08:23:19 -05:00
Ben Fry
4bb9648f58 workaround for vertices being wiped out during tessellation 2021-12-03 15:21:08 -05:00
Ben Fry
a66f52b105 minor formatting changes per processing spec 2021-11-23 13:00:11 -05:00
Ben Fry
a0075790c5 reorganizing method order 2021-11-23 12:34:11 -05:00
Ben Fry
cb4abffef5 fix indent 2021-11-23 12:34:01 -05:00
Ben Fry
ba63dc2f8c make DrawListener public, other minor cleanup 2021-11-23 07:27:21 -05:00
Ben Fry
284333b5e0 simplify initListeners() 2021-11-23 06:46:08 -05:00
Ben Fry
bdc58b7e8b cleaning and documenting 2021-11-23 06:45:23 -05:00
Ben Fry
2735049911 remove a lot of no longer relevant commented-out bits 2021-11-22 21:43:19 -05:00
Ben Fry
64339baece make getCurrentPixelScale() protected, clarify prev frame count 2021-11-22 21:43:00 -05:00
Ben Fry
82247582a4 a little cleanup, some notes 2021-11-22 21:24:13 -05:00
Ben Fry
a4d3a3aa7d cleanups and clarifications 2021-11-22 19:53:50 -05:00
Ben Fry
17dd8b82c8 clean up a few warnings/renaming a bit 2021-11-22 18:24:50 -05:00
Ben Fry
54fabdc7a8 clean up from a few warnings 2021-11-22 18:13:04 -05:00
Ben Fry
a7a41ed50f vertices array sometimes shorter, though this is hiding issue elsewhere 2021-11-22 10:57:28 -05:00
Ben Fry
82fcf95215 clarification about behavior of parseInt() 2021-11-15 08:27:23 -05:00
Ben Fry
c2dc9f8137 fix minor bug in handling of extensions and directories 2021-10-28 15:16:42 -04:00
Ben Fry
6be2ad128b trying to track down #278, but still no luck 2021-10-10 13:16:01 -04:00
Ben Fry
77556a3865 avoid two warnings 2021-10-04 18:24:54 -04:00
Ben Fry
3257dae5d0 decoding buttons using SwingUtilities (fix for #281) 2021-10-04 18:22:55 -04:00
Ben Fry
579f0b999c using more lambdas and cleaning up warnings 2021-09-30 19:47:35 -04:00
codeanticode
e3b4dc8107 Merge branch 'processing:master' into master 2021-08-14 05:02:46 -04:00
Ben Fry
8b0a44f4f5 fix QUADRATIC_VERTEX typo in PShape and other cleanups 2021-08-13 21:13:33 -04:00
codeanticode
5ac033975b Merge branch 'master' of github.com:codeanticode/processing4 2021-08-13 21:03:34 -04:00
codeanticode
5f3d2cb36e Attribute setters/getters are defined & implemented in PShapeOpenGL 2021-08-13 21:03:15 -04:00
codeanticode
52dccc6057 Merge branch 'processing:master' into master 2021-08-13 19:01:00 -04:00
Ben Fry
cae2fe9cbf Merge pull request #172 from yblake/master 2021-08-13 09:26:46 -07:00
codeanticode
4de9d852b1 Debugging tesselation update 2021-08-11 00:35:40 -04:00
codeanticode
4a6edf41d4 Merge branch 'processing:master' into master 2021-08-10 21:11:36 -04:00
Casey Reas
d25f796b6e remove XML.setLong() from the web reference 2021-08-09 20:18:18 -07:00
Casey Reas
36611af8d0 Add keys() to the Dictionary data classes 2021-08-09 19:30:45 -07:00
Casey Reas
49ad136b88 Add displayWidth and displayHeight back to the reference 2021-08-09 19:23:42 -07:00
codeanticode
c05c47d9b0 completed attrib setters in PShapeOpenGL 2021-08-07 19:33:44 -04:00
codeanticode
aab07e2335 completed attrib getters in PShapeOpenGL 2021-08-07 19:17:54 -04:00
codeanticode
bfb33e65ce put the gl usage in PGL 2021-08-07 05:57:18 -04:00
codeanticode
b5d35b9f66 more consistent handling of buffer usage 2021-08-07 05:40:07 -04:00
codeanticode
bcea9315ad refactoring, and supporting buffer object streaming in immediate mode 2021-08-07 04:12:36 -04:00
codeanticode
db51930836 use stream buffer for indices in retained mode 2021-08-07 01:22:33 -04:00
codeanticode
22e50769b4 updated date in license notice in opengl renderer files 2021-08-06 23:03:33 -04:00
codeanticode
890d850b26 store selected vertices in temporary var for better perf 2021-08-06 22:53:52 -04:00
codeanticode
77c040868e finalized implementation of buffer stream support for generic attribs in PShape 2021-08-06 21:56:39 -04:00