Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

jMonkeyEngine

jMonkeyEngine is a modern developer-friendly game engine written primarily in Java. Its minimalistic and code first approach makes it perfect for developers who want the support of a game engine while retaining full control over their code
Collective - Host: opensource - https://opencollective.com/jmonkeyengine - Website: https://jmonkeyengine.org/ - Code: https://github.com/jMonkeyEngine

solve issue #1939 [NPE in FbxMesh.applyCluster()] (#1940)

* FBXCluster: create empty arrays if the cluster contains no keyframes

* FbxLoader: don't c...

github.com/jMonkeyEngine/jmonkeyengine - aaabd104771019e1a627696a98f5de5794c3c4cc authored over 1 year ago by Stephen Gold <[email protected]>
Merge pull request #454 from tonihele/build-fixes

Update some stephengold libraries and make mavenCentral the first place

github.com/jMonkeyEngine/sdk - 21a67110bb2351c01d4f8a8f52ca91174afb66a1 authored over 1 year ago by Toni Helenius <[email protected]>
Merge pull request #462 from tonihele/fix_npe

Fix NPE and reduce nesting

github.com/jMonkeyEngine/sdk - 33b3d4d186dd9f107021579d718269ebe0ad7ff9 authored over 1 year ago by Toni Helenius <[email protected]>
Classloader should be added despite being a non-Gradle project

github.com/jMonkeyEngine/sdk - d7425be33c2966d64aab77779d1082a751d99bb3 authored over 1 year ago by Toni Helenius <[email protected]>
Added javadoc

github.com/jMonkeyEngine/sdk - 42cd6d8925202e10aa94e7e834f5d42841ee49dc authored over 1 year ago by Toni Helenius <[email protected]>
Use the initializer rather than a class variable

github.com/jMonkeyEngine/sdk - 7edb4fe0084d9bf123e02bfc284cbd7d2dbf93e7 authored over 1 year ago by Toni Helenius <[email protected]>
Better logging

github.com/jMonkeyEngine/sdk - 831aef988c5d9887e5690a78c2b90d87dbd05fa0 authored over 1 year ago by Toni Helenius <[email protected]>
Throw error from non-OK answer for better error handling

github.com/jMonkeyEngine/sdk - 6ad6552c2424d6d4d37dcf392791a41b55f111fd authored over 1 year ago by Toni Helenius <[email protected]>
Fix NPE and reduce nesting

github.com/jMonkeyEngine/sdk - ebf6555619ae66b2ad423fdae8fc3c9cecd49991 authored over 1 year ago by Toni Helenius <[email protected]>
Start getting jME versions

github.com/jMonkeyEngine/sdk - ab5cb390d826a0dda8eb984ad7d557545128b8d0 authored over 1 year ago by Toni Helenius <[email protected]>
Better error handling

github.com/jMonkeyEngine/sdk - d59062331dbdd3fbb01da07b6709aebe1414a25e authored over 1 year ago by Toni Helenius <[email protected]>
solve issue #1937 (NPE in FbxObject) (#1938)

github.com/jMonkeyEngine/jmonkeyengine - 18fa6bed8cd37d063da52360d8f01175e6d1f5dd authored over 1 year ago by Stephen Gold <[email protected]>
Use the cached container

github.com/jMonkeyEngine/sdk - 8d92de74d783bd6b8255a18fb4753538875c34cd authored over 1 year ago by Toni Helenius <[email protected]>
Simplified design

github.com/jMonkeyEngine/sdk - 86e28c29f5fce428a00310a1cc5c399fa49cfbf5 authored over 1 year ago by Toni Helenius <[email protected]>
solve issue #1933 (unsupported operation in FbxNode) (#1936)

github.com/jMonkeyEngine/jmonkeyengine - 08d6984b3eb2289c23dee600a2f1de6ef2c59db0 authored over 1 year ago by Stephen Gold <[email protected]>
Added a central cached container for getting libraries

github.com/jMonkeyEngine/sdk - 9adfac6a54e1e4082188eb6c2d6819e45b3b32f1 authored over 1 year ago by Toni Helenius <[email protected]>
solve issue #1932 (class cast exceptions in FBX importer) (#1934)

github.com/jMonkeyEngine/jmonkeyengine - c0efec4c7f53b085e9ad517f50e80a769c527a47 authored over 1 year ago by Stephen Gold <[email protected]>
Remove obsolete method

github.com/jMonkeyEngine/sdk - 5f1818f39ba80622a5dcb9008e26b107012483cb authored over 1 year ago by Toni Helenius <[email protected]>
solve issue #1930 (NPE in FbxLayerElement) (#1931)

github.com/jMonkeyEngine/jmonkeyengine - d313a32a4c18d56a3f1d474f894b11afd3706c46 authored over 1 year ago by Stephen Gold <[email protected]>
solve issue #1928 (OutOfMemoryError in FBX importer) (#1929)

* solve issue #1928 (OutOfMemoryError in FBX importer)

* tweak the new javadoc

github.com/jMonkeyEngine/jmonkeyengine - f244e8989308107a07cd1d424136e4131e10691c authored over 1 year ago by Stephen Gold <[email protected]>
Adding teapot geometry as a preview geometry (#459)

Adding teapot geometry as a preview geometry
Fixing some icon issues with preview buttons
Adde...

github.com/jMonkeyEngine/sdk - d19ca7f8d36747877d567bba6c4d8748587ea22f authored over 1 year ago by Rickard Edén <[email protected]>
Merge pull request #458 from peedeeboy/bugfix/editor_colours

Do not overwrite Editor Profile on every load

github.com/jMonkeyEngine/sdk - 1c782b5bc387367861a74d1439400b8a8964e477 authored over 1 year ago by Rickard Edén <[email protected]>
resolve issue #1926 (unnecessary dependencies) (#1927)

* buildscript: move def of "niftyVersion" to "common.gradle" (shared between projects)

* jme3...

github.com/jMonkeyEngine/jmonkeyengine - 7a5d085ff5274b651401d1460a7bf72abd006ac4 authored over 1 year ago by Stephen Gold <[email protected]>
Added basic error handling

github.com/jMonkeyEngine/sdk - 9ec585dcf1a62392f96de39969cbb982c4a7bdd8 authored over 1 year ago by Toni Helenius <[email protected]>
gradle.properties: next release from "master" branch should be v3.7.0

github.com/jMonkeyEngine/jmonkeyengine - ead32f180b30ecb13b881fffe96933078114251a authored over 1 year ago by Ali-RS <[email protected]>
main.yml: build on pushes to the new v3.6 branch

github.com/jMonkeyEngine/jmonkeyengine - 2cc396531d17da0d97196b211beae2343c442717 authored over 1 year ago by Ali-RS <[email protected]>
Add Gson dependency

github.com/jMonkeyEngine/sdk - e23b742872bbc338bb3f4f07cff6251efacea270 authored over 1 year ago by Toni Helenius <[email protected]>
Working Maven version search implementation

github.com/jMonkeyEngine/sdk - 9d17f66b7b8d7ae79cdd08e0a8094a8e58da7f8b authored over 1 year ago by Toni Helenius <[email protected]>
Do not overwrite Editor Profile on every load

github.com/jMonkeyEngine/sdk - e700cacea2b6c5e20a37db9eaf8e9adbdd67750f authored over 1 year ago by Pete Whelpton <[email protected]>
LWJGL as TemplateLibrary too, added generics and some cleanups

github.com/jMonkeyEngine/sdk - 773a7f19ad2e3148c498aed3d1f5894a59b76140 authored over 1 year ago by Toni Helenius <[email protected]>
Merge pull request #455 from tonihele/copyright

Update copyright year

github.com/jMonkeyEngine/sdk - 78a7f441bb516b58982e21f1dd66719741858045 authored over 1 year ago by Toni Helenius <[email protected]>
Merge pull request #456 from tonihele/new-tangent-generator

Use the newer tangent generator, fixes the shiny sphere template

github.com/jMonkeyEngine/sdk - 0e007f1c6d84245fcfeb62ad4ba63bde8d30678c authored over 1 year ago by Toni Helenius <[email protected]>
Fix #1923 (OSSRH artifacts are build with different java version) (#1924)

github.com/jMonkeyEngine/jmonkeyengine - c97a6d364d4a56d08ee150f8adb20646433e7c18 authored over 1 year ago by Ali-RS <[email protected]>
Added all the common methods to the interface

github.com/jMonkeyEngine/sdk - 7c8efbdc899f38e40b90e246b222d8a5b0f20e88 authored over 1 year ago by Toni Helenius <[email protected]>
Use interfaces to standardize the library... interface

github.com/jMonkeyEngine/sdk - 55644d3d400e19a79cce036437f54f44c6d82887 authored over 1 year ago by Toni Helenius <[email protected]>
Use the newer tangent generator, fixes the shiny sphere template

github.com/jMonkeyEngine/sdk - 6471addf80b5cd231c8b5508dda35b7de29ddf38 authored over 1 year ago by Toni Helenius <[email protected]>
Update copyright year

github.com/jMonkeyEngine/sdk - 89836e4e0867e6faf0d5ef8a8c5c95c432319603 authored over 1 year ago by Toni Helenius <[email protected]>
Update some stephengold libraries and make mavenCentral the first place

github.com/jMonkeyEngine/sdk - 60e49d6c509328132aecbabce8cb7becf5b5772b authored over 1 year ago by Toni Helenius <[email protected]>
Material Editor overhaul (#389)

* icons and some ui tweaks for material editor

* some layout changes to Material Editor

* ...

github.com/jMonkeyEngine/sdk - 164711910b2f1ab337a7eea9885ad8eaffa3180a authored over 1 year ago by Rickard Edén <[email protected]>
main.yml: deploy with jdk17 (#1922)

github.com/jMonkeyEngine/jmonkeyengine - 458e9ec210c131f92f4d8e5f93f01f1dc93b0a5b authored over 1 year ago by Ali-RS <[email protected]>
solve issue #1919 (underflow while generating tangents) (#1920)

* jme-core: add a test for issue #1919 (underflow generating tangents)

* MikktspaceTangentGe...

github.com/jMonkeyEngine/jmonkeyengine - 67d3edfa35d96118dd8b1d8b54a5193d5df9538c authored over 1 year ago by Stephen Gold <[email protected]>
PBRLighting: fix comment describing packed MetallicRoughnessMap (#1921)

Updated a comment about the MetallicRoughness map that previously said the Red channel is unused...

github.com/jMonkeyEngine/jmonkeyengine - c5405eaac2195bbd75fb9cc8286288c61a9b3ac9 authored over 1 year ago by Ryan McDonough <[email protected]>
Fix #1917 (RendererException in ScreenshotAppState: Attempting to upload empty buffer) (#1918)

github.com/jMonkeyEngine/jmonkeyengine - 5664d599ea0aa37bbcd08cf2869783f5a2a874b8 authored almost 2 years ago by Ali-RS <[email protected]>
Merge pull request #448 from peedeeboy/bugfix/gradle_project_assetmanager_3

* Improve ProjectAssetManager's Gradle support

github.com/jMonkeyEngine/sdk - 96259852326d8400ecde36d403cba748da5de189 authored almost 2 years ago by Rickard Edén <[email protected]>
Fix bug breaking Ant projects

github.com/jMonkeyEngine/sdk - 5768ed42921887ba85a41d337cb9ef530699148f authored almost 2 years ago by Pete Whelpton <[email protected]>
jme3-lwjgl: bump to lwjgl 2.9.5 (#1914)

github.com/jMonkeyEngine/jmonkeyengine - 6d83c63e5f864a61e3c10aeec449c41420765db9 authored almost 2 years ago by Ali-RS <[email protected]>
test and fix for #1909 (NPE while generating tangents) (#1910)

* add a JUnit test for issue 1909 (NPE while generating tangents)

* solve issue #1909 (NPE wh...

github.com/jMonkeyEngine/jmonkeyengine - d694f7a072578b05b49f092a6613ad01618ba4cd authored almost 2 years ago by Stephen Gold <[email protected]>
add 4 getters to JmeContext for screen position and frame-buffer size (#1911)

github.com/jMonkeyEngine/jmonkeyengine - 925ff4561b29fff22fe2e47ecc63d129cb3a4000 authored almost 2 years ago by Stephen Gold <[email protected]>
ParticleEmitter: improve code readability. Apply the DRY principle (#1912)

github.com/jMonkeyEngine/jmonkeyengine - 9a2d9505b17281f40570f4b2cfcf7621d0c65b65 authored almost 2 years ago by Wyatt Gillette <[email protected]>
common.gradle: add "Created-By" jar manifest to show Java version and vendor name (#1913)

* common.gradle: add Created-By in jar manifest to show java version used to create the jar.

...

github.com/jMonkeyEngine/jmonkeyengine - 76a55d5e735ef35305caca478a4c3c527f00c858 authored almost 2 years ago by Ali-RS <[email protected]>
Merge pull request #450 from peedeeboy/bugfix/default_theme_flatlaf_dark

Set FlatLaf Dark as default Look and Feel

github.com/jMonkeyEngine/sdk - 83b9cab334d603957118202aebe9595976665860 authored almost 2 years ago by Rickard Edén <[email protected]>
common.gradle: set class files compatible with Java 8 using "release" option (#1907)

* common.gradle: set class files compatible with Java 8. This will keep java 8 compatibility whe...

github.com/jMonkeyEngine/jmonkeyengine - b0e6ce7ae871336fa2627c882ba67a603289b2dc authored almost 2 years ago by Ali-RS <[email protected]>
Update AfflictionLib.glsllib (#1905)

This PR goes along with my last PR cleaning up the AdvancedPBRTerrain.j3md shader. The method ge...

github.com/jMonkeyEngine/jmonkeyengine - 6ad716a57537104779b26b0bed89826a0a0f0888 authored almost 2 years ago by Ryan McDonough <[email protected]>
Refactored Advanced PBR Terrain to use new for-loops (#1904)

* Refactored Advanced PBR Terrain to use new for-loops

Similar to my recent pull request doin...

github.com/jMonkeyEngine/jmonkeyengine - 58c137f59736751aab053496e89b13de5878f686 authored almost 2 years ago by Ryan McDonough <[email protected]>
jme3-examples: add tests for issue #1903

github.com/jMonkeyEngine/jmonkeyengine - ed475e761fbece58682ad6657a45c371643ea082 authored almost 2 years ago by Stephen Gold <[email protected]>
JmeContext: add a getSystemListener() method (#1894)

github.com/jMonkeyEngine/jmonkeyengine - 29e07614ec8d10ebc90f1a997382a267b6667e04 authored almost 2 years ago by Stephen Gold <[email protected]>
add the Spatial.addControlAt() method (#1899)

github.com/jMonkeyEngine/jmonkeyengine - ebf8a8124dc4c2bf5b702b946679bd95e0f6ce60 authored almost 2 years ago by Stephen Gold <[email protected]>
Refactored PBR Terrain to use new for-loops. Fix #1785 (#1901)

Drastically reduced code by utilizing JME's new potential for define-compatible for-loops in sha...

github.com/jMonkeyEngine/jmonkeyengine - 0d6d6d9568b2664bf40ffdb7fa267fa0e7d765e4 authored almost 2 years ago by Ryan McDonough <[email protected]>
When in VR attach the debug scene to the two eye's scenes. Fix#1795 (#1888)

* #1795 When in VR attach the debug scene to the two eye's scenes

This ensures they show up c...

github.com/jMonkeyEngine/jmonkeyengine - c739b66abeaca9f6a9abf1daddc81992983d8767 authored almost 2 years ago by richardTingle <[email protected]>
Fix #1890 (crashes attempting to run example apps in fullscreen with LWJGL v2) (#1898)

* jme3-lwjgl:fallback to standard 60Hz fullscreen display mode if the specified frequency in the...

github.com/jMonkeyEngine/jmonkeyengine - 4e80c9bc6891ee3c0ca54e707c165bb3a332fe41 authored almost 2 years ago by Ali-RS <[email protected]>
jme3-lwjgl:updated to lwjgl v2.9.4 hosted by org.jmonkeyengine. Fix #1247, #1215, #947 (#1902)

github.com/jMonkeyEngine/jmonkeyengine - 3e1b823bdb7c7a2e60916dab32186141b3fd9800 authored almost 2 years ago by Ali-RS <[email protected]>
jme3-niftygui: solve issue #1891 (incorrect fullscreen layout) (#1895)

github.com/jMonkeyEngine/jmonkeyengine - d07f66d15bcf89a574e0f744a4f3a5502e89afe7 authored almost 2 years ago by Stephen Gold <[email protected]>
Fix #1773 (Wrong particle position when `worldSpace` flag equals to true) (#1889)

* Add test case for issue #1773.

* Fix wrong particle position when using 'EmitterMeshVertexS...

github.com/jMonkeyEngine/jmonkeyengine - 36f9c895a28b9ff730bab55c252a4be5cdb2f2a2 authored almost 2 years ago by Ali-RS <[email protected]>
README.md: add Demon Lord to the list of published games

github.com/jMonkeyEngine/jmonkeyengine - b0bd1a51ab5dd29f9a6df92a7c72f0cbb57f22b1 authored almost 2 years ago by Stephen Gold <[email protected]>
main.yml: use "temurin" openjdk. Fix #1896 (#1897)

github.com/jMonkeyEngine/jmonkeyengine - eda8b6518c917dcb9302669e2dda225008908cb9 authored almost 2 years ago by Ali-RS <[email protected]>
Fix #1892 (TestChooser does not show classes list when run with java 8) (#1893)

* TestChooser:fix class list not showing when run with java 8.

* Update copyright date.

github.com/jMonkeyEngine/jmonkeyengine - fe851dc8c058ad7a6e90bfa3c23774ea30cf65d6 authored almost 2 years ago by Ali-RS <[email protected]>
release.adoc: how to test a staged release

github.com/jMonkeyEngine/wiki - 9ea2d8a7d1e7a785f37163d0c9b9c48cdf5570db authored almost 2 years ago by Stephen Gold <[email protected]>
LICENSE.md: add 2023 to copyright years

github.com/jMonkeyEngine/jmonkeyengine - 00a859709032c192f3b48f5c596124cbaf883aca authored almost 2 years ago by Stephen Gold <[email protected]>
update the groovy-test library to v3.0.14

github.com/jMonkeyEngine/jmonkeyengine - 0663306efc9941849fdfe1d4adba151392d195e1 authored almost 2 years ago by Stephen Gold <[email protected]>
Renderer: javadoc correction

github.com/jMonkeyEngine/jmonkeyengine - 5b948dff0d107374d89a78ccd6e35bf458456612 authored almost 2 years ago by Stephen Gold <[email protected]>
Set FlatLaf Dark as deafult Look and Feel

github.com/jMonkeyEngine/sdk - 322969690d3883224d05bd1bd60c39d50306393a authored almost 2 years ago by Pete Whelpton <[email protected]>
Improve ProjectAssetManager's Gradle support

github.com/jMonkeyEngine/sdk - 9eea9d22e3c3716d389f120773cc766fc4a903d3 authored almost 2 years ago by Pete Whelpton <[email protected]>
Merge pull request #447 from neph1/fix_material_editor_tooltip

fixes missing text for tooltip

github.com/jMonkeyEngine/sdk - 4e3fbac500a1db413423612db159534b01758415 authored almost 2 years ago by Rickard Edén <[email protected]>
fixes missing text for tooltip

github.com/jMonkeyEngine/sdk - d89a127b8b4f5b19a3463d2fb51946657d54fbfa authored almost 2 years ago by rickard <[email protected]>
Merge pull request #446 from neph1/rollback_release_drafter

reverting workflow change

github.com/jMonkeyEngine/sdk - 15402b52e083cb2b3cdff28185c1b3083db007a8 authored almost 2 years ago by Rickard Edén <[email protected]>
reverting workflow change

github.com/jMonkeyEngine/sdk - f2ddb093389aa773bfa9c2e4460d6b92756984bd authored almost 2 years ago by rickard <[email protected]>
AreaUtils: Migrated package to `com.jme3.util` (#1826)

* AreaUtils: Migrated package to `com.jme3.util`

* com.jme3.uitl.AreaUtils: removed code dupl...

github.com/jMonkeyEngine/jmonkeyengine - 5b9fc87234688bd74061a5fb134fdc2a6f526850 authored almost 2 years ago by pavl_g <[email protected]>
Merge pull request #445 from neph1/rollback_release_drafter

trying to fix build by rolling back to previous release drafter version

github.com/jMonkeyEngine/sdk - e441bbab5664259131edc000e9204a5e0df048b7 authored almost 2 years ago by Rickard Edén <[email protected]>
trying to fix build by rolling back to previous release drafter version

github.com/jMonkeyEngine/sdk - 072e3e0b9cd33e52f4dd1aa1328dc742d598d8db authored almost 2 years ago by rickard <[email protected]>
update thedescription of the CI test matrix

github.com/jMonkeyEngine/wiki - 90b06abe2ff6704b5d4e001065fbbdeedab680e4 authored almost 2 years ago by Stephen Gold <[email protected]>
Merge pull request #444 from neph1/ExternalScanner_remember_option

ExternalChangeScanner bug fixes and improvement

github.com/jMonkeyEngine/sdk - dff0daf330d16b49b51daf1f975a42c5def4f32f authored almost 2 years ago by Rickard Edén <[email protected]>
adding space in string

github.com/jMonkeyEngine/sdk - de46bbe45541e171ab62f86e8763a07fa4990bd9 authored almost 2 years ago by rickard <[email protected]>
Fix #1883 (Image class wrongly setting GL mips flags inside the constructor) (#1885)

github.com/jMonkeyEngine/jmonkeyengine - 7f927f0cfc46558a7f614973abe2b11101c81344 authored almost 2 years ago by Ali-RS <[email protected]>
Made extension loaders non-static to avoid concurrency issues (#1886)

Now each GltfLoader instantiated via ThreadLocal will have its own instances of extension loaders.

github.com/jMonkeyEngine/jmonkeyengine - 1e237f333e95dfb5b00da29310a19c4c724bbddb authored almost 2 years ago by Ali-RS <[email protected]>
Fix #1882 (J3MLoader always generates mips ignoring MinFilter) (#1884)

* Get texture mips generation flag from MinFilter specified in j3m file.

* Update copyright d...

github.com/jMonkeyEngine/jmonkeyengine - 9c3d3636d625820580fd5ed59087eb4bfc1340d4 authored almost 2 years ago by Ali-RS <[email protected]>
New feature:

Remember this option for ExternalChangeScanner
Bug fixes:
Exception for not executing on awt thre...

github.com/jMonkeyEngine/sdk - 843bbdecb3fc7c190390f13dfe1255a4d4081586 authored almost 2 years ago by rickard <[email protected]>
Merge pull request #443 from neph1/fix_#418_metallic_material_is_black

this fixes #418 by adding a button to enable the pbr light probe in t…

github.com/jMonkeyEngine/sdk - 7ee3b959e2838d70a956bae343b9b931d906a965 authored almost 2 years ago by Rickard Edén <[email protected]>
Fix #1412 (GltfLoader does not support AO packed in MetallicRoughnessMap) (#1880)

github.com/jMonkeyEngine/jmonkeyengine - f92a73f91ce1a2852645cd1bb5a4c6b597faf7af authored almost 2 years ago by manuelrmo <[email protected]>
BlendableAction: Fix JavaDoc for setMaxTransitionWeight & replace assert with IllegalArgumentException (#1881)

github.com/jMonkeyEngine/jmonkeyengine - 478af32acb8b9121b6852d61de198b063163d45e authored almost 2 years ago by Noeri Huisman <[email protected]>
this fixes #418 by adding a button to enable the pbr light probe in the material preview.

github.com/jMonkeyEngine/sdk - f9f5846e1ffcf7dfae13058fbe5f3ff9a4940bb5 authored almost 2 years ago by rickard <[email protected]>
Merge pull request #442 from neph1/upgrade_installer_to_16

upgrade changed installer files and change version

github.com/jMonkeyEngine/sdk - 1ee55420e138ea516715a96d980226457ccae575 authored almost 2 years ago by Rickard Edén <[email protected]>
upgrade changed installer files and change version

github.com/jMonkeyEngine/sdk - 65e6eb860597fa1009e6958c4d54c62cd3999ead authored almost 2 years ago by rickard <[email protected]>
Merge pull request #441 from neph1/update_to_netbeans_16

update to netbeans 16 to fix build

github.com/jMonkeyEngine/sdk - f751999b4022372b7945e6619a5b37459a7e53e9 authored almost 2 years ago by Rickard Edén <[email protected]>
update to netbeans 16 to fix build

github.com/jMonkeyEngine/sdk - ae6e3f25031507652f2ec22908bec1cf422d2349 authored almost 2 years ago by rickard <[email protected]>
Fix #1867 (LightFilter gets applied even if not needed) (#1872)

* Add NullLightFilter.java

* Add usage of null light filter when rendering shadowmaps

* Fi...

github.com/jMonkeyEngine/jmonkeyengine - 5d1ee2624b6b5f203651f9dbd7fcdcc8a0e2067b authored almost 2 years ago by Michael Zuegg <[email protected]>