提交 3d6150ea 编写于 作者: J Jerome Etienne

more wokrk

上级 9db97630
......@@ -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
});
//////////////////////////////////////////////////////////////////////////////////
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册