Преглед на файлове

Removed now uneeded rotation.

Mr.doob преди 13 години
родител
ревизия
eeef494fd1
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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 );
 
 	//