فهرست منبع

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( {
 
 				uniforms: {
-					amplitude: { value: 1.0 },
 					color: { value: new THREE.Color( 0xffffff ) },
 					texture: { value: texture }
 				},