Commit Graph

4171 Commits

Author SHA1 Message Date
codeanticode cfb7566f71 synch with opengl2 2011-02-21 12:24:29 +00:00
codeanticode 957593d92b properly handling transformations in the geometry buffer mode 2011-02-21 12:23:38 +00:00
codeanticode 346c54251d ported latest changes from opengl2 2011-02-21 10:55:06 +00:00
codeanticode dc9e3ee3cc setting maximum buffer size to zero means no size limit is applied 2011-02-21 10:29:24 +00:00
codeanticode 6fd3bda7d0 more testing of geometry buffer rendering 2011-02-20 14:03:00 +00:00
codeanticode 83f2cb672d Fixed error in GLMatrixStack.mult() 2011-02-19 00:56:52 +00:00
codeanticode 57317f0296 Some additional test variables for the geometry accumulation mode 2011-02-18 23:53:52 +00:00
codeanticode 539aacc823 Added smooth, noSmooth, drawTexture, fixed some bugs 2011-02-12 18:46:15 +00:00
codeanticode 337c92cd87 minor edits 2011-02-12 18:43:11 +00:00
codeanticode 6cc6be396a Done with OPENGL2->A3D update 2011-02-12 18:38:56 +00:00
codeanticode c6821fdb98 Fonts working again in A3D 2011-02-12 17:31:12 +00:00
codeanticode 71257e8a5c Added PFontTexture class 2011-02-12 16:05:19 +00:00
codeanticode f6c7ebcbdf Updated examples 2011-02-12 15:57:36 +00:00
codeanticode b78cf2eb5f Fixed offscreen mode 2011-02-12 15:57:05 +00:00
codeanticode ab047523a3 Some fixes 2011-02-12 12:48:21 +00:00
codeanticode 24c5a5f4db Backporting more changes (PImage, PTexture, PShape3D) 2011-02-12 11:47:33 +00:00
codeanticode 443c3f9037 Backporting changes from OPENGL2 to A3D 2011-02-12 08:22:38 +00:00
codeanticode e4a8aca378 Properly enabling/disabling texture coordinate client state per texture unit in renderTriangles() 2011-02-11 08:25:11 +00:00
codeanticode d2fb1fd213 Fixed a bug in the multitexture mode of PShape3D and removed unused direct buffers 2011-02-11 08:11:33 +00:00
codeanticode b02473bfb7 Added windows dlls of JOGL2 2011-02-10 09:13:33 +00:00
codeanticode 5cc25deeaa Cleaning up variables in A3D 2011-02-10 07:14:37 +00:00
codeanticode 80390ca210 Renamed pgl to ogl 2011-02-10 07:11:30 +00:00
codeanticode 78faf479f0 Added JOGL2 native libraries for Linux32/64 (from b11-20101213 release of JOGL 2.0) 2011-02-10 05:25:58 +00:00
codeanticode da54bd1427 Removed GLProfile.initSingleton() from JOGL2 initialization to avoid crashes in Linux 2011-02-10 05:21:30 +00:00
codeanticode 259fbf180b Updated Planets example to make it look better in landscape orientation 2011-02-09 14:59:52 +00:00
codeanticode 133dd4835c GeometryBuffer has matrix stack. Disabled by default for the time being 2011-02-09 14:51:29 +00:00
codeanticode bb52c6b87f GeometryBuffer is working (and it is fast) 2011-02-09 08:33:49 +00:00
codeanticode 1d9ea18341 More GeometryBuffer 2011-02-09 06:09:12 +00:00
codeanticode 2a6ad0b125 Fixed small bug in renderTriangles() introduced when renaming some variables 2011-02-08 15:35:40 +00:00
codeanticode be855fc426 Continue implementation of GeometryBuffer 2011-02-08 09:21:22 +00:00
codeanticode 0f358bd67a Matrix returned by getMatrix, printMatrix depends on selected matrix mode 2011-02-08 09:20:28 +00:00
codeanticode 9a124003fe Using matrixMode() in P3D 2011-02-08 05:52:44 +00:00
codeanticode 49d0c8d931 Removed PMetadata from opengl 2011-02-08 05:47:55 +00:00
codeanticode 27890e3942 opengl2 updated to use new matrix mode API 2011-02-08 05:36:21 +00:00
codeanticode 8eb1d7838a Replaced beginProjection()/endProjection() API with matrixMode() 2011-02-08 05:35:21 +00:00
codeanticode 80ad0e19f1 Started with the implementation of geometry buffer mechanism. 2011-02-07 13:55:39 +00:00
codeanticode 97404dbf22 Updated blend API and examples using it. 2011-02-07 07:32:38 +00:00
codeanticode 2ec3cec997 blend() renamed to screenBlend() and noBlend() removed 2011-02-07 07:31:44 +00:00
codeanticode c3d106e425 Updated shape merge API 2011-02-07 06:47:31 +00:00
codeanticode fb4db4bf2f Renamed mergeRecord to mergeShapes and removed noMergeRecord 2011-02-07 06:46:53 +00:00
codeanticode 9441f3e1fc Updated opengl2 to remove use of PParameters class 2011-02-07 06:27:04 +00:00
codeanticode 49cd6b4501 Removed PParameter class 2011-02-07 06:26:47 +00:00
codeanticode a5325860af Updated opengl2 to remove use of PMetadata class 2011-02-07 06:19:17 +00:00
codeanticode 8d90fbb4ab Removed PMetadata class 2011-02-07 06:17:22 +00:00
lonnen 1ab917229b millisOffset changed in android to keep it consistent with the core 2011-02-02 00:25:59 +00:00
lonnen a8262d5320 millisOffset changed to init at declaration for Issue 530 2011-02-01 16:54:15 +00:00
codeanticode ad09de78a3 Removing applet files 2011-02-01 09:54:28 +00:00
codeanticode 3650c65880 Removed opengl2 jar, initially added by accident 2011-02-01 09:48:56 +00:00
codeanticode 0fe112e817 Checking in first round of opengl2 examples 2011-02-01 09:47:13 +00:00
codeanticode 31446d5c23 Minor cleanup 2011-02-01 09:38:33 +00:00