提交 e02d806c 编写于 作者: M Mr.doob

Fixed resolution change in marching cubes example

上级 37778209
...@@ -592,7 +592,7 @@ ...@@ -592,7 +592,7 @@
if ( effectController.resolution !== resolution ) { if ( effectController.resolution !== resolution ) {
resolution = effectController.resolution; resolution = effectController.resolution;
effect.init( resolution ); effect.init( Math.floor( resolution ) );
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册