Commit Graph

701 Commits

Author SHA1 Message Date
benfry
e9d39fc7f4 try to improve performance of tint(), mostly failing 2012-03-23 15:32:10 +00:00
benfry
ea8edb4803 fix PImage.get() issue with width or height < 0 2012-03-23 15:30:09 +00:00
benfry
46a470eaf2 added setContent() to the XML library, other tweaks to XML export 2012-03-23 15:29:35 +00:00
benfry
83a6f1550f fix so that normals are not attempted when no texture is set 2012-03-23 15:23:53 +00:00
codeanticode
2dad3a327d Changes in PApplet for requestDraw() 2012-03-19 13:56:49 +00:00
codeanticode
4fa22f4bd2 Reverted a few accidental changes 2012-03-13 20:45:10 +00:00
codeanticode
b5d9c9aaa8 Added LWJGL constant 2012-03-13 20:41:17 +00:00
alignedleft
e41bc9b964 Fixed typo in parameter description zFar for perspective() 2012-03-05 17:18:21 +00:00
benfry
b37b4b3358 fix typo in push/popMatrix error 2012-03-01 20:44:56 +00:00
codeanticode
c751379394 Reverting JOGL changes to RC2 stage 2012-02-24 20:48:32 +00:00
codeanticode
a62def77fd Updating opengl to jogl 2.0-rc5 2012-02-15 20:44:32 +00:00
codeanticode
8b72e8e52a Moved default material properties from PGraphics to PGraphicsOpenGL/Android3D 2012-02-12 16:19:27 +00:00
codeanticode
5ea73a1c41 Ported GLSL renderering from PGraphicsAndroid3D to PGraphicsOpenGL, several fixes 2012-02-12 01:22:42 +00:00
benfry
532c530042 tweaks for percentage 2012-02-09 21:47:13 +00:00
benfry
f6446ac384 fix for args being passed in on the cmd line 2012-02-09 21:46:58 +00:00
codeanticode
a56751beca Updated initialization code in PGL for android and java, changed vertex indices to short in android 2012-01-24 00:54:28 +00:00
codeanticode
7eced82661 Removed addShape 2012-01-23 15:47:10 +00:00
codeanticode
50cebf56af Added direct-buffer copy to video library 2012-01-22 02:03:35 +00:00
codeanticode
f04373e11d Added new hint to enable/disable perspective corrected lines 2012-01-20 16:59:15 +00:00
codeanticode
a5774a964b Updated core constants 2012-01-17 15:24:56 +00:00
codeanticode
7bce961766 Handling calls from group shapes 2012-01-10 14:06:48 +00:00
codeanticode
dcdab48e2a Presence of texture and transformation matrix in child shapes is pre-computed before draw() 2012-01-09 19:58:28 +00:00
codeanticode
3615be7f72 Added tint() methods to PShape and PShape3D 2012-01-09 16:39:22 +00:00
codeanticode
a323a7e7ec Added center() method, updated ParticleSystem example 2012-01-09 05:20:28 +00:00
codeanticode
71ca87e6b1 Added manual control of transform caching via a new hint. 2012-01-06 22:00:12 +00:00
codeanticode
3257ec3f4e removed 2D hack from P3D 2011-12-21 02:39:28 +00:00
alignedleft
853c7363ba Numerous 'related' links updates for the reference pages 2011-12-20 22:32:52 +00:00
codeanticode
da9273b9c6 Adding texture caching in immediate mode 2011-12-19 14:17:57 +00:00
codeanticode
b5e72d0782 Reverted changes in hints handling 2011-12-16 06:50:25 +00:00
codeanticode
7a0f3c3d25 Fixed hints handling 2011-12-14 20:47:52 +00:00
codeanticode
05c4bb80cd Added accurate_2d hint, flush calls. 2011-12-14 16:33:00 +00:00
codeanticode
1ee3dab312 Putting drawing methods from PShape3D in PShape, updated examples 2011-12-12 05:44:39 +00:00
codeanticode
a67779598d beginContour/endContour added to PGraphics and PApplet 2011-12-12 04:55:28 +00:00
codeanticode
9387c262e1 createShape() for primitive types 2011-12-09 00:24:29 +00:00
codeanticode
1d93179064 Added clip/noClip to P3D, replaced System.err.println() by showWarning where appropriate. 2011-12-08 20:45:14 +00:00
benfry
f5846dca0d add urlEncode() and urlDecode() 2011-12-08 16:07:36 +00:00
codeanticode
ab5df0c20c Renamed constant, added flush in shape() calls 2011-12-07 15:21:09 +00:00
benfry
de74897cb1 bug fixes inside Table as they relate to inserting/adding columns 2011-12-07 14:18:49 +00:00
codeanticode
341c74a9d6 fill and stroke methods in PShape3D 2011-12-06 02:03:03 +00:00
codeanticode
60377b0c13 Simplified shape creation API 2011-12-04 01:40:20 +00:00
codeanticode
3545a5b16c Fixed fill, line and point arrays expansion 2011-12-03 20:38:35 +00:00
codeanticode
2b428014ef Temporary solution for the depth sorting issues in 2D 2011-12-02 00:26:54 +00:00
codeanticode
c8fcbc5d72 Added renderMode to TessGeometry 2011-11-29 17:54:34 +00:00
Casey Reas
9224a5a885 Reference addition for quadraticVertex() 2011-11-29 05:50:41 +00:00
Casey Reas
647164d4e3 Reference addition for quadraticVertex() 2011-11-29 05:43:12 +00:00
Casey Reas
52af4da1b1 Update for quadraticVertex() reference 2011-11-29 05:16:26 +00:00
codeanticode
ce90a0a959 Implemented all flush modes 2011-11-29 00:36:42 +00:00
codeanticode
8f27c10677 Removing old cruft from PGraphicsOpenGL. 2011-11-28 17:01:34 +00:00
codeanticode
025006bec8 Enabling in/tess mechanism in PGraphicsOpenGL 2011-11-26 20:34:29 +00:00
benfry
78b92124c5 adding anti-alias methods for renderer setup 2011-11-26 14:55:09 +00:00