소스 검색

Improved draggable cubes example a bit more.

Mr.doob 14 년 전
부모
커밋
1bdf3daec9
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      examples/webgl_interactive_draggablecubes.html

+ 4 - 0
examples/webgl_interactive_draggablecubes.html

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