Commit Graph

73 Commits

Author SHA1 Message Date
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
benfry
9e0170c2bc cleaning 2010-02-26 20:00:58 +00:00
benfry
4fb9821a33 cleanups, now going after image loading and memory issues 2010-02-26 19:52:24 +00:00
benfry
26535c1b4c removing old P3D code 2010-02-26 16:13:33 +00:00
benfry
8e0b58720a change image -> bitmap inside PImage, also remove window changing code 2010-02-26 16:12:12 +00:00
benfry
e6a42723b0 fix noLoop(), fix switching between applications 2010-02-26 15:36:23 +00:00
jdf
e0b0488bc3 At least temporarily fix catastrophic failure on screen rotation by basically restarting the whole app. I do this by calling finish) in onDestroy(). 2010-02-24 21:10:22 +00:00
benfry
c4d181f04c moving back a revision 2010-02-24 16:53:17 +00:00
jdf
902eefef2d I was exploring the android PApplet, and saved something, which caused all of my code standards to be applied to it. This includes marking things final whenever possible, which I like. 2010-02-24 02:12:55 +00:00
benfry
e5b7c50286 notes, removing GLFont 2010-02-20 21:17:25 +00:00
benfry
0d99131d08 big steps toward fonts/images working 2010-02-20 00:06:40 +00:00
benfry
569d6f0fbb get tint() working 2010-02-19 23:27:50 +00:00
benfry
0eee2bb82c minor cleanups 2010-02-19 22:36:34 +00:00
benfry
5380ccdfa4 adding new font code, and cleaning up other classes 2010-02-19 22:33:34 +00:00
benfry
c6ce49b0c2 re-sync with PFont from the main code 2010-02-19 21:55:02 +00:00
benfry
4e3f437ebe trying to straighten out images, fonts, and tint 2010-02-19 13:05:23 +00:00
benfry
b9ab39d774 renaming package back to processing.core, so that more libraries work off-the-shelf 2010-02-18 20:02:00 +00:00
codeanticode
b88b9e4d62 fixed minor bug in A3D triangle rendering 2010-02-09 13:43:49 +00:00
codeanticode
b00c1a2a81 rendering method for triangles in PGraphicsAndroid3D was reworked 2010-02-05 04:05:29 +00:00
codeanticode
64045f2920 reworked method for resizing vertex buffers when the number of triangles reaches the maximum 2010-02-04 20:46:41 +00:00
codeanticode
e0ec0dbd95 added some comments, updated TODOs 2010-02-04 03:21:40 +00:00
codeanticode
a5d9496d45 implemented mechanism for opengl resource recreation 2010-02-04 02:13:11 +00:00
codeanticode
b145c0f94a comments in GLFont 2010-02-03 15:39:35 +00:00
codeanticode
0d19175cd8 added loadGLModel method in PApplet 2010-02-03 15:36:34 +00:00
codeanticode
81a922d899 some impl methods to get arrays in glmodel 2010-02-03 15:30:01 +00:00
codeanticode
c9e27f0f76 added resize method 2010-02-03 13:36:48 +00:00
codeanticode
bdc59f94b8 fixed some indexing bugs in glmodel 2010-02-03 12:03:33 +00:00
codeanticode
e74bf3528f easier texturing methods in glmodel 2010-02-02 20:04:53 +00:00
codeanticode
aab06c7672 easier group creation methods in glmodel 2010-02-02 19:51:58 +00:00
codeanticode
ca1ce39ea5 fixed texturing bug in glmodel 2010-02-02 05:18:49 +00:00
codeanticode
101e3022b2 some simplifications in glmodel 2010-02-01 01:21:21 +00:00
codeanticode
53913947d3 fixed gltexure bugs, added PApplet.newGLTexture() 2010-02-01 00:03:40 +00:00
codeanticode
4e332c7457 gltexture rewrite finished 2010-01-31 22:55:53 +00:00
codeanticode
cdb6acd987 added opengl extension checking in a3d 2010-01-31 00:54:17 +00:00
codeanticode
3080f715a1 removed gltexture errors 2010-01-30 11:52:13 +00:00
codeanticode
1a54a4967d more gltexture changes 2010-01-29 16:19:41 +00:00
codeanticode
61895240b8 Started API simplification of GLTexture 2010-01-28 21:05:31 +00:00
codeanticode
e9621f036e GLModelParameters made an inner class of GLModel 2010-01-28 19:55:59 +00:00
codeanticode
c3a9c3bd53 glmodel working 2010-01-28 12:30:49 +00:00
codeanticode
cbd0d8606a some errors ironed out from glmodel 2010-01-27 21:46:39 +00:00
codeanticode
1393b319b5 Added render methods to GLModel 2010-01-27 16:58:32 +00:00
codeanticode
92c70e6feb Finished new API of GLModel 2010-01-26 20:58:27 +00:00
codeanticode
b06456c181 setBlend/defaultBlend methods in PGraphicsAndroid3D 2010-01-26 18:47:08 +00:00
codeanticode
cfec64c277 more GLModel 2010-01-26 18:36:29 +00:00
codeanticode
fdc4a9ddef More updates in GLModel 2010-01-26 16:00:58 +00:00
codeanticode
7a0cd57f92 GLModel API changes 2010-01-26 11:57:30 +00:00
benfry
e7b0475344 fix bug in image allocation 2010-01-24 19:54:34 +00:00