acgaudette / nmg-vulkan

Rusty mech engine
23 stars 4 forks source link

Generalize softbody limbs/joints #30

Closed acgaudette closed 5 years ago

acgaudette commented 5 years ago

Remove deprecated limb-specific softbody Instance methods, particularly the box orientation() method Add general start and end methods for any Instance with index highlighting Remove other deprecated softbody methods Rewrite all softbody code to use matched_orientation()

Improve performance of Jacobi eigenvalue algorithm

Edit: Detect and handle duplicates in model input to softbody mesh generation Add base vertex to dynamic UBO (bugfix)

Additionally