Jump to content

Search the Community

Showing results for tags 'varjo'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 3 results

  1. 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!
  2. 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
  3. 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
×
×
  • Create New...