-
-
Notifications
You must be signed in to change notification settings - Fork 36.3k
Closed
Labels
Description
Hey,
I experienced an issue with the raycaster, when using multiple windows/iframes.
In my case objects instanceof Array === false in intersectObjects failed.
Object.prototype.toString.call( objects ) !== '[object Array]' works as expected.
This effect is described here:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/instanceof
Reactions are currently unavailable