提交 ce8bea7b 编写于 作者: L Lewy Blue

iterpolate at 179 degrees instead of 180

上级 51addcd1
......@@ -2498,7 +2498,7 @@
var initialValue = curve.values[ i - 1 ];
var valuesSpan = curve.values[ i ] - initialValue;
if ( valuesSpan > 180 ) {
if ( valuesSpan > 179 ) {
var numSubIntervals = Math.abs( valuesSpan / 180 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册