提交 62379624 编写于 作者: A alteredq

Merge remote-tracking branch 'remotes/jfeldste/patch-1' into dev

......@@ -270,7 +270,7 @@
for( var i = 0; i < attributes.size.value.length; i ++ ) {
if ( i < vc1 )
attributes.size.value[ i ] = 26 + 32 * Math.sin( 0.1 * i + 0.6 * time );
attributes.size.value[ i ] = Math.max(0, 26 + 32 * Math.sin( 0.1 * i + 0.6 * time ));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册