Search found 7 matches
- Mon Feb 16, 2009 9:58 pm
- Forum: Bug reports
- Topic: [fixed]OpenGl stencil not wide enough
- Replies: 7
- Views: 1342
- 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...
- 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...
- Thu Feb 12, 2009 6:03 pm
- Forum: Beginners Help
- Topic: Calling FROM a dll [solved]
- Replies: 4
- Views: 282
- 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, ...
- Thu Feb 12, 2009 3:53 pm
- Forum: Beginners Help
- Topic: Mac window rendering?
- Replies: 2
- Views: 244
- 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...