Closed DouglasLapsley closed 2 years ago
Actually it seems this isn't the fix, but the single tap isn't being dispatched. Nice bit of work though, thank you :)
My bad. I didn't realise you have to include the update()
function call in the three.js update loop. Works now.
I think you need to add the following line to the
onSelectEnd
method?Thanks.