I've got the vertices knowing which is their closest bone and using a hash routine to color vertices and bones, I produced the following... Everything is lining up pretty much correctly, however the mesh is still not rigging correctly. The extra, Project Bento bones are not being displayed in the visualization but they are still there. Dots are vertices in the below screenshots, and lines are bones. Colors are generated via a hashing algorithm to ensure that the visualization has vertex colors being colored the same as their respective bone, to visualize which bone each vertex is weighted to.
#Rigging mesh at run time from intersecting skeleton
10 messages · Page 1 of 1 (latest)
I'm wondering what's being done wrong now
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
this is the script as of the time of the above screenshots
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
And that's the SkeletonLoad that loads the skeleton from the avatar_skeleton.xml file
Can anybody perhaps help out on figuring out how to get the meshes rigging correctly?
Here's the scripts and relevant LLM and XML files
I'd really appreciate any help on getting the meshes properly skinning/rigging