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.
Unable to open mesh in Windows - Visual Studio
-
- Posts: 41
- Joined: Thu Feb 27, 2014 10:55 am
Re: Unable to open mesh in Windows - Visual Studio
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Posts: 41
- Joined: Thu Feb 27, 2014 10:55 am
Re: Unable to open mesh in Windows - Visual Studio
Adding the mesh file to visual studio project's resource files caused that corrupt issue.
Removing it solved the issue.
Removing it solved the issue.