N64-Sausage64
N64-Sausage64 copied to clipboard
Add support for billboard bones/LookAt
Because I really hate myself, lets suffer some more.
Probably something like this, which is called in the predraw function per mesh:
sausage64_lookat(eyex, eyey, eyez, pointx, pointy, pointz, amount);
Assume default Blender up vector. Amount is a number from 0 to 1 that specifies how much to override the rotation.
Bones should be markable as billboard in Blender via custom properties
Custom properties added in ab830ce to the plugin
Billboarding support has been added in 6a9f281, but not yet LookAt.
Added LookAt support in 91906e0, however because the library has been significantly modified, I want to finish cleaning up the Libdragon side of it before closing this issue.
Everything has been tested and documented. Closing!