MGSX

Results 44 issues of MGSX

This adds a wrapper for Texture3D. This implementation is mainly based on what has been done for TextureArray. While there is no FileTexture3DData implementation in this PR, i provided a...

enhancement
GL

This PR adds the base for GLES 3.1 and 3.2, and also adds implementation for Lwjgl3 backend. Notes about other backends : * Lwjgl2 : i don't think we need...

enhancement
GL
non-breaking w/ config
graphics

When transparent decals collides, some transparent pixels of one could cull others because they all read from and write to depth buffer. Since they are already sorted (back to front),...

bug
3D

#### Issue details When a class has a final field, JSON loading works on Desktop but crash for GWT. Reproduction steps below illustrate the issue. I tried to fix it...

gwt

It's a minor breaking change since users rarely subclass Mesh class or underlying VertexData / IndexData in their own code. I run every impacted tests and some tests covering changed...

GL
breaking change
core

This PR is an attempt to move music streaming to a thread for desktop backends. It still a work in progress, it almost work as expected but there are some...

enhancement
desktop
audio

Default libgdx shader allow to have independent texture transform for each maps (diffuse, normal, specualr, etc...). With gdx-gltf PBRShader, you can only have independent texture transforms for individual UV layers...

bug

Jitpack changed their build system making android compilation failing with current Gradle version. The android module has been temporarily disabled in order to build again. Gradle migration is needed in...

bug
help wanted
demo

As per specification : > The number of morph targets is not limited. Client implementations SHOULD support at least eight morphed attributes. This means that they SHOULD support eight morph...

bug

Some classes names are a bit misleading for libgdx users we have : * **SceneAsset** is what you load, it contains several SceneModel, there are no equivalent in libgdx since...

enhancement