Is there a way to have an action triggered when clicking on an object within my scene? Specifically, I want to call a function named myFunction upon clicking the object. The object has been assigned the id of #plane1 - can this be utilized to achieve the desired functionality? How can I implement it so that clicking on #plane1 triggers the myFunction function?