From 3d6150ea32bed9783f4e94537cf38eaa807943f4 Mon Sep 17 00:00:00 2001 From: Jerome Etienne Date: Mon, 24 Apr 2017 17:14:55 +0200 Subject: [PATCH] more wokrk --- three.js/examples/sketchfab/examples/viewer.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/three.js/examples/sketchfab/examples/viewer.html b/three.js/examples/sketchfab/examples/viewer.html index 9a7670f..8cdab36 100644 --- a/three.js/examples/sketchfab/examples/viewer.html +++ b/three.js/examples/sketchfab/examples/viewer.html @@ -194,8 +194,8 @@ window.model = model model.position.y = 0.5 - // model.rotation.x = 3*Math.PI/2 - // model.rotation.y = Math.PI + model.rotation.x = 3*Math.PI/2 + model.rotation.y = Math.PI var material = model.children[0].material material.shading = THREE.SmoothShading @@ -204,9 +204,9 @@ model.scale.set(1,1,1).multiplyScalar(0.005) - // markerRoot.add( model ) - scene.add( model ) - model.position.z = -4 + markerRoot.add( model ) + // scene.add( model ) + // model.position.z = -4 }); ////////////////////////////////////////////////////////////////////////////////// -- GitLab