Hi
How can i set up constraints? i dont get it. In ODE i had to use
Vectors to set the anglepoint and the axis the constraint rotates around. But what are dfloats?

Can someone give me an example?

I used vectors(of course wrong) and the second body disapeared:
Code:
vec_for_bone(temp,my,"Bone9");	ent=ent_create("box_a.mdl",vector(temp.x,temp.y,temp.z+20),bone);	bone_t=newton_addentity(ent,0,NEWTON_BOX,onforceandtorque);
you=ent_create("box_a.mdl",vector(temp.x,temp.y10,temp.z20),bone);
ragdoll_ent=newton_addentity(you,70,NEWTON_BOX,onforceandtorque);
NewtonConstraintCreateHinge(nworld,ent.x,vector(0,1,0),bone_t,ragdoll_ent);



Greets
Rackscha


MY Website with news of my projects:
(for example my current
Muliplayer Bomberman,
GenesisPrecompiler for LiteC
and TileMaster, an easy to use Tile editor)
Sparetime-Development