aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-extras
Commit message (Expand)AuthorAgeFilesLines
* Drops Maven build scripts as it's replaced by GradleJulien Gouesse2023-04-171-22/+0
* Removes useless obsolete files specific to Eclipse and NetBeansJulien Gouesse2023-04-092-382/+0
* Supports the vertex data in all known orders in the OFF importerJulien Gouesse2023-03-092-65/+83
* Supports a map of indexed colors in the OFF importerJulien Gouesse2023-03-091-2/+37
* Modifies the log level and uncomments the mesh optimization in the OFF importerJulien Gouesse2023-03-095-12/+11
* Detects the 64 distinct off keywords in the OFF importer, clarifies which one...Julien Gouesse2023-03-083-339/+721
* Tries to generate all possible supported off keywords in the OFF importerJulien Gouesse2023-03-081-48/+181
* Removes the useless commented code in the OFF importer againJulien Gouesse2023-03-071-23/+0
* Removes the useless commented code in the OFF importerJulien Gouesse2023-03-071-38/+0
* Removes the class handling edges, fixes the alpha color component management ...Julien Gouesse2023-03-074-158/+72
* Improves the OFF importer, which can now support meshes with colors on verticesJulien Gouesse2023-03-072-42/+300
* Adds the very first (unfinished, work in progress) blueprint of the OFF importerJulien Gouesse2023-03-066-0/+862
* Fixes gradle build with Gradle 7.2Julien Gouesse2021-09-041-0/+2
* Fixes gradle clean with Gradle 7.2Julien Gouesse2021-09-041-1/+1
* Partially fixes the generation of the Java API documentation (there are still...Julien Gouesse2019-08-231-1/+1
* Uses the release option in the Maven build to ease the use of Java >= 9Julien Gouesse2019-08-121-1/+3
* Replaces com.ardor3d by org.jogamp.ardor3d in the Maven group idJulien Gouesse2019-06-301-1/+1
* Fixes some errors in the Java documentation of ardor3d-extrasJulien Gouesse2019-06-0112-110/+213
* Sets the compiler compliance to 1.8Julien Gouesse2019-05-261-3/+4
* Replaces Guava's Predicate by Java 8 Predicate (issue #13)Julien Gouesse2019-05-261-2/+2
* Merges several Renanse's commitsJulien Gouesse2018-01-2713-293/+440
|\
| * Updated interact widget mouseover code to pass through Canvas and provided a ...Joshua Slack2018-01-1512-22/+162
| * Fixed a highlight bug when mouseover moves between multiple rings without mou...Joshua Slack2018-01-062-12/+13
| * Small tweak to help with mouseovers in compound widgetJoshua Slack2018-01-051-5/+11
| * Small tweak to eclipse project settingsJoshua Slack2018-01-041-1/+1
| * Made these public to allow for access from compound widget style classes.Joshua Slack2017-10-311-2/+2
| * Added the concept of mouseEntered/Departed to InteractWidgets and applied the...Joshua Slack2017-10-307-256/+262
| * Fixed some redundant scaling code and pulled widget scale calculation out int...Joshua Slack2017-10-276-39/+33
* | Fixes a bug in the PLY importer: some already present element keywords weren'...Julien Gouesse2018-01-271-5/+10
* | Fixes some warningsJulien Gouesse2018-01-271-0/+9
* | Fixes some warningsJulien Gouesse2018-01-271-3/+3
* | Merge commit '1aae3c9d22835dded3f6cc6ba0d2e9cc040a92aa'Julien Gouesse2018-01-273-3/+79
|\|
| * Added a way for update logic to be attached to, and run by, InteractManagerJoshua Slack2017-09-193-4/+81
| * Experimental conversion to gradleJoshua Slack2017-09-191-0/+5
* | Merge commit 'cbc61566689660d39f469efe4c429f8adf5b239e'Julien Gouesse2018-01-272-13/+7
|\|
| * Updates to allow overriding SpatialState in InteractManager.Joshua Slack2017-06-022-13/+7
* | Merges Renanse's commit 67d620baf5eaf5b0ce66800e468719a9ef79ef25Julien Gouesse2018-01-272-1/+6
|\|
| * Added code to ensure margin and border use considers possibility of null. Ad...Joshua Slack2017-05-312-1/+6
* | Merges Renanse's commit 240660efaeb9117a50f2e9cca0a7153e500490b3Julien Gouesse2018-01-272-1/+18
|\|
| * fixed missing calls to received/lost control on interact widgets.Joshua Slack2017-05-302-3/+20
| * Made GeometryTool effectively into a static classJoshua Slack2017-04-272-32/+11
| * Updated target to Java 1.7Joshua Slack2017-04-201-4/+7
* | Merges mallanmba's commit 8ea0c83909327832f6ec575b752153b5ed6366fbJulien Gouesse2018-01-2613-46/+156
|\|
| * Contributions from mallanmba regarding improvements and fixes to the Ardor3D ...mallanmba2017-04-1913-41/+150
| * replace Java7 constructmallanmba2016-01-271-2/+2
* | Avoids keeping a useless stream opened in the PLY importerJulien Gouesse2016-08-231-275/+296
* | Adds the support of texture coordinates contained by the vertices into the PL...Julien Gouesse2016-08-233-5/+42
* | Fixes the support of textures in the PLY importerJulien Gouesse2016-08-211-1/+12
* | Adds the support of binary files into the PLY importerJulien Gouesse2016-08-211-117/+224
* | No longer relies on the file helper to determine whether a PLY file is in ASC...Julien Gouesse2016-08-211-173/+125