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 |
|
codeanticode
|
aebd159a0a
|
do not reallocate line/point buffers in buffer stream mode
|
2021-08-06 21:06:39 -04:00 |
|
codeanticode
|
38a649b38c
|
renamed begin/endTess to begin/endTessellation
|
2021-08-06 21:02:18 -04:00 |
|
codeanticode
|
d9ef33e827
|
adding missing attrib setters/getters in PShape
|
2021-08-06 20:58:27 -04:00 |
|
codeanticode
|
d34ff77d2a
|
implementing missing getAttrib methods in PShapeOpenGL
|
2021-08-06 19:47:59 -04:00 |
|
codeanticode
|
46bba42d33
|
removed getTessellation(int kind, int data) from PShapeOpenGL
|
2021-08-06 05:05:57 -04:00 |
|
codeanticode
|
d7326b3629
|
implemented stroke and lighting setters/getters in tess update mode
|
2021-08-06 04:03:57 -04:00 |
|
codeanticode
|
c28e1756bc
|
implemented line and point buffer mapping
|
2021-08-06 03:14:47 -04:00 |
|
codeanticode
|
dc9fd14052
|
adding the calls for lines and points
|
2021-08-05 05:38:08 -04:00 |
|
codeanticode
|
802061ded4
|
fill and tint functions
|
2021-08-05 05:07:47 -04:00 |
|
codeanticode
|
f516a226ad
|
Implemented stream buffer handling for regular vertex attribs
|
2021-08-05 04:41:35 -04:00 |
|
codeanticode
|
1d842f73dd
|
cleaning up code to better support tessellation update mode in PShape
|
2021-08-05 02:28:36 -04:00 |
|
codeanticode
|
dcf73a740e
|
Merge branch 'processing:master' into pshape-stream
|
2021-08-04 00:16:38 -04:00 |
|
cathiecode
|
e442c07431
|
fix PShapeOpenGL#transform() (fixes #217)
|
2021-07-14 23:47:55 +09:00 |
|
Ben Fry
|
38496188a8
|
fix unregisterMethod() (fixes #223)
|
2021-07-09 15:53:22 -04:00 |
|
Ben Fry
|
84aa712263
|
add clarification to what the code does
|
2021-07-09 15:17:48 -04:00 |
|
Rune Madsen
|
080db98d3d
|
Merge branch 'master' into doclet-changes
|
2021-07-06 11:13:40 +02:00 |
|
Ben Fry
|
0123d5a96b
|
ignore static final warnings out of concern for method signature change
|
2021-07-05 08:36:12 -04:00 |
|
Anadroid
|
6f3d3d1e35
|
Fixes mask categories
|
2021-07-05 14:11:48 +02:00 |
|
Ben Fry
|
2be175b0a7
|
clean up warnings, typos, unused code
|
2021-07-05 07:45:25 -04:00 |
|