浏览代码

Fixed webgl_gpgpu_birds example.

- See #8809.
tschw 9 年之前
父节点
当前提交
3f530b8e55
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      examples/webgl_gpgpu_birds.html

+ 3 - 0
examples/webgl_gpgpu_birds.html

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