Manipulating Bones Within Blitz

Blitz3D Forums/Blitz3D Programming/Manipulating Bones Within Blitz

Makepool(Posted 2004) [#1]
I've got a 3D model of a man with a gun and I wish to know if it's possible to manipulate a model's bones within Blitz so that I can make the model target where he's supposed to be shooting.


Gabriel(Posted 2004) [#2]
Sure is. Just use FindChild() or GetChild() to get the handle for the bones, and and you can position, rotate, whatever as you wish. Just be sure to do it after UpdateWorld.


RGR(Posted 2004) [#3]
;-


Tom(Posted 2004) [#4]
Example here:

http://www.tomspeed.com/free/controlling_bones.zip
w,s,a,d, Mouse & LMB

Tom