Search the Community
Showing results for tags 'varjo'.
-
Hello Unigine :D We have a render problem in Unigine 2.11.0 and we can't change the version (dependency problem) When we use Varjo VR-3 (and XR-3), we can see blue line under the square foveated box [image] How can we get rid of this blue line? if you know about this problem please let us know Thank you!
-
Hello Unigine :D We have a hand lag issue in Unigine 2.11.0.2 We just rebuild with “AppVarjo_double_x64” plugin (with no source code changing) but our hand having a lag issue [ Video 1 ] before before.mp4 [ Video 2 ] after (with no source code changing) after.mp4 I wonder about : Is there any confilct Varjo plugin or Leap motion plugin with Unigine And our hand having a lag issue If there’s any issue in plugin we missed, please give us a advice Thank you! our environment : Varjo XR - 3 & VR - 3 Unigine 2.11.0.2 Leap motion 4.1.0
- 2 replies
-
- varjo
- leapmotion
-
(and 1 more)
Tagged with:
-
Hello Unigine :) I’m trying to use Leap Motion in Unigine 2.11.0 but I have a rotate problem when I catch object, it rotate suddenly I want to get rid of sudden rotation and make it natural I tried to use offset but it rotate weird Video 로테이션 문제.mp4 Code update() { if(grip = True) { objectRotation->setRotation(handRotation); // I tried this one, but it rotate weird // offset = objectRotation - handRotation; // objectRotation->setRotation(handRotation + offset).normarlize()); } } in my environment I’m using: Varjo VR-2 (use more) & VR-3 Unigine 2.11.0 Leap motion 4.1.0 (I can’t change my environment) Any help would be appreciated Thank you :D