Adding example VR controls to webXr in viewer#155
Adding example VR controls to webXr in viewer#155craigliesinger wants to merge 8 commits intoThatOpen:masterfrom
Conversation
add webXR to constructor option
|
Hey @craigliesinger if you solve the merge conflicts, I'll merge! Thanks a lot for the contribution |
trying to resolve conflict by confirming changes with small save
Update context.ts
|
Thanks @agviegas ; I'm a github novice so having way to hard of a time figuring out how to resolve it without the write access to do it directly in Github. I'll try to figure it out soon. The code for context in PR is right and not sure why it gets hung up with a conflict: private renderForWebXR = () => { webXrMoveTracking = () => {}; ` |
per request from Marcos - I've added a couple base VR controller functionalities to the ifc-viewer library. This includes movement / fly around using right controller 'squeeze' and element highlighting use left controller 'select' (and clear with 'squeeze').