Looking to capture the mouse double-click event's location and generate a 3D object in that spot within the scene.
My understanding is that the raycaster, which is in the render() function, constantly updates the mouse location. I am interested in having this update occur only when a double-click happens. Would it be logical to incorporate this into the object creation function?