-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add click events to scene #16
Comments
Got a bit of progress. It seems to be a In the browser console See #27 |
Thanks a lot 😊 import { type DomEvent, type ThreeEvent } from '@tresjs/core'
function onNodeClick(event: ThreeEvent<DomEvent>&Event){ ... } |
With the TresJS core v4, the I already created part of the needed code for the highlighting. Please do not delete it and let it commented out in the code. |
The text was updated successfully, but these errors were encountered: