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

Remove unnecessary comme, add semicolon and remove duplicate semicolon in...

Remove unnecessary comme, add semicolon and remove duplicate semicolon in webgl_materials_envmaps_hdr
上级 ebc4a635
......@@ -65,7 +65,7 @@
roughness: 1.0,
bumpScale: 0.3,
background: false,
exposure: 1.0,
exposure: 1.0
};
var camera, scene, renderer, controls, objects = [];
var hdrCubeMap;
......@@ -99,7 +99,7 @@
shading: THREE.SmoothShading
} );
var geometry = new THREE.TorusKnotGeometry( 18, 8, 150, 20 );;
var geometry = new THREE.TorusKnotGeometry( 18, 8, 150, 20 );
var torusMesh1 = new THREE.Mesh( geometry, standardMaterial );
torusMesh1.position.x = 0.0;
torusMesh1.castShadow = true;
......@@ -193,7 +193,7 @@
var spotLight = new THREE.SpotLight( 0xffffff );
spotLight.position.set( 50, 100, 50 );
spotLight.angle = Math.PI / 7;
spotLight.penumbra = 0.8
spotLight.penumbra = 0.8;
spotLight.castShadow = true;
scene.add( spotLight );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册