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

Improved draggable cubes example a bit more.

上级 4ed370e3
......@@ -185,6 +185,8 @@
var intersects = ray.intersectObject( plane );
offset.copy( intersects[ 0 ].point ).subSelf( plane.position );
container.style.cursor = 'move';
}
}
......@@ -194,6 +196,8 @@
SELECTED = null;
container.style.cursor = 'auto';
}
//
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册