Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes tons of warnings | Julien Gouesse | 2014-08-08 | 1 | -0/+2 |
| | |||||
* | Drives the source code compatible with Java 1.6 anew (I thank Matt Eskridge ↵ | Julien Gouesse | 2014-08-08 | 1 | -2/+9 |
| | | | | for reminding me my mistake) | ||||
* | Does no longer use the default texture when loading a MD2 model so that the ↵ | Julien Gouesse | 2014-07-13 | 1 | -23/+13 |
| | | | | importer correctly loops on all skins | ||||
* | Uses a temporary dirty kludge to prevent the import of a MD2 model from ↵ | Julien Gouesse | 2014-07-13 | 1 | -15/+25 |
| | | | | failing when Ardor3D fails to load the default texture which is not supported yet by JOGL because of its bug 982 | ||||
* | Drives the WaveFront OBJ exporter more robust when manipulating a texture key | Julien Gouesse | 2014-07-13 | 1 | -15/+20 |
| | |||||
* | 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 | ||||
* | 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 | ||||
* | 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 |
| | |||||
* | Allows to override the geometry tool when a string is passed to the loader | Julien Gouesse | 2014-02-05 | 1 | -1/+14 |
| | |||||
* | Allows to override GeometryTool | Julien Gouesse | 2013-11-18 | 2 | -4/+29 |
| | |||||
* | 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 | 1 | -36/+37 |
| | | | | into the exporter | ||||
* | WaveFront OBJ exporter (work in progress) | Julien Gouesse | 2013-11-11 | 1 | -0/+371 |
| | |||||
* | Uses the 'legacy' code path when there is no useful transform in ↵ | Julien Gouesse | 2013-11-07 | 1 | -12/+20 |
| | | | | KeyframeController.update() | ||||
* | Takes the transforms into account when updating the morph mesh | Julien Gouesse | 2013-11-05 | 1 | -2/+21 |
| | |||||
* | Fixes the bug in KeyframeController, keeps the current time inside a ↵ | Julien Gouesse | 2013-04-24 | 1 | -9/+15 |
| | | | | reasonable frame to avoid weird morphing | ||||
* | Allows to override the update of the bounding volume in the key frame controller | Julien Gouesse | 2013-04-20 | 1 | -1/+8 |
| | |||||
* | normalized line endings | neothemachine | 2013-02-21 | 30 | -6496/+6496 |
| | | | | | | see http://www.hanselman.com/blog/YoureJustAnotherCarriageReturnLineFeedInTheWall.aspx and https://help.github.com/articles/dealing-with-line-endings | ||||
* | Switched more code to using more efficient index buffers. | renanse | 2013-01-20 | 2 | -16/+9 |
| | |||||
* | Various audit cleanup suggestions. | renanse | 2012-12-19 | 1 | -2/+2 |
| | |||||
* | move all files from trunk to root folder | neothemachine | 2012-12-05 | 42 | -0/+8807 |