Hi,
I want to attach a mesh to an animating md5 mesh, is this possible? For instance a hat. Do I have to use a workaround to achieve this or is it possible in Away3d 4. Thanks
Help how to Attach a mesh to another, animating meshSoftware: Away3D 4.x |
||
webby180, Newbie
Posted: 30 November 2012 07:36 PM Total Posts: 4 Hi, I want to attach a mesh to an animating md5 mesh, is this possible? For instance a hat. Do I have to use a workaround to achieve this or is it possible in Away3d 4. Thanks |
||
Fabrice Closier, Administrator
Posted: 01 December 2012 12:09 AM Total Posts: 1265 [ # 1 ] Take a look at 3.6 FaceLink class. With minor changes it should work. Tho, to id the face (get its index) you might need to build some little helper app depending on your model complexity. |