thanks, it did work nearly as you posted.( I had the windows api included anyway)
I'm using OpenGL. with the code you posted, the device prints:
Ignoring resize Operation to (0,0)
and minimizes the window.
but if I use
hi! i got a little problem with my app. when i try to load a map, it crashes cause the filename is mixed up. first i started based on the gui-tutorial, where there is a button for a filebrowser which should give an output: //i have declared the variables const wchar_t* so; //const c8* map; in the be...
wow this loader works fine, it loaded all lights the way i wanted :) one question: in deled you can give names and tags to brushes is it possible to find out the name of a mesh in irrlicht, like a big select case part which returns the coords of a mesh if it has a name you entered in a list(like doo...