mgsx-dev / gdx-gltf

GLTF 2.0 3D format support and PBR shader implementation for LibGDX
Apache License 2.0
214 stars 50 forks source link

Cannot use pattern matching in instanceof due to "sourceCompatibility = 1.8" in gradle build #108

Closed dar-dev closed 1 year ago

dar-dev commented 1 year ago

We need to move to a more modern compiler in order to use better, readable and faster java code

mgsx-dev commented 1 year ago

only ibl-composer module is 1.8 compatible. All other modules are 1.7 compatible due to iOS mainly, see https://github.com/libgdx/libgdx/issues/5487 once libgdx support 1.8, i'll surely upgrade gdx-gltf (as most libs)