N64-Sausage64 icon indicating copy to clipboard operation
N64-Sausage64 copied to clipboard

Add support for billboard bones/LookAt

Open buu342 opened this issue 3 years ago • 2 comments

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

buu342 avatar Nov 08 '21 00:11 buu342

Custom properties added in ab830ce to the plugin

buu342 avatar Feb 16 '22 23:02 buu342

Billboarding support has been added in 6a9f281, but not yet LookAt.

buu342 avatar Feb 24 '22 14:02 buu342

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.

buu342 avatar May 20 '24 03:05 buu342

Everything has been tested and documented. Closing!

buu342 avatar May 21 '24 13:05 buu342