- Home /
Mirror Leap motion hands
Is there a way to mirror the leap motions hands. So that if i put in my right hand my left gets displayed ?
I tried to set the scale.x at -1 which actually worked but i looked buggy becuase some bones had a weird rotation. Is there any other 'clean' way to mirror the hands ?
Thanks
Answer by tanoshimi · Apr 18, 2017 at 12:27 PM
I'd render the camera view to a texture, then flip that texture as you're blitting it to the screen - so the entire game is being done in "normal" space, and you're just flipping the display at the last minute.
And how do you flip the texture in the x axis? Is this possible in VR rendering to two eyes?
Your answer
Follow this Question
Related Questions
Reflections not working on IOS 2 Answers
Reflect Fresnel Mobile VR 0 Answers
Mirror Hands with Leap Motion in VR 0 Answers
How to change the reflection according to skybox-material? 2 Answers
Vertex Displacement Shader Graph With The Camera Moving Issue 1 Answer