Unable to open mesh in Windows - Visual Studio

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
cegprakash
Posts: 41
Joined: Thu Feb 27, 2014 10:55 am

Unable to open mesh in Windows - Visual Studio

Post by cegprakash »

I tried downloading various meshes online.

Whenever I try getMesh() with any obj model, it says the file is corrupt.
For other types like .mesh, .3ds, it says unable to load mesh.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Unable to open mesh in Windows - Visual Studio

Post by CuteAlien »

Well, link us one of those corrupt .obj models so we can look at it, otherwise we can't help.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
cegprakash
Posts: 41
Joined: Thu Feb 27, 2014 10:55 am

Re: Unable to open mesh in Windows - Visual Studio

Post by cegprakash »

Adding the mesh file to visual studio project's resource files caused that corrupt issue.

Removing it solved the issue.
Post Reply