Search found 7 matches

by zotlerg
Mon Feb 16, 2009 9:58 pm
Forum: Bug reports
Topic: [fixed]OpenGl stencil not wide enough
Replies: 7
Views: 1342

I happy to know I'm not the only one with this, could it be that the shadow volume is being 2D clipped rather than the stencil being the wrong size?
by zotlerg
Fri Feb 13, 2009 11:42 pm
Forum: Bug reports
Topic: [fixed]OpenGl stencil not wide enough
Replies: 7
Views: 1342

[fixed]OpenGl stencil not wide enough

Hello, I'm rendering a small scene into a 1024x400 window (using example 14) on the PC using Irrlicht 1.5. While using stencil shadows, I noticed that the width of the shadow stops in a straight line, as if its border was set to 400x400. If I render to 1024x128 then the stencil seems to stop at 128x...
by zotlerg
Thu Feb 12, 2009 6:53 pm
Forum: Beginners Help
Topic: Calling FROM a dll [solved]
Replies: 4
Views: 282

O.K. I found in IrrCompileConfig.h this:- // To build Irrlicht as a static library, you must define _IRR_STATIC_LIB_ in both the // Irrlicht build, *and* in the user application, before #including And that worked, although I had to rename Irrlicht's DllMain to something else as it conflicted with my...
by zotlerg
Thu Feb 12, 2009 6:03 pm
Forum: Beginners Help
Topic: Calling FROM a dll [solved]
Replies: 4
Views: 282

Thanks FuzzYspo0N, of course, the windows path. :roll: I got it all working in just a few lines of code - brilliant! But I want to do a static link anyway, so I've loaded the Irrlicht project file into my VC9 Solution. I selected the already made "Static lib - Release" - greatfully include...
by zotlerg
Thu Feb 12, 2009 3:58 pm
Forum: Beginners Help
Topic: Calling FROM a dll [solved]
Replies: 4
Views: 282

Calling FROM a dll [solved]

Newbie question! :) Hello, I'm using irrlicht from within a dll, but it complains about not finding the dll unless it's in the Windows System directory. Is there any way of being able to put the two dll's together, as I just don't want to install stuff into people's Windows folder? Or failing that, ...
by zotlerg
Thu Feb 12, 2009 3:53 pm
Forum: Beginners Help
Topic: Mac window rendering?
Replies: 2
Views: 244

O.K. thanks for the reply, I guess I'm just going to go ahead and see what happens! :)
by zotlerg
Wed Feb 11, 2009 8:06 pm
Forum: Beginners Help
Topic: Mac window rendering?
Replies: 2
Views: 244

Mac window rendering?

Hello, I've got many questions, here's the most important first. I'm a relative newbie to Mac, but I'm using a third party GUI that I'll like to put a 3D render into. Can I run Irrlicht a window (WindowRef) from inside a Mac Bundle? I have it running on a PC window and it looks fantastic! But I need...