Search found 157 matches

by Kalango
Sat May 23, 2009 9:58 pm
Forum: Beginners Help
Topic: Background <-> Foreground?
Replies: 4
Views: 374

You should try to put the 3d drawing method before the guienv->drawAll();, because since its different components, and since 2d has no depht values, the engine follows the draw-first philosofy. If you cant, you could try to render your 2d to a texture and place it in a 3d plane in front of your scre...
by Kalango
Wed May 20, 2009 3:15 pm
Forum: Beginners Help
Topic: [Solved] How to get Collision between two scene nodes?
Replies: 4
Views: 642

Solved the problem, it seems that the camera bounding box is messed up so i atached a box to it and checked the collision, and it worked :p

thanks for the help guys....
by Kalango
Wed May 20, 2009 2:42 pm
Forum: Beginners Help
Topic: [Solved] How to get Collision between two scene nodes?
Replies: 4
Views: 642

I tried to check the bounding box, the scene node bbox seems normal, but it still does not work. Its odd because when the camera is in some random orientation it acuses false collision, otherwise its always true... let me show some SS: http://i19.photobucket.com/albums/b185/Kalangossauro/col1.jpg ht...
by Kalango
Tue May 19, 2009 10:00 pm
Forum: Beginners Help
Topic: [Solved] How to get Collision between two scene nodes?
Replies: 4
Views: 642

[Solved] How to get Collision between two scene nodes?

Hello, I'm trying to get the current collision state between two scene nodes( aniamted meshs x camera and anim mesh x anim mesh) so i can say what happens when they collide. I want to do something like this.: if( a->isColliding(b)) {// do something } i tried teamAlpha's code but i didnt seem to work...
by Kalango
Fri Apr 27, 2007 4:40 pm
Forum: Beginners Help
Topic: DX Dev-Cpp problem
Replies: 5
Views: 292

Thanks everyone. Luben, about changing to codeblocks, if Dev present so much errors like you pointed i will be thinking about this.
Garrittg, i will test the dll's for gcc now, thank you very much guys :D
by Kalango
Fri Apr 27, 2007 1:10 am
Forum: Beginners Help
Topic: DX Dev-Cpp problem
Replies: 5
Views: 292

what if i sadly tell u that it didnd worked? When i tried to recompile the source it returned like a zilion of errors....i have two suspects 1): I'm too stupid to do it 2): My PC has something....¬¬....i'm about to crush it. thanks for the help btw man, i realy apreciate this :), i will try to anyth...
by Kalango
Thu Apr 26, 2007 12:52 am
Forum: Beginners Help
Topic: DX Dev-Cpp problem
Replies: 5
Views: 292

DX Dev-Cpp problem

Yeah i have this problem with DEVC++ you know :) Already tried to reinstall the devpaks and DX files and also followed the irrlicht 1.3 changes.txt but nothing seems to help....anyone ? thanks dudes, since i'm a beginer to irr :) very many thanks and cheers. Another question..... is better 4 me to u...