aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-examples
Commit message (Expand)AuthorAgeFilesLines
* Switches to JOGL 2.5.0HEADmasterJulien Gouesse2023-12-031-3/+3
* Switches to JOGL 2.5.0 RC 20230507Julien Gouesse2023-05-081-3/+3
* Drops Maven build scripts as it's replaced by GradleJulien Gouesse2023-04-171-172/+0
* Prepares the removal of deprecated calls to URL constructors to improve the s...Julien Gouesse2023-04-091-2/+8
* Runs the example runner with gradle run in ardor3d-examplesJulien Gouesse2023-04-091-0/+8
* Uses JOGL 2.4.0 and JOGL in the Gradle ardor3d-examples project's buildJulien Gouesse2023-04-091-2/+5
* Removes useless obsolete files specific to Eclipse and NetBeansJulien Gouesse2023-04-092-379/+0
* Supports the vertex data in all known orders in the OFF importerJulien Gouesse2023-03-091-1/+1
* Supports a map of indexed colors in the OFF importerJulien Gouesse2023-03-091-1/+1
* Modifies the log level and uncomments the mesh optimization in the OFF importerJulien Gouesse2023-03-091-1/+1
* Detects the 64 distinct off keywords in the OFF importer, clarifies which one...Julien Gouesse2023-03-081-1/+1
* Tries to generate all possible supported off keywords in the OFF importerJulien Gouesse2023-03-081-1/+1
* Removes the class handling edges, fixes the alpha color component management ...Julien Gouesse2023-03-071-1/+1
* Improves the OFF importer, which can now support meshes with colors on verticesJulien Gouesse2023-03-071-1/+1
* Adds the very first (unfinished, work in progress) blueprint of the OFF importerJulien Gouesse2023-03-062-0/+49
* Adds an OFF modelJulien Gouesse2023-03-061-0/+12394
* Adds some OFF models (https://people.sc.fsu.edu/~jburkardt/data/off/off.html)...Julien Gouesse2023-03-0422-0/+7702
* Removes some deprecated calls in order to ease compilation with future versio...Julien Gouesse2023-02-153-4/+3
* Switches to Java 17Julien Gouesse2022-10-231-13/+0
* Fixes a very minor warning in ExampleRunner.javaJulien Gouesse2022-10-231-1/+2
* Fixes gradle build with Gradle 7.2Julien Gouesse2021-09-041-0/+16
* Fixes gradle clean with Gradle 7.2Julien Gouesse2021-09-041-12/+12
* Removes the misleading VBO interleaved data modeJulien Gouesse2021-08-302-26/+20
* Fixes the generation of the Java API documentation and removes some duplicate...Julien Gouesse2019-08-256-1494/+34
* Partially fixes the generation of the Java API documentation (there are still...Julien Gouesse2019-08-233-28/+22
* Moves the missing files from ArdorCraftAPITest into ardor3d-examplesJulien Gouesse2019-08-178-0/+105
* Moves ArdorCraftAPITest into ardor3d-examplesJulien Gouesse2019-08-1727-0/+5888
* Moves ArdorCraft into ardor3d-craftJulien Gouesse2019-08-172-0/+6
* 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-examplesJulien Gouesse2019-06-059-53/+150
* Fixes some errors in the Java documentation of ParallelSplitShadowMapPassJulien Gouesse2019-06-031-18/+16
* 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-18/+17
* Replaces Guava's ByteSource in ardor3d-terrainJulien Gouesse2018-07-142-23/+43
* Merges several Renanse's commitsJulien Gouesse2018-01-2722-190/+570
|\
| * Updated interact widget mouseover code to pass through Canvas and provided a ...Joshua Slack2018-01-152-3/+39
| * Added new method to Canvas interface providing a way to store and retrieve th...Joshua Slack2018-01-1510-75/+87
| * Small tweak to eclipse project settingsJoshua Slack2018-01-041-1/+1
| * Small tweak to fix scroll bug in exampleJoshua Slack2017-10-191-2/+3
| * Cleanup of pack/layout/updateMinimum calls. Components can be packed now. R...Joshua Slack2017-10-1811-157/+135
| * Added ability to set a spacing between elements in RowLayoutJoshua Slack2017-10-121-2/+2
| * Added centerOn method to UIComponent to make it simpler to center a component...Joshua Slack2017-09-292-3/+48
| * Simplified UIPopupMenu to extend UIContainer instead of UIFrame.Joshua Slack2017-09-253-1/+293
* | Merges several Renanse's commitsJulien Gouesse2018-01-271-2/+2
|\|
| * Make use of SharedLibraryLoader when example uses lwjglJoshua Slack2017-09-242-3/+8
| * Upgraded lwjgl to latest 2.X version (2.9.3)Joshua Slack2017-09-202-2/+2
* | Merge commit '13eca2d7020eb82f98460f6508a4f60730fe4619'Julien Gouesse2018-01-271-1/+1
|\|
| * Added a 1920x1080 rezJoshua Slack2017-09-201-1/+1
* | Fixes some warningsJulien Gouesse2018-01-271-0/+1