Finding the endpoint of a named bone in Irrlicht
Posted
by
Boreal
on Game Development
See other posts from Game Development
or by Boreal
Published on 2012-04-14T03:27:53Z
Indexed on
2012/04/14
5:41 UTC
Read the original article
Hit count: 285
I'm making a tank game that will have multiple tanks. I want to be able to define the weapon placements using bones that I can add right inside the modelling program (Blender to be exact).
All tanks will have a bone called Body and a bone called Turret, and then names like Cannon0 and PickupGun for where the shots will be fired from that are attached to the Turret bone. Is there some way to find the absolute end position of a bone that I choose by name?
© Game Development or respective owner