Wyatt Gillette

Results 62 comments of Wyatt Gillette

``` Full thread dump Java HotSpot(TM) 64-Bit Server VM (11.0.6+8-LTS mixed mode): Threads class SMR info: _java_thread_list=0x000002bd8b84fb60, length=15, elements={ 0x000002bdfc556000, 0x000002bdfc558000, 0x000002bdfce6e800, 0x000002bdfce16800, 0x000002bdfce18800, 0x000002bdfce25000, 0x000002bdfce7d000, 0x000002bdfd011000, 0x000002bdfd013000, 0x000002bdfd806000, 0x000002bdfd887800,...

I added that property and it works fine now. Thanks so much for the help guys! Let me know if you want to create a PR or if I have...

Unfortunately there is a problem, setting the `useDefaultPlugin=false` property the joystick doesn't work. ```java /** * Start the jMonkeyEngine application * @param args */ public static void main(String[] args) {...

How about renaming the file `PBRLightingParamReads.glsllib` -> `PBRLightingParamsReader.glsllib` since it contains a method named `readMatParamsAndTextures` ?

Hi @JohnLKkk, just my two cents to this amazing work: according to the engine's default java programming style, package names should not contain capital letters. Could you please rename the...

Hi guys, what is the status of this PR ? Is it complete ?

Hi @JNightRide , Thanks for your suggestions! While I appreciate your effort, I believe the current `UserData` class already handles enum properties effectively. Similar to **Gson** and many other libraries,...

IMO, the jme-core module should contain only the essential engine functions. This would allow users to create custom utility libraries that perfectly fit the needs of their projects. After all,...

This PR introduces two new classes to the jme-core module: `NormalQuad` and `JmeUtils`. #### 1. NormalQuad: There are already existing classes like `Quad`, `CenterQuad`, and `RectangleMesh`. I don't know if...