libgdx / fbx-conv

Command line utility using the FBX SDK to convert FBX/Collada/Obj files to a custom text/binary format for static, keyframed and skinned meshes.
Apache License 2.0
447 stars 116 forks source link

Problem importing dae with texture #126

Closed ronjunevaldoz closed 4 years ago

ronjunevaldoz commented 4 years ago

com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load file: D:/Development/IntelliJProjects/flyffserverjava/resource/dae/mvr_acrguidepang-01.dds at com.badlogic.gdx.graphics.Pixmap.(Pixmap.java:140) at com.badlogic.gdx.graphics.TextureData$Factory.loadFromFile(TextureData.java:98) at com.badlogic.gdx.graphics.GLTexture.createTextureData(GLTexture.java:185) at com.badlogic.gdx.graphics.Texture.(Texture.java:103) at com.badlogic.gdx.graphics.Texture.(Texture.java:95)

mgsx-dev commented 4 years ago

i think DDS file format isn't supported by libgdx

ronjunevaldoz commented 4 years ago

I see thanks!

mgsx-dev commented 4 years ago

@ronjunevaldoz please close the issue :-)