Explorar o código

Merge pull request #7285 from leitzler/leitzler-raycastparams

Updated to latest Raycaster.params
Mr.doob %!s(int64=10) %!d(string=hai) anos
pai
achega
b97e2d47dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 
 				//
 

粤ICP备19079148号