I am done working with it. It seemed that MetaTriangleSelector worked very well. The screen no longs flashes.
Thank you very much.
Search found 3 matches
- Thu Jul 26, 2007 9:41 am
- Forum: Beginners Help
- Topic: How to deal with collision-detection with two nodes?
- Replies: 3
- Views: 239
- Thu Jul 26, 2007 7:40 am
- Forum: Irrlicht.NET
- Topic: How to create a 3D node make it looks like "no backgrou
- Replies: 5
- Views: 9981
Re: How to create a 3D node make it looks like "no back
If you created a model using 3DS MAX , and exported to a .3ds file, loaded the mesh in irrlicht, and created a node, it's certainly 3D, and no "background". You can see the examples.
- Thu Jul 26, 2007 7:21 am
- Forum: Beginners Help
- Topic: How to deal with collision-detection with two nodes?
- Replies: 3
- Views: 239
How to deal with collision-detection with two nodes?
I have got a camera, and two nodes created from two mesh files(a.3ds and b.3ds). I wonder if there is a way to do auto collision-detection using CreateCollisionResponseAnimator() with these two nodes. I know I can create two animators and attach them to a camera. but I do want a single animator to c...