I've used blender+gimpBlender + GIMP for creating textures. After making the final model, select it, jump into edit mode, then press u u (or Mesh-> UV UnwrapMesh-> UV Unwrap, on the lower menu bar) and select "Smart UV Project"Smart UV Project and click OKOK. Then change the editor type to "UV/Image editor"UV/Image editor (Blue arrow).
If nothing is displayed then, make sure all faces are selected.
Now on the lower bar click UVs->Export UV LayoutUVs -> Export UV Layout. [GIMP magic happens there]. When you want to test testures, Alt+R refreshes Alt+r refreshes,go go back to 3d3D view and select textured display mode textured display mode (red arrow).
I've red somewhereread that objthe obj format isn't the best one for libgdx. The g3db and that g3db is better. toTo obtain such a file, first download fbx-conv. In Blender click File->Export->Autodesk FBXFile -> Export -> Autodesk FBX, and save it in the folder with fbx-conv. then open command line\terminal and run:
fbx-conv.exe -f "filename.fbx"
fbx-conv.exe -f "filename.fbx" Note that you must add to assets both the .png and .g3db I used AssetManager to load the model.
