提交 f1db9e5f 编写于 作者: T Tristan Valcke

Add missing semicolon in PaintViveController

上级 a4ac6180
......@@ -52,7 +52,7 @@ THREE.PaintViveController = function ( id ) {
mesh.position.set( 0, 0.005, 0.0495 );
mesh.rotation.x = - 1.45;
mesh.scale.setScalar( 0.02 );
this.add( mesh )
this.add( mesh );
var geometry = new THREE.IcosahedronGeometry( 0.1, 2 );
var material = new THREE.MeshBasicMaterial();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册