提交 6df176d3 编写于 作者: N Nicolas Maréchal

fix minor style issue

上级 ec5fcd24
......@@ -40,7 +40,7 @@ THREE.Sky.SkyShader = {
"mieCoefficient": { value: 0.005 },
"mieDirectionalG": { value: 0.8 },
"sunPosition": { value: new THREE.Vector3() },
"up": { value: new THREE.Vector3(0, 1, 0) }
"up": { value: new THREE.Vector3( 0, 1, 0 ) }
},
vertexShader: [
......
......@@ -49,7 +49,7 @@ Sky.SkyShader = {
"mieCoefficient": { value: 0.005 },
"mieDirectionalG": { value: 0.8 },
"sunPosition": { value: new Vector3() },
"up": { value: new Vector3(0, 1, 0) }
"up": { value: new Vector3( 0, 1, 0 ) }
},
vertexShader: [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册