Stephen Gold

Results 512 comments of Stephen Gold

Thanks for opening an issue so this won't be forgotten.

@Scrappers-glitch you'll need to get in touch with @MeFisto94 .

> creating a new interface JmeUnitTest Lets not call it that unless the classes which implement the interface are actually intended for unit testing. Most of the apps in jme3-examples...

Based on the examples in the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html#s4.8.1-enum-classes) I agree with @tlf30.

Thank you for your contribution. The barycentric approach sounds good for physics debug meshes, which are software-generated but need to work on older hardware. The geometry-shader approach sounds better for...

Deprecating `ReflectionAllocator` is another idea that should be discussed at the Forum/Hub ASAP.

Here's the diagnostic message I got when I ran `TestReleaseDirectMemory` on 64-bit Linux using OpenJDK 16.0.1: ```text Dec 08, 2021 12:55:58 PM com.jme3.system.JmeDesktopSystem initialize INFO: Running on jMonkeyEngine 3.5.0-SNAPSHOT *...

Using OpenJDK 14.0.2, I get additional diagnostic messages: ```text WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.jme3.util.ReflectionAllocator (file:/home/sgold/Git/jmonkeyengine/jme3-core/build/libs/jme3-core-3.5.0-SNAPSHOT.jar) to method sun.nio.ch.DirectBuffer.cleaner() WARNING: Please consider...

@Ali-RS: I need some help reproducing the "Buffer cannot be destroyed" crash. So far, I haven't even managed to **create** a buffer with anything other than OpenJDK 8.