瀏覽代碼

Updated param.PointCloud to param.Points

Pontus Leitzler 9 年之前
父節點
當前提交
9b10805007
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_interactive_raycasting_points.html

+ 1 - 1
examples/webgl_interactive_raycasting_points.html

@@ -271,7 +271,7 @@
 				//
 
 				raycaster = new THREE.Raycaster();
-				raycaster.params.PointCloud.threshold = threshold;
+				raycaster.params.Points.threshold = threshold;
 
 				//