Search found 5 matches

by Teemo
Wed Jan 07, 2009 1:08 pm
Forum: Beginners Help
Topic: CollisionResponseAnimator Notification ?
Replies: 3
Views: 503

hhm... too bad :-/


Maybe somebody has another solution for my problem.


As I said , the shape is representing the player who gets captured via webcam.

Then there will be some flying objects. I need to check if they collide with the shape. It's not that important to know where the collsion ...
by Teemo
Sun Jan 04, 2009 6:55 pm
Forum: Beginners Help
Topic: CollisionResponseAnimator Notification ?
Replies: 3
Views: 503

CollisionResponseAnimator Notification ?

Hey,

I'm using the CollisionResponseAnimator on a simple SMesh with a Sphere.

The SMesh is representing a Shape and is updating constantly. I use an MetaTriangleSelector which gets updated with the SMesh.

So far everything works good but there is only 1 thing missing.

I need to get a ...
by Teemo
Wed Nov 12, 2008 7:10 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [Tutorial] Getting started on Mac OS X
Replies: 81
Views: 104816

ahhh u got me :)


I corrected the name course i just wanted to post my full name here.


Nevertheless it's not working even with the right path with my fullname set.
by Teemo
Wed Nov 12, 2008 2:03 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [Tutorial] Getting started on Mac OS X
Replies: 81
Views: 104816

hm... I added to

Libary Search Path : /Users/timo/Downloads/irrlicht-1.4.2/source/Irrlicht/MacOSX/build/Release/



and to
User Header Search Path :

/Users/timo/Downloads/irrlicht-1.4.2/include


But still not working ....

My xcodeproject looks like this :

http://img233.imageshack.us/my.php ...
by Teemo
Wed Nov 12, 2008 12:32 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [Tutorial] Getting started on Mac OS X
Replies: 81
Views: 104816

Hey Guys,

I need some help :-/


I'm new to C++ and Xcode developing. I'm having a problem to set up my xcode.

I read through the forum and googled a lot but i couldnt fix my problem.


I downloaded irrlicht-1.4.2 for mac and started to xcode-project to compile.

Everything worked well and i got ...