Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds a few comments into JoglAwtCanvas and clarifies the use of the buffer ↵ | Julien Gouesse | 2014-03-20 | 2 | -5/+8 |
| | | | | swapping in JoglNewtWindow | ||||
* | Fixes a regression found by the JGO member orange451 ↵ | Julien Gouesse | 2014-03-20 | 1 | -7/+9 |
| | | | | http://www.java-gaming.org/index.php?action=profile;u=49424 The tags of all frames weren't loaded, only 'numTags' tags were loaded | ||||
* | Creates the correct debug pipeline matching with any GL instance used by the ↵ | Julien Gouesse | 2014-02-23 | 1 | -38/+2 |
| | | | | context | ||||
* | glFlush() shouldn't be called just before swapBuffers() in the JOGL renderer | Julien Gouesse | 2014-02-15 | 1 | -3/+5 |
| | |||||
* | Does not drop and reclaim the OpenGL context in JoglCanvasRenderer.draw() by ↵ | Julien Gouesse | 2014-02-15 | 1 | -4/+37 |
| | | | | default in order to get a real boost especially when the v-sync is turned off | ||||
* | Calls Thread.sleep(5) only when there is no current OpenGL context yet in ↵ | Julien Gouesse | 2014-02-15 | 1 | -8/+12 |
| | | | | JoglCanvasRenderer | ||||
* | Adds a working example for the MD3 importer | Julien Gouesse | 2014-02-11 | 4 | -0/+82 |
| | |||||
* | Fixes a spelling mistake in a for loop causing an ↵ | Julien Gouesse | 2014-02-11 | 1 | -1/+37 |
| | | | | ArrayIndexOutOfBoundsException when parsing the texture coordinates of a MD3 model | ||||
* | Exits even though the cleanup has just failed in ExampleBase | Julien Gouesse | 2014-02-11 | 1 | -3/+5 |
| | |||||
* | Implements the creation of the meshes in the MD3 importer (the management of ↵ | Julien Gouesse | 2014-02-09 | 2 | -18/+30 |
| | | | | .skin files is still missing) | ||||
* | Implements most of the MD3 parsing | Julien Gouesse | 2014-02-07 | 4 | -23/+249 |
| | |||||
* | Adds some other intermediary classes into the MD3 importer | Julien Gouesse | 2014-02-07 | 4 | -1/+149 |
| | |||||
* | Adds the very first class of the MD3 importer into ardor3d-extras | Julien Gouesse | 2014-02-07 | 1 | -0/+61 |
| | |||||
* | Switches to JOGL 2.1.4 (final release) | Julien Gouesse | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | Adds an example using the Swing canvas | Julien Gouesse | 2014-02-05 | 1 | -0/+216 |
| | |||||
* | Adds a Swing canvas into the JogAmp backend | Julien Gouesse | 2014-02-05 | 2 | -0/+156 |
| | |||||
* | Allows to override the geometry tool when a string is passed to the loader | Julien Gouesse | 2014-02-05 | 2 | -2/+31 |
| | |||||
* | Adds an example using JoglNewtSwtCanvas | Julien Gouesse | 2014-02-04 | 1 | -0/+307 |
| | |||||
* | Adds some missing override annotations, removes the useless AWT dependencies ↵ | Julien Gouesse | 2014-02-04 | 5 | -41/+61 |
| | | | | from NEWT and SWT examples, uses the heavyweight SWT GLCanvas of JOGL instead of Eclipse SWT canvas (which is unmaintained) and adds an example using JoglNewtSwtCanvas | ||||
* | Adds some documentation into existing JOGL canvases and windows | Julien Gouesse | 2014-02-04 | 5 | -7/+21 |
| | |||||
* | Adds a canvas based on the JOGL SWT heavyweight GLCanvas into Ardor3D | Julien Gouesse | 2014-02-03 | 2 | -0/+147 |
| | |||||
* | Adds some documentation into existing JOGL canvases and windows | Julien Gouesse | 2014-02-03 | 1 | -0/+0 |
| | |||||
* | Adds a utility to convert Ardor3D images into JOGL images (untested) | Julien Gouesse | 2014-01-31 | 1 | -0/+99 |
| | |||||
* | Adds a method to convert JOGL/NEWT texture data into Ardor3D images | Julien Gouesse | 2014-01-30 | 1 | -8/+23 |
| | |||||
* | Adds the very first blueprint of JoglNewtSwtCanvas into the JogAmp backend | Julien Gouesse | 2014-01-29 | 1 | -0/+108 |
| | |||||
* | Adds SWT into the dependencies of the JogAmp backend in order to add proper ↵ | Julien Gouesse | 2014-01-28 | 1 | -1/+117 |
| | | | | SWT support soon with NewtCanvasSWT and JOGL SWT GLCanvas | ||||
* | Switches to JOGL 2.1.4 RC 20140126 | Julien Gouesse | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #68 from gouessej/master | Joshua Slack | 2014-01-09 | 2 | -16/+47 |
|\ | | | | | Implements the modification of the cursor in the JOGL/NEWT backend | ||||
| * | Fixes the implementation of setCursor in the JOGL NEWT backend again, the ↵ | Julien Gouesse | 2014-01-09 | 1 | -1/+1 |
| | | | | | | | | orientation of the icon was wrong | ||||
| * | Fixes the implementation of setCursor in the JOGL NEWT backend | Julien Gouesse | 2014-01-09 | 1 | -1/+8 |
| | | |||||
| * | Removes a useless multiplication in the implementation of setCursor in the ↵ | Julien Gouesse | 2014-01-09 | 1 | -1/+1 |
| | | | | | | | | JOGL NEWT backend | ||||
| * | First implementation of setCursor in the JOGL NEWT backend | Julien Gouesse | 2014-01-09 | 1 | -15/+39 |
| | | |||||
| * | Switches to JOGL 2.1.4-rc-20140109 | Julien Gouesse | 2014-01-09 | 1 | -1/+1 |
| | | |||||
| * | Switches to JOGL 2.1.4-rc-20140102 | Julien Gouesse | 2014-01-04 | 1 | -1/+1 |
| | | |||||
| * | Switches to JOGL 2.1.3 | Julien Gouesse | 2013-12-16 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #67 from green-coder/master | Joshua Slack | 2014-01-02 | 8 | -16/+16 |
|\ \ | | | | | | | Fix typos in Javadoc comments. | ||||
| * | | Fix typos in Javadoc comments. | Vincent Cantin | 2014-01-02 | 8 | -16/+16 |
|/ / | |||||
* | | Merge pull request #66 from green-coder/master | Joshua Slack | 2013-12-25 | 1 | -0/+5 |
|\ \ | | | | | | | Fix the POM file (a version was left unspecified). | ||||
| * | | Fix the POM file (a version was left unspecified). | Vincent Cantin | 2013-12-26 | 1 | -0/+5 |
|/ / | |||||
* | | Merge pull request #65 from gouessej/master | Joshua Slack | 2013-12-12 | 5 | -18/+68 |
|\| | | | | | Allows to override GeometryTool | ||||
| * | Allows to override GeometryTool | Julien Gouesse | 2013-11-18 | 5 | -18/+68 |
| | | |||||
* | | Merge pull request #64 from gouessej/master | Joshua Slack | 2013-11-16 | 3 | -7/+472 |
|\| | | | | | WaveFront OBJ exporter | ||||
| * | Supports all fields of the material in the WaveFront OBJ exporter | Julien Gouesse | 2013-11-15 | 1 | -21/+65 |
| | | |||||
| * | Fixes the texture coordinates and adds a warning about the flipped textures ↵ | Julien Gouesse | 2013-11-15 | 2 | -42/+43 |
| | | | | | | | | into the exporter | ||||
| * | Merge branch 'master' of git://github.com/Renanse/Ardor3D | Julien Gouesse | 2013-11-11 | 2 | -18/+14 |
| |\ | |/ |/| | |||||
* | | Merge pull request #62 from gouessej/master | Joshua Slack | 2013-11-11 | 1 | -4/+31 |
|\ \ | | | | | | | Takes the transforms of the meshes into account when updating the morph mesh | ||||
* | | | more swt tweaks | Renanse | 2013-11-04 | 2 | -11/+10 |
| | | | |||||
* | | | Altered swt version and repo information in attempt to get it compiling again | Renanse | 2013-11-04 | 2 | -7/+4 |
| | | | |||||
* | | | Merge pull request #61 from gouessej/master | Joshua Slack | 2013-11-04 | 4 | -23/+24 |
|\ \ \ | | | | | | | | | Updates JOGL (2.0.2 -> 2.1.2) | ||||
* \ \ \ | Merge pull request #60 from gouessej/master | Joshua Slack | 2013-10-18 | 17 | -141/+468 |
|\ \ \ \ | | | | | | | | | | | Adds missing @Override annotations, fixes a few bugs and decreases the native memory footprint of the JOGL renderer |