I’m starting and a newbie to use libgdx and try to load a 3d model.
I just want to ask if libgdx have function or library that can load my 3d model or should I create a .obj loader for me to load it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could be more specific about what file format you want to load, and what research you’ve done, if any. That said, I think this what you’re looking for: https://github.com/libgdx/libgdx/blob/master/gdx/src/com/badlogic/gdx/graphics/g3d/loader/ObjLoader.java
For a bit of an example, see this SO question: libgdx obj loader problen