mesh viewer example broken
-
- Posts: 115
- Joined: Mon May 17, 2010 7:42 am
mesh viewer example broken
Basically when I select the mesh to be opened and I click OK. but mesh is not opened :/
Re: mesh viewer example broken
Are You sure that Your mesh is properly saved? Maybe is too big, too small etc. and thats why You doesn't see it. You have to check a scale and position of Your mesh. Meshes from Irrlicht media folder works good?
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
-
- Posts: 115
- Joined: Mon May 17, 2010 7:42 am
Re: mesh viewer example broken
well if it is a problem of the mesh then it is a problem of irrlicht's meshes. Dwarf and sydney are not loading. I have to double click the file to open it. "OK" button is no longer working. :-/
Re: mesh viewer example broken
Please give us some information...
Which Irrlicht version are you using?
Did you do anything (for example any modification of Irrlicht)?
Which system are you on? (Windows, Linux, MacOSX, 32 or 64 bit)?
Which compiler (gcc, VS)?
Which target platform (32 bit or 64 bit)?
Are there any error messages in the console output?
If you say it is no longer working it probably means something changed, but without having any information we can't help you.
Which Irrlicht version are you using?
Did you do anything (for example any modification of Irrlicht)?
Which system are you on? (Windows, Linux, MacOSX, 32 or 64 bit)?
Which compiler (gcc, VS)?
Which target platform (32 bit or 64 bit)?
Are there any error messages in the console output?
If you say it is no longer working it probably means something changed, but without having any information we can't help you.
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: 115
- Joined: Mon May 17, 2010 7:42 am
Re: mesh viewer example broken
I just download last stable irrlicht 1.7.3 package. And run the example (shoul be compiled by yours VS compiler right?)
I tried to recompile with VS 2008 and C::B result is the same.
Win 7 is my OS (64 bit).
No error messages, just OK button that don't work when a file is selected. I have to double click the file name to open it.
I tried to recompile with VS 2008 and C::B result is the same.
Win 7 is my OS (64 bit).
No error messages, just OK button that don't work when a file is selected. I have to double click the file name to open it.
Re: mesh viewer example broken
Ok, I misunderstood first and thought it's about a problem in loading the mesh. Can't reproduce it unter Linux right now, but will try again tomorrow on Windows.
Edit: I remember a similar problem reported that has to do with the messed up way double-clicks are handled in that dialog. Something about that if you click really fast first on the file and then the button then the dialog just closes. Haven't found time for that one yet (it's a little tricky to fix without breaking some other functionality) - could that be the reason as well in your case?
Edit: I remember a similar problem reported that has to do with the messed up way double-clicks are handled in that dialog. Something about that if you click really fast first on the file and then the button then the dialog just closes. Haven't found time for that one yet (it's a little tricky to fix without breaking some other functionality) - could that be the reason as well in your case?
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
Re: mesh viewer example broken
Hm, can't reproduce :-(
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
Re: mesh viewer example broken
I checked it today, but I can't reproduce this problem on my platform too :/
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes