2
0
Эх сурвалжийг харах

Merge remote-tracking branch 'nhalloran/dev' into dev

Mr.doob 12 жил өмнө
parent
commit
9488d30a43

+ 0 - 2
examples/webgl_buffergeometry_custom_attributes_particles.html

@@ -42,7 +42,6 @@
 
 		<script type="x-shader/x-vertex" id="vertexshader">
 
-			uniform float amplitude;
 			attribute float size;
 			attribute vec3 customColor;
 
@@ -115,7 +114,6 @@
 
 			uniforms = {
 
-				amplitude: { type: "f", value: 1.0 },
 				color:     { type: "c", value: new THREE.Color( 0xffffff ) },
 				texture:   { type: "t", value: THREE.ImageUtils.loadTexture( "textures/sprites/spark1.png" ) },