|
@@ -83,11 +83,11 @@ LineSegments2.prototype = Object.assign( Object.create( Mesh.prototype ), {
|
|
|
|
|
|
var threshold = 0;
|
|
|
if ( 'Line2' in raycaster.params ) {
|
|
|
-
|
|
|
- threshold = raycaster.params.Lines2.threshold || 0.0
|
|
|
-
|
|
|
+
|
|
|
+ threshold = raycaster.params.Line2.threshold || 0.0;
|
|
|
+
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
var ray = raycaster.ray;
|
|
|
var camera = raycaster.camera;
|
|
|
var projectionMatrix = camera.projectionMatrix;
|