提交 65cefeda 编写于 作者: T Tristan Valcke

Remove unnecessary comma in webgl_nearestnaighbour

上级 fd4fc0c9
......@@ -128,7 +128,7 @@
pointShaderMaterial = new THREE.ShaderMaterial( {
uniforms: {
tex1: { value: imagePreviewTexture },
zoom: { value: 9.0 },
zoom: { value: 9.0 }
},
vertexShader: document.getElementById( 'vertexshader' ).textContent,
fragmentShader: document.getElementById( 'fragmentshader' ).textContent,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册