benfry
|
1d48afbf3b
|
removing old resize images, no longer necessary.. also tweak code for new setup (issue #730)
|
2011-06-22 18:24:34 +00:00 |
|
codeanticode
|
35dd720012
|
Added a todo comment
|
2011-06-22 02:47:46 +00:00 |
|
benfry
|
c0543fc12e
|
add the return for the save() method in PDF
|
2011-06-20 23:35:24 +00:00 |
|
benfry
|
3fbdf102f6
|
remove processing.xml import
|
2011-06-19 20:32:33 +00:00 |
|
codeanticode
|
76962e609e
|
Renamed device properties for OSX
|
2011-06-19 16:18:21 +00:00 |
|
codeanticode
|
63bf3627a3
|
Not using CLAMP in PFontTexture
|
2011-06-19 16:13:00 +00:00 |
|
benfry
|
fa772df0ad
|
fixing the build for the XML and P3D changes
|
2011-06-19 12:56:32 +00:00 |
|
benfry
|
cc4c45604f
|
more cleaning up and renaming
|
2011-06-18 16:44:58 +00:00 |
|
benfry
|
4081943614
|
changing package. argh.
|
2011-06-18 16:43:07 +00:00 |
|
benfry
|
f0a637ea91
|
cleaning things up with new gsvideo code
|
2011-06-18 16:39:50 +00:00 |
|
benfry
|
7d7db7d0d1
|
new gsvideo library
|
2011-06-18 16:27:28 +00:00 |
|
benfry
|
4dac2e0a71
|
remove quicktime video library
|
2011-06-18 16:24:09 +00:00 |
|
benfry
|
2b72e61ed3
|
adding the old examples to the new opengl lib
|
2011-06-18 15:38:31 +00:00 |
|
benfry
|
3683e5687e
|
making opengl2 the new default
|
2011-06-18 15:35:10 +00:00 |
|
benfry
|
da2739bbb0
|
removing old opengl library
|
2011-06-18 15:34:11 +00:00 |
|
codeanticode
|
e3a9086fbc
|
Added 1-pixeld wide to the glyphs in PFontTexture to solve some issues with bilinear filtering
|
2011-06-14 06:24:17 +00:00 |
|
codeanticode
|
38b0064fb5
|
Synch changes with PTexture in OPENGL2
|
2011-06-12 12:14:47 +00:00 |
|
codeanticode
|
c09a266805
|
Retain/release OpenGL context in dipose()
|
2011-06-12 08:05:23 +00:00 |
|
codeanticode
|
6220c315e5
|
Viewport saved/restored in beginDraw/endDraw (OPENGL2)
|
2011-06-12 07:34:18 +00:00 |
|
codeanticode
|
ca361bacf1
|
viewport size is saved in beginDraw() and restored in endDraw()
|
2011-06-12 03:05:11 +00:00 |
|
codeanticode
|
d999c2acfa
|
Making sure that MODELVIEW is always current matrix mode
|
2011-06-06 19:12:29 +00:00 |
|
codeanticode
|
010ec30656
|
noFill doesn't affect texturing in OPENGL2
|
2011-06-06 09:52:52 +00:00 |
|
codeanticode
|
48fb8eca61
|
In OPENGL2 too
|
2011-06-02 06:19:56 +00:00 |
|
codeanticode
|
cf878f5511
|
Fixed SCREEN text mode
|
2011-05-30 13:49:28 +00:00 |
|
codeanticode
|
1cd85d03f7
|
Fixed default values in ortho()
|
2011-05-29 01:10:31 +00:00 |
|
codeanticode
|
a066bf05d9
|
Removed used of cached gl objects, buffer swap emulation in PFramebuffer when no FBO extension is available
|
2011-05-28 08:30:51 +00:00 |
|
codeanticode
|
54d443c669
|
Updated OrthoVSPerspective example
|
2011-05-28 02:08:16 +00:00 |
|
codeanticode
|
a85fad8d08
|
OPENGL2 changes
|
2011-05-28 02:07:24 +00:00 |
|
codeanticode
|
466d6794df
|
Same for OPENGL
|
2011-05-27 01:07:13 +00:00 |
|
codeanticode
|
fbf5b45e7b
|
Context is not recreated when resizing, clearing buffers in beginDraw() upon resize to avoid garbage on the screen
|
2011-05-27 01:06:23 +00:00 |
|
codeanticode
|
6e21004481
|
Applied OPENGL2 patch from James Fry
|
2011-05-26 11:51:21 +00:00 |
|
codeanticode
|
b074923e44
|
bind/unbind methods in PTexture are public
|
2011-05-23 09:18:23 +00:00 |
|
benfry
|
076051518b
|
fix up httpclient example, working on windows export problem
|
2011-05-15 21:26:23 +00:00 |
|
benfry
|
b314dd9379
|
fix for issue #661
|
2011-05-15 20:01:30 +00:00 |
|
codeanticode
|
7aa43510b5
|
Some debugging methods for indexed mode in PShape3D
|
2011-04-25 03:37:55 +00:00 |
|
benfry
|
eb8c319af5
|
removing applet folders from svn
|
2011-04-17 17:50:52 +00:00 |
|
benfry
|
b507fd2bf2
|
clarify instructions in examples
|
2011-04-17 16:55:37 +00:00 |
|
benfry
|
398519707f
|
fix up line endings, improve code quality (issue #522)
|
2011-04-16 19:26:16 +00:00 |
|
codeanticode
|
0221758173
|
getTexture method is now public in renderer class, and GL parameters in PTexture, PShape3D, PFramebuffer are also public
|
2011-04-15 03:32:35 +00:00 |
|
codeanticode
|
4a4d72d8eb
|
Updated projection and modelview matrices in the print methods
|
2011-04-14 12:50:50 +00:00 |
|
codeanticode
|
62e5517744
|
Handling JOGL2 issues on Linux
|
2011-03-28 08:23:09 +00:00 |
|
codeanticode
|
6ff12996c5
|
Better JOGL2 initialization
|
2011-03-28 08:10:06 +00:00 |
|
codeanticode
|
e392df8705
|
Same for OPENGL2
|
2011-03-26 03:08:57 +00:00 |
|
codeanticode
|
2c3326a1fa
|
Initializing one less var
|
2011-03-26 01:36:47 +00:00 |
|
codeanticode
|
6bed92ed3e
|
Adding point rendering to OPENGL2
|
2011-03-25 14:36:25 +00:00 |
|
codeanticode
|
bf57632d31
|
Updated multitexture API and fixed issue with static sketches
|
2011-03-24 12:38:21 +00:00 |
|
codeanticode
|
db50652b1b
|
getMatrix() and resetMatrix() use the stack data
|
2011-03-23 02:54:10 +00:00 |
|
codeanticode
|
cbe8081496
|
Fixed typo in variable name in matrixMode() method
|
2011-03-21 07:03:34 +00:00 |
|
codeanticode
|
b71591f38b
|
Fix for issue 579
|
2011-03-17 05:42:26 +00:00 |
|
benfry
|
62f03a14e2
|
tess hack
|
2011-03-14 14:31:26 +00:00 |
|