Tips on collision

miccinov

25-03-2011 17:23:16

Hi, i've search in the forum but i don't find a good solution. This is my problem, i've a hand with bone, i can move the finger and i would grab box and differente object in the scene. Now...this is the tips....i use the convexHull or primitive type for example capsule for each finger(with joint)?
ah..how i can show the collision debug line? o.o

THX very much and sorry for my english!!!!!

PS:each finger take input from keyboard :D

miccinov

30-03-2011 09:59:13

Ok...after a weekend to study i try with the basic collision(box,sphere ecc...). Now...there is only a question..how i can show the collision line in debug? i try with :

this->mWorld->getDebugger().init(this->mSceneMgr);
this->mWorld->getDebugger().showDebugInformation();

//I'm use newton 2.26

nothing error..but after an exception "could not find font BlueHight-10 in MovableText::SetFontName"...ok...i search in the forum...and found a thread...
but in my folder C:\OgreSDK\media\fonts there is that file... blueHught-10.font

a tips? :oops:

miccinov

01-04-2011 15:01:36

Solved

Ramdac

12-05-2011 18:50:47

Can you tell how did you solve it i am facing the same problem of the missing font ?