Search found 8 matches

by nasty
Fri Sep 29, 2006 9:50 pm
Forum: Beginners Help
Topic: GUI Editors
Replies: 1
Views: 351

Hi,
one good (but no source) is

http://gdlib.net/index.php?name=Downloa ... ails&id=89

Coralis Irrlicht GUI Editor v0.2

Bye
by nasty
Fri Sep 29, 2006 7:21 am
Forum: Beginners Help
Topic: 2d sprite that interact with 3d object
Replies: 9
Views: 2551

Hi Emil,
thanks a lot for your useful advices about my problem.
I found very useful your BCXDX_Irrlicht (CAnimSprite class) .. i have added to my project and works both for DX and GL version.
Now i need to code the collition class .. your Collision.h of MagicLibrary class is inside the .lib!
Very ...
by nasty
Thu Sep 28, 2006 12:59 pm
Forum: Project Announcements
Topic: IPhysics - Newton/Irrlicht framework
Replies: 338
Views: 140568

Wow Nick, really a great work.
I'm looking for a good wrapper for Irr/Newton .. until now!

Really thanks again!
by nasty
Thu Sep 28, 2006 8:55 am
Forum: Beginners Help
Topic: 2d sprite that interact with 3d object
Replies: 9
Views: 2551

really thanks Emil,
it's exactly what i'm trying to say!

Your library is really great for 2d manipulations inside the Irrlicht, have much good useful functions (start/end frame, flipx, speed .. very good).
It's a kind of SDL (that i used previously .. before pass to 3d) inside the irrlicht.

Now i ...
by nasty
Wed Sep 27, 2006 7:12 am
Forum: Beginners Help
Topic: 2d sprite that interact with 3d object
Replies: 9
Views: 2551

Ah! finally a reply about my problem! and also by the guru Emil Halim (i read much your useful posts)! :)

My problem is this...
I have created a bsp background and i have used also the newton library to recreate physics effects.
My initial idea is to put 2 main 2d sprites (like a fight game) and ...
by nasty
Tue Sep 26, 2006 9:39 am
Forum: Beginners Help
Topic: 2d sprite that interact with 3d object
Replies: 9
Views: 2551

Please i need some advices or examples about.
I have created a bsp background and binded with Newton phys library.
Now i wanna create some 2d animated sprites that i can move and these sprites can interact with the backgrond and physics.
... so i have choosen the billboards textured with the sprites ...
by nasty
Thu Sep 21, 2006 3:59 pm
Forum: Beginners Help
Topic: 2d sprite that interact with 3d object
Replies: 9
Views: 2551

Hi to all again..
after a long search and search .. i have found a very interesting post by Emil_Halim at:

http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=6471

It's exactly what i'm looking for.
I have some questions:
with this method, i can handle the collision detection like a polygon ...
by nasty
Thu Sep 21, 2006 10:29 am
Forum: Beginners Help
Topic: 2d sprite that interact with 3d object
Replies: 9
Views: 2551

2d sprite that interact with 3d object

Hi to all,
this is my 1st post on forum of, for me, the best open 3d engine!
I have a question (i think that someone have developed some like this) ..
What is the best way in Irrlicht to create a 2d animated sprite that interact with the 3d objects (and other for sure 2d objects too)?

Fast Example ...