While working with THREE.js and Electron, I came across this statement which I don't fully understand
var raycaster = new THREE.Raycaster(),INTERSECTED;
What does this syntax define in terms of the var raycaster
? How can I use INTERSECTED
purely from a syntactical view?