Explorar o código

Removed now uneeded rotation.

Mr.doob %!s(int64=13) %!d(string=hai) anos
pai
achega
eeef494fd1
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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 );
 
 	//