aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Switches to JOGL 2.1.3Julien Gouesse2013-12-161-1/+1
|
* Allows to override GeometryToolJulien Gouesse2013-11-185-18/+68
|
* Supports all fields of the material in the WaveFront OBJ exporterJulien Gouesse2013-11-151-21/+65
|
* Fixes the texture coordinates and adds a warning about the flipped textures ↵Julien Gouesse2013-11-152-42/+43
| | | | into the exporter
* Merge branch 'master' of git://github.com/Renanse/Ardor3DJulien Gouesse2013-11-112-18/+14
|\
| * Merge pull request #62 from gouessej/masterJoshua Slack2013-11-111-4/+31
| |\ | | | | | | Takes the transforms of the meshes into account when updating the morph mesh
| * | more swt tweaksRenanse2013-11-042-11/+10
| | |
| * | Altered swt version and repo information in attempt to get it compiling againRenanse2013-11-042-7/+4
| | |
| * | Merge pull request #61 from gouessej/masterJoshua Slack2013-11-044-23/+24
| |\ \ | | | | | | | | Updates JOGL (2.0.2 -> 2.1.2)
| * \ \ Merge pull request #60 from gouessej/masterJoshua Slack2013-10-1817-141/+468
| |\ \ \ | | | | | | | | | | Adds missing @Override annotations, fixes a few bugs and decreases the native memory footprint of the JOGL renderer
| * \ \ \ Merge pull request #59 from gouessej/masterJoshua Slack2013-08-113-45/+76
| |\ \ \ \ | | | | | | | | | | | | Allows to skip auto-repeat events
| * \ \ \ \ Merge pull request #58 from gouessej/masterJoshua Slack2013-07-312-5/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | Switches to JOGL 2.0.2
* | | | | | | WaveFront OBJ exporter (work in progress)Julien Gouesse2013-11-111-0/+371
| | | | | | |
* | | | | | | Adds getPrimitiveTextureCoords into MeshDataJulien Gouesse2013-11-111-0/+49
| | | | | | |
* | | | | | | Switches to JOGL 2.1.2Julien Gouesse2013-11-111-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Uses the 'legacy' code path when there is no useful transform in ↵Julien Gouesse2013-11-071-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | KeyframeController.update()
* | | | | | Takes the transforms into account when updating the morph meshJulien Gouesse2013-11-051-2/+21
| |_|_|_|/ |/| | | |
* | | | | Improves the previous commitJulien Gouesse2013-11-041-5/+8
| | | | |
* | | | | Modifies the JOGL renderer in order to support the changes introduced in the ↵Julien Gouesse2013-11-044-25/+23
| |_|_|/ |/| | | | | | | | | | | public APIs of JOGL 2.1.x
* | | | Adds the missing new class DirectNioBuffersSetJulien Gouesse2013-10-111-0/+110
| | | |
* | | | Adds missing @Override annotations, fixes a few bugs and decreases the ↵Julien Gouesse2013-10-1116-141/+358
| |_|/ |/| | | | | | | | native memory footprint of the JOGL renderer
* | | Does not use the development repository to get the stable release of JOGL, ↵Julien Gouesse2013-08-111-2/+3
| | | | | | | | | | | | rather uses Maven Central
* | | Allows to skip auto-repeat eventsJulien Gouesse2013-08-012-43/+73
| |/ |/|
* | Switches to JOGL 2.0.2Julien Gouesse2013-07-302-5/+6
|/
* Merge pull request #57 from neothemachine/sonatypeJoshua Slack2013-07-281-0/+20
|\ | | | | Skip pom deployment for distribution module by default
| * skipping pom deployment for distribution module by default (exceptneothemachine2013-07-261-0/+20
| | | | | | hudson)
* | Merge pull request #56 from neothemachine/sonatypeJoshua Slack2013-07-252-121/+96
|\| | | | | Further cleanup of pom files
| * change cobertura output from xml to html (default) for the reportsneothemachine2013-07-251-3/+0
| |
| * added a note that 'compile' has to be run before running findbugsneothemachine2013-07-251-4/+7
| |
| * some more POM cleanupneothemachine2013-07-251-29/+28
| | | | | | | | - use Maven reporting properly - use jar-no-fork instead of jar for maven-sources-plugin
| * don't exclude distribution module from build + some POM refactoringneothemachine2013-07-252-99/+75
| | | | | | | | this prevents that the version number isn't bumped when using maven-release-plugin
* | Merge pull request #55 from neothemachine/sonatypeJoshua Slack2013-07-2516-110/+117
|\| | | | | POM changes for 0.9 release
| * [maven-release-plugin] prepare for next development iterationneothemachine2013-07-2316-18/+17
| |
| * [maven-release-plugin] prepare release v0.9v0.9neothemachine2013-07-2315-18/+18
| |
| * Prepared POMs for Maven Centralneothemachine2013-07-233-92/+100
|/ | | | | | The building of the zip assemblies now only happens when the "hudson" profile is used. Also, the default Maven repositories are now the Sonatype ones which are then overriden in the "hudson" profile to the ones of ardor3d.
* Merge pull request #53 from gouessej/masterJoshua Slack2013-06-263-11/+7
|\ | | | | Switches to JOGL 2.0.2 RC12
| * Switches to JOGL 2.0.2 RC12Julien Gouesse2013-06-263-11/+7
| |
* | Merge pull request #52 from gouessej/masterJoshua Slack2013-06-243-3/+3
|\| | | | | Switches to the post build 2.0.2 RC 20130619 and requires OpenGL 3.1 for draw instancing
| * Switches to the post build 2.0.2 RC 20130619Julien Gouesse2013-06-241-1/+1
| |
| * Requires OpenGL 3.1 to use draw instancingJulien Gouesse2013-06-242-2/+2
| |
* | Merge pull request #51 from gouessej/masterJoshua Slack2013-06-193-7/+29
|\| | | | | Fixes the offscreen rendering using FBOs and adds the support of more mouse buttons
| * Forces the rebinding of the texture only when the drawable uses a frame ↵Julien Gouesse2013-06-191-5/+3
| | | | | | | | buffer object as neothemachine suggested
| * Fixes offscreen support, forces the rebinding of the texture in this caseJulien Gouesse2013-06-181-1/+7
| |
| * Adds the support of 9 mouse buttons into the JOGL 2.0 NEWT backendJulien Gouesse2013-06-182-6/+24
| |
* | Merge pull request #50 from gouessej/masterJoshua Slack2013-06-179-47/+72
|\| | | | | Switches to the post build 2.0.2 RC 20130613 (pre-RC12)
| * Merge branch 'master' of git://github.com/Renanse/Ardor3DJulien Gouesse2013-06-130-0/+0
| |\ | |/ |/|
* | Merge pull request #46 from gouessej/masterJoshua Slack2013-05-012-15/+9
|\ \ | | | | | | Fixes the wrong match between key symbols and keys on non-QWERTY keyboards
* \ \ Merge pull request #45 from gouessej/masterJoshua Slack2013-04-265-28/+56
|\ \ \ | | | | | | | | Switches to JOGL 2.0.2 RC 20130425 and allows to control the creation of the renderer in the canvas renderer
* \ \ \ Merge pull request #44 from gouessej/masterJoshua Slack2013-04-242-11/+17
|\ \ \ \ | | | | | | | | | | Fixes the bug in KeyframeController
| | | | * Switches to the post build 2.0.2 RC 20130613Julien Gouesse2013-06-131-1/+1
| | | | |