Browse Source

Removed now uneeded rotation.

Mr.doob 13 năm trước cách đây
mục cha
commit
eeef494fd1
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      gui/js/UI.Viewport.js

+ 0 - 1
gui/js/UI.Viewport.js

@@ -35,7 +35,6 @@ UI.Viewport = function () {
 	var _sceneHelpers = new THREE.Scene();
 
 	var _grid = new THREE.Mesh( new THREE.PlaneGeometry( 1000, 1000, 20, 20 ), new THREE.MeshBasicMaterial( { color: 0x606060, wireframe: true, transparent: true } ) );
-	_grid.rotation.x = Math.PI / 2;
 	_sceneHelpers.add( _grid );
 
 	//