@@ -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';
//