Search found 1106 matches

by ent1ty
Mon Nov 09, 2009 6:45 pm
Forum: Beginners Help
Topic: Dynamic shadows in .irr file
Replies: 18
Views: 1258

Yes, i know that addShadowVolumeSceneNode() is under IAnimatedMeshSceneNode and that is the problem. I'll try to explain it further: I have a ISceneNode* node. Now, i'd like to add shadow to it by calling addShadowVolumeSceneNode(). But this member function is, unfortunatelly, inder IAnimatedMeshSce...
by ent1ty
Mon Nov 09, 2009 6:25 pm
Forum: Beginners Help
Topic: Dynamic shadows in .irr file
Replies: 18
Views: 1258

Ok, so i loaded all nodes into an array. But now the problem is, in the SpecialFX tutorial an IAnimatedMeshSceneNode class gets a dynamic shadow by calling its member function addShadowVolumeSceneNode() which ISceneNode class doesn't have. So, how do i assign a shadow to ISceneNode? Searched documen...
by ent1ty
Mon Nov 09, 2009 3:38 pm
Forum: Beginners Help
Topic: Dynamic shadows in .irr file
Replies: 18
Views: 1258

I read entire tutorial 15 about loading .irr files but it is only about loading them and collision detection. Nothing about enableing realtime shadows, though

EDIT: I did it, thanks hybrid
by ent1ty
Mon Nov 09, 2009 2:45 pm
Forum: Beginners Help
Topic: Irrlicht crashes instantly
Replies: 15
Views: 631

Ah! So I was using the wrong dll. Thank you very much Acki.
I'm an idiot :roll: used right lib but not dll
by ent1ty
Sun Nov 08, 2009 7:11 pm
Forum: Beginners Help
Topic: Irrlicht crashes instantly
Replies: 15
Views: 631

nope, now I'm using the one for VS and before i was using the one for GCC :wink:
by ent1ty
Sun Nov 08, 2009 5:16 pm
Forum: Beginners Help
Topic: Dynamic shadows in .irr file
Replies: 18
Views: 1258

Dynamic shadows in .irr file

I tried searching, but <the usual crap when you want to apologize for posting something that might be already solved somewhere> I exported an .irr file from blender and there were some lights in it. In my code, I tried to enable shadows like in that SpecialFX tutorial but in that one you are loading...
by ent1ty
Sun Nov 08, 2009 4:56 pm
Forum: Beginners Help
Topic: Irrlicht crashes instantly
Replies: 15
Views: 631

those work, but i just dont know why.
Nevermind, I'm using VS now and it works :)
by ent1ty
Sun Nov 08, 2009 2:47 pm
Forum: Beginners Help
Topic: Irrlicht crashes instantly
Replies: 15
Views: 631

yes, it is irrlicht-1.6\lib\Win32-gcc\libIrrlicht.a
if i wouldn't include it correctly i'd get linker errors.
by ent1ty
Sun Nov 08, 2009 1:49 pm
Forum: Beginners Help
Topic: Irrlicht crashes instantly
Replies: 15
Views: 631

I checked all three, they are all right. Now i'm wondering if it is not caused by the mingw compiler that comes with code blocks and my version of irrlicht which is 1.6. On the official page of mingw they say As a C data type, wchar_t is effectively a representation of a UTF-16LE entity, and the sta...
by ent1ty
Sun Nov 08, 2009 12:32 pm
Forum: Beginners Help
Topic: Irrlicht crashes instantly
Replies: 15
Views: 631

Yes, i know that is a tutorial for dev-c++ but i was using only the code from there. And i wasnt using the code blocks tutorial, it seems outdated
Is the code wrong?(it is at the top of the page in link)
by ent1ty
Sun Nov 08, 2009 11:16 am
Forum: Beginners Help
Topic: Irrlicht crashes instantly
Replies: 15
Views: 631

Irrlicht crashes instantly

I tried searching but couldn't find anything. So, here is my problem: I compile my code in Code::Blocks with GCC with no errors, but when i try to run it, i get a windows error, here is screenshot: http://img200.imageshack.us/img200/194/92886051.th.png I Linked the libIrrlicht.a library and have irr...