MeFisto94 / jme-discussion

This Repository is used to keep track of potential future feature additions to the jMonkeyEngine. Look at the Issues.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Remove all the incomplete model loaders from core #9

Open riccardobl opened 4 years ago

riccardobl commented 4 years ago

I think we should remove all the incomplete/broken model loaders from the core. I would keep only gltf and obj. Having so many choices confuses the newcomers, increases the code we need to maintain... and they don't fully work anyway.

MeFisto94 commented 4 years ago

Agreed. In the best case every loader would be it's own module and especially push those formats towards tools to generate j3os. That doesn't mean you can't load .blend if it drives your gears, but it doesn't have to be included everywhere and advertised as such.