浏览代码

removed unused uniform

Lewy Blue 6 年之前
父节点
当前提交
a398b8686c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/webgl_custom_attributes_points2.html

+ 0 - 1
examples/webgl_custom_attributes_points2.html

@@ -149,7 +149,6 @@
 			var material = new THREE.ShaderMaterial( {
 			var material = new THREE.ShaderMaterial( {
 
 
 				uniforms: {
 				uniforms: {
-					amplitude: { value: 1.0 },
 					color: { value: new THREE.Color( 0xffffff ) },
 					color: { value: new THREE.Color( 0xffffff ) },
 					texture: { value: texture }
 					texture: { value: texture }
 				},
 				},