Henrik Halen
4f63da8e5f
Allow arbitrary number of skinning weights.
...
Controlled through command line parameter. Defaults to 4 skinning weights.
2019-12-25 15:04:25 -08:00
Par Winzell
a07cabd1ec
eTotalOne is strictly a subset of aNormalize.
2019-05-03 21:48:51 -07:00
Pär Winzell
4b501431fe
License -> BSD ( #186 )
...
Relicense FBX2glTF as BSD.
2019-05-03 16:13:18 -07:00
hhalen
13f463d336
Fix skinning weight normalization. Previous code would call Normalized() on a Vec4f containing the weights. This normalizes the vector, i.e. makes the length of the vector equal to 1.0. For skinning weights what we want is the sum of the weights to be 1.0, which is a different. This commit fixes that.
2019-04-09 10:12:11 -07:00
Pär Winzell
5730d1c301
Apply clang-format to all our source. ( #149 )
...
Apply clang-format to all our source.
2018-12-18 23:30:29 -08:00
Par Winzell
f988cb7aa7
Missing bits, oops.
...
Did not mean to commit/push the current state of master. But rather than
mess up source control history with a force push, I'll just try to hurry
to a stable point.
2018-09-13 17:21:57 -07:00