Svelte ❤️ Three
I would like to run some functions or display some toasts when users click on various objects in the scene, is that possible at the moment? Or is this a feature request? Something like ``` <script> import * as THREE from 'three'; import * as SC from 'svelte-cubed'; </script> <SC.Canvas> <SC.Mesh on:click={()=>{console.log("running my function")} <<--------- THIS geometry={new THREE.BoxGeometry()} /> <SC.PerspectiveCamera position={[1, 1, 3]} /> </SC.Canvas> ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by joram56 and has received 1 comments.