About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: joint blocking
Post: RE: joint blocking

I can't figure out how these parent/world spaces work. When i call cskel.findBone("Head")->matrix() .draw(); it draws matrix with its pos not at Head position. How to draw a matrix exactly at He...
dna77 Support 5 5,508 11-11-2009, 01:16 PM
  Thread: joint blocking
Post: RE: joint blocking

Thaks. I've done it with knees and elbows using: Lbone = ragdoll.findActor("LegLD"); Ubone = ragdoll.findActor("LegLU"); joint.createDist(*ragdoll.findActor("LegLD"), ragdoll.findActor("LegLU") , ...
dna77 Support 5 5,508 11-07-2009, 10:00 PM
  Thread: joint blocking
Post: joint blocking

Hi, is there a way to access a joint in ragdoll to block it? With regards
dna77 Support 5 5,508 11-04-2009, 07:54 PM
  Thread: Bones
Post: RE: Bones

Yes thats the exact name of the point. And still it does not work. Im trying to do anything with this point. But i cannot find a way how to start operate whit it. Location of it will be required for ...
dna77 Support 3 4,004 11-02-2009, 06:36 PM
  Thread: Bones
Post: Bones

Hi im new here and don't know the engine well so im confused with one thing. I was tying locate BodyU (according to body part names from documentation) and added to Ragdoll.cpp in Tutorials line: csk...
dna77 Support 3 4,004 11-02-2009, 06:15 PM