Search found 8 matches

by Artenius
Sat Mar 11, 2006 12:08 am
Forum: Irrlicht.NET
Topic: System.NullReferenceException every time!
Replies: 5
Views: 1595

Yeah. I guess it has to do with irr.IUnknown.drop on OpenGL... I run the code just to create the window on OGL and when it ends up the process it will return an unhandled exception of some kind. As far as I am aware this is unfortunately a major bug since we can reproduce it always and in so many wa...
by Artenius
Wed Mar 01, 2006 2:44 am
Forum: Competition Time!
Topic: Welcome to the Irrlicht challenge!
Replies: 11
Views: 8680

That's what I am talking about. If they don't enter the challenge then there won't be so many people to make it funnier for us to be challenged against. It would be cool if everybody could enter.
by Artenius
Fri Feb 24, 2006 9:34 pm
Forum: Competition Time!
Topic: Welcome to the Irrlicht challenge!
Replies: 11
Views: 8680

So the idea here is no deadlines, no ... Allegro community's contest initiatives always worked and they always had deadlines. Sometimes 1 week deadline depending on the contest... Their point was: "Make anything you can. No matter if it is not finished or not." Of course people weren't ju...
by Artenius
Mon Jan 30, 2006 10:46 pm
Forum: Beginners Help
Topic: Fading Images
Replies: 9
Views: 1509

Maybe you could do as he did and use setRenderStates2DMode for DirectX. Maybe some 'for' looping decrementing the alpha value and you would have your fader.
by Artenius
Wed Dec 07, 2005 10:49 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrgi 1.5 RELEASE
Replies: 16
Views: 4941

And the GUI editor I use came from my experience with C++ Builder. Took me a couple of weeks effort, but I'll be stuffed if I'm showing it here. After all - I must have stolen the idea from Midnight! And people wonder why the Irrlicht community is small... --EK Good thing about opensource... You ca...
by Artenius
Sun Nov 13, 2005 12:07 am
Forum: Beginners Help
Topic: Dodgy Linker Error
Replies: 6
Views: 477

------------------------- [UPdate] I found a solution for our problem. As I said I read in msdn help that a solution could be to reverse to old standart. I made it via command line but for some weird reason it didnt work. However when I did via the options screen it worked. Just hit ALT+F7. Then, g...
by Artenius
Sat Nov 12, 2005 9:45 pm
Forum: Beginners Help
Topic: Dodgy Linker Error
Replies: 6
Views: 477

Yeah, I got same prob. But #pragma comment(lib, "Irrlicht.lib") tells the irrlicht lib location anyway. You just receive a warning if you don´t compile it together. vc++ consider string if irrlicht.lib is not called but it still gives the same error anyway. I tryed reversing old standarts ...
by Artenius
Thu Oct 20, 2005 6:36 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: FPS Camera Tutorial
Replies: 22
Views: 12222

I had the same problem. It´s long I am working only on code and not on modelling. But I guess the problem is about the way model was exported. I haven´t used the irrlicht official exporters and maybe it is about that. I won´t test it right now tho...