Collada files

Started by matan45, November 01, 2017, 13:12:38

Previous topic - Next topic

matan45

I want to read and load the model and the animation from .dae file
there is any class that can handle this?

kappa

LWJGL3's AssImp bindings can read & load Collada/DAE files (plus more) just fine.

matan45

they can even load the animation?
I try this tutorial and is not loading any other dae files
https://www.youtube.com/watch?v=f3Cr8Yx3GGA&list=PLRIWtICgwaX2tKWCxdeB7Wv_rTET9JtWW

matan45

I use this https://lwjglgamedev.gitbooks.io/3d-game-development-with-lwjgl/content/chapter27/chapter27.html
and it load the model and the animation but I have 2 problems
1 is not load the texture
2 the fps is drop to 20 when I play the animation