MeditationError
MeditationError
Thank you for the suggestion, it's still weird that the three.js examples above do work on ios using the webXR browser but the splat scenes's do not. I am trying...
I had (sort of) the same issue and solved it by using an invisible three.js cube to attach to the transformcontrol and then syncing the splatMesh using: `transformControl.addEventListener('objectChange', () =...
Thanks Mark, adding it to a mesh and then transforming it works great! In my case, I don't wan't to show a mesh, so I created a new Object3D instead...
I used a little hack to prevent the click in some cases that I want the viewer to ignore a click/press: Add an eventhandler to your code for mousedown, and...