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

Add missing semicolon in webgl_shadowmap_pointlight

上级 3aa8d0db
......@@ -95,7 +95,7 @@
shininess: 10,
specular: 0x111111,
side: THREE.BackSide
} )
} );
var mesh = new THREE.Mesh( geometry, material );
mesh.position.y = 10;
mesh.receiveShadow = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册