electronicarts / dem-bones

An automated algorithm to extract the linear blend skinning (LBS) from a set of example poses
https://seed.ea.com
Other
868 stars 154 forks source link

bindUpdate should have an initial value set #1

Closed chadmv closed 4 years ago

chadmv commented 4 years ago

https://github.com/electronicarts/dem-bones/blob/f46f795c07c1b5a4e13ca582a88eecbabb7b62cc/include/DemBones/DemBonesExt.h#L91

The sample command line program uses the uninitialized model.bindUpdate value as the default value for the argument. Some compilers may not set this to 0 automatically.

binhhuyle commented 4 years ago

Fixed.