MD2 model loader.
Loading...
4,586
Loading...
Uploader Comments (jSaurabh)
see all
All Comments (16)
-
nice job :D
-
The md2 file definitely will, but the .obj file won't ,since .obj only stores static meshes. I tried it with blender, and it worked for md2 files.
-
if i make a model in 3d studio max and then if i give to my model in 3d studio max movement by using a biped and then i export it in a .md2 file or .obj file will it have the animation files i gave it in 3d studio max?
Loading...
can it handle animated meshs?
Anddos25 1 year ago
@Anddos25 In the video, the mesh is animated. But that computer sucks so it was chugging.
jSaurabh 1 year ago
Thank you. can I ask you?
i have imported models from Blender to C++ opengl but the program did not work. and gave me errors. I think the files I got with the extension .MD2 couldn't be opened. I opened them with notbad I found strange characters such as: IDP2 | </: j_! etc. do you how to let C++ open these files? thank you v.much
mmmm01234 1 year ago
@mmmm01234 The models are stored in binary. You need to figure out how to read a binary file.
jSaurabh 1 year ago
where can I find information about import md2 to opengl?, i have a model in blender and I dont know how to import, thanks for your time
ivanlch08 1 year ago
@ivanlch08 openGL is not a language. You can find how to load md2 into C++ and display them via openGL on google. Try googleing md2 loading.
jSaurabh 1 year ago