Преглед на файлове

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

Mr.doob преди 12 години
родител
ревизия
9488d30a43
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      examples/webgl_buffergeometry_custom_attributes_particles.html

+ 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" ) },