#React Three Fibre PCD synchronization
9 messages · Page 1 of 1 (latest)
okay, so you've loaded both PCD files and now you have a question about rotating them at the same time?
Yeah i have to rotate both at the same time
do you know how to rotate a single PCD ?
it would be helpful to post an example project on codesandbox
No like i was trying to do the samething with synchronization
this would be easy with drei/view https://codesandbox.io/s/view-skissor-forked-6otm2d?file=/src/App.js
view uses gl.skizzor or whatever the same is. it's the same canvas but you can freely distribute views/fragments
each view is isolated, it can have its own cameras, controls, environment etc. but if you don't define it, it will use the default settings for these. for instance in the box above only the top/left view has orbit controls, but the others are renddering with the same camera, so everything's in sync