#Mesh object
3 messages · Page 1 of 1 (latest)
is it added to the Dom
not in vanilla three.js
how do you access it
by using a variable in the code is the only way
where you can add an event listener or something
the only way to add interactions in vanilla three is by using a raycaster and detecting intersections (https://threejs.org/examples/?q=inter#webgl_interactive_cubes - code in bottom right)
if you'd like more DOM-kind-of-structure - consider taking a look at https://docs.pmnd.rs/react-three-fiber/getting-started/introduction