Commit Graph

3632 Commits

Author SHA1 Message Date
codeanticode af4e419780 Disabling texturing after rendering text in A3D 2010-06-14 03:22:34 +00:00
codeanticode f7b7c219f8 Fixed crash when trying to render character with null glyph in A3D 2010-06-14 02:36:43 +00:00
codeanticode c98a0bc5fb Testing creation of single buffered EGL surface 2010-06-10 00:49:02 +00:00
Casey Reas 0bf6d70d6d 2010-06-09 17:08:01 +00:00
Casey Reas 70e39565a8 2010-06-09 17:07:25 +00:00
benfry a605ebd2d8 auto-remove the borders 2010-06-08 14:26:53 +00:00
benfry 3dc98c9165 turning off the borders 2010-06-08 14:25:25 +00:00
benfry 3514a0a960 setting html content type 2010-06-08 14:10:28 +00:00
benfry 43db0959fa updates for latest reference 2010-06-08 14:07:51 +00:00
benfry ac6b777cc5 minor tweak 2010-06-07 18:02:27 +00:00
benfry 0c0e4fadcc update for using google code 2010-06-07 17:08:20 +00:00
benfry 693b4bd5f7 adding a few notes 2010-06-07 15:36:58 +00:00
benfry 1d8442d6b1 todo notes and some minor svg edits 2010-06-05 19:34:10 +00:00
benfry 3702566ed0 revision notes 2010-06-05 19:33:29 +00:00
benfry 90bdf19c28 add image file, though not clear if it's working 2010-06-05 19:31:26 +00:00
benfry e4d1b2efbc lots of fixes and edits, particularly for shape data 2010-06-05 19:30:47 +00:00
benfry 41d3bc54ff lots of svg improvements 2010-06-05 19:25:09 +00:00
benfry 1b37c70760 lots of new methods for PShape/SVG, adding support for querying data 2010-06-05 19:10:44 +00:00
benfry 4d7942d6c2 pass actual exceptions from InvocationTargetException in registered methods 2010-06-05 19:07:30 +00:00
benfry 07ed9f12b1 fix for "PDF library matrix is not reset between frames" (bug #1227) 2010-06-05 17:42:13 +00:00
benfry ac26a0c2cf fix for full-width space bug #1531 from takachin 2010-06-05 15:58:20 +00:00
benfry 5d0f63aef9 add preference for changing default sketch name pattern 2010-06-05 09:49:58 +00:00
benfry d8cd8e3e65 fix for beginShape(POINTS) in large amounts (bug #1572) 2010-06-04 09:19:53 +00:00
benfry 8cebc83f67 fix for PDF library to work with createFont() on linux (bug #1566) 2010-06-04 08:57:46 +00:00
benfry 13990e97f9 fix for ARGB images with PImage(java.awt.Image) from jdf 2010-06-03 22:48:56 +00:00
codeanticode 0be6cce197 Changed blend for modulate mode in A3D text rendering 2010-05-31 22:49:11 +00:00
codeanticode f017a638f6 Fixed font coloring in A3D 2010-05-31 15:28:22 +00:00
codeanticode 3e8509c975 Fixed character positioning in A3D 2010-05-31 14:46:35 +00:00
codeanticode f27d68adf1 opengl fond rendering is working 2010-05-30 23:42:18 +00:00
codeanticode 02b5c756ff Support for fonts that require more than one opengl texture 2010-05-30 15:06:21 +00:00
codeanticode e2e2b148f4 Fixed bug in font texturing (setting wrong texture id) 2010-05-30 11:37:26 +00:00
codeanticode 8de949f24f Glyph.image.pixels is used to initialize the font texture 2010-05-30 11:23:55 +00:00
codeanticode 7da961e5e0 Running code for opengl fonts 2010-05-29 10:43:24 +00:00
codeanticode 92f187a1c0 Removed beginText/endText 2010-05-27 00:23:08 +00:00
codeanticode c2df38a814 Some more opengl fonts work, overall structure is pretty much in place 2010-05-26 05:11:34 +00:00
codeanticode 98bbc83c58 Starting with OpenGL fonts 2010-05-25 12:04:20 +00:00
codeanticode 247e44799c Some tweaks in the extension detection mechanism 2010-05-25 10:27:08 +00:00
codeanticode 8b328cac70 Color setup is saved and restored when loading OBJ/MTL files 2010-05-10 04:53:33 +00:00
codeanticode 50c188f6bb Fixed texturing and coloring in OBJ loading (PShape3D) 2010-05-09 03:41:03 +00:00
codeanticode db24df36ab Enabling/disabling of depth mask in PShape3D 2010-05-08 08:05:44 +00:00
codeanticode 041e3d9b4c Point sprites in PShape3D work: fixed potential memory leak (ported from GLGraphics), added some convenience methods 2010-05-07 09:26:55 +00:00
benfry a66a74922a yet another bug #1549 tweak 2010-05-06 17:51:09 +00:00
benfry 96cf91c44e another fix for bug #1549 2010-05-06 16:57:54 +00:00
codeanticode 4a8525333f Improved configChooser and context creation in A3D. Added EGL2 support. 2010-05-06 05:38:01 +00:00
benfry b0cdc657ae fix to add sketches to command line for processing on linux (bug #1549) 2010-04-28 21:18:31 +00:00
codeanticode 837fdb33d0 Added VBO detection for Droid/Motoroi 2010-04-25 03:14:34 +00:00
codeanticode 2fbdfeafb9 Added support for GL11ExtensionPack (FBOs, etc) in A3D. 2010-04-22 02:05:21 +00:00
codeanticode ba5d008073 noClear method partially working in A3D. 2010-04-18 05:34:02 +00:00
codeanticode 80f0da63e6 some comments and minor changes in A3D 2010-04-17 02:56:43 +00:00
codeanticode 7776abfdaf Vertex group optimization in PShape3D. 2010-04-16 22:31:26 +00:00