Commit Graph

71 Commits

Author SHA1 Message Date
codeanticode
62e5517744 Handling JOGL2 issues on Linux 2011-03-28 08:23:09 +00:00
codeanticode
6ff12996c5 Better JOGL2 initialization 2011-03-28 08:10:06 +00:00
codeanticode
e392df8705 Same for OPENGL2 2011-03-26 03:08:57 +00:00
codeanticode
2c3326a1fa Initializing one less var 2011-03-26 01:36:47 +00:00
codeanticode
6bed92ed3e Adding point rendering to OPENGL2 2011-03-25 14:36:25 +00:00
codeanticode
bf57632d31 Updated multitexture API and fixed issue with static sketches 2011-03-24 12:38:21 +00:00
codeanticode
db50652b1b getMatrix() and resetMatrix() use the stack data 2011-03-23 02:54:10 +00:00
codeanticode
cbe8081496 Fixed typo in variable name in matrixMode() method 2011-03-21 07:03:34 +00:00
codeanticode
b71591f38b Fix for issue 579 2011-03-17 05:42:26 +00:00
benfry
62f03a14e2 tess hack 2011-03-14 14:31:26 +00:00
benfry
9bc78c735a remove errant debug message 2011-03-11 14:10:03 +00:00
benfry
3de81382cc new icon for export application 2011-03-09 12:08:38 +00:00
codeanticode
fc3d4c71ac Updated comments in Earth example 2011-03-08 01:02:57 +00:00
benfry
82d18818a1 cleaning up pdf and font selection 2011-03-07 23:30:15 +00:00
benfry
13fb0b4157 clean up the last of the font/pdf fixes 2011-03-07 22:53:46 +00:00
benfry
fee059166d change to utf8 for a couple files that were mac encoded 2011-03-06 19:29:12 +00:00
codeanticode
27096a4601 Fixed argument order in ortho(left, right, top, bottom) 2011-02-28 05:08:58 +00:00
codeanticode
f28f0521fd Added CameraLight example 2011-02-28 05:08:08 +00:00
codeanticode
32cf2a4742 buffer counter is always initialized to zero in opengl2 2011-02-27 03:41:18 +00:00
codeanticode
93088eb08f additional debug variable in opengl2 2011-02-23 10:41:47 +00:00
codeanticode
2d7143dbde updated multitexture API in opengl2 2011-02-22 14:33:35 +00:00
codeanticode
957593d92b properly handling transformations in the geometry buffer mode 2011-02-21 12:23:38 +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
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
80390ca210 Renamed pgl to ogl 2011-02-10 07:11:30 +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
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
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
c3d106e425 Updated shape merge API 2011-02-07 06:47:31 +00:00
codeanticode
9441f3e1fc Updated opengl2 to remove use of PParameters class 2011-02-07 06:27:04 +00:00
codeanticode
a5325860af Updated opengl2 to remove use of PMetadata class 2011-02-07 06:19:17 +00:00
codeanticode
ad09de78a3 Removing applet files 2011-02-01 09:54:28 +00:00
codeanticode
0fe112e817 Checking in first round of opengl2 examples 2011-02-01 09:47:13 +00:00
codeanticode
14b3439590 Checking in OPENGL2 2011-02-01 09:35:04 +00:00
codeanticode
ece8bb95bf ImageCache extends PMetadata 2011-02-01 07:53:01 +00:00
benfry
e4f3bf393a updating to new rxtx version 2011-01-28 20:15:14 +00:00
benfry
f9c3eeac54 work on mode switching, add an ugly android theme 2011-01-28 17:26:17 +00:00