haz00 / blender-g3d-exporter

Export Blender scene to internal LibGDX format
GNU General Public License v3.0
12 stars 2 forks source link

Upgrade to 4.2 API #7

Open ryuukk opened 3 weeks ago

ryuukk commented 3 weeks ago

Few unknowns (for me as a newbie), i marked them at # TODO

It is a breaking change, so not compatible with <4.2

4.2 is LTS

g3d format changes due how it serialize VertexFlag, so meshes.attributes looks like this now, this needs fixed before merged

        {
          "name": "POSITION", 
          "length": 3
        }, 

There might be other changes that i am not aware of, so there needs to be more investigation perhaps

Fixes #6