Commit Graph

4971 Commits

Author SHA1 Message Date
codeanticode 603d0e338c Fixed problems when accumulating geometry in immediate mode, renamed some variables in the tessellator. 2011-11-28 01:52:11 +00:00
codeanticode da0212a3e2 Forgot to copy the vertex buffers 2011-11-28 00:05:03 +00:00
codeanticode 6d629d4d79 fixed renderPoints 2011-11-27 22:58:03 +00:00
codeanticode dfaf5f67c4 renderPoints, renderLines 2011-11-27 07:19:59 +00:00
codeanticode 7e66b51d93 renderFill() method for immediate mode in 2011-11-26 23:26:22 +00:00
codeanticode 025006bec8 Enabling in/tess mechanism in PGraphicsOpenGL 2011-11-26 20:34:29 +00:00
codeanticode b9a5c0922c Using new antialiasing API, fixed a small index bug in tessellator 2011-11-26 19:54:06 +00:00
benfry 78b92124c5 adding anti-alias methods for renderer setup 2011-11-26 14:55:09 +00:00
codeanticode 090f4b372f removed opengl multi-sampling constants 2011-11-25 15:27:53 +00:00
codeanticode ce6855d742 Setting anti-aliasing level with smooth() 2011-11-25 02:53:44 +00:00
codeanticode 4ab37d0b59 some tessellator fixes 2011-11-23 01:43:57 +00:00
codeanticode 764a913484 addShape, updateRoot 2011-11-22 16:08:07 +00:00
codeanticode 89852ea38a Rewriting PShape3D to use new PTessellator 2011-11-22 16:05:03 +00:00
codeanticode 7b49a7574c PTessellator completed 2011-11-20 04:30:45 +00:00
codeanticode b2d8e33345 line tess in PTessellator 2011-11-19 15:24:37 +00:00
codeanticode d080db0b71 PTessellator in 2011-11-19 02:24:38 +00:00
codeanticode 1c6755f55f sphere detail 2011-11-17 15:04:17 +00:00
codeanticode a9ce7ef015 Sphere primitive 2011-11-17 02:27:54 +00:00
codeanticode 5c96228d11 box primitive, texturing back in. 2011-11-17 01:57:28 +00:00
codeanticode 58604edacc curve and bezier vertices 2011-11-16 22:46:24 +00:00
codeanticode 53a4c604aa round and square points in PShape3D 2011-11-16 02:22:12 +00:00
codeanticode 909cc3b52a Stroke in poly geometry 2011-11-16 00:28:07 +00:00
codeanticode 5394bf96f4 First working version of GLU tessellator for poly geometries 2011-11-15 21:49:46 +00:00
codeanticode 3ea00070fb Some more glu tess work 2011-11-15 19:17:13 +00:00
benfry 0caab6baf6 changing how editor state info is handled, restoring sketches, recent menu 2011-11-15 03:05:14 +00:00
codeanticode 5676f6a414 Starting polygon tessellator 2011-11-15 02:48:40 +00:00
codeanticode bea3c4c552 New GL resource handling mechanism, should take care of issue 806 2011-11-15 00:11:40 +00:00
benfry 377d5b4fd1 fix base not being set on OS X; tweaking single instance use 2011-11-13 18:21:34 +00:00
benfry 3c12684c88 tweaking the single instance server implementation 2011-11-13 17:23:37 +00:00
benfry 707938f0b6 show proper library conflict message, and only show when a problem occurs 2011-11-13 16:38:07 +00:00
benfry a577f7ad0d cleaning up todo lists, make smooth() the default 2011-11-13 00:46:26 +00:00
benfry 5b9a5274e5 updating to use 6u29 on Windows and Linux, other notes 2011-11-12 23:14:46 +00:00
benfry cf6c895311 do check for whether all native libs are supported when running 2011-11-12 23:13:49 +00:00
codeanticode cddc18b090 Fixed rev 900 2011-11-12 21:49:33 +00:00
benfry f9ddbadb61 deal with blank canvas performance and Java2D (issue #729) 2011-11-12 21:08:00 +00:00
benfry 522c92e4a4 oop, remove that debug feller 2011-11-12 21:07:23 +00:00
benfry 278e56e230 cleanups 2011-11-12 20:14:14 +00:00
benfry e8d3a6689e fix for java doc comment bug (issue #877) 2011-11-12 20:08:18 +00:00
benfry 2bcb560d15 track down problem with emulator launching on Windows 2011-11-12 18:22:08 +00:00
benfry 436a81e330 cleaning up warnings, specifying Java 1.6 for build in Eclipse, remove unused 2011-11-12 17:31:06 +00:00
benfry 0487c536a1 debugging emulator problems on windows 2011-11-12 00:21:14 +00:00
benfry 5691d35ac4 debugging android problem 2011-11-11 22:41:23 +00:00
codeanticode 681c4afd93 Tessellation of round points is working 2011-11-10 15:18:14 +00:00
codeanticode 89480947ca Continue with point tessellation 2011-11-10 14:30:13 +00:00
benfry c5d2dd93c1 starting next revision 2011-11-10 13:12:57 +00:00
benfry 7527e807da last minute bug notes 2011-11-10 12:07:46 +00:00
benfry 206b81e727 release notes and todo items to wrap up 2.0a4 2011-11-10 11:54:38 +00:00
codeanticode 0c56af4e65 Adding logic to properly render points of any size and shape (round, square) 2011-11-10 01:19:51 +00:00
codeanticode 02a3d93328 Implemented triangle fan, triangle strip, quads, and quad strip tessellation in PShape3D 2011-11-09 23:37:17 +00:00
benfry 35ae804895 fix build.xml to point at the correct SDK version 2011-11-09 17:06:47 +00:00