Hello, I have a question about bullet and .x file

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
gantz0
Posts: 13
Joined: Fri Apr 28, 2006 4:23 am

Hello, I have a question about bullet and .x file

Post by gantz0 »

1. How to wrap the xfie using bullet engine in irrlicht?

2. how to know the collision between xfiles?


If you have a example, Let me know plz.....


Thanks everyone~
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

xFILE? :D

I suggest reading:
http://www.bulletphysics.org/mediawiki- ... y_of_Terms

Than look trough the demos from bullet SDK.

To make Irrlicht nodes respond to bullet you need to update irrlicht nodes with the data from bullet (rotation, position ect.)

Look at this *Read the whole topic*:
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=39007
Working on game: Marrbles (Currently stopped).
Post Reply