Riccardo Balbo
Riccardo Balbo
On startup, the editor throws the following errors on linux ``` CSharp Compile Exception : /opt/local/effekseer/Tool/scripts/export/glTF.cs System.PlatformNotSupportedException: Operation is not supported on this platform. at Microsoft.CSharp.CSharpCodeGenerator.FromFileBatch(CompilerParameters options, String[] fileNames) at...
Hello, first of all, nice work. :squirrel: I'm working on an opensource code that will be released under a permissive license and i have add some reverberation to an audio...
This fetches the gh user bio using github rest apis instead of parsing the HTML . Using the HTML parser seems to be unreliable somehow, i couldn't even manage to...
Search for ln address in channel bio. Test channel: https://www.twitch.tv/rblb0/
This PR extends e2e tests to detect when batteries break. I provided my own test links for now, they should be eventually replaced by something that is under the control...
This PR removes SettingsDialog and ErrorDialog from the internal code, since they do not work properly in some platforms when AWT is initialized in the same thread of GLFW. ErrorDialog...
This PR is made by multiple parts that together are used to reimplement UBOs and SSBOs in a more convenient and performant way. The main concepts are explained below ##...
In the engine we have the concept of state updates for some objects that represent both jme logical objects and opengl native objects. This pr extends this approach by introducing...
As seen here https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-core/src/main/java/com/jme3/renderer/opengl/GLRenderer.java#L1991-L1993 The code seems to be disabled if the backend is GLES 3. A quick search in the [documentation](https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glDrawBuffers.xhtml) shows that glDrawBuffers is actually supported by GLES...
# 1. Create the targets There are two types of targets: ### 1. Buffer target : render to a buffer To create this target you need to specify a valid...