aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-examples/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes a very minor warning in ExampleRunner.javaJulien Gouesse2022-10-231-1/+2
* 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-232-27/+21
* Moves the missing files from ArdorCraftAPITest into ardor3d-examplesJulien Gouesse2019-08-178-0/+105
* Moves ArdorCraftAPITest into ardor3d-examplesJulien Gouesse2019-08-1727-0/+5888
* 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
* 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 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-201-1/+1
* | 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
* | Merge commit 'eb97939539a8ad69db8f812350351ded05e7c698'Julien Gouesse2018-01-271-5/+34
|\|
| * Add support and demo of sub-pie menusJoshua Slack2017-09-201-5/+34
* | Fixes some warningsJulien Gouesse2018-01-271-18/+18
* | Merge commit '1aae3c9d22835dded3f6cc6ba0d2e9cc040a92aa'Julien Gouesse2018-01-271-0/+8
|\|
| * Added a way for update logic to be attached to, and run by, InteractManagerJoshua Slack2017-09-191-0/+8
* | Merges several Renanse's commits about pie menu and diskJulien Gouesse2018-01-272-1/+82
|\|
| * Added state cleanup to popup components.Joshua Slack2017-09-111-1/+1
| * Added new UI Components - UIPieMenu and UIPieMenuItem.Joshua Slack2017-09-111-7/+22
| * Updates to Disk to allow for hole in center.Joshua Slack2017-09-061-1/+1
| * Updated example to also incorporate popup-menusJoshua Slack2017-08-111-0/+66
* | Merge commit 'cbc61566689660d39f469efe4c429f8adf5b239e'Julien Gouesse2018-01-271-0/+693
|\|
| * Updates to allow overriding SpatialState in InteractManager.Joshua Slack2017-06-021-0/+693
* | Merge commit 'ec637d5a3fffe01ed4346c73fab91d8447a7192d'Julien Gouesse2018-01-272-8/+37
|\|
| * Added a new 9-slice capable BMTextBackground to use with BMText/BasicText and...Joshua Slack2017-04-212-8/+37
* | Merges Renanse's commit 9e9c406384a5ef51fd777d936932382f8dde0dc4Julien Gouesse2018-01-271-11/+12
|\|