Model Loading

Just tried ModelLoader with Character.3DS - "unsupported format" :frowning:



Looking through the source it seems to only read .DAE'sā€¦

The newest version from CVS should support 3DS.

Sorry I hadn't updated the cvs on my laptop. It's working fine now :slight_smile:

"missing texture" i could 3ds file but object testure was "missing texture" picture.(i use to  Nightly Build )

Try that before loading your model:



URL textures = (YourClass.class).getClassLoader().getResource("textures/");

TextureKey.setOverridingLocation(textures);



It can solve your problem  :slight_smile: