Parcourir la source

Updated param.PointCloud to param.Points

Pontus Leitzler il y a 10 ans
Parent
commit
9b10805007
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 
 				//