浏览代码

Silenced warning produced by webgl_gpgpu_birds. (#8840)

tschw 9 年之前
父节点
当前提交
d4b45ce3b9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/webgl_gpgpu_birds.html

+ 2 - 2
examples/webgl_gpgpu_birds.html

@@ -661,8 +661,8 @@
 				mouseX = 10000;
 				mouseX = 10000;
 				mouseY = 10000;
 				mouseY = 10000;
 
 
-				birdUniforms.texturePosition.value = simulator.currentPosition;
-				birdUniforms.textureVelocity.value = simulator.currentVelocity;
+				birdUniforms.texturePosition.value = simulator.currentPosition.texture;
+				birdUniforms.textureVelocity.value = simulator.currentVelocity.texture;
 
 
 				renderer.render( scene, camera );
 				renderer.render( scene, camera );