Commit Graph

119 Commits

Author SHA1 Message Date
codeanticode e778f89e36 Added translate, rotate and scale methods to PShape3D 2010-04-08 08:56:36 +00:00
codeanticode bc59745393 GLModel renamed to PShape3D 2010-04-08 07:34:49 +00:00
codeanticode d05ccb9e39 GLConstants removed 2010-04-08 07:26:12 +00:00
codeanticode f6706b067b Shape drawing methods updated to incorporate 3D 2010-04-08 07:18:36 +00:00
codeanticode 602c7b373e PShapeSVG to GLModel tesselation is working 2010-04-08 06:40:45 +00:00
codeanticode 43ba60238e glmodel recording feature debugged 2010-03-29 08:35:01 +00:00
benfry a7a488b9d6 PImage.copy problem (bug #1174) 2010-03-28 18:15:47 +00:00
codeanticode 17cd469d83 algorithm for line grouping fixed 2010-03-28 00:17:46 +00:00
codeanticode c96ef8e1fb finished implementing glmodel recording 2010-03-28 00:05:23 +00:00
codeanticode d18a78f27d started glmodel recorder feature 2010-03-26 10:17:20 +00:00
benfry 992bbaffa6 added skewX/Y (bug #1448) and fixed bugs in its implementation 2010-03-23 18:23:39 +00:00
codeanticode 1007988d85 flickering issue in A3D solved 2010-03-22 12:37:31 +00:00
codeanticode 858b92cf80 partially succesful method to eliminate flickering in A3D sketches without screen clearing 2010-03-21 09:41:13 +00:00
codeanticode 506de58a99 glmodel memory problems corrected 2010-03-18 09:35:06 +00:00
benfry b58721f531 adding support for default font in android core 2010-03-14 17:11:47 +00:00
benfry 136659ebbc add implicit path commands to svg (bug #1503) 2010-03-14 17:05:31 +00:00
codeanticode 6b7b64421c Fixed buffer expansion bug in A3D 2010-03-14 00:18:37 +00:00
codeanticode 9d6f2ae958 GLModel is now subclass of PShape 2010-03-12 06:53:39 +00:00
codeanticode 2d63eff8b4 GLTexture not subclassed from PImage anymore 2010-03-06 06:59:59 +00:00
codeanticode fa2b5fb673 Partial solution for flickering when background() is not used in A3D 2010-03-06 05:16:34 +00:00
codeanticode b45c697e3e Fixed flickering problem when looping is disabled in A3D mode 2010-03-06 04:49:25 +00:00
codeanticode 3518647294 Changed some ToDos in PGraphicsAndroid3D 2010-03-06 03:40:48 +00:00
benfry 88c50dd332 switching to screenWidth/Height instead of screenW/H as per casey's suggestion 2010-03-05 13:44:26 +00:00
benfry 91bb309f3a oh yeah, *that's* why screen isn't static 2010-03-04 14:03:19 +00:00
benfry e89be2a053 changing to screenW/H and documenting it 2010-03-04 13:56:31 +00:00
benfry f7b18037e2 major fix for path/polygon data 2010-03-04 09:34:11 +00:00
codeanticode 923b292344 fixed lighting bugs in A3D 2010-03-01 17:29:42 +00:00
benfry 8bf697ebee add gltexture stuff 2010-03-01 13:46:09 +00:00
benfry 695ac5fd3e another bug fix for set() and resize() 2010-02-28 19:36:12 +00:00
benfry 2f108ce03d handle exit via hitting the 'back' key 2010-02-28 13:49:56 +00:00
benfry b239ea93be fix for resize() 2010-02-28 13:35:38 +00:00
benfry 768a4e9b25 add other methods for reading/writing files that can handle paths 2010-02-28 12:58:25 +00:00
benfry 8db450043a drastically improve TIFF image I/O 2010-02-28 12:58:09 +00:00
benfry 950e4e7993 fix image() issue with pixels and width/height change; support for link() 2010-02-28 02:46:36 +00:00
benfry 40a1030286 fix createFont() for otf and ttf files 2010-02-28 00:24:42 +00:00
benfry 4b94804827 fix for default stroke cap and join 2010-02-27 23:54:39 +00:00
benfry ebf26ccb39 fix implementation of createGraphics() and arc() 2010-02-27 22:04:56 +00:00
benfry 7a7393dcce canvas.rotate() expects degrees 2010-02-27 20:18:35 +00:00
benfry 858ce64d17 finishing up point() code 2010-02-27 18:08:25 +00:00
benfry c31b3f8058 fix point() for multiple sizes 2010-02-27 18:03:34 +00:00
benfry 5b12d99d90 use the android time object instead of the java calendar class 2010-02-27 17:14:44 +00:00
benfry cf1c3e4b2c fixed license headers for core 2010-02-27 16:49:54 +00:00
benfry 7fec09a19b quick bug fix for tint() and fonts, other cleanups 2010-02-27 16:38:16 +00:00
benfry 39678eb40a lots of work on set(), also fix requestImage() 2010-02-27 16:27:36 +00:00
jdf 0978ef36d3 Undo unneeded changes 2010-02-27 14:20:14 +00:00
jdf 4d5624edac Much simpler means of tracking process status 2010-02-27 14:17:54 +00:00
benfry 5e075d4cec fix updatePixels() and mask() 2010-02-27 13:36:43 +00:00
benfry 0efc7c15c4 fix efficiency for shapes, get bezier vertex working, other shape fixes 2010-02-27 12:52:46 +00:00
benfry 078f4bc924 implementation of get/set for images 2010-02-26 23:44:21 +00:00
benfry f63c23e993 get noLoop() working again, don't start drawing until surfaceChanged() is called 2010-02-26 21:57:18 +00:00